@font-face {
    font-family: Ultramagnetic;
    src: url('Ultramagnetic-Regular.ttf');
}

@font-face {
    font-family: Helvetica-Neue-Regular;
    src: url('HelveticaNeueRegular.otf');
}

body, html {
    margin: 0;
    padding: 0;
    font-family: Ultramagnetic;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

b {
    font-weight: 600 !important;
    -webkit-font-smoothing: antialiased;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FECE00;
    padding: 0 40px;
    position: sticky;
    top: 0;
    z-index: 1000;
    color: #1E4894;
    border-bottom: 4px solid #F30020;
}

.navbar-logo {
    position: relative;
    top: 0;
    left: 4px;
    height: 70px;
}

.navbar-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.navbar-links li {
    margin-left: 80px;
}

.navbar-links a {
    text-decoration: none;
    color: #1E4894;
    font-size: 24px;
}

.navbar-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.navbar-toggle .bar {
    height: 3px;
    width: 25px;
    background-color: black;
    margin: 4px 0;
}

.navbar-close {
    display: none;
    cursor: pointer;
    font-size: 40px;
    position: fixed;
    top: 0px;
    right: 40px;
    z-index: 1001;
}

.navbar-toggle.active {
    display: none;
}

.navbar-close.active {
    display: block;
}

.navbar-btn-lang {
    color: #FFFFFF;
    background-color: #1E4894;
    font-size: 24px;
    font-family: Ultramagnetic;
    padding: 1px 18px;
    border-radius: 30px;
    border: 1px solid #1E4894;
    cursor: pointer;
    width: 78px;
}

.navbar-btn-lang:active {
    color: #1E4894;
    background-color: #FFFFFF;
    border: 1px solid #1E4894;
    transform: scale(1.0);
}

.slider-div {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.slider {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

#slider-pc {
    display: none;
}

#slider-mob {
    display: block;
}

.d-mob {
    display: block;
}

.d-pc {
    display: none;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
}

.slide-redirect {
    display: block;
    min-width: 100%;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.button-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    border-radius: 0 60px 0 0;
    padding: 6px 18px 6px 8px;
    display: flex;
    gap: 0px;
}

.button-box button {
    border: none;
    background-color: transparent;
}

.slider-button {
    background-color: transparent;
    border: none;
    padding: 0 8px;
    cursor: pointer;
    font-size: 24px;
    user-select: none;
    width: 12px;
}

/* Add this to landing-style.css */
.new-product-carousel {
    margin: 0;
    background-image: url('S3-mobile.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.product-div-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.new-product-carousel .product-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.new-product-carousel .product-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}

.new-product-carousel .slide {
    min-width: 100%;
    height: 100%;
    object-fit: cover; /* Adjusts the image to cover the container */
}

.new-product-carousel .product-slider-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    width: 30px;
    top: -80px;
    transform: translateY(-50%);
    z-index: 10; /* Ensure buttons are above the images */
}

#next-new-product-desktop:hover,
#prev-new-product-desktop:hover {
    transform: scale(1.25);
}

#next-new-product-desktop,
#next-new-product-mobile,
#prev-new-product-mobile,
#prev-new-product-desktop {
    width: 30px;
    border: none;
    position: relative;
    background-color: transparent;
    transition: 0.4s;
}

#prev-new-product {
    left: -50px; 
}

#next-new-product {
    right: -50px; /* Adjust as needed */
}

.product-slider-button img {
    width: 30px; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
}

#new-product-carousel-desktop {
    display: none; /* Hide desktop carousel on mobile */
}

#new-product-carousel-mobile {
    background-image: url('S3-mobile.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-div-flex {
    width: 100%;
}

#prev-new-product-mobile, #next-new-product-mobile {
    width: 30px; /* Adjust size for mobile */
}

#prev-new-product-mobile {
    left: -10px; /* Adjust as needed */
}

#next-new-product-mobile {
    right: 0px; /* Adjust as needed */
}

.dots-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}


.products-div-copy {
    text-align: center;
    padding: 40px 40px 0px 40px;
    background-color: #FFFBDA;
}

