body{
    overflow-x: hidden;
}
/* /////////// slider //////////// */
.carousel-item {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    
}

.carousel-item.active {
    opacity: 1;
    transition: opacity 0.8s ease-out-in;
}
/* /////////// end slider //////////// */

.header-text{
    width: 100%;
    text-align: center;

}
.banner-img{
    /* background-color: #f4b233; */
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}
.carousel-texxt{
    position: absolute;
    width: 50%;
    bottom: 50px;
    
    left:80px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.header-baar{
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    padding-top: 15px;
}
.slide-img{
    object-fit: cover;
    object-position: top;
    height: 100vh;
    overflow: hidden;
}
.rounded{
    padding: 15px 40px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 10px;
    cursor: pointer;
    border-radius: 35px !important;
    font-size: 16px;
}
.text1{
    font-size: 70px;
    color: #fff;
    font-weight: 500;
    text-align: left;
}
.text2{
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}
.site-logo{
    width: 35%;
    float:left;
    margin-left: 80px;
    margin-top: 30px;
}
.text3{
    color: #fff;
    font-size: 18px;
    text-align: left;
}
@media (max-width: 600px) and (min-width: 320px) {
    .text1{
        font-size: 50px;
    }
    .text2{
        font-size: 60px;
    }
    .carousel-texxt{
        position: absolute;
        width: 80%;
        top: 20%;
        left:25px;
    }
    .rounded{
        padding: 15px !important; 
    }
    .site-logo{
        width: 35%;
        float:left;
        margin-left: 20px;
        margin-top: 30px;
    }
}
@media (min-width:601px) and (max-width:768px){
    .site-logo{
        width: 55%;
        float:left;
        margin-left: 30px;
        margin-top: 30px;
    } 
    .carousel-texxt{
        position: absolute;
        width: 70%;
        top: 20%;
        left:5%;
    }
    .text1{
        font-size: 60px;
    }
    .text2{
        font-size: 70px;
    }
}
@media (max-width:1400px){
    .text1{
        font-size: 50px;
    }
    .text2{
        font-size: 50px;
    }
    .text3{
        font-size: 15px;
    }
    .rounded{
        padding: 10px 30px !important;
    }
}