@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

.main_page_wrp_section {
    font-family: "Inter", sans-serif;
    background: #ffffff;
}

.main_page_wrp_section .navbar-brand {
    margin-left: 0 !important;
    margin-right: 66px !important;
    width: 150px;
}

.main_page_wrp_section .navbar-brand img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto;
    width: auto;
}

.main_page_wrp_section .header_wrp {
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.11);
}

.main_page_wrp_section .hero_banner_full {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    padding-bottom: 16px;
    background-image: url("https://dd5m9n87dvrp6.cloudfront.net/sfi/global-page/background-image.jpg.webp");
    
    background-size: cover;
    background-position: center;
}

.main_page_wrp_section .hero_banner_full .hero-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}


.main_page_wrp_section .hero_banner_full .btn-primary {
    background-color: #fff !important;
    font-family: "Poppins", sans-serif;
    border-radius: 5px !important;
    color: #333;
    border: 1px solid transparent;
}

.main_page_wrp_section .hero_banner_full .btn-primary:hover {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
}

.main_page_wrp_section .hero_banner_full .btn-outline-light {
    font-family: "Poppins", sans-serif;
    border-radius: 5px !important;
}

.main_page_wrp_section .hero_banner_full .hero-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

.main_page_wrp_section .region-card {
    transition: 0.2s ease;
    border-radius: 12px;
}

.main_page_wrp_section .region-card:hover {
    transform: translateY(-6px);
}

.main_page_wrp_section .heading_tag {
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

.main_page_wrp_section .social_links li {
    list-style: none;
    font-family: "Poppins", sans-serif;
}

.main_page_wrp_section .social_links .nav-link span {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin: 0px !important;
}

.main_page_wrp_section .inner_section .hero-content .badge {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    white-space: normal;
    font-weight: 500;
    border-radius: 5px !important;
    color: #333;
    margin-bottom: 24px !important;
    text-align: left;
    line-height: 68px;
}

.main_page_wrp_section .inner_section .hero-content .badge span {
    color: #2560de;
}

.main_page_wrp_section .hero-title {
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
    max-width: 86%;
}

.main_page_wrp_section .region-slide {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 320px;
    cursor: pointer;
    transition: 0.3s ease;
}

.main_page_wrp_section .sec_pad {
    padding: 60px 0;
    padding-bottom: 0;
}

.main_page_wrp_section .region-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.main_page_wrp_section .region-slide:hover img {
    transform: scale(1.1);
}

.main_page_wrp_section .region-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.85));
}

.main_page_wrp_section .region-info {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #fff;
}

.main_page_wrp_section .myRegionSlider .stores {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    padding: 8px;
    border: 1px solid #e2e2e2;
    margin: 0 8px;
}

.main_page_wrp_section .myRegionSlider .stores.active {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.myRegionSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    margin: 0 6px;
}
.myRegionSlider .swiper-pagination-bullet-active {
    height: 14px !important;
    width: 14px !important;
}

.main_page_wrp_section .myRegionSlider .stores.active span {
    color: #333;
}

.main_page_wrp_section .myRegionSlider .swiper-wrapper {
    align-items: center;
}

.main_page_wrp_section .myRegionSlider .stores .store-flag {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.main_page_wrp_section .myRegionSlider a {
    text-decoration: none;
}

.main_page_wrp_section .myRegionSlider .stores.active span {
    margin-bottom: 15px;
}

.main_page_wrp_section .myRegionSlider .stores span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    color: #413f3f;
    margin-bottom: 8px;
}

.main_page_wrp_section .myRegionSlider .stores.active .store-flag img {
    filter: unset;
    opacity: unset;
}

.main_page_wrp_section .myRegionSlider .stores .store_detail {
    width: calc(100% - 130px);
}

.main_page_wrp_section .myRegionSlider .stores .store_link {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: max-content;
    color: #413f3f;
    border-radius: 5px;
}

.main_page_wrp_section .myRegionSlider .stores .store_link.active {
    background-color: #2560de;
    color: #fff;
    border: 1px solid transparent;
}

.main_page_wrp_section .myRegionSlider .stores.active .store-flag {
    width: 150px;
    height: 150px;
}

.main_page_wrp_section .myRegionSlider .stores.active {
    padding: 10px 12px !important;
}