.ttl-outline {
    color: #FECE00; /* Yellow fill color */
    font-size: 26px; /* Adjust as needed */
    font-weight: bold; /* Make the text bold */
    text-shadow: 
        -2px -2px 0 #F30020, /* Red outline with offset */
         2px -2px 0 #F30020,
        -2px  2px 0 #F30020,
         2px  2px 0 #F30020,
         2px  0px 0 #F30020,
        -2px  0px 0 #F30020,
         0px  2px 0 #F30020,
         0px -2px 0 #F30020;
         display: inline-block;
         
}

.products-div-copy-desc {
    font-size: 16px;
    font-family: Helvetica-Neue-Regular;
    padding-top: 30px;
}

.products-div-copy-main {
    object-fit: cover;
    width: 70%;
    padding: 46px 0 50px;
}

.products-div-package {
    display: block;
    padding: 30px 0px 0px 0px;
    background-image: url('S2-Latest.jpg');
    background-position: 50% 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.products-div-package img {
    object-fit: cover;
    width: 60%;
    box-sizing: border-box;
    transition: 0.3s;
    padding-bottom: 30px;
    margin: auto;
}

.products-div-package img:hover {
    transform: scale(1.05);
}

.product-outline-mob {
    display: block !important;
    text-align: center;
    padding-bottom: 30px;
}

.product-outline-pc {
    display: none !important;
}

.new-product {
    background-image: url('S3-mobile.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 40px 40px 40px;
}

.new-product-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.product-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.dot.active {
    background-color: #1E4894;
}

.carousel-slide img,
.nugget-quest-preview img,
.contest-mechanic-icons img
 {
    width: 100%;
}

.contest-mechanic-icons img {
    transition: 0.5s;
    filter: drop-shadow(0 0 0.3rem #515151);
}

.contest-mechanic-icons img:hover {
    transform: scale(1.3);
}

.nugget-quest-preview img {
    margin: auto;
}

.contest-mechanic-voucher {
    width: 220px;
    margin: auto;
}

.nugget-quest {
    background-image: url('S4.jpg');
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 40px;
    text-align: center;
    background-color: #FFF9DA;
}

.nugget-quest-ttl {
    width: 70%;
    padding-bottom: 30px;
    margin: auto;
}

.nugget-quest-preview {
    padding-top: 40px;
}

.nugget-quest-desc {
    padding-top: 60px;
    font-family: Helvetica-Neue-Regular;
    font-size: 16px;
}

.contest-mechanic {
    background-image: url('S5.jpg');
    text-align: center;
    background-color: #FFF9DA;
    background-position: 50% 0;
    background-size: 100% auto;
    position: relative;
    padding: 20px 0px 60px 0px;
    background-repeat: no-repeat;
}

.contest-mechanic-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background-image: url('book\ BG-mb.png');
    background-position: 50% 0;
    background-size: 100% 100%;
    margin-bottom: 40px;
}

.contest-mechanic-div {
    margin: 0px;
    padding: 40px 40px 60px 40px;
    box-sizing: border-box;
}

.contest-mechanic-winner,
.contest-mechanic-price,
.contest-mechanic-announce {
    font-family: Helvetica-Neue-Regular;
    font-size: 16px;
}

.contest-mechanic-winner {
    padding: 30px 0px 10px 0px;
}

.contest-mechanic-voucher {
    padding-bottom: 20px;
}

.contest-mechanic-social {
    font-family: Ultramagnetic;
    color: #1E4894;
    font-size: 20px;
    padding: 30px 0px 10px 0px;
}

.contest-mechanic-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.contest-mechanic-icons img {
    width: 50px; 
    margin-right: 30px;
}

.social-image-yt {
    margin-right: 0px !important;
}

.contest-mechanic-kevin {
    display: none;
}

.contest-mechanic-kevin-mob {
    display: block;
    margin: auto;
    width: 65%;
}

.play-nugget-quest {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: auto;
    display: block;
    font-family: Ultramagnetic;
    background-color: #1E4894;
    color: #ffffff;
    border-radius: 40px;
    border: #1E4894;
    font-size: 24px;
    padding: 7px 16px;
    text-decoration: none;
    transition: 0.5s;
    filter: drop-shadow(0 0 0.3rem #515151);
    will-change: filter;
    cursor: pointer;
    transform: translateZ(0);
    backdrop-filter: blur(0)
}

.play-nugget-quest:hover {
    transform: scale(1.25);
}

.event-details {
    background-image: url('S6.jpg');
    text-align: center;
    background-color: #FFF9DA;
    background-position: 50% 0;
    background-size: cover;
    padding: 40px 40px;
    background-repeat: no-repeat;
}

.event-details-copy {
    font-family: Ultramagnetic;
    color: #06508E; 
    font-size: 26px; 
}

.event-details-desc {
    font-family: Helvetica-Neue-Regular;
    font-size: 16px;
    padding: 40px 0px 40px 0px;
}

.event-details-info {
    font-family: Ultramagnetic;
    color: #FFFFFF; 
    font-size: 26px; 
    font-weight: bold; 
    text-shadow: 
        -2px -2px 0 #06508E, 
         2px -2px 0 #06508E,
        -2px  2px 0 #06508E,
         2px  2px 0 #06508E,
         2px  0px 0 #06508E,
        -2px  0px 0 #06508E,
         0px  2px 0 #06508E,
         0px -2px 0 #06508E;
    display: inline-block;
}

.event-details-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px 40px 0px;
}

.event-details-icons img {
    width: 60px; 
    margin-right: 40px;
    transition: 0.5s;
    cursor: pointer;
    filter: drop-shadow(0 0 0.3rem #515151);
}

.event-details-icons img:hover {
    transform: scale(1.25);
}

.event-details-icons img:nth-child(2) {
    margin-right: 0px;
}

.maps-icon {
    margin-right: 0px !important;
}

.footer {
    text-align: center;
    padding: 16px 10px;
    background-color: #FFF9DA;
    font-family: Helvetica-Neue-Regular;
    font-size: 14px;
}

@media (min-width: 468px) {
    .slider-container {
        height: 50vh;
    }

    #slider-pc {
        display: block;
    }
    
    #slider-mob {
        display: none;
    }
    
    .new-product { 
        height: inherit;
    }

    .d-mob {
        display: none;
    }
    
    .d-pc {
        display: block;
    }

    .products-div-package {
        display: flex;
        justify-content: space-between;
        padding: 50px 40px 40px 40px;
        background-position: 50% 100%;
    }

    .buttermilk-pckg {
        position: relative;
        bottom: -22px;
    }
    
    .products-div-package img {
        object-fit: cover;
        width: calc(100%/3 - 20px);
        margin: 0 20px 0px 0;
        box-sizing: border-box;
        transition: 0.3s;
        padding-bottom: 0px;
    }

    .new-product-carousel {
        margin: 0;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f0f0f0;
    }
    
    .product-div-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .new-product-carousel .product-slider {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .new-product-carousel .product-slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%;
        height: 100%;
    }
    
    .new-product-carousel .slide {
        min-width: 100%;
        height: 100%;
        object-fit: cover; /* Adjusts the image to cover the container */
    }
    
    .new-product-carousel .product-slider-button {
        border: none;
        background-color: transparent;
        cursor: pointer;
        position: relative;
        top: 13px;
        z-index: 10; /* Ensure buttons are above the images */
    }
    
    .product-slider-button img {
        width: 30px; /* Adjust width as needed */
        height: auto; /* Maintain aspect ratio */
    }
    
    /* Styles for desktop */
    #new-product-carousel-desktop {
        background-image: url('new-product-bg.jpg');
        background-position: 50% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #new-product-carousel-mobile {
        display: none;
    }

    #new-product-carousel-desktop {
        display: flex;
    }
    
    #prev-new-product-desktop, #next-new-product-desktop {
        width: 40px;
    }
    
    #prev-new-product-desktop {
        left: -10px;
    }
    
    #next-new-product-desktop {
        right: -10px;
    }
}

