body{
margin: 0;
padding: 0;
}
.Main-head{
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 2.5rem;
   
    
    display: flex;
 
    
    position: relative;
    align-items: center;
  
    
}
.mainImg{
    display: flex;
    flex-direction: column;
    
}
.navbar-brand:focus, .navbar-brand:hover{
color: white ;
}
.Imagesec{
    position: absolute;

    object-fit: cover;
    object-position: 75.0568% 37.0517%;
    width: 100%;
    height: 100%;
    filter: brightness(0.85);
}
.container{
    width: 100%;
    margin: 0 auto;
}
.collapse>.show{
    display: none;
    
}

.navbar{
    color: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}




.navbar-brand{
    display: flex;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.2em;
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 0em;
    font-size: 38px;
    color: white;
}

.navbar-toggler{
    position: absolute;
    right: 0;
    top: 0 !important;
    border: none !important;
}
.navbar-collapse>.navbar-nav{
    display: none;

}
.fbLogo{
    width: 50px;
}

.mainLogo{
    width: 100%;
    justify-content: flex-end;
    display: flex;
    
}


.Content{
    position: absolute;
    top: 30%;
    left: 55%;
    display: flex;
    width: 44%;
    gap: 5rem;
    flex-direction: column;
    z-index: 9999;
    margin: 0 auto;
    
}
.firstText{
 
    color: white;
    font-size: 57px;
    line-height: 0;
    font-weight: 500;
    font-family: Poppins;
}
.secContent{
    width: 100%;
    color: white;
    font-size: 21px;
    font-weight: 500;
    font-family: Poppins;
}
.thirdContent{
    
    color: white;
    font-size: 25px;
    font-weight: 300;
    line-height: 45px;
    font-family: Poppins;
    color: white;
}


 
@media (max-width : 1814px) {
    .Main-head{
        width: 94%;
    }
    
}

@media (max-width : 1440px) {
   
    .firstText{
        font-size: 47px;
    }
    .secContent{
        font-size: 19px;
        font-weight: 500;
    }
    .thirdContent{
        font-size: 23px;
        line-height: 41px;
    }
    
}

@media (max-width : 1320px) {
    .Content{
       
        gap: 3.5rem;
        }
}



@media (max-width: 991px) {
    .firstText{
        font-size: 37px;
    }
    .fbLogo{
        width: 30px;
    }
    .Content{
       
    gap: 2.5rem;
    }
    .secContent{
        font-size: 18px;
        font-weight: 500;
    }
    .thirdContent{
        font-size: 21px;
        line-height: 37px;
    }
    .Main-head{
        width: 90%;
        margin: 2rem auto;
    }
    .navbar-brand{
        font-size: 30px;
    }
    .nav-logo{
        display: block;
    }
    .navbar-collapse>.navbar-nav{
        display: block;
        width: 100%;
        height: 85vh;
        display: flex;
        justify-content: end;
        align-items: center;
       
        
    }
}

@media (max-width : 767px) {
    .navbar-brand{
        font-size: 25px;
    }
    .Content{
        width: 50%;
        top: 35%;
    left: 25px;
    gap: 2.5rem;
    }
    .firstText{
        font-size: 33px;
    }
    .secContent{
        font-size: 18px;
        font-weight: 500;
    }
    .thirdContent{
        font-size: 20px;
        line-height: 36px;
    }
}


@media (max-width : 612px) {
    .Content{
        width: 60%;
    }
    
}



@media (max-width : 512px) {
    .Content{
        width: 70%;
    }
    
}

/* @media (max-width : 612px) {
    .Content{
        width: 80%;
    }
    
} */

@media (max-width : 450px) {
    .Content{
        width: 85%;
    }
    
}