@font-face {
    font-family: 'poppins';
    src: url('./Poppins/Poppins-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'poppins-semibold';
    src: url('./Poppins/Poppins-SemiBold.ttf');
    font-style: semibold;
}

html, body{
    width: 100%;
}

.carousel-indicators button{
    border-radius: 50% !important;
    height: 10px !important;
    width: 10px !important;
}

nav{
    z-index: 88;
}

footer p{
    font-size: 24px;
}

html
html,
body,
div,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span{
    font-family: 'poppins', sans-serif;
}


a{
    text-decoration: none;
}

a .article-title{
    color: black;
}


.text-primary-orange{
    color: #f90;
}


.contact-us-section{
    width: 100%;
    height: fit-content;
    background: rgba(148, 94, 48, 0.1);
    padding: 24px;
    padding-bottom: 140px;
}

.contact-us-pic{
    width: 400px;
    float: right;
    margin-top: 108px;
    margin-right: 108px;
}

.contact-card h2 {
    margin: 0;
    font-size: 37px;
    font-weight: bold;
    margin-top: 138px;
}

.contact-us-section hr{
   
    width: 128px; 
    border: none; 
    border-top: 3px solid;
    color: #FF9900; 
    opacity: 1; 
    margin: 24px 0;

}

.info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    font-size: 22px;

}

.info i {
    color: #f4a261;
    font-size: 32px;
    margin-right: 10px;
    margin-top: 3px;
}

.info strong {
    font-weight: bold;
}

.whatsapp-btn {
    display: inline-block;

    background-color: #FF9900;
    color: #fff;
    font-weight: bold;
    padding: 16px 22px;
    /* width: 191px; */
    border-radius: 8px;
    text-decoration: none;
    margin-top: 32px;
    font-size: 22px;
}

.whatsapp-btn i {
    margin-right: 8px;
    font-size: 32px;
}

.whatsapp-btn:hover {
    background-color: #e27c39;
}

footer {
    background-color: #8b5e34; 
    color: #fff;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    height: 108px;
}


footer p{
    font-size: 22px;
    color: white;
    margin-left: 190px;
}

div.footer img{
    color: #fff;
    margin-left: 15px;
    font-size: 32px;
    transition: color 0.3s;
    width: 42px;
    margin-left: 32px;
    display: inline-block;
}

div.footer img:last-child{
    margin-right: 190px;
}

.button-on-footer{
    height: fit-content;
    width: fit-content; 
    padding: 12px 16px;
    background-color: #FF9900; 
    border: none; 
    border-radius: 8px;
    font-weight: 600;
  
    font-size: 16px;
}


@media only screen and (max-width: 700px) {

/* =========== FOOTERRRRRRRRRRRRR ========================================= */

    .contact-us-section{
        margin-top: 40px;
        height: 400px;
    }

    .contact-us-section p{
        font-size: 12px !important;
    }

    .contact-us-section img.contact-us-pic{
        display: none;
    }

    .contact-us-section h2{
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }

    .contact-us-section hr{
        width: 96px; 
        border: none; 
        border-top: 2px solid;
        color: #FF9900; 
        opacity: 1; 
        margin: 32px auto;
    }

    .info i {
        color: #f4a261;
        font-size: 16px;
        margin-right: 10px;
        margin-top: 3px;
    }


    .whatsapp-btn {
        display: inline-block;

        background-color: #FF9900;
        color: #fff;
        font-weight: bold;
        padding: 8px 12px;
        /* width: 191px; */
        border-radius: 8px;
        text-decoration: none;
        margin-top: 32px;
        font-size: 12px;
        margin: 0 auto;
        display: block;
        width: fit-content;
    }

    .whatsapp-btn i {
        margin-right: 8px;
        font-size: 18px;
        position: relative;
        top: 2px;
    }

    .whatsapp-btn:hover {
        background-color: #e27c39;
    }

    .testi-acc-container{
        width: fit-content;
        margin: 32px auto 0 !important;
        position: absolute;  
        bottom: 35%;
        /* left: 50%;
        transform: translate(20%, -50%); */
    }
   
    footer {
        background-color: #8b5e34; 
        color: #fff;
        padding: 12px 30px;
        display: block;
        font-size: 13px;
        height: 148px;
    }


    footer p{
        font-size: 12px !important;
        color: white;
        margin-left: 190px;
        width: 100%;
        margin: 20px auto 0;
    }

    div.footer{
        width: fit-content;
        display: block;
        margin: 0 auto;
    }

    div.footer img{
        color: #fff;
        font-size: 32px;
        transition: color 0.3s;
        width: 24px;
        margin: 32px 12px ;
    }

    div.footer img:last-child{
        margin-right: 0px;
    }

    .button-on-footer{
        height: fit-content;
        width: fit-content; 
        padding: 9px 12px;
        background-color: #FF9900; 
        border: none; 
        border-radius: 8px;
        font-weight: 600;
        margin: 0 auto;
        font-size: 12px;
        display: block;
    }

    .button-on-footer img{
        width: 16px;
        margin-top: 3px;
    }
}