@media (min-width: 620px) {
    .contest-mechanic-div {
        padding: 60px 40px 60px 40px;
    }
}

@media (max-width: 761px) {
    
    .navbar-logo {
        height: 50px;
    }

    .navbar-logo img {
        height: 70px;
        width: 80px;
        z-index: 9999;
        position: relative;
    }

    .navbar-links {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        background-color: #FECE00;
        position: absolute;
        top: 48px;
        left: 0;
    }

    .navbar-links.active {
        display: flex;
    }

    .navbar-toggle {
        display: flex;
    }

    .navbar-links li {
        margin: 15px 0;
    }

    .navbar-close {
        display: none;
    }
    
    .navbar-close.active {
        display: block;
    }

    .navbar-toggle.active {
        display: none;
    }
}


@media (min-width: 762px) {

    .navbar-logo img {
        width: 130px;
        height: 112px;
    }

    .navbar {
        padding: 0 70px;
    }

    .navbar-links li {
        transition: 0.5s;
        max-height: inherit;
        opacity: 1;
    }

    .navbar-links li:hover {
        transform: scale(1.2);
    }

    .navbar-close {
        display: none;
    }

    .product-outline-mob {
        display: none !important;
    }

    .product-outline-pc {
        display: block !important;
        margin: 0px !important;
    }

    .button-box {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #FFFFFF;
        border-radius: 0 60px 0 0;
        padding: 12px 26px 12px 12px;
        display: flex;
        gap: 2px;
    }

    .slider-button {
        background-color: transparent;
        border: none;
        padding: 0 12px;
        cursor: pointer;
        font-size: 24px;
        user-select: none;
        width: 16px;
    }

    .ttl-outline {
        width: 70%;
        font-size: 52px; 
        text-shadow: 
        -4px -4px 0 #F30020, /* Red outline with offset */
         4px -4px 0 #F30020,
        -4px  4px 0 #F30020,
         4px  4px 0 #F30020,
         4px  0px 0 #F30020,
        -4px  0px 0 #F30020,
         0px  4px 0 #F30020,
         0px -4px 0 #F30020;
         display: inline-block;
         margin: auto;
    }

    .w-70 {
        margin: auto;
        width: 70%;
    }

    .products-div {
        background-image: url('S2-Latest.jpg');
        background-position: 50% 150%;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .products-div-package {
        padding: 50px 120px 80px 120px;
        background-image: url('S2-Latest.jpg');
        background-position: 50% 100%;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .products-div-copy-desc {
        padding-top: 26px;
        font-size: 20px;
    }
    
    .products-div-copy {
        text-align: center;
        padding: 60px 40px 40px 40px;
    }
    
    .products-div-copy-main {
        object-fit: cover;
        width: 70%;
        padding: 46px 0 50px;
    }
    
    .products-div-package img:hover {
        transform: scale(1.05);
    }

    .new-product-carousel {
        margin: 0;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f0f0f0;
    }
    
    .product-div-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80% !important;
    }
    
    .new-product-carousel .product-slider-button {
        border: none;
        background-color: transparent;
        cursor: pointer;
        position: relative;
        width: 35px;
        top: 30px;
        z-index: 10; /* Ensure buttons are above the images */
    }

    #prev-new-product-desktop {
        left: -26px;
    }

    #next-new-product-desktop {
        right: -34px;
    }
    
    .product-slider-button img {
        width: 30px; /* Adjust width as needed */
        height: auto; /* Maintain aspect ratio */
    }

    .product-div-flex {
        width: 100%;
    }
    
    .dot {
        height: 15px;
        width: 15px;
    }

    .dots-container {
        margin-top: 0px;
    }
    
    .nugget-quest {
        background-image: url('S4.jpg');
        background-position: 50% 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding: 80px 120px 34px 120px;
        text-align: center;
        background-color: #FFF9DA;
    }
    
    .carousel-buttons img {
        width: 34px;
    }

    .nugget-quest-ttl {
        width: 50%;
        padding-bottom: 30px;
    }
    
    .nugget-quest-preview {
        padding-top: 52px;
    }

    .nugget-quest-preview img {
        width: 76%;
    }
    
    .nugget-quest-desc {
        padding-top: 54px;
        font-family: Helvetica-Neue-Regular;
        font-size: 20px;
    }

    .contest-mechanic {
        background-image: url('S5.jpg');
        text-align: center;
        background-color: #FFF9DA;
        background-position: 50% 0;
        background-size: 100% auto;
        position: relative;
        padding: 40px 10px;
        background-repeat: no-repeat;
    }
    
    .contest-mechanic-flex {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-direction: row;
        background-image: url('book\ BG.png');
        background-position: 50% 0;
        background-size: 100% 100%;
        margin-bottom: 60px;
    }
    
    .contest-mechanic-div {
        width: calc(100%/2 - 20px);
        margin: 60px 20px 40px 20px;
        box-sizing: border-box;
    }
    
    .contest-outline {
        font-size: 40px;
    }

    .contest-mechanic-winner,
    .contest-mechanic-price,
    .contest-mechanic-announce {
        font-family: Helvetica-Neue-Regular;
        font-size: 20px;
    }

    .contest-mechanic-announce {
        padding-top: inherit;
    }
    
    .contest-mechanic-winner {
        padding: 30px 0px 16px 0px;
    }
    
    .contest-mechanic-voucher {
        padding-bottom: 20px;
    }

    .contest-price-btm {
        font-size: 23px;
        margin-bottom: 0px;
    }
    
    .contest-mechanic-social {
        font-family: Ultramagnetic;
        color: #1E4894;
        font-size: 20px;
        padding: 30px 0px 10px 0px;
    }
    
    .contest-mechanic-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 16px 0px 30px 0px;
    }
    
    .contest-mechanic-icons img {
        width: 60px; 
        margin-right: 40px;
    }

    .contest-mechanic-icons img:nth-child(3){
        margin-right: 0px;
    }

    .contest-mechanic-kevin {
        display: block;
        width: 240px;
        margin: auto;
    }

    .contest-mechanic-kevin-mob {
        display: none;
    }
    
    .play-nugget-quest {
        display: flex;
        text-align: center;
        justify-content: center;
        margin: auto;
        display: block;
        font-family: Ultramagnetic;
        background-color: #1E4894;
        color: #ffffff;
        border-radius: 40px;
        border: #1E4894;
        font-size: 36px;
        padding: 7px 36px;
    }

    .event-details {
        background-image: url('S6.jpg');
        text-align: center;
        background-color: #FFF9DA;
        background-position: center;
        background-size: cover;
        padding: 60px 120px 100px 120px;
        background-repeat: no-repeat;
    }
    
    .event-details-copy {
        font-family: Ultramagnetic;
        color: #06508E; 
        font-size: 48px; 
        line-height: 58px;
    }
    
    .event-details-desc {
        font-family: Helvetica-Neue-Regular;
        font-size: 20px;
        padding: 36px 0px 40px 0px;
    }
    
    .event-details-info {
        font-family: Ultramagnetic;
        color: #FFFFFF; 
        font-size: 42px; 
        font-weight: bold; 
        text-shadow: 
            -4px -4px 0 #06508E, 
             4px -4px 0 #06508E,
            -4px  4px 0 #06508E,
             4px  4px 0 #06508E,
             4px  0px 0 #06508E,
            -4px  0px 0 #06508E,
             0px  4px 0 #06508E,
             0px -4px 0 #06508E;
        display: inline-block;
    }
    
    .event-details-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px 0px 0px 0px;
    }
    
    .event-details-icons img {
        width: 60px; 
        margin-right: 30px;
    }
    
    .event-details-icons img:nth-child(2) {
        margin-right: 0px;
    }

    .footer {
        text-align: center;
        padding: 16px 10px;
        background-color: #FFF9DA;
        font-family: Helvetica-Neue-Regular;
        font-size: 16px;
    }
}

@media (min-width: 760px) and (max-width: 840px) {
    .navbar {
        padding: 0px 50px;
    }

    .navbar-links li {
        margin-left: 70px;
    }
}

@media (min-width: 1200px) {
    .navbar-logo img {
        height: 130px;
        width: 150px;
    }

    .slider-container {
        height: 100vh;
    }

    #next-new-product-desktop {
        right: -60px;
    }

    #prev-new-product-desktop {
        left: -40px;
    }

    .new-product-flex {
        flex-direction: row;
        align-items: center;
    }

    .carousel-slide img {
        width: 100%;
    }

    .contest-mechanic {
        padding: 40px 190px;
    }

    .contest-mechanic-div {
        margin: 60px 40px 40px 40px;
    }

    .contest-mechanic-voucher {
        width: 80%;
    }

    .contest-mechanic-kevin {
        width: 60%;
    }

    .carousel-description {
        margin-left: 60px;
        margin-top: 100px;
    }

    .new-product {
        background-image: url('new-product-bg.jpg');
        background-position: 50% 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding: 80px 90px 50px 120px;
    }
}





