* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;

}

a {
    text-decoration: none;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    color: #655d5d;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

.img360 {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#myImg {
    transition: opacity 2s ease-in-out;
    opacity: 1;
}

#myImg.fade-out {
    opacity: 0;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.img-container {

    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    cursor: ew-resize;
}


#preload-imgs {
    display: none;
}

.left_side img {
    width: 200px;
}


.banner_sec {
    background-image: linear-gradient(to bottom, #fdf1f1, #fdeedf73), url(../images/hero-bg11.png);
    padding-bottom: 37px;
    /* background-image: url(); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /* min-height: 100vh; */
}

.menu_right ul {
    display: inline-flex;
    gap: 20px;
    list-style-type: none;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.top_title h3 {
    font-size: 57px;
    font-weight: 700;
    color: #ae6914;
    text-transform: capitalize;
}

.text {
    margin: 0;
    width: 100%;
    color: rgb(182, 182, 182, 0.2);
    background: linear-gradient(to right, #d5ab6f, #ae6914) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.top_title h4 {
    font-size: 25px;
    font-weight: 400;
    color: #642218;
}

.header_sec {
    padding: 20px 0px;
}

.menu_right ul li.bttn a {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    background-color: #fbb127;
    padding: 12px 21px;
    border-radius: 21px;
}

.menu_right ul li a {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.banner_images img {
    height: 350px;
    width: 100% !important;
    border-radius: 16px;
    object-fit: cover;
}

.logo_left img {
    width: 88px;
}

.fea_box {
    background-color: #fff;
    padding: 12px;
    border-radius: 45px;
    max-width: 241px;
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
}

.fea_img {
    width: 60px;
    background-color: #d5ab6f;
    height: 58px;
    border-radius: 50%;
}

.fea_img img {
    width: 111px !important;
}

.fea_text {
    width: 60%;
}

.fea_ab {
    position: absolute;
    content: "";
    left: -30px;
    bottom: -14px;
}

.fea_text h4 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #925422;
    font-weight: 700;
    text-transform: capitalize;
}

.abt_section {
    padding: 90px 0px;
}

.abt_text h3 {

    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;

}

.box_whites2 {
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.5rem 1rem 1.25rem;
    display: flex;
    background-color: #ffe9ca;
    flex-direction: column;
    color: #fff;
    border-radius: .875rem !important;
    min-height: 188px;
}


.box_white2 {
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.5rem 1rem 1.25rem;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    border-radius: .875rem !important;
    background-image: url(../images/patt.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 188px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box_white {
    width: 100%;
    height: 50%;
    padding: 1.5rem 1.5rem 1rem 1.25rem;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    border-radius: .875rem !important;
    padding: 18px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box_whites {
    width: 100%;
    height: 50%;
    padding: 1.5rem 1.5rem 1rem 1.25rem;
    display: flex;
    background-color: #ffe9ca;
    flex-direction: column;
    color: #fff;
    border-radius: .875rem !important;
    min-height: 188px;
}

.abt_box {
    background-color: #ae6914;
    padding: 10px 12px;
    color: #fff;
    border-radius: 41px;
}

.abt_box2 {
    background-color: #d5ab6f;
    padding: 10px 12px;
    color: #fff;
    border-radius: 41px;
}

.abt_icin_text h4 {
    font-size: 14px;
    font-weight: 500;
}

.abt_box2 .abt_icon i {
    font-size: 35px;
    color: #ae6914;
}

.abt_box .abt_icon i {
    font-size: 35px;
    color: #d5ab6f;
}

hr:not([size]) {
    height: 1px;
    color: #3d3838;
}

.contact_btn {
    background-color: #e5be9e;
    padding: 12px 18px;
    width: fit-content;
    margin-top: 19px;
    text-transform: uppercase;
    border-radius: 23px;
    font-size: 13px;
}

.contact_btn i {
    padding: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000 !important;
}

.conn {
    width: fit-content;
    background-color: #ae6914;
    margin-top: 19px;
    padding: 9px 17px;
    border-radius: 23px;
}

.abt_text a {
    color: #000;
}

.pro_cover {
    background-color: #fff4e4;
    padding: 10px;
    border-radius: 10px;
}

.count h3 {
    font-weight: 700;
    color: #aa6c32;
    font-size: 37px;
}

.abt_two {
    padding: 30px 0px;
}

.prodts_sec {
    padding: 60px 0px;
    background-color: #fdf1f2;
    background-image: url(../images/ice.png);
    background-position: right;
    background-size: 250px;
    background-repeat: no-repeat;

}

.coconut {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 120px;
}

.chiko {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 120px;
}

.ice_pro img {
    width: 105px;
}

.ice_pros img {
    width: 256px;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #ffffff;
    border: 0px solid #ffffff;
    color: #000;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ae6914;
    padding: 13px 20px;
    border: 1px solid #ae6914;
    top: 0;
    color: #fff;

}

.subscribe-form {
    position: relative;
    overflow: hidden;
}


.footer_sec {
    position: relative;
    padding: 80px 0px;
    background-color: #fbd5a8;
}

.footer_content h6 {
    text-transform: uppercase;
    color: #8d5e06 !important;
    font-weight: 700;
}

.footer_content p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}

.fixedhome_menu2 ul {
    list-style-type: none;
    display: inline-flex;
    gap: 23px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.fixedhome_menu2 ul li a {
    font-weight: 500;
    font-size: 18px;
    color: #8d5e06;
    text-decoration: none;
    text-transform: capitalize;
}

.foot_ul ul {
    list-style-type: none;
    padding-left: 0px;
    flex-direction: column;
    display: flex;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
}

.footer_content {
    max-width: 450px;
}

.bottom p {
    font-size: 12px;
    color: #000000;
}

.foot_ul ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 300;
}

.pro_covers {
    background-image: linear-gradient(to bottom, #fff4e499, #ae6914), url(../images/pht.png);
    background-position: center;
    background-size: cover;
    padding: 10px;
    border-radius: 10px;
    min-height: 325px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.subscribe {
    padding: 50px 0px;
}

.sub_title {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* align-items: center; */
    height: 67%;
    width: 80%;
}

.m_cover {

    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m_cover i{
 color: #fff;
    font-size: 24px;
}

.menu_mob {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #ae6914;
    display: none;
}

@media only screen and (max-width:765px) {
    .menu_head {
        display: none !important;
    }

    .menu_mob {
        display: block;
    }

    .top_title h3 {
        font-size: 29px;
        font-weight: 700;
        color: #ae6914;
        text-transform: capitalize;
    }


    .abt_text h3 {
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pro_covers {
        background-image: linear-gradient(to bottom, #fff4e499, #ae6914), url(../images/pht.png);
        background-position: center;
        background-size: cover;
        padding: 10px;
        border-radius: 10px;
        min-height: 373px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .banner_images img {
        height: 203px;
        width: 100% !important;
        border-radius: 16px;
        object-fit: cover;
    }

    .subscribe-form input {
     width: 100%;
        padding: 14px 28px;
        background: #ffffff;
        border: 0px solid #ffffff;
        height: 53px;
        color: #000;
    }

    .footer_sec {
        position: relative;
        padding: 32px 0px 2px 0px;
        background-color: #fbd5a8;
    }

}