@keyframes snowfall {
    0% {
        transform: translateY(-10vh) translateX(0)
    }

    25% {
        transform: translateY(-5vh) translateX(5px)
    }

    50% {
        transform: translateY(0) translateX(-5px)
    }

    75% {
        transform: translateY(5vh) translateX(5px)
    }

    to {
        transform: translateY(10vh) translateX(0)
    }
}

@keyframes snowfall-deep {
    0% {
        transform: translateY(-15vh) translateX(0)
    }

    50% {
        transform: translateY(0) translateX(10px)
    }

    to {
        transform: translateY(15vh) translateX(0)
    }
}

.snowfall {
    position: relative;
    background: linear-gradient(135deg,#095174,#009595);
    transform: translateY(100%);
    transition: transform .5s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 -10px 25px -5px rgba(0,149,149,.2)
}

.snowfall:after,.snowfall:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at center,hsla(0,0%,100%,.8) .5px,transparent 1px),radial-gradient(circle at center,hsla(0,0%,100%,.6) 1px,transparent 1.5px),radial-gradient(circle at center,hsla(0,0%,100%,.4) 1.5px,transparent 2px);
    background-size: 100px 100px,150px 150px,200px 200px;
    animation: snowfall 15s linear infinite;
    pointer-events: none
}

.snowfall:after {
    background-image: radial-gradient(circle at center,hsla(0,0%,100%,.8) 1px,transparent 1.5px),radial-gradient(circle at center,hsla(0,0%,100%,.6) 1.5px,transparent 2px),radial-gradient(circle at center,hsla(0,0%,100%,.4) 2px,transparent 2.5px);
    background-size: 120px 120px,170px 170px,220px 220px;
    animation: snowfall-deep 12s linear infinite;
    animation-delay: -7s
}

.snowfall.snowfall-show {
    transform: translateY(0)
}

.domain-name, .domain-name::placeholder, .form-control:focus{
    color: #222222;
    opacity: 1;
}
.logo {
    --logo-height: 56px;
    height: var(--logo-height);
    display: flex;
    flex-shrink: 0;
}
/* @media (min-width: 1400px) {
    .hero-6 {
        padding-top: 100px;
    }
} */
@media (max-width: 991px){
    .logo {
        --logo-height: 42px;
        height: var(--logo-height);
        display: flex;
        flex-shrink: 0;
    }
    .py-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}