.main_page_wrp_section .myRegionSlider .stores.active .store_detail {
    width: calc(100% - 160px);
}

.main_page_wrp_section .myRegionSlider .stores .store-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: grayscale(100%);
    opacity: 0.5;
}

.main_page_wrp_section .tag-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #000;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.main_page_wrp_section .swiper-button-prev,
.main_page_wrp_section .swiper-button-next {
    display: none;
}

.main_page_wrp_section .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.main_page_wrp_section .swiper-slide-active .region-slide {
    box-shadow: 0 0 0 3px #0d6efd;
    transform: scale(1.03);
}

.main_page_wrp_section .shop_form_secure_section .usp-section {
    padding: 30px 0px;
}

.main_page_wrp_section .usp-section .usp-slider .swiper-slide .usp-icon.money-back {
    background-position: 0px -102px;
    filter: invert(1);
}

.usp-section .usp-slider .swiper-slide .usp-icon.lower-cost {
    background-position: -65px -102px;
    filter: invert(1);
}

.usp-section .usp-slider .swiper-slide .usp-icon.luxury-brands {
    background-position: -130px -102px;
    filter: invert(1);
}

.usp-section .usp-slider .swiper-slide .usp-icon.worldwide-shipping {
    background-position: -195px -102px;
    filter: invert(1);
}

.usp-section .usp-slider .swiper-slide .usp-icon.international-products {
    background-position: -260px -102px;
    filter: invert(1);
}

.main_page_wrp_section .usp-section span.title {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.main_page_wrp_section .usp-section .usp-slider .swiper-slide {
    border-right: 1px solid #dfdfdf;
    padding: 20px;
}

.main_page_wrp_section .usp-section .usp-slider .swiper-slide .usp-icon {
    height: 60px;
    width: 60px;
    margin: 0px auto;
    margin-top: 0px !important;
    text-align: center;
    background-image: url("https://d2ati23fc66y9j.cloudfront.net/sprite-img/homepage-sprite.webp");
    margin-bottom: 15px;
}

.main_page_wrp_section .footer-bottom p {
    color: #666;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 20px;
}

.main_page_wrp_section .footer-bottom .footer-menu {
    padding: 0px 12px !important;
    text-align: center;
}

.main_page_wrp_section .footer-bottom .footer-menu {
    padding: 0px 12px !important;
    display: flex;
    justify-content: center;
    gap: 18px;
}

.main_page_wrp_section .footer-bottom .footer-menu li {
    list-style: none;
}

.main_page_wrp_section .footer-bottom .footer-menu li a {
    color: #666;
    text-decoration: none;
    position: relative;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.main_page_wrp_section .social_links .dropdown .dropdown-toggle {
    padding-right: 20px;
    color: #151515;
    border: 0 !important;
    font-family: "Poppins", sans-serif;
}

.main_page_wrp_section .social_links .dropdown .dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    color: #151515;
    transform: none;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    border: none;
    line-height: 4px;
    width: 10px;
    margin-left: 5px;
    top: 12px;
}

.main_page_wrp_section .social_links .dropdown .dropdown-toggle::after {
    font-size: 13px;
    color: #000 !important;
    height: 3px;
    line-height: 3px;
}

.main_page_wrp_section .dropdown .dropdown-menu {
    top: 52px;
    right: 0 !important;
    left: auto !important;
    padding: 0px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .062745098);
    z-index: 4;
    border: none;
    max-height: 300px;
    overflow: auto;
    border-radius: 0px 0px 4px 4px !important;
    margin-top: 10px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    width: 180px !important;
}

.main_page_wrp_section .account:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

.main_page_wrp_section .account .welcome-msg {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding: 0 0px 9px;
    padding: 9px 20px 9px 10px;
    color: #151515;
}

.main_page_wrp_section .dropdown .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 13px;
    color: #151515;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    border-bottom: solid 1px #eee;
    line-height: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
}

.main_page_wrp_section .account .dropdown-menu .dropdown-item {
    padding: 0px !important;
}

.main_page_wrp_section .account .dropdown-menu .dropdown-item a {
    padding: 8px 10px !important;
    padding-left: 30px !important;
    white-space: normal;
    line-height: 18px;
    width: 100%;
    color: #151515;
    text-decoration: none !important;
}

