@font-face {
	font-family: 'Yekan';
	src:	url('/static/fonts/Yekan-Font-master/Yekan.eot'); /* IE9 Compat Modes */
	src:	url('/static/fonts/Yekan-Font-master/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('/static/fonts/Yekan-Font-master/Yekan.woff2') format('woff2'), /* Modern Browsers */
			url('/static//fonts/Yekan-Font-master/Yekan.woff') format('woff'), /* Modern Browsers */
			url('/static/fonts/Yekan-Font-master/Yekan.otf') format('opentype'), /* Open Type Font */	
			url('/static/fonts/Yekan-Font-master/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	font-display: auto;
}

*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Yekan', sans-serif;
}

.header{
    display: flex;
    justify-content: space-between;
    padding: 20px 80px 5px 80px;
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo p{
    color: #878086;
    font-size: 22px;
}

.logo img{
    width: 80px;
    height: auto;
    padding-left: 30px;
}


.nav{
    display: flex;
    align-items: center;
}
.nav ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
    /* align-items: center; */
}

.nav a{
    color: #878086;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
}

hr{
    margin: auto;
    background: linear-gradient(to right, #ffffff, #a6a6a6);
    border: none;
}

.nav a.active{
    color: #91a4c6;
    font-size: 20px;
    font-weight: bold;
}
.nav span{
    color: #878086;
    /* padding: 10px; */
    text-decoration: none;
    font-size: 18px;
}


.main{
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
}

.title{
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    margin: 50px 30px 20px auto;
    /* margin-top: 50px;
    margin-bottom: 20px; */

}

/* .second-child{
    font-size: 45px;
} */

.description{
    width: 520px;
    padding-left: 20px;
    font-size: 20px;
    text-align: justify;
}

#map{
    width: 790px;
    height: 500px;
    margin-top: 50px;
}

.map-description{
    display: flex;
    margin-top: 10px;
    justify-content: start;
    align-items: center;
    
}

.map-description img{
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.map-description p{
    color: #706e70;
    font-size: 15px;
}

.main-detail{
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
}


.dl-title{
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
    margin-bottom: 40px;
    justify-content: start;
    align-items: center;

}


.next{
    width: auto;
    height: 30px;
    rotate: 180deg;
}


.dl-txt{
    font-size: 35px;
    font-weight: 700;
    color: #878086;
    margin-right: 20px;
    
}
.dl{
    width: 500px;
}

.dl-box{
    width: 100%;
    height: 60px;
    background-color: #f1eee9;
    border: solid 1px #bbb4c1;
    border-radius: 10px;
    /* margin: auto; */
    margin: 20px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 10px; */
}
.dl-box p{
    font-size: 19px;
    margin-right: 60px;
}
.dl-description{
    font-size: 12px;
    padding: 0 15px;
}

.download{
    width: auto;
    height: 40px;
    margin-left: 20px;
}

.popbox-txt{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    /* padding: 20px 10px 0 10px; */
    /* margin: 40px 30px 30px 10px; */
    /* align-items: center; */
}

.popbox-txt-sub{
    width: 95%;
    font-size: 18px;
}

.circle{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    margin-top: 18px;
}

table, th, td {
    border:1px solid black;
}

th {
    background-color: #cdd6ff;
    padding: 10px;
}
td{
    padding: 10px;
}

.popbox{
    /* color: #779cc3d3; */
    box-sizing: border-box;
    width: 395px;
    height: auto;
    margin-top: 50px;
    border: solid 1px #afafaf;
    background-color: #fffffff8;
    border-radius: 15px;
    padding: 10px; 
    display: none; /* در حالت عادی مخفی */
    position: absolute;
    z-index: 1000;
    right: 100; /* راست‌چین */
    top: 109px; /* کمی پایین‌تر از map-description */

    visibility: visible;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}


.popuptext:hover + .popbox{
    display: block;
}


.seylab{
    width: 60%;
}
.mobileapp1, .mobileapp2{
    width: 23%;
}


  /* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}
  
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}


.main-contactus {
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
}
.contactus-description{
    width: 60%;
    height: 500px;
    background-color: #cacdec6e;
    margin: 50px 30px 0 0;
    border-radius: 10px;
}
.title-contactus{
    font-size: 20px;
    font-weight: bold;
    margin: 25px 20px;
    display: inline-block;
}
.txt-contactus{
    font-size: 18px;
}
#map-contactus{
    width: 500px;
    height: 500px;
    margin-top: 50px;
}





.shahrestan-label {
    font-size: 12px;
    font-weight: bold;
    background: rgb(0, 0, 0);
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}



.about-us{
    width: 100%;
    height: auto;
    background-color: #325494;
    margin-top: 50px;
    color: #ffffff;
}
.about-us-title{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.about-us-content{
    font-size: 18px;
    justify-content: center;
    text-align: center;
    padding: 0 200px 40px 200px;
}



.our-services{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 50px 150px;
}
.our-services-title{
    width: 40%;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}

.divider {
    width: 12px;
    background-image: linear-gradient(#a6a6a6, #ffff);
    height: 100px;
}

.our-services-content{
    justify-content: center;
    text-align: justify;
    text-justify: auto;
}

.our-services-pic{
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    gap: 40px;
}

.pic-models{
    width: 100%;
    height: auto;
}
.pic-table{
    width: 100%;
    height: auto;
}
.pic-model-caption{
    text-align: center;
}
.data-provision{
    margin-top: 50px;
    /* margin-bottom: 500px; */
    width: 100%;
    /* height: 100px; */
    background: linear-gradient(to right, #a6a6a6, #ffff);
}
.data-provision-title{
    padding: 60px 50px 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.data-provision-content{
    padding: 0 50px 60px 50px;
    text-align: justify;
    text-justify: auto;
}

.provide-services{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-left: 50px;
    text-align: justify;
    text-justify: auto;
}
.provider-services-content{
    margin-bottom: 40px;
}

.provider-services-pic{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.windbarb{
    width: 100%;
}
.precipitation{
    width: 93%;
}
.divider2 {
    width: 5px;
    background-image: linear-gradient(#a6a6a6, #ffff);
    height: 600px;
}


.Key-projects{
    /* margin-top: 50px; */
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-left: 90px;
    margin-bottom: 50px;
}

.Key-projects-title{
    width: 40%;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;

}

.Key-projects-content1{
    width: 100%;
    /* height: 100%; */
    background-color: #d9d9d9;
    border-radius: 25px;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: auto;
    /* padding-bottom: 50px; */
}
.Key-projects-content1-pic{
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 50px 50px 20px 50px;
    /* padding-left: 50px; */
}
.Key-projects-content1 p{
    text-align: center;
    padding-bottom: 30px;
}

.Key-projects-content2{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.Key-projects-content2-1{
    background-color: #d9d9d9;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    padding: 30px;
}
.Key-projects-content2-2{
    background-color: #d9d9d9;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    padding: 30px;

}
.web1{
    width: 400px;
}
.web2{
    width: 400px;
}

    



@media screen and (max-width: 768px) {
    
*{
    padding: 0;
    margin: 0;
}
    .main {
        display: flex;
        flex-direction: column;
        padding: 0; /* کاهش padding برای موبایل */
    }

    .description {
        order: 2; /* توضیحات در پایین */
        width: 100%; /* عرض کامل */
        padding: 0;
        font-size: 16px; /* کاهش اندازه فونت */
        margin-top: 10px;
        margin-bottom: 50px;
    }
    
    .description p{
        padding: 0 35px;
    }
    .description .title p{
        padding: 5px;
    }

    #map {
        order: 1; /* نقشه در بالا */
        width: 100%; /* عرض کامل */
        height:500px; /* ارتفاع کمتر برای موبایل */
        margin-top: 20px;
    }
/* ///////////////////////////////// */
    .main-contactus {
        display: flex;
        flex-direction: column;
        padding: 0; /* کاهش padding برای موبایل */
    }
    .contactus-description{
        background-color: #cacdec6e;
        order: 1; /* توضیحات در پایین */
        width: 95%; /* عرض کامل */
        height: auto;
        padding: 0;
        font-size: 16px; /* کاهش اندازه فونت */
        margin: 10px auto 50px auto;
        /* margin-bottom: 50px; */

    }

    .title-contactus{
        font-size: 18px;
        font-weight: bold;
        margin: 5px 20px;
        display: inline-block;
    }
    .txt-contactus{
        font-size: 14px;
        margin-right: 0
    }
    #map-contactus{
        order: 2; /* نقشه در بالا */
        width: 100%; /* عرض کامل */
        height:500px; /* ارتفاع کمتر برای موبایل */
        margin-top: 20px;
    }
/* //////////////////////////////////////// */
    .title {
        font-size: 24px; /* کاهش اندازه فونت عنوان */
        line-height: 36px;
        margin: 20px 0 10px 0;
        text-align: center; /* وسط‌چین کردن عنوان */
    }

    .header {
        padding: 10px 20px; /* کاهش padding هدر */
        align-items: center;
    }

    .logo img {
        width: 35px; /* کاهش اندازه لوگو */
        padding-left: 10px;
    }

    .logo p {
        font-size: 18px; /* کاهش اندازه فونت لوگو */
    }

    .nav ul {
        align-items: center;
    }

    .nav a {
        font-size: 10px; /* کاهش اندازه فونت منو */
        padding: 3px;
    }
    
    .nav a.active{
        color: #91a4c6;
        font-size: 10px;
        font-weight: bold;
    }
    .nav span{
        color: #878086;
        /* padding: 10px; */
        text-decoration: none;
        font-size: 10px;
    }

    .map-description {
        font-size: 14px; /* کاهش اندازه فونت توضیحات نقشه */
        align-items: flex-start;
    }
    .map-description p{
        font-size: 10px; /* کاهش اندازه فونت توضیحات نقشه */
        align-items: flex-start;
    }

    .map-description img {
        margin: 5px 5px 0 2px;
        margin-left: 5px;
        margin-top: 5px;
        width: 10px;
        height: auto;
        }

    .popbox {
        width: 90%; /* عرض پاپ‌آپ متناسب با صفحه */
        height: auto; /* ارتفاع خودکار */
        right: 5%; /* فاصله از لبه */
        top: 40px; /* تنظیم موقعیت */
        padding: 15px;
    }

    .popbox-txt-sub {
        font-size: 15px; /* کاهش اندازه فونت */
    }
    .popbox-txt{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 0 2px;
    }

    table, th, td {
        font-size: 14px; /* کاهش اندازه فونت جدول */
    }
    .circle{
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: red;
        margin-top: 10px;
    }

    .main-detail {
        flex-direction: column; /* چیدمان عمودی */
        padding: 0;
    }

    .dl {
        /* display: flex; */
        width: 100%; /* عرض کامل */
    }
    .dl-title{
        display: flex;
        /* justify-content: space-between; */
        margin-top: 50px;
        margin-right: 25px;
        margin-bottom: 20px;
        justify-content: start;
        align-items: center;
    
    }

    .dl-txt {
        font-size: 25px; /* کاهش اندازه فونت */
        margin-right: 10px;
    }

    .dl-box {
        width: 90%;
        height: 50px; /* کاهش ارتفاع */
        margin: 10px auto;
    }
    .dl-description{
        font-size: 8px;
        padding: 0 15px;
    }
    .next{
        width: auto;
        height: 20px;
        rotate: 180deg;
    }

    .dl-box p {
        font-size: 16px; /* کاهش اندازه فونت */
        margin-right: 20px;
    }

    .download {
        height: 30px; /* کاهش اندازه آیکون دانلود */
    }

    .about-us-content{
        padding: 0 20px 40px 20px;
        text-align: justify;
        text-justify: auto;
    }
    .our-services{
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    .our-services-title{
        margin-top: 10px;
    }
    .our-services-content{
        text-align: justify;
        text-justify: auto;
    }
    .divider{
        height: 6px;
        width: 400px;
        background-image: linear-gradient(to left, #a6a6a6, #ffff)
    }
    .our-services-pic{
        display: flex;
        flex-direction: column;
        padding:0 20px;
        margin-top: 10px;
    }
    .data-provision-content{
        padding: 20px;
        text-align: justify;
        text-justify: auto;
    }
    .provide-services{
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap:10px
    }
    .divider2{
        height: 6px;
        background-image: linear-gradient(to left, #a6a6a6, #ffff);
        width: 400px;
    }
    .provider-services-pic{
        display: flex;
        flex-direction: column;
    }
    .precipitation{
        width: 100%;
    }
    .Key-projects{
        display: flex;       
        flex-direction: column;
        padding: 20px;
        gap:10px
    }
    /* .Key-projects-content1-pic{
        display: flex;
        flex-direction: column;
    } */
    .Key-projects-content1{
        width: 100%;
    }
    .web1{
        width:150px;
    }
    .web2{
        width: 150px;
    }
    .Key-projects-content1-pic{
        padding: 20px;
        gap: 5px;
    }
    .Key-projects-content2-1 p{
        font-size: 10px;
    }
    .Key-projects-content2-2 p{
        font-size: 10px;
    }
}




@media screen and (min-width: 426px) and (max-width: 768px) {
    
    *{
        padding: 0;
        margin: 0;
    }
        .main {
            display: flex;
            flex-direction: column;
            padding: 0; /* کاهش padding برای موبایل */
        }
    
        .description {
            order: 2; /* توضیحات در پایین */
            width: 100%; /* عرض کامل */
            padding: 0;
            font-size: 16px; /* کاهش اندازه فونت */
            margin-top: 10px;
            margin-bottom: 50px;
        }
        
        .description p{
            padding: 0 35px;
        }
        .description .title p{
            padding: 5px;
        }
    
        #map {
            order: 1; /* نقشه در بالا */
            width: 100%; /* عرض کامل */
            height:500px; /* ارتفاع کمتر برای موبایل */
            margin-top: 20px;
        }
    
        .title {
            font-size: 24px; /* کاهش اندازه فونت عنوان */
            line-height: 36px;
            margin: 20px 0 10px 0;
            text-align: center; /* وسط‌چین کردن عنوان */
        }
    
        .header {
            padding: 10px 20px; /* کاهش padding هدر */
            align-items: center;
        }
    
        .logo img {
            width: 35px; /* کاهش اندازه لوگو */
            padding-left: 10px;
        }
    
        .logo p {
            font-size: 18px; /* کاهش اندازه فونت لوگو */
        }
    
        .nav ul {
            align-items: center;
        }
    
        .nav a {
            font-size: 10px; /* کاهش اندازه فونت منو */
            padding: 3px;
        }
        
        .nav a.active{
            color: #91a4c6;
            font-size: 10px;
            font-weight: bold;
        }

        .nav span{
            color: #878086;
            /* padding: 10px; */
            text-decoration: none;
            font-size: 10px;
        }
    
        .map-description {
            font-size: 14px; /* کاهش اندازه فونت توضیحات نقشه */
            align-items: flex-start;
        }
        .map-description p{
            font-size: 10px; /* کاهش اندازه فونت توضیحات نقشه */
            align-items: flex-start;
        }
    
        .map-description img {
            margin: 5px 5px 0 2px;
            margin-left: 5px;
            margin-top: 5px;
            width: 10px;
            height: auto;
            }
    
        .popbox {
            width: 50%; /* عرض پاپ‌آپ متناسب با صفحه */
            height: auto; /* ارتفاع خودکار */
            right: 2%; /* فاصله از لبه */
            top: 5%; /* تنظیم موقعیت */
            padding: 15px;
        }
    
        .popbox-txt-sub {
            font-size: 15px; /* کاهش اندازه فونت */
        }
        .popbox-txt{
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            padding: 0 2px;
        }
    
        table, th, td {
            font-size: 14px; /* کاهش اندازه فونت جدول */
        }
        .circle{
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: red;
            margin-top: 10px;
        }
    
        .main-detail {
            flex-direction: column; /* چیدمان عمودی */
            padding: 0;
        }
    
        .dl {
            width: 100%; /* عرض کامل */
        }
        .dl-title{
            display: flex;
            /* justify-content: space-between; */
            margin-top: 50px;
            margin-right: 25px;
            justify-content: start;
            align-items: center;
        
        }
    
        .dl-txt {
            font-size: 25px; /* کاهش اندازه فونت */
            margin-right: 10px;
        }
    
        .dl-box {
            width: 90%;
            height: 50px; /* کاهش ارتفاع */
            margin: 10px auto;
        }
        .dl-description{
            font-size: 8px;
            padding: 0 15px;
        }
        .next{
            width: auto;
            height: 20px;
            rotate: 180deg;
        }
    
        .dl-box p {
            font-size: 16px; /* کاهش اندازه فونت */
            margin-right: 20px;
        }
    
        .download {
            height: 30px; /* کاهش اندازه آیکون دانلود */
        }
    }

@media screen and (min-width: 769px) and (max-width: 896px) { 
    body{
        box-sizing: border-box;
    }
    .map{
        width:100%;
    }
    #map{
        width: 100%;
        height: 400px;
    }
    .title{
        font-size: 22px;
        justify-items: center;
        line-height: 40px;
    }
    .description{
        width: 100%;
        font-size: 13px;
    }
    .main{
        padding: 0 50px;
    }
    .Key-projects{
        padding-left: 30px;
    }
    .Key-projects-content1-pic{
        gap: 20px;
        padding: 30px 30px 20px 30px;
    }
    .web2, .web1{
        width: 250px;
    }
    .our-services{
        padding: 50px 50px;
    }
    .main-contactus{
        padding: 0 50px;
        gap: 20px;
    }
    #map-contactus{
        height: 400px;
        width: 300px;
    }
    .contactus-description{
        height: 400px;
    }
    .title-contactus{
        font-size: 15px;
        margin: 10px 10px;
    }
    .txt-contactus{
        font-size: 13px;
    }
    .main-detail{
        padding: 0 50px;
    }
    .dl{
        width: 100%;
    }
    .dl-title{
        margin-bottom: 20px;
    }
    .dl-box{
        width: 90%;
        margin: 10px 10px;
    }
    .dl-box p{
        font-size: 18px;
    }
    .dl-txt{
        font-size: 30px;
    }
    .dl-description{
        font-size: 10px;
        padding: 0 15px;
    }
    .about-us-content{
        padding: 0 100px 40px 100px;
    }
}        
@media screen and (min-width: 897px) and (max-width: 1478px) { 
    body{
        box-sizing: border-box;
    }
    .map{
        width:100%;
    }
    #map{
        width: 100%;
        height: 400px;
    }
    .title{
        font-size: 30px;
        justify-items: center;
    }
    .description{
        width: 100%;
        font-size: 16px;
    }
    .main{
        padding: 0 50px;
    }
    .Key-projects-content1-pic{
        gap: 20px;
        padding: 30px 30px 20px 30px;
    }
    .web2, .web1{
        width: 250px;
    }
    .our-services{
        padding: 50px 50px;
    }
    .main-contactus{
        padding: 0 50px;
        gap: 20px;
    }
    #map-contactus{
        height: 400px;
        width: 400px;
    }
    .contactus-description{
        height: 400px;
    }
    .title-contactus{
        margin: 15px 25px;
    }
    .txt-contactus{
        font-size: 16px;
    }
    .main-detail{
        padding: 0 50px;
    }
    .dl{
        width: 100%;
    }
    .dl-title{
        margin-bottom: 20px;
    }
    .dl-box{
        width: 90%;
        margin: 10px 10px;
    }
    .dl-box p{
        font-size: 18px;
    }
    .dl-txt{
        font-size: 30px;
    }
    .dl-description{
        font-size: 10px;
        padding: 0 15px;
    }
    .about-us-content{
        padding: 0 100px 40px 100px;
    }
}    