*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
    list-style: none;
}

body {
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}
body h1{
    font-size: 38px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
body h2 h4{
    font-size: 35px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
body p, .a, i{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    /* text-transform: capitalize; */
}




/* swiper css start  */

.swiper {
    width: 100%;
    max-width: 800px; /* Maksimal kenglik */
    height: 400px; /* Rasm balandligi */
    position: relative;
    overflow: hidden; /* Qirralarni yashirish */
    box-shadow: 0px 0px 10px black;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #434f2c;
    background: #434f2c;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-button-next, .swiper-button-prev {
    /* background: #007aff;  */
    color: #fff; /* Tugma matn rangi */
    padding: 15px 0; /* Tugma balandligi */
    border: none; /* Chegarasiz */
    border-radius: 5px; /* Yumshoq qirralar */
    cursor: pointer;
    position: relative; /* Tugmalarni pastda joylash */
    width: 100%; /* Butun kenglik */
    text-align: center;
    font-size: 16px; /* Matn o'lchami */
    transition: background 0.3s; /* O'tish effekti */
    margin-top: 10px; /* Tugmalar orasidagi bo'shliq */
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    /* background: #434f2c; Hover effekti */
    color: #434f2c;
}
.swiper-pagination {
    position: absolute;
    bottom: 70px; 
    z-index: 10;
    text-align: center; /* Markazlashtirish */
}
.swiper-pagination-bullet {
    background: #434f2c; /* Pagination nuqtalari rangi */
    color: #fff;
}
.swiper-pagination-bullet-active {
    background: #434f2c; /* Faol nuqta rangi */
    color: #fff;
}

@media screen and (max-width:768px) {

.swiper {
    width: 100%;
    max-width: 300px; /* Maksimal kenglik */
    height: 180px; /* Rasm balandligi */
    position: relative;
    overflow: hidden; /* Qirralarni yashirish */
    box-shadow: 0px 0px 10px black;
}
}

@media screen and (max-width:600px) {

    .swiper {
        width: 100%;
        max-width: 300px; /* Maksimal kenglik */
        max-height: 330px; /* Rasm balandligi */
        position: relative;
        overflow: hidden; /* Qirralarni yashirish */
        box-shadow: 0px 0px 10px black;
    }
    }



/* swiper css end  */


.bgfon{
    width: 100%;
    height: 700px;
    background-image: url(./fon/construction-tower-crane-and-sky.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.parda{
    width: 100%;
    height: 700px;
    /* background-color: rgba(0,0,0,0.1); */
    position: relative;
}




.logo{
    width: 200px;
    height: 250px;
    margin-left:  40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    background-color: rgba(0,0,0,0.1);
    background-image: url(./logo/1-removebg-preview.png);
    border-radius: 0px 0px 10px 10px;
    
    backdrop-filter: blur(8px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}
.logo:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 15px 25px;
}


.about{
    width: 70%;
    height: 50%;
    backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,0.3);
    border-radius: 0px 10px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    left: 0px;
    bottom: 30px;
    padding: 10px;
}

.about h1{
    text-align:start;
    padding: 15px;
    margin-left: 40px;
    color: whitesmoke;
}
.about p{
    text-align:start;
    margin-left: 40px;
    color: white;
}

/* media-----------------1024, 912-x, 768, 600, 390*/  


@media screen and (max-width:1024px) {

    .logo{
        width: 170px;
        height: 220px;
    }
    .about h1{
        font-size: 30px;
        padding: 15px;
    }
    .about p{
        padding: 13px;
        line-height: normal;
    }
    .about{
        width: 80%;
        height: 50%;
        position: absolute;
        left: 0px;
        bottom: 30px;
        padding: 2px;
    }
}


@media screen and (max-width:768px) {
    .bgfon{
    
        height: 800px;
    }
    .parda{
        height: 800px;
    }
    

    .logo{
        width: 120px;
        height: 170px;
    }

    .about{
        width: 80%;
        height: 50%;
        border-radius: 0px 10px 10px 0px;
        position: absolute;
        left: 0px;
        bottom: 20px;

    }
    .about h1{
        font-size: 22px;
        padding: 10px;
        /* margin-left: 40px; */
    }
    .about p{
        padding: 10px;
        /* margin-left: 40px; */
    }
}


@media screen and (max-width:600px){
    
    .logo{
        margin-left:  10px;
        background-color: rgba(0,0,0,0.2);
    }
   
    .bgfon{
        height: 700px;
    }
    .parda{
        height: 700px;
    }
    .about{
        width: 80%;
        height: 40%;
        margin-bottom: 10px;
        text-align: center;
        align-items: center;
        position: absolute;
        left: 0px;
        bottom: 10px;
        border-radius: 0px 10px 10px 0px;
        padding: 10px;
    }
    .about h1{
        font-size: 18px;
        padding: 5px;
    }
    .about p{
        font-size: 10px;
        padding: 5px;
    }
}

    @media screen and (max-width:400px){

        .logo{
            margin-left:  10px;
            width: 100px;
            height: 150px;
            background-color: rgba(0,0,0,0.2);
        }

       
        .bgfon{
            height: 600px;
        }
        .parda{
            height: 600px;
        }


        .about{
            width: 80%;
            height: 40%;
            margin-left: 0px;
            position: absolute;
            left: 0px;
            bottom: 10px;
            border-radius: 0px 10px 10px 0px;
            
        }
        .about h1{
            
            align-items: center;
            justify-content: center;
            font-size: 13px;
            margin: 0px;
        }
        .about p{
            
            font-size: 10px;
            margin: 0px;
        }
}