.main_page_wrp_section .account .dropdown-menu .dropdown-item span {
    min-width: 20px;
    width: 20px;
    position: absolute;
    left: 5px;
    height: 20px;
    min-height: 20px;
    display: block;
    margin-right: 5px;
    background-image: url("https://d2ati23fc66y9j.cloudfront.net/sprite-img/homepage-sprite.webp");
    background-position-Y: -232px;
    background-size: auto auto !important;
}

.main_page_wrp_section .account .dropdown-menu .dropdown-item span.signin-sprite {
    background-position-X: 0px;
}

.main_page_wrp_section .account .dropdown-menu .dropdown-item span.createaccount-sprite {
    background-position-X: -25px !important;
}

.main_page_wrp_section .account .dropdown-menu .dropdown-item span.orders-sprite {
    background-position-X: -50px;
}

.main_page_wrp_section .footer-bottom .footer-menu li a {
    color: #666;
    text-decoration: none;
    position: relative;
    padding: 0px;
}

.main_page_wrp_section .footer-bottom .followus span {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    padding-right: 20px;
    color: #666;
    font-weight: 500;
}

.main_page_wrp_section .footer-bottom .followus a i {
    font-size: 19px;
    padding: 0px 6px;
}

.main_page_wrp_section .footer-bottom .followus a i.fa-facebook-f {
    color: #1077f0;
}

.main_page_wrp_section .footer-bottom .followus a i.fa-instagram {
    color: #e41f57;
}

.main_page_wrp_section .footer-bottom .followus a i.fa-youtube {
    color: red;
}

.main_page_wrp_section .footer-bottom .followus a i.fa-x-twitter {
    color: #000;
}

.main_page_wrp_section .footer-bottom .followus a i.fa-pinterest {
    color: #e60023;
}

.main_page_wrp_section footer {
    margin-top: 80px;
}

.main_page_wrp_section .usp-section .usp-slider .swiper-slide:last-child {
    border-right: none;
}

.main_page_wrp_section .menu_icon button {
    padding: 8px 10px !important;
    display: flex;
}

.main_page_wrp_section .menu_icon button:focus {
    background-color: transparent;
}

.main_page_wrp_section .menu_icon button i {
    font-size: 21px !important;
}

.main_page_wrp_section .list-unstyled li a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    margin: 0px 10px ;
}
@media (max-width: 1199px) {
    .main_page_wrp_section .hero-title {
        font-size: 25px;
        line-height: 35px;
    }

    .main_page_wrp_section .hero-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .main_page_wrp_section .social_links {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .main_page_wrp_section .hero-title {
        font-size: 26px;
        line-height: 34px;
    }

    .main_page_wrp_section .hero-subtitle {
        font-size: 14px;
    }
}

.mobile_sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s ease;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
}

.mobile_sidebar.open {
    left: 0;
}

.mobile_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    z-index: 9998;
    display: none;
}

.mobile_overlay.show {
    display: block;
}

@media (max-width: 1200px) {
    .main_page_wrp_section .social_links .nav-link span {
        display: block !important;
    }

    .main_page_wrp_section .social_links .dropdown .dropdown-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main_page_wrp_section .inner_section .hero-content .badge {
        font-size: 42px;
        margin-bottom: 24px !important;
        line-height: 56px;
    }

    .main_page_wrp_section .hero-title {
        font-size: 16px;
        line-height: 28px;
    }

    .main_page_wrp_section footer {
        margin-top: 40px;
    }
}

@media (max-width: 1199px) {
    .main_page_wrp_section .hero_banner_full .hero-img {
        width: 75%;
        margin: 0 auto;
        display: flex;
    }
}

