@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Noto+Sans:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&family=Rubik+Bubbles&family=Spicy+Rice&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h2 {
    font-size: 25px;
    font-weight: 700;
}

h3 {
    font-size: 21px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-size: 16px;
    font-weight: 600;
}

h6 {
    font-size: 15px;
    font-weight: 600;
}

p {
    font-size: 14px;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style: none;
}

.section {
    padding: 50px 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.container1 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px;
}

.container2 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 120px;
}

.heading {
    padding-bottom: 40px;
}

.text-center {
    text-align: center;
}

.pt {
    padding-top: 20px;
}

.pb {
    padding-bottom: 20px;
}


.ptb {
    padding: 5px 0;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.all-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-end {
    display: flex;
    align-items: end;
    justify-content: end;
}

.slick-next.slick-arrow {
    position: absolute;
    padding: 2rem;
    right: 1rem;
    opacity: 0.3;
}

.slick-prev.slick-arrow {
    padding: 2rem;
    z-index: 1;
    opacity: 0.3;
}

.slider:hover .slick-arrow {
    transition: all .5s;
    opacity: 1;
}

.slick-next::before,
.slick-prev:before {
    /* color: red !important; */
    font-size: 30px !important;
}


.slick-dots li {
    position: absolute;
    background-color: green;
    width: 20px !important;
    height: 3px !important;
    border-radius: 50px;
    transition: all .9s;
    margin: 0 3px !important;
}

.slick-dots li button {
    display: none !important;
}

.slick-dots li.slick-active {
    background-color: #B4B269;
    width: 40px !important;

}

.slick_custme {
    background-color: rgb(255, 255, 255) !important;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    position: absolute;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.226);
}

.slick_custme.prev {
    top: 50%;
    left: -10%;
}

.slick_custme.next {
    top: 50%;
    right: -10%;
}

.scroll-up {
    position: relative;
}

.scroll-up span i {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 38px;
    height: 38px;
    padding-left: 11px;
    padding-top: 8px;
    border-radius: 10%;
    background-color: #B4B269;
    color: white;
    font-size: 19px;
    cursor: pointer;
    animation: scroll-up 3s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
}

.scroll-up span i:hover {
    animation: none;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}


/* whatsapp css here */
.whatsapp_desktop {
    position: relative;
}

.whatsapp_desktop span i {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 11;
    font-size: 44px;
    color: rgb(0, 255, 34);
    background: #000;
    box-shadow: 0px 0px 5px #bcbcbc;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* whatsapp */
.whatsapp_mobile {
    display: none;
    position: relative;
}

.whatsapp_mobile span i {
    position: fixed;
    bottom: 15px;
    right: 10px;
    font-size: 37px;
    z-index: 11;
    color: rgb(0, 255, 34);
}


.btn {
    padding: 7px 20px;
    background: #B4B269;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all .5s ease-in-out;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.btn1 {
    padding: 9px 15px;
    background: #B4B269;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: all .5s ease-in-out;
    line-height: 4;
    box-shadow: 1px 1px 1px #ffffff;
}

.btn1:hover {
    background: #fff;
    color: #000;
}

.btn2 {
    padding: 9px 15px;
    background: #B4B269;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: all .5s ease-in-out;
    box-shadow: 1px 1px 1px #ffffff;
    line-height: 5;
}

.btn2:hover {
    background: #000;
    color: #fff;
}
#submit2 {
    width: 100%;
    padding: 9px 15px;
    background: #B4B269;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: all .5s ease-in-out;
    box-shadow: 0px 1px 0px #ffffff;
    margin-top: 3px;
}
.contactus .right form {
    padding: 15px 25px !important;
}



/* media query for tablet screen */
@media screen and (max-width: 1024px) {}








/* media query for mobile screen */
@media screen and (max-width: 767px) {


    /* whatsapp css */
    .whatsapp_desktop {
        display: none;
    }

    .whatsapp_mobile {
        display: block !important;
    }

    .slick-dots {
        bottom: -10px !important;
    }

    .whatsapp_mobile span i {
        bottom: 48px !important;
        right: 5px !important;
        font-size: 41px !important;
    }

    .scroll_up {
        bottom: 3px !important;
        right: 5px !important;
    }


}