@media only screen and (min-width: 701px) and (max-width: 1200px){
    .contact-us-section{
        margin-top: 40px;
        height: fit-content;
        padding: 30px 60px;
    }

    .contact-us-section img.contact-us-pic{
        display: none;
    }

    .contact-us-section h2{
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }

    .contact-us-section hr{
        width: 96px; 
        border: none; 
        border-top: 2px solid;
        color: #FF9900; 
        opacity: 1; 
        margin: 32px auto;
    }

    .whatsapp-btn{
        margin: 0 auto;
        width: fit-content;
        text-align: center;
        display: block;
    }

    div.footer img:last-child{
        margin-right: 0px;
    }

    footer p{
        margin-left: 0;
        font-size: 16px !important;
    }

    .button-on-footer{
        height: fit-content;
        width: fit-content; 
        padding: 12px 16px;
        background-color: #FF9900; 
        border: none; 
        border-radius: 8px;
        font-weight: 600;
        margin: 0 auto;
        font-size: 16px;
        display: block;
    }

    footer img{
        width: 32px;
        height: 32px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1641px){

    h2{
        font-size: 28px;
        
    }
    .carousel-caption{
        margin-top: 10% !important;
    }

    p{
        font-size: 16px !important;
    }

    h3{
        font-size: 20px !important;
    }

    .contact-us-section{
        width: 100%;
        height: 560px;
        background: rgba(148, 94, 48, 0.1);
        padding: 24px;
    }

    .contact-us-pic{
        margin-top: 60px;
    }

    button.button-chatnow{
        background-color: #FF9900; 
        border: none; 
        border-radius: 8px;
        margin-right: 1.5%;
        margin-top: 1%;
        padding: 12px 16px;
        font-size: 16px;
        font-weight: semibold;
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    button.button-chatnow img{
        width: 24px;
    }

    button.button-seebio{
        background-color: #945E30; 
        border: none; 
        border-radius: 8px;
        margin-top: 1%;
        padding: 12px 16px;
        font-size: 16px;
        font-weight: semibold;
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .whatsapp-btn {
        display: inline-block;

        background-color: #FF9900;
        color: #fff;
        font-weight: bold;
        padding: 16px 20px;
        /* width: 191px; */
        border-radius: 8px;
        text-decoration: none;
        margin-top: 32px;
        font-size: 18px;
    }

    .whatsapp-btn i {
        margin-right: 8px;
        /* margin-top: 3px; */
        font-size: 22px;
    }

    .whatsapp-btn:hover {
        background-color: #e27c39;
    }

    
}

@media only screen and (min-width: 700px) and (max-width: 980px){

    button.button-chatnow img{
        width: 16px;
    }

}