@media (max-width: 991px) {
    .main_page_wrp_section .inner_section .hero-content .badge {
        margin: 0 auto;
        text-align: center;
    }

    .main_page_wrp_section .hero_banner_full .hero-content {
        margin-top: 25px;
    }

    .main_page_wrp_section .hero-title {
        text-align: center;
        margin: 0 auto;
    }

    .main_page_wrp_section .hero_banner_full {
        padding: 44px 0;
    }

    .main_page_wrp_section .heading_tag {
        font-size: 25px;
        line-height: 32px;
    }

    .main_page_wrp_section .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main_page_wrp_section .footer-bottom .followus {
        display: flex !important;
        justify-content: center !important;
        align-items: center;
    }

    .main_page_wrp_section .inner_section .footer-bottom .followus {
        margin-bottom: 15px;
    }

    .main_page_wrp_section .inner_section .footer-bottom .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .main_page_wrp_section .hero_banner_full {
        padding: 35px 0;
    }

    .main_page_wrp_section .inner_section .hero-content .badge {
        font-size: 30px;
        margin-bottom: 14px !important;
        line-height: 42px;
        text-align: center;
    }

    .main_page_wrp_section .hero-title {
        font-size: 16px;
        line-height: 27px;
        text-align: center;
    }

    .main_page_wrp_section .hero_banner_full .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main_page_wrp_section .hero_banner_full .hero_banner_image {
        width: 100%;
        height: 285px;
    }

    .main_page_wrp_section .heading_tag {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .main_page_wrp_section .inner_section .hero-content .badge {
        font-size: 18px;
        line-height: 26px;
    }

    .main_page_wrp_section .hero_banner_full {
        padding-bottom: 0;
    }

    .main_page_wrp_section .hero-title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .main_page_wrp_section .heading_tag {
        font-size: 15px !important;
        line-height: 26px;
        padding: 0 14px;
    }

    .main_page_wrp_section .myRegionSlider .stores.active .store-flag {
        width: 125px;
        height: 125px;
    }

    .main_page_wrp_section .myRegionSlider .stores.active span {
        margin-bottom: 11px;
        font-size: 15px;
    }

    .main_page_wrp_section .myRegionSlider .stores.active .store_detail {
        width: calc(100% - 140px);
    }

    .main_page_wrp_section .hero_banner_full .hero_banner_image {
        width: 100%;
        height: 200px;
    }

    .main_page_wrp_section .sec_pad {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .main_page_wrp_section .shop_form_secure_section .usp-section {
        padding: 15px 0px;
    }

    .main_page_wrp_section footer {
        margin-top: -15px !important;
    }

    .main_page_wrp_section .heading_tag {
        font-size: 17px;
        line-height: 24px;
    }

    .main_page_wrp_section .footer-bottom p {
        margin-bottom: 10px;
    }

    .main_page_wrp_section .footer-bottom .footer-menu {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }

    .main_page_wrp_section .inner_section .footer-bottom .followus {
        margin-bottom: 15px;
    }

    .main_page_wrp_section .inner_section .footer-bottom .row {
        flex-direction: column-reverse;
    }
    .myRegionSlider .swiper-pagination-bullet-active {
        height: 13px !important;
        width: 13px !important;
    }
    .myRegionSlider .swiper-pagination-clickable .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
    }
    .main_page_wrp_section .navbar-brand {margin-right: 0px !important;}
    .main_page_wrp_section .header_con{justify-content: center !important;}
    .main_page_wrp_section .header_wrp{ background: #f9fbff;border-bottom: 1px solid #eee;}
}

@media (max-width: 450px) {
    .main_page_wrp_section .footer-bottom .footer-menu {
        padding: 0px 12px !important;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .hero-container {
        flex-direction: column-reverse;
    }
}

.main_page_wrp_section .hero_banner_image {
    position: relative;
    z-index: 1;
}

.main_page_wrp_section .clouds-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.main_page_wrp_section .cloud {
    position: absolute;
    opacity: 0.9;
    z-index: 1;
}

@keyframes moveLeftFade {
    0% {
        transform: translateX(0);
        opacity: 0.8;
    }

    60% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        transform: translateX(-50px);
        opacity: 0;
    }
}

@keyframes moveRightFade {
    0% {
        transform: translateX(0);
        opacity: 0.8;
    }

    60% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        transform: translateX(50px);
        opacity: 0;
    }
}

.main_page_wrp_section .cloud-1 {
    top: -8%;
    left: 0%;
    width: 28%;
    animation: moveLeftFade 8s linear infinite;
    animation-delay: 0s;
}

.main_page_wrp_section .cloud-2 {
    top: 38%;
    right: -8%;
    width: 58%;
    animation: moveRightFade 8s linear infinite;
    animation-delay: 1.2s;
}

.main_page_wrp_section .cloud-3 {
    bottom: 38%;
    left: -6%;
    width: 60%;
    opacity: 0.8;
    animation: moveLeftFade 8s linear infinite;
    animation-delay: 2.0s;
}

.main_page_wrp_section .cloud-4 {
    top: 1%;
    right: 26%;
    width: 29%;
    opacity: 0.7;
    animation: moveRightFade 8s linear infinite;
    animation-delay: 0.5s;
}

.main_page_wrp_section .cloud-5 {
    bottom: 60%;
    left: -21%;
    width: 57%;
    animation: moveLeftFade 8s linear infinite;
    animation-delay: 1.8s;
}

.main_page_wrp_section .cloud-6 {
    top: 20%;
    right: 9%;
    width: 47%;
    opacity: 0.6;
    animation: moveRightFade 8s linear infinite;
    animation-delay: 0.8s;
}

.main_page_wrp_section .cloud-7 {
    bottom: 77%;
    left: 8%;
    width: 54%;
    opacity: 0.85;
    animation: moveLeftFade 8s linear infinite;
    animation-delay: 1.5s;
}

@media (max-width: 991px) {
    .main_page_wrp_section .cloud-1 {
        top: -4%;
        left: 4%;
        width: 23% !important;
    }

    .main_page_wrp_section .cloud-2 {
        top: 38%;
        right: -12%;
        width: 55% !important;
    }

    .main_page_wrp_section .cloud-3 {
        bottom: 35%;
        left: -11%;
        width: 55% !important;
        opacity: 0.8;
    }

    .main_page_wrp_section .cloud-4 {
        top: 1%;
        right: 26%;
        width: 24% !important;
        opacity: 0.7;
    }

    .main_page_wrp_section .cloud-5 {
        bottom: 65%;
        left: -18%;
        width: 52% !important;
    }

    .main_page_wrp_section .cloud-6 {
        top: 26%;
        right: 5%;
        width: 43% !important;
        opacity: 0.6;
    }

    .main_page_wrp_section .cloud-7 {
        bottom: 77%;
        left: 8%;
        width: 49% !important;
        opacity: 0.85;
    }
}

@media (max-width: 768px) {
    .main_page_wrp_section .cloud-1 {
        top: -8%;
        left: 0%;
        width: 23% !important;
    }

    .main_page_wrp_section .cloud-2 {
        top: 38%;
        right: -8%;
        width: 53% !important;
    }

    .main_page_wrp_section .cloud-3 {
        top: 42%;
        right: -5%;
        width: 50% !important;
        opacity: 0.8;
    }

    .main_page_wrp_section .cloud-4 {
        top: 1%;
        right: 26%;
        width: 24% !important;
        opacity: 0.7;
    }

    .main_page_wrp_section .cloud-5 {
        bottom: 62%;
        left: -23%;
        width: 52% !important;
    }

    .main_page_wrp_section .cloud-6 {
        top: 28%;
        right: 9%;
        width: 41% !important;
        opacity: 0.6;
    }

    .main_page_wrp_section .cloud-7 {
        bottom: 77%;
        left: 8%;
        width: 44% !important;
        opacity: 0.85;
    }
}

@media (max-width: 575px) {
    .main_page_wrp_section .cloud-1 {
        top: -11%;
        left: 23%;
        width: 20% !important;
    }

    .main_page_wrp_section .cloud-2 {
        top: 38%;
        right: -2%;
        width: 45% !important;
    }

    .main_page_wrp_section .cloud-3 {
        top: 42%;
        right: -5% !important;
        width: 45% !important;
        opacity: 0.8;
    }

    .main_page_wrp_section .cloud-4 {
        top: 1%;
        right: 26%;
        width: 20% !important;
        opacity: 0.7;
    }

    .main_page_wrp_section .cloud-5 {
        /* display: none; */
        bottom: 62%;
        left: -23%;
        width: 45% !important;
    }

    .main_page_wrp_section .cloud-6 {
        top: 28%;
        right: 9%;
        width: 35% !important;
        opacity: 0.6;
    }

    .main_page_wrp_section .cloud-7 {
        bottom: 67%;
        left: 8%;
        width: 40% !important;
        opacity: 0.85;
    }
}

/* Cloud Positioning */
.main_page_wrp_section .hero_banner_image {
    position: relative;
    z-index: 1;
}

.main_page_wrp_section .clouds-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.main_page_wrp_section .clouds-wrapper .cloud {
    position: absolute;
    opacity: 0.9;
    z-index: 1;
}

@keyframes moveLeftSmall {
    0% {
        left: 105%;
        opacity: 0;
    }

    10% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.9;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: -20%;
        opacity: 0;
    }
}

