*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    list-style: none;
    text-decoration: none;
    overflow-x: hidden;
}

*::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.contact_n{
    /* z-index: 100; */
    position: fixed;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    bottom: 8%;
    cursor: pointer;
    right: 1.7%;
}

.contact_n img{
    width: 30px;
    height: 30px;
    position: absolute;
}

.uzbrus{
    width: 50px;
    padding: 5px;
    background-color: #129227;
    border: none;
    border-radius: 15px;
    color: #fff;
    position: fixed;
    z-index: 300;
    font-size: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    bottom: 3%;
    right: 1%;
    cursor: pointer;
    transition: .5s;
}

.uzbrus:hover{
    background-color: #25db44;
}

.navbar{
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    padding: 20px 50px;
    justify-content: space-between;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px) ;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navbar .logo{
    width: 100px;
    height: 50px;
}

.navbar .logo img{
    width: 100%;
}

.navbar ul{
    width: 400px;
    display: flex;
    justify-content: space-around;
}

.navbar ul a{
    color: #ef6c00;
    font-weight: bolder;
    transition: .3s;

}

.navbar ul a:hover{
    border-bottom: 2px solid #ef6c00;
    font-size: 14px;
}

.navbar button{
    width: 150px;
    height: 40px;
    border-radius: 15px;
    background: #129227;
    border: none;
    cursor: pointer;
    transition: .3s;
    color: aliceblue;
}

.navbar button:hover{
    background: #4ec261;
}

.menu{
    width: 38px;
    height: 38px;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    padding: 8px;
    background-color: #8f8f8f;
    transition: .5s;
    display: none;
}

.menu img{
    width: 100%;
    z-index: 100;
}

.menu:hover{
    background-color: #dddddd;
}

.navbar_m{
    width: 300px;
    height: 100vh;
    position: fixed;
    justify-content: center;
    z-index: 200;
    background-color: #fff;
    right: 0;
    display: flex;
    flex-direction: column;
    color: #000;
    align-items: center;
    display: none;
}

.navbar_m a{
    color: #000;
    padding: 5px;
}

.navbar_m a li{
    width: 150px;
    height: 40px;
    background-color: #ef6c00;
    text-align: center;
    transition: .4s;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
}

.navbar_m a li:hover{
    background-color: #ff9239;
    color: #696969;
}

.navbar_m button{
    width: 150px;
    height: 40px;
    border-radius: 15px;
    background: #129227;
    border: none;
    cursor: pointer;
    transition: .3s;
    color: aliceblue;
}

.navbar_m button:hover{
    background: #4ec261;
}

.navbar_m .cross{
    width: 38px;
    height: 38px;
    position: absolute;
    top: 4%;
    right: 4%;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    padding: 8px;
    background-color: #8f8f8f;
    transition: .5s;
}

.navbar_m .cross img{
    width: 100%;
    z-index: 100;
}

.navbar_m .cross:hover{
    background-color: #dddddd;
}

.main{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    padding: 20px 100px;
    background-color: #96490f;
    background-image: url(/imgs/caselio.jpg);
}

.main .intro{
    width: 50%;
}

.main .big_img{
    width: 50%;
}

.main .big_img img{
    width: 100%;
}

.footer {
    background-color: #1E1E1E;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; 
}
    
.footer .logo1 {
    width: 200;
    height: auto; 

}
      
.footer .logo1 img {
    width: 90px;
}
    
.footer ul li {
    display: inline; 
}
      
.footer ul li a {
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
    font-size: 14px; 
}
    
.footer .social_links {
    display: flex;
    padding: 5px;
    width: 38%;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    height: 20px; 
}

.footer .social_links a{
    height: 20px;
    overflow-y: hidden;
}
    
.footer .social_links img {
    width: 20px;
    height: 20px;
    margin-right: 10px; 
    color: #fff;
}
 
.footer .line {
    width: 1272px;
    height: 1px;
    background-color: #fff; 
}


.footer p {
    color: #fff; 
}

@media only screen and (max-width:800px){
    .navbar ul{
        display: none;
    }

    .navbar button{
        display: none;
    }

    .menu{
        display: block;
    }

    .main{
        padding: 30px;
    }

    .main h1{
        font-size: 25px;
        margin-bottom: 20px;
    }

    .main h3{
        font-size: 20px;
    }
}

@media only screen and (max-width:700px){
    .main{
        flex-direction: column-reverse;
        height: 80vh;
        justify-content: space-around;
        height: 60;
    }

    .main .intro{
        width: 80%;
    }

    .main .intro h1{
        font-size: 20px;
    }

    .main .intro h3{
        font-size: 14px;
    }

    .main .big_img {
        width: 58%;
        overflow-x: hidden;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .footer .logo1{
        height: auto;
    }

    .footer .logo1 img{
        width: 80px;
    }
}