.bg-gradient-primary {
    background: -webkit-gradient(linear, right top, left top, from(rgb(96.9879518072, 64.0963855422, 145.9036144578)), to(rgb(35.6334661355, 67.1235059761, 172.3665338645)));
    background: linear-gradient(to left, rgb(96.9879518072, 64.0963855422, 145.9036144578) 0%, rgb(35.6334661355, 67.1235059761, 172.3665338645) 100%);
}
.bg-gradient-success {
    background: -webkit-gradient(linear, right top, left top, from(rgb(34, 197, 94)), to(rgb(16, 185, 129)));
    background: linear-gradient(to left, rgb(34, 197, 94) 0%, rgb(16, 185, 129) 100%);
}
.position-relative {
    position: relative !important;
}
.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 99;
}
.navbar-overlay {
    position: fixed;
    top: 20px;
    left: 1%;
    z-index: 98;
    width: 98%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.menu-box {
    /* background: rgba(255, 255, 255, 1.0);  */
    background: linear-gradient(-45deg, #8eb9ff, #fc8cb7, #8be0ff, #88f9de);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    backdrop-filter: blur(25px);            
    -webkit-backdrop-filter: blur(25px);    
    border: 1px solid rgba(255, 255, 255, 0.6); 
    border-radius: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.glass-box {
    background: rgba(255, 255, 255, 0.50);  
    backdrop-filter: blur(25px);            
    -webkit-backdrop-filter: blur(25px);    
    border: 1px solid rgba(255, 255, 255, 0.6); 
    border-radius: 16px;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/* .navbar-sticky-init .navbar-overlay{
    background: linear-gradient(-45deg, #8eb9ff, #fc8cb7, #8be0ff, #88f9de);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-color: #fcfdfe !important;
    background: linear-gradient(
        to right,
        rgba(88, 149, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.80) 50%,
        rgba(86, 151, 255, 0.8) 100% 
    );
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.6); 
    border-radius: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} */

.blob {
    position: absolute;
    border-radius: 50%;
    mix-blend-mode: multiply;
    filter: blur(80px);
    opacity: 0.3;
    animation: pulse 6s infinite alternate ease-in-out;
}
.card-heading{
    font-size: 26px !important;
    margin-bottom: 20px;
    font-weight: 700;
}
.btn-clear{
    width:40px; 
    height:40px; 
    padding:0; 
    align-items:center; 
    justify-content:center;
}
.mt-60{
    margin-top: 60px;
}
.contain-sub-1.no-icon .nav-link::after {
    content: "";
    display: none !important;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: .75rem;
    line-height: 1;
    font-variant: normal;
    text-rendering: auto;
    color: inherit;
}
.contain-sub-1.no-icon .contain-sub-1__content{
    left: auto;
    right: 0px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.cartCount{
    background: linear-gradient(90.12deg, #E90387 -29.31%, #FC6866 100.59%);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    right: 3px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.mobile-actions .cartCount{
    top: -14px;
    right: -14px;
}
.navbar-nav .nav-item .nav-link.btn-cart{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    /* border: 1px solid rgba(255, 255, 255, 0.6); */
}
.nav-link.btn-cart i{
    font-size: 20px;
}
small{
    font-size: 12px !important;
}
p.sub-title{
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400;
}
h6.hanger{
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    color: #1f1f1f;
    font-weight: 500;
}
.bigger{
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75rem;
    font-weight: 500;
}

.bigger small{
    display: block;
}
.currency-form select{
    padding: .625rem .625rem .625rem 0.625rem;
    background: none;
    font-weight:bold
}

.package-title {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.75rem;
    font-weight: 500;
    color: var(--gm3-sys-color-on-surface, #1f1f1f);
}
.tagline{
    color: #444746;
    padding-block: .25rem;
    -webkit-padding-start: .75rem;
    padding-inline-start: .75rem;
    -webkit-border-start: 2px solid var(--gm3-sys-color-primary, #0b57d0);
    border-inline-start: 2px solid var(--gm3-sys-color-primary, #0b57d0);
    line-height: 1.5rem;
    font-size: 1rem;
}

.bg-gradient-primary {
  background: -webkit-gradient(linear, right top, left top, from(rgb(96.9879518072, 64.0963855422, 145.9036144578)), to(rgb(35.6334661355, 67.1235059761, 172.3665338645)));
  background: linear-gradient(to left, rgb(96.9879518072, 64.0963855422, 145.9036144578) 0%, rgb(35.6334661355, 67.1235059761, 172.3665338645) 100%);
}
.bg-gradient-success {
  background: -webkit-gradient(linear, right top, left top, from(rgb(34, 197, 94)), to(rgb(16, 185, 129)));
  background: linear-gradient(to left, rgb(34, 197, 94) 0%, rgb(16, 185, 129) 100%);
}
.timeline-slider-nav__next, .timeline-slider-nav__prev{
    margin-top: -3px;
    background-color: #ffffff;
}

@media (min-width: 576px) {
    .text-sm-end {
        text-align: right !important;
    }
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
}
.avatar.avatar-ex-sm {
    max-height: 25px !important;
}

.payment_card {
    margin: 3px;
    padding: 1px;
    border-radius: 2px;
    background-image: linear-gradient(to bottom right, #ffffff, #dadada);
}

.price-block h4 span{
    font-size: 18px;
    color: #666666;
}
/* Desktop default */
.billing-switch {
    flex-direction: row;
}

/* Mobile: stack buttons vertically */
@media (max-width: 767px) {
    .billing-switch {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .billing-btn {
        width: 50%;
        text-align: center;
        border-radius: 6px !important;
        margin-bottom: 5px;
    }
}
.why-area-one::after{
    background-image: none !important;
}
.video-area-one::after{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-5-rgb), var(--bs-bg-opacity)) !important;
}

.mobile-actions select {
    width: 38px;
    padding: 7px 4px;
    margin-right: 5px;
}
.mobile-actions .btn-cart i {
    font-size: 20px;
}
.currency-mobile{
    border: 1px solid rgb(106, 96, 125, 0.5);
}
.bg-custom-6 {
    --bs-bg-opacity: 1;
    background-color: #f1f5f9 !important;
}  
.scroll-top.open{
    top: 75%;
    right: 25px;
}
.domain-search-container {
    /* border-color: rgb(151, 170, 233.5);
    -webkit-box-shadow: 0 0 0 .50rem rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 .50rem rgba(255, 255, 255, 0.25); */
    border-radius: 6px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.30);
}
.form-control {
    border: 1px solid #e9ecef;
    font-size: 14px;
    line-height: 26px;
    border-radius: 6px;
    color: #212529 !important;
    text-align: left;
    border-radius: 0.25rem;
}
.form-control-lg {
    min-height: calc(1.5em + 2rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0rem;
}
.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.domain-container {
    margin-top: -200px;
    position: relative
}

@media(min-width: 1920px) {
    .domain-container {
        margin-top:-180px
    }
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-light {
    border-color: #d8d8d8 !important;
}
.text-secondary {
    color: rgb(108, 117, 125) !important;
}
.wave-container{
    position: absolute;
    bottom: 0px;
    height: 180px;
    margin: auto;
    overflow: auto;
    /* background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%); */
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
    width: 100%;
    overflow: hidden;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: absolute;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

.cross-button{
    width:40px; 
    height:40px; 
    padding:0;
    justify-content: center;
    align-items: center;
    margin-right: 130px;
}


.card-wrapper.small {
    height: 220px;
}
.card-wrapper {
    position: relative;
    height: 360px;
}
.back-card {
  /* background: #60a5fa; */
  background: rgba(255, 255, 255, 0.30);  
  /* background: linear-gradient(to left, rgb(96.9879518072, 64.0963855422, 145.9036144578) 0%, rgb(35.6334661355, 67.1235059761, 172.3665338645) 100%); */
  backdrop-filter: blur(25px);            
  -webkit-backdrop-filter: blur(25px);    
  border: 1px solid rgba(255, 255, 255, 0.5); 
  height: 100%;
  border-radius: 8px;
  transition: 0.5s ease;
}
.back-card.green {
  background: #34d399;
}

.card-wrapper:hover .back-card {
  transform: rotate(-5deg) scale(1.05);
}

.top-card {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.card-content {
  background: white;
  height: 100%;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
  transition: 0.4s;
}

.card-content:hover {
  box-shadow: 0px 6px 18px rgba(0,0,0,0.18);
}

.icon-size {
  height: 60px;
  width: 60px;
}
.icon-lg {
    font-size: 50px;
}
.badge {
    letter-spacing: .5px;
    padding: 4px 8px;
    font-weight: 600;
    line-height: 11px;
}
.badge-secondary {
    background-color: #6c757d !important;
}
.card-content h2{
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 15px;
}
.card-content h3{
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 15px;
}
@media (max-width: 991px) {
    .text-md-white {
        color: #FFFFFF !important;
    }
}
.input-group .searchbtn{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.text-gray{
    color: #9c9c9c !important;
}
.domain-result h6{
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    color: #1f1f1f;
    font-weight: 500;
}
.z-9{
    position: relative;
    z-index: 9 !important;
}
.tld-dropdown{
    background: transparent;
    box-shadow: none;
    font-size: 18px;
}
.fs-40{
    font-size: 40px !important;
}
.swiper-slide h6{
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    color: #1f1f1f;
    font-weight: 700;
}
.contain-mega-menu__img img{
    margin-top: 5px;
}

.bg-test{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8); 
}
.domain-search-section{
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
}
.area{
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0px;
}
.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* z-index: -1; */
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    animation: animate 25s linear infinite;
    bottom: -150px;
    /* z-index: 999; */
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.wp-banner{
    -webkit-mask-image: url(../img/shape/banner-shape-security.png);
    mask-image: url(../img/shape/banner-shape-security.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    padding-top: clamp(9rem,13.15vw + 1rem,15.625rem);
    padding-bottom: clamp(9rem,13.15vw + 1rem,15.625rem);
    overflow: hidden
}

.popular-badge{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: large !important;
    top: -48px;
    left: 0px;
    background: #07c07e;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
    z-index: 10;
}