@keyframes moveLeftMedium {
    0% {
        left: 105%;
        opacity: 0;
    }

    10% {
        opacity: 0.9;
    }

    75% {
        opacity: 0.8;
    }

    90% {
        opacity: 0;
    }

    100% {
        left: -20%;
        opacity: 0;
    }
}

@keyframes moveLeftLarge {
    0% {
        left: 105%;
        opacity: 0;
    }

    10% {
        opacity: 0.9;
    }

    90% {
        opacity: 0.9;
    }

    100% {
        left: -20%;
        opacity: 0;
    }
}

.main_page_wrp_section .clouds-wrapper .cloud {
    animation-duration: 7s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
    animation-fill-mode: both !important;
}

.main_page_wrp_section .clouds-wrapper .cloud-1 {
    top: 2%;
    left: 102%;
    width: 28%;
    animation-name: moveLeftSmall !important;
    animation-delay: 4s !important;
}

.main_page_wrp_section .clouds-wrapper .cloud-2 {
    top: 24%;
    left: 115%;
    width: 58%;
    animation-name: moveLeftLarge !important;
    animation-delay: 1.2s !important;
}

.main_page_wrp_section .clouds-wrapper .cloud-3 {
    top: 46%;
    left: 112%;
    width: 60%;
    opacity: 0.95;
    animation-name: moveLeftLarge !important;
    animation-delay: 3.5s !important;
}

.main_page_wrp_section .clouds-wrapper .cloud-5 {
    top: 35%;
    left: 108%;
    width: 44%;
    opacity: 0.8;
    animation-name: moveLeftMedium !important;
    animation-delay: 6.0s !important;
}

.main_page_wrp_section .clouds-wrapper .cloud-6 {
    top: 13%;
    left: 120%;
    width: 54%;
    opacity: 0.95;
    animation-name: moveLeftLarge !important;
    animation-delay: 2.2s !important;
}


@media (max-width: 991px) {
    .main_page_wrp_section .clouds-wrapper .cloud-1 {
        top: 2%;
        left: 102%;
        width: 23% !important;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-2 {
        top: 24%;
        left: 115%;
        width: 55% !important;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-3 {
        top: 46%;
        left: 112%;
        width: 55% !important;
        opacity: 0.8;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-5 {
        top: 35%;
        left: 108%;
        width: 43% !important;
        opacity: 0.6;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-6 {
        top: 13%;
        left: 120%;
        width: 49% !important;
        opacity: 0.85;
    }
}

@media (max-width: 768px) {
    .main_page_wrp_section .clouds-wrapper .cloud-1 {
        top: 2%;
        left: 102%;
        width: 23% !important;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-2 {
        top: 24%;
        left: 115%;
        width: 53% !important;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-3 {
        top: 46%;
        left: 112%;
        width: 50% !important;
        opacity: 0.8;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-5 {
        top: 35%;
        left: 108%;
        width: 41% !important;
        opacity: 0.6;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-6 {
        top: 13%;
        left: 120%;
        width: 44% !important;
        opacity: 0.85;
    }
}

@media (max-width: 575px) {
    .main_page_wrp_section .clouds-wrapper .cloud-1 {
        top: 2%;
        left: 102%;
        width: 20% !important;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-2 {
        top: 24%;
        left: 115%;
        width: 45% !important;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-3 {
        top: 46%;
        left: 112% !important;
        width: 45% !important;
        opacity: 0.8;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-5 {
        top: 35%;
        left: 108%;
        width: 35% !important;
        opacity: 0.6;
    }

    .main_page_wrp_section .clouds-wrapper .cloud-6 {
        top: 13%;
        left: 120%;
        width: 40% !important;
        opacity: 0.85;
    }
}
