@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Playfair Display', serif;
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
}

body {
    font-family: 'Playfair Display', serif;
    font-family: 'Rubik', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #032972;
    padding: 0 10%;
    padding-block: 10px;
    width: 100%;
   
}

.call {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}



.call a {
    text-decoration: none;
    color: #f2f2f2;
}

.social-media a {
    padding-left: 15px;
    color: #f2f2f2;
    font-size: 1.2rem;
}

.navbar-all {
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 405;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.logo {
    height: 100px;
    width: 150px;
    background-image: url(../images/longwell_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-items {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.nav-links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-links a {
    transition: color 0.3s ease-in-out;
    position: relative;
}

.nav-links a:hover {
    color: #032972;
}

/* 
.nav-links a::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
background-color: #032972;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    transform: translateX(-50%);
    margin-bottom: -10px;
}

.nav-links a:hover::after {
    width: 100%;
} */

.nav-items a {
    padding-left: 15px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    padding-left: 15px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #000;
}



.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-width: 270px;
    z-index: 405;
    background-color: #fff;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.dropdown-content a:hover {
    background-color: #032972;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.nav-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-btns {
    background-color: #000;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
}

.c-btns a {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-right: 0px;
}




#toggleButton {
    display: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 10%;
    background-color: #032972;
    padding-top: 50px;
    color: #fff;
    padding-bottom: 30px;
}

.ft-logo {
    height: 100px;
    width: 150px;
    background-image: url(../images/longwell_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ft-box {
    width: 95%;
}

.footer-grid a {
    text-decoration: none;
    color: #fff;
}

footer {
    margin-top: 70px;
}

.social-top a {
    padding-right: 15px;
    font-size: 1.5rem;
}
.wechat{
    position: fixed;
        bottom: 80px;
        right: 20px;
        height: 50px;
        width: 50px;
        background-color: green;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
        z-index: 445;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    z-index: 445;
}


.whatsapp a {
    font-size: xx-large;
    color: #fff;
}

.wechat a {
    font-size: xx-large;
    color: #fff;
}

.boookk {
    border: none;
    /* border-radius: 30px; */

    background-color: #032972;
    color: #fff;
    margin: 0;
    margin-left: 15px;
    text-align: center;
}

.bb {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.bb a {
    padding: 15px 45px;
    color: #fff;
    text-align: center !important;

}

.bb a:hover {
    color: #fff;
}

.copyright p {
    text-align: center;
    padding-block: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    background-color: #fff;
    margin-bottom: 0;
}
.product-slide{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-block: 40px;
    border: 2px dashed #032972;
}
.product-slide img{
    object-fit: contain !important;
}
@media only screen and (max-width: 1110px) {
    body {
        overflow-x: hidden;
    }

    .nav-links a:hover {
        color: #f2f2f2;
    }

    .nav-links a::after {
        content: '';
        display: none;
        height: 2px;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
        transform: translateX(-50%);
        margin-bottom: -10px;
    }

    .nav-links a:hover::after {
        width: 100%;
    }

    .nav-items {
        display: none;

    }

    .nav-items.show-flex {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #032972;
        color: #f4f6f8;
        /* padding-bottom: 30px; */
    }

    .nav-links {
        display: flex;
        flex-direction: column;
    }

    .nav-links a {
        padding-block: 20px;
        width: 100%;
        text-align: center;
        color: #f4f6f8;
        border-bottom: 1px solid;
    }

    .dropdown-content {
        background-color: #032972;
    }

    .dropdown-content a {
        background-color: #032972;
    }

    .nav-btns {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-block: 20px;
    }

    .nav-btns a {
        padding-bottom: 30px;
        color: #f4f6f8;
    }

    .dropbtn {
        padding-block: 20px;
        color: #f4f6f8;
        width: 100%;
        border-bottom: 2px solid;
        align-items: center;
    }

    .dropdown,
    .dropdown-content {
        width: 100%;
    }

    .dropdown-content a {
        background-color: #032972 !important;
        width: 80%;
        margin: auto;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .navbar-all {
        display: flex;
        justify-content: space-between;
    }

    .navbar-all i {
        color: #f2f2f2;
    }

    #toggleButton {
        display: block;
        border: none;
        padding: 10px 25px;
        font-size: 1.5rem;
        background-color: transparent;
    }

    #toggleButton i {
        color: #032972;
        font-size: 1.9rem;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ft-box {
        margin-bottom: 50px;

    }

    .bb {
        margin-top: 30px;

    }

    .bb a {
        background-color: #f2f2f2;
        color: #032972 !important;
        text-align: center;
        padding: 0;
        padding: 20px;
    }

    .boookk {
        border-radius: 0px !important;
        margin-left: 0;
    }

}

@media only screen and (max-width: 710px) {
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ft-box {
        margin-bottom: 50px;

    }
    .swiper-text h1{
        font-size: 30px !important;
    }
}