/*
Theme Name: Softura
Theme URI: https://burgerthemes.com/softura-free/
Author: burgersoftware
Author URI: https://burgerthemes.com/
Description: Softura is a modern and professional WordPress business theme designed for startups, tech companies, and corporate websites. It features a clean layout, responsive design, customizable sections, and easy integration with popular plugins. Ideal for showcasing services, portfolios, and team members with a sleek, user-friendly interface that enhances online presence.
Template: spintech
Version: 1.0
Tested up to: 6.8
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: softura
Slug: softura
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --bs-primary:#4946ec; 
    --bs-secondary: #04000b;
    --bs-gray-dark: #343a40;
}
.softura-theme .above-header{
    padding: 20px 0;
}
.softura-theme .above-header{
    border-bottom: none;
}
.softura-theme .main-header{
    background-color: var(--bs-white);
}
.softura-theme h4.site-title, .softura-theme p.site-description{
    position: relative;
    z-index: 1;
    color: #000;
}
.softura-theme p.site-description{
    padding-left: 25px;
    padding-right: 30px;
    font-size: 12px;
}
.softura-theme h4.site-title:hover{
    color: var(--bs-primary);
}
.softura-theme .above-header-list{
    justify-content: center;
}
.softura-theme .above-header-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.softura-theme .above-header-list li{
    margin-left: 35px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding-left: 35px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.softura-theme .above-header-list li:first-child{
    margin: 0;
    padding: 0; 
}
.softura-theme .above-header-list li .contact-icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 800;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 15px;
    animation-duration: 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}
.softura-theme .above-header-list li:hover .contact-icon{
    animation-name: animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.softura-theme .above-header-list li p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-gray-dark);
}
.softura-theme .above-header-list li h5, .above-header-list li h6{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-secondary);
}
.softura-theme .above-header-list li a{
    color: var(--bs-secondary) !important;
    font-size: 16px;
    font-weight: 700;
}
.softura-theme .above-header-list li:first-child::after{
    display: none;
}
.softura-theme .above-header-list li:after{
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 90%;
    width: 1px;
    background: #cccccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.softura-theme .my-auto {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.softura-theme .logo a{
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    align-items: center;
}
.softura-theme .above-header{
    border-bottom: none;
    background-color: var(--bs-white) !important;
}
.softura-theme .main-mobile-nav {
   width: 100%; 
   background: var(--bs-white);
   border-bottom: 1px solid rgb(108 117 125 / 2%);
}
.softura-theme .main-navigation{
    background-color: transparent !important; 
}
.softura-theme .main-navigation{
    border-bottom: none !important;
}
.softura-theme .main-navbar .main-menu > li a{
    background: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.softura-theme .main-navbar .main-menu > li.menu-item{
    z-index: 0;
}
.softura-theme .main-navbar .main-menu > li.menu-item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transform: skewX(-10deg);
    background-color: var(--bs-white);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.softura-theme .main-navbar .main-menu > li.menu-item:hover:after,
.softura-theme .main-navbar .main-menu > li.menu-item:focus-within:after,
.softura-theme .main-navbar .main-menu > li.menu-item.active:after{
  opacity: 1;
}
.softura-theme .main-navbar .main-menu > li > a:after{
    content: '';
    position: absolute;
    right: 0;
    height: 3px;
    width: 0;
    left: auto;
    bottom: 0;
    border-bottom: none; 
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
}
.softura-theme .main-navbar:not(.breadcrumb-menu) .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover){
    color: var(--bs-white) !important;
}
.softura-theme .main-navigation .contact-info .title{
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-white) !important;
}
.softura-theme .menu-collapsed{
   border-color: var(--bs-primary) !important; 
}
.softura-theme .is-sticky-menu .logo a{
    top: 10px;
    margin-bottom: auto;
    margin-top: auto;
}
.softura-theme .is-sticky-menu .logo a::after,
.softura-theme .is-sticky-menu .logo a::before{
    display: none;
}
.softura-theme .is-sticky-menu .navbar-area::after{
    background-color: var(--bs-white);
}
.softura-theme .is-sticky-menu .main-navbar:not(.breadcrumb-menu) .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover){
    color: var(--bs-secondary) !important;
}
.softura-theme .main-header .is-sticky-menu .header-search-toggle, .softura-theme .cart-icon-wrap{
    color: var(--bs-secondary);
}
.softura-theme .main-navigation-area .is-sticky-menu .contact-icon{
    color: var(--bs-primary) !important;
}
.softura-theme .main-navigation-area .is-sticky-menu .contact-info .title{
   color: var(--bs-gray-dark) !important;
}
.header-nav-white .main-navigation-area .is-sticky-menu .contact-info .text{
    color: var(--bs-secondary) !important;
}
.softura-theme .main-navigation-area .is-sticky-menu .contact-info a{
 color: var(--bs-secondary) !important;
}
.softura-theme .main-navbar .dropdown-menu li a{
    border-bottom: 1px solid var(--bs-gray-light);
    color: var(--bs-secondary);
    font-weight: 600;
    line-height: 24px;
    padding: 8px 18px 8px 18px;
    text-transform: none;
    white-space: normal;
    background-color: transparent;
}
.softura-theme .main-navbar .dropdown-menu li:hover > a,
.softura-theme .main-navbar .dropdown-menu li:focus-within > a,
.softura-theme .main-navbar .dropdown-menu li.active > a{
    padding-left: 32px;
    color: var(--bs-primary);
}
.softura-theme .main-navbar .main-menu .menu-item > .dropdown-menu{
  margin-left: -8px;
  -webkit-transform: translateX(15px) translateZ(0);
  transform: translateX(15px) translateZ(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.softura-theme .main-navbar .main-menu .menu-item:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.softura-theme .main-navbar .dropdown-menu li a::after{
    content: "\f296";
    position: absolute;
    top: 12px !important; 
    left: 10px;
    font: normal normal normal 14px / 1 FontAwesome;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--bs-primary);
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.softura-theme .main-navbar .dropdown-menu li:hover > a::after,
.softura-theme .main-navbar .dropdown-menu li:focus-within > a::after,
.softura-theme .main-navbar .dropdown-menu li.active > a::after{
   visibility: visible;
   left: 5px;
   top: 12px;
   right: unset;
   transform: none !important;
}
.softura-theme .main-navbar .dropdown-menu li.active > a{
    padding-left: 32px;
}
.softura-theme .main-slider div.main-content{
    position: relative;
    max-width: 45rem;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.softura-theme .main-slider{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(0 0 0 / 55%)!important;
}
.softura-theme .main-content h1{
    font-size: 3.5rem;
    margin-bottom: 1rem;
}
.softura-theme .main-content h1 span{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1);
    font-family: sans-serif !important;
    text-shadow: 2px 5px 3px rgb(73 70 236);
}
.softura-theme .main-content h6{
    border-radius: 0px 25px 0px 0px;
}
.softura-theme .main-content .btn.btn-primary{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 16px 25px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    transform: skewX(-10deg) !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.softura-theme .main-content .btn.btn-primary i{
    margin-right: 5px;
}
.softura-theme .main-content .btn.btn-primary::after{
 content: "";
 position: absolute;
 display: block;
 box-sizing: border-box;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background-color: var(--bs-secondary);
 -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 transform-origin: center;
 -webkit-transform: scale(0) rotate(0);
 transform: scale(0) rotate(0);
 z-index: -1;
 opacity: inherit;
}
.softura-theme .main-content .btn.btn-primary:hover::after{
    border-radius: 0;
    transform: scale(1) rotate(180deg);
    -webkit-transform: scale(1) rotate(180deg);
}
.softura-theme .main-content .btn.btn-primary::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
    z-index: -1;
}
.softura-theme .main-content .btn.btn-primary:hover::before{
    border-radius: 0;
    transform: scale(1) rotate(-180deg);
    -webkit-transform: scale(1) rotate(-180deg);
}
.softura-theme .main-content .btn:not(.btn-play){
 margin-right: 0px; 
}
.softura-theme .owl-theme div.owl-nav .owl-prev{
   width: 3.25rem;
   height: 3.25rem;
   font-size: 26px;
   line-height: 3.25rem;
   border-radius: 18% 20% 42% 18%;
   clip-path: polygon(0 0, 100% 0%, 78% 100%, 0 100%);
}
.softura-theme .owl-theme div.owl-nav .owl-next{
   width: 3.25rem;
   height: 3.25rem;
   font-size: 26px;
   line-height: 3.25rem;
   border-radius: 20% 18% 18% 42%;
   clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
}
.softura-theme .owl-theme div.owl-nav [class*=owl-] {
    border: none;
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}
.softura-theme .owl-theme div.owl-nav [class*=owl-]:hover,
.softura-theme .owl-theme div.owl-nav [class*=owl-]:focus{
    background:var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.softura-theme .info-section:not(.support-section) .widget-contact{
    position: relative;
    display: block;
    height: 100%;
    padding: 2.125rem;
    border-radius: 10px;
    z-index: 0;
    color: var(--bs-secondary);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.softura-theme .info-section .contact-area{
    align-items: flex-start;
    filter: drop-shadow(0 18px 14.5px rgba(0, 0, 0, .11));
}
.softura-theme .info-section .contact-icon{
    position: relative;
    border: none;
    border-radius: 50%;
    margin-bottom: 1.685rem;
}
.softura-theme .info-section .contact-corn{
 position: relative;
 border: none;
 font-size: 32px;
 color: var(--bs-white);
 display: flex;
 align-items: center;
 justify-content: center;
 width: 70px;
 height: 70px;
 line-height: 70px;
 overflow: hidden;
 z-index: 1;
 background-color: var(--bs-primary);
 -webkit-transition: all 500ms ease;
 transition: all 500ms ease;
}
.softura-theme .info-section .widget-contact:hover .contact-corn, .softura-theme .info-section .widget-contact:focus-within .contact-corn{
    color: var(--bs-primary);
    border-color: var(--bs-white);
    background-color: var(--bs-white);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.softura-theme .info-section .widget-contact:after{
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 10px;
  opacity: 0.3;
  background-color: var(--bs-primary);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.softura-theme .info-section .widget-contact:hover::after, .softura-theme .info-section .widget-contact:focus-within::after{
    opacity: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.softura-theme .info-section .item--overlay {
    position: absolute;
    bottom: -100px;
    left: 0;
    top: unset;
    z-index: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}
.softura-theme .info-section .widget-contact:hover .item--overlay, .softura-theme .info-section .widget-contact:focus-within .item--overlay {
    bottom: 0;
    opacity: 1;
}
.softura-theme .info-section .item--overlay:before{
    display: none;
}
.softura-theme .info-section .contact-info .title{
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.softura-theme .info-section .contact-info .text{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.softura-theme .info-section .widget-contact:hover .title a, .softura-theme .info-section .widget-contact:focus-within .title a{
    color: var(--bs-white);
}
.softura-theme .info-section .widget-contact:hover .text, .softura-theme .info-section .widget-contact:focus-within .text{
    color: var(--bs-white);
}
.softura-theme .info-section .contact-area:hover .contact-icon, .info-section .contact-area:focus-within .contact-icon{
 -webkit-animation: none !important;
 animation: none !important;
}
.softura-theme .info-section .widget-contact:hover .contact-icon i, .contact-area:hover .contact-icon img, .widget-contact:focus-within .contact-icon i, .widget-contact:focus-within .contact-icon img{
    -webkit-animation: wobble_vertical 1s forwards ease-in-out 0s;
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.softura-theme .shape3{
    position: absolute;
    right: 8.8%;
    top: 29%;
    z-index: -1;
}
.softura-theme .post-section .shape19{
    left: unset;
    right: 3%;
    top: 48%;
}
.softura-theme .post-section .shape25{
    left: 3%;
}
.softura-theme .footer-copyright .widget_text .textwidget .logo a{
    position: relative;
    padding-left: 0px;
    margin-top: 0px;
}
.softura-theme .footer-copyright .widget_text .textwidget .logo a::after{
 display: none;
}
.softura-theme .footer-copyright .widget_text .textwidget .logo a::before{
   display: none;
}
.softura-theme .main-navbar:not(.breadcrumb-menu) .main-menu > li > a {
    line-height: 5.55rem;
}
.softura-theme .main-navigation{
    min-height: 88px;
}
.softura-theme .main-navbar .main-menu > li.menu-item > a{
    padding: 0 0.7rem;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    z-index: 1;
}
.softura-theme .navbar-area .main-menu-right > ul{
    padding-left: 1.05rem;  
}
.softura-theme .navbar-area .main-menu-right > ul > li{
    display: flex;
    align-items: center;
    min-height: 5.55rem;
}
.softura-theme .navbar-area .main-menu-right > ul li:last-child{
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 0.625rem;
}
.softura-theme .main-navbar .main-menu > li.menu-item > a:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    right: 0;
    margin: auto;
    border-radius: 0;
    width: 2px;
    height: 18px;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    background-color: var(--bs-primary);
    transform: translateX(50%) scale(0);
    transition: all .4s ease;
}
.softura-theme .main-navbar .main-menu > li.menu-item > a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 2px;
    top: 0;
    bottom: 55px;
    margin: auto;
    border: none;
    width: 10px;
    height: 10px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
    background-color: var(--bs-primary);
    transform: translateX(50%) scale(0);
    transition: all .4s ease;
}
.softura-theme .main-navbar .main-menu li:hover > a:before,
.softura-theme .main-navbar .main-menu li:focus-within > a:before,
.softura-theme .main-navbar .main-menu li.active > a:before{
    margin-top: 0;
    visibility: visible; 
    opacity: 1;
    transform: translateX(50%) scale(1);
}
.softura-theme .main-navbar .main-menu li:hover > a:after,
.softura-theme .main-navbar .main-menu li:focus-within > a:after,
.softura-theme .main-navbar .main-menu li.active > a:after{
    visibility: visible;
    opacity: 1;
    transform: translateX(50%) scale(1);
}
.softura-theme .main-navbar .dropdown-menu li .dropdown-menu{
    margin-left: 10px !important;
}
.softura-theme .is-sticky-menu .cart-icon-wrap{
  color: var(--bs-secondary);
}
.softura-theme .main-header .header-search-toggle, .softura-theme .cart-icon-wrap{
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 0.5;
    color: var(--bs-white);
}
.softura-theme .cart-wrapper .cart-icon-wrap .cart-count span{
    position:absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
.softura-theme .main-footer .main-menu > li, .softura-theme .main-navbar .main-menu > li{
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.softura-theme .navbar-area{
    position: relative;
    justify-content: flex-end !important;   
}
.softura-theme .breadcrumb-sticky-menu, .softura-theme .is-sticky-menu{
  background-color: var(--bs-white) !important;
}
.softura-theme .header-search-popup{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    max-width: 520px;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px 30px 0px 0px;
    background-color: var(--bs-white);
    border-top: 4px solid var(--bs-primary);
    background-color: var(--bs-white);
    overflow: visible;
    transform: translateY(0%);
    -webkit-backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.softura-theme .header-search-popup:before{
    content: '';
    display: block;
    background: var(--bs-white);
    width: 52px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -17px;
    transform: skew(-15deg);
    transition: 0.5s all ease;
    border-radius: 5px 0px 0px 15px;
    z-index: 1;
}
.softura-theme .header-search-popup:after{
    content: '';
    display: block;
    background: var(--bs-white);
    width: 52px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -25px;
    transform: skew(15deg);
    transition: 0.5s all ease;
    border-radius: 0px 5px 15px 0px;
    z-index: 1;
}
.softura-theme.header-search-active .header-search-popup{
    transform: translateY(100%);
}
.softura-theme .header-search-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    position: relative;
    padding-right: 58px;
    min-height: 85px;
    margin: auto;
}
.softura-theme .main-navigation .contact-icon{
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-size: 38px;
    width: 42px;
    height: 42px;
    line-height: 1;
    margin-right: 15px;
    color: var(--bs-white);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}
.softura-theme .main-navigation-area .contact-info a{
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--bs-white);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.softura-theme .info-section .contact-info{
    text-align: left;
}
.softura-theme .more-link {
    color: var(--bs-white)!important;
}
.softura-theme .journey-section .heading-default h2{
 color: var(--bs-white);
}
.softura-theme .breadcrumb-area{
 position: relative;
 background-repeat: no-repeat;
 background-size: cover; 
}
@media (min-width: 1400px){
 .softura-theme .above-header-list{
    justify-content: right;
}
.softura-theme .logo a:not.is-sticky-menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-left: 48px;
    top: 0px !important; 
}
.softura-theme .logo a{
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-top: -40px;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.softura-theme .logo a::before{
    position: absolute;
    right: -35px;
    top: -55px;
    content: "";
    height: 182px;
    background: var(--bs-white);
    width: 60px;
    border-radius: 0 10px 10px 0;
    z-index: -1;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
}
.softura-theme .logo a::after{
   content: "";
   position: absolute;
   top: -50px;
   left: 0;
   height: 179px;
   width: 100%;
   background: var(--bs-white);
   z-index: -1;
   border-bottom-left-radius: 10px;
   border-top-left-radius: 10px;
   -webkit- box-shadow: -40px 18px 40px 0 rgb(0 0 0 / 10%);
   box-shadow: -40px 18px 40px 0 rgb(0 0 0 / 10%);
}
.softura-theme .navbar-area{
    position: relative;
    justify-content: flex-end !important;
}
.softura-theme .navbar-area::after{
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: -35px;
    height: 100%;
    background-color: var(--bs-primary);
    z-index: -1;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-radius: 0 0 10px 10px;
}
.softura-theme .navigation-wrapper{
 padding: 0;
 position: absolute;
 width: 100%;
 top: 100%;
 left: 0;
}
}
@media (min-width: 991px) and (max-width: 1399px){ 
   .softura-theme .above-header-list{
    justify-content: right;
}
.softura-theme .logo a{
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-top: -35px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.softura-theme .logo a::before{
    content: "";
    position: absolute;
    top: -48px;
    right: -30px;
    width: 60px;
    height: 169px;
    background: var(--bs-white);
    border-radius: 0 10px 10px 0;
    z-index: -1;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
}
.softura-theme .logo a::after{
   content: "";
   position: absolute;
   top: -43px;
   left: 0;
   width: 100%;
   height: 167px;
   background: var(--bs-white);
   z-index: -1;
   border-bottom-left-radius: 10px;
   border-top-left-radius: 10px;
   -webkit-box-shadow: -40px 18px 40px 0 rgb(0 0 0 / 10%);
   box-shadow: -40px 18px 40px 0 rgb(0 0 0 / 10%);
}
.softura-theme .navbar-area{
    position: relative;
    justify-content: flex-end !important;
}
.softura-theme .navbar-area::after{
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: -30px;
    height: 100%;
    background-color: var(--bs-primary);
    z-index: -1;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-radius: 0 0 10px 10px;
} 
.softura-theme .main-menu-right > ul > li {
    min-height: 4.55rem !important;
}
.softura-theme .main-slider div.main-content{
    position: relative;
    max-width: 45rem;
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 0rem;
}
.softura-theme .shape3{
    position: absolute;
    right: 13.8%;
    top: 29%;
    z-index: -1;
}
.softura-theme .post-section .shape19{
    left: unset;
    right: 3%;
    top: 48%;
}
.softura-theme .post-section .shape25{
    left: 3%;
}
.softura-theme .main-mobile-nav{
    border-bottom-color: transparent;
    margin-top: 10px;
}   
.softura-theme .navigation-wrapper{
 padding: 0;
 position: absolute;
 width: 100%;
 top: 100%;
 left: 0;
}
.softura-theme .above-header{
    padding: 14px 0;
}
.softura-theme .above-header-list li .contact-icon{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
}
.softura-theme .above-header-list li{
    margin-left: 20px;
    padding-left: 20px;
}
.softura-theme .above-header-list li p{
    font-size: 14px;
    font-weight: 500;
}
.softura-theme .above-header-list li h6{
    font-size: 14px;
    font-weight: 600;
}
.softura-theme .above-header-list li a{
    font-size: 14px;
    font-weight: 600;
}
.softura-theme .above-header-list li h6 a{
    font-size: inherit;
    font-weight: inherit;
}
.softura-theme .main-navigation{
    min-height: 82px;
}
.softura-theme .main-navbar .main-menu > li.menu-item > a {
    padding: 0 0.6rem;
}
.softura-theme .header-search-popup{
 position: absolute;
 top: 100% !important;
 left: 0;
}
.softura-theme .main-content h1{
    font-size: 2.75rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.softura-theme .main-content h6{
    margin-bottom: 1.375rem;
}
.softura-theme .main-content .btn.btn-primary{
    padding: 15px 17px;
}
.softura-theme .home-slider:hover div.owl-nav button.owl-prev{
    right: auto;
    left: 1.0625rem;
    opacity: 1;
}
.softura-theme .home-slider:hover div.owl-nav button.owl-next{
    left: auto;
    right: 1.0625rem;
    opacity: 1;
}
.softura-theme .info-section:not(.support-section){
    margin-top: 4.5rem;
}
.softura-theme .info-section:not(.support-section) .widget-contact {
    padding: 1.25rem;
}
.softura-theme .main-footer .main-menu > li, .softura-theme .main-navbar .main-menu > li{
    display: inline-block;
    margin: 0 -1px;
    position: relative;
}
}
@media (min-width: 1199px) and (max-width: 1399px){
    .softura-theme .is-sticky-menu .logo a{
        top: 10px;
        margin-bottom: auto;
        margin-top: auto;
    }
}
@media(min-width: 992px) and (max-width: 1399px){
    .softura-theme .is-sticky-menu .logo a {
        top: 10px;
        margin-bottom: auto;
        margin-top: auto;
    }
    .softura-theme h4.site-title{
        font-size: 20px !important;
    }
    .softura-theme .main-navigation-area .contact-info .text{
        font-size: 1.25rem;
    }
    .softura-theme .main-header .header-search-toggle, .cart-icon-wrap{
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .softura-theme .main-navigation-area .contact-icon{
        margin-right: 0.5rem;
        width: 35px;
        height: 35px;
        font-size: 1.875rem;
    }
    .softura-theme .navbar-area .main-menu-right > ul {
        padding-left: 0.05rem;
    }
    .softura-theme .main-navigation-area .contact-info a{
        font-size: 1rem;
    }
    .softura-theme .main-navigation-area .contact-info .title {
        font-size: 0.75rem;
    }
    .softura-theme .main-navigation-area .contact-info .text{
        font-size: 1.25rem;
    }
}
@media (max-width: 991px){
 .softura-theme .main-slider div.main-content{
    margin-bottom: 0;
    margin-top: 0;
}
.softura-theme .main-mobile-menu{
    padding: 0.85em 0;
}
.softura-theme .above-header{
    display: none;
}
.softura-theme .navigation-wrapper{
    margin-bottom: 0px; 
}
.softura-theme .header-above-collapse{
    display: none;
}
.softura-theme .header-above-btn:after{
    display: none;
}
.softura-theme .header-search-popup{
   display: none;
}
.softura-theme .main-content h6{
    font-size: 1rem;
    margin-bottom: 2.375rem;
}
.softura-theme .main-content h1{
    font-size: 1.75rem;
    margin-bottom: 10px;
    line-height: 1;
}
.softura-theme .main-navbar .main-menu > li.menu-item > a {
    font-size: 14px;
    font-weight: 600;
}
}
@media (max-width: 767px){
    .softura-theme .main-content h6{
        font-size: 1rem;
        margin-bottom: 1.375rem;
    }
    .softura-theme .main-content .btn.btn-primary{
        padding: 12px 10px;
    }
    .softura-theme .main-content .btn.btn-play span.btn-video{
        width: 1.875rem;
        height: 1.875rem;
        padding: 0 !important;
        line-height: 1.875rem;
    }
}
@media (max-width: 540px){
    .softura-theme .main-content h6{
        padding: 0.3125rem 0.625rem;
        font-size: 0.85rem;
        margin-bottom: 0.3125rem;
    }
    .softura-theme .main-content h1{
        font-size: 1.25rem;
        margin-bottom: 0.3125rem;
    }
    .softura-theme .main-content .btn.btn-primary{
        padding: 0.375rem 0.675rem;
        font-size: 12px;
    }
    .softura-theme .info-section .contact-info .title{
        font-size: 1rem;
    }
    .softura-theme .main-content .btn.btn-play i{
        margin-left: 5px;
    }
}
@media (max-width: 436px){ 
    .softura-theme .main-content h6{
        margin-bottom: 0.625rem;
        border-radius: 0px 20px 0px 0px;
    }
    .softura-theme .main-content h1{
        font-size: 1rem;
    }
    .softura-theme .main-content h1 span{
        color: transparent;
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 1);
        font-family: 'Inter', sans-serif !important;
        text-shadow: 0px 0px 0px rgb(185 184 237);
    }
    .softura-theme .main-content .btn.btn-primary{
        padding: 0.375rem 0.675rem;
        font-size: 0.68rem;
        font-weight: 500;
        border-radius: 5px;
    }
}
@keyframes animation-pulse{
  25% {
    transform: scale(1.1);
}
75% {
    transform: scale(0.9);
}
}
@keyframes wobble_vertical{
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0px);
    }
}