
@font-face {
  font-family:'IRANSansWeb';
  src:   url('fonts/f/Iranian Sans.ttf') format('woff'),
         url('fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
  font-family:'Kalameh m';
  src:  url('../fonts/Kalameh/Kalameh-Medium.eot') format('eot');
src:  url('../fonts/Kalameh/Kalameh-Medium.ttf') format('ttf');	
src:  url('../fonts/Kalameh/Kalameh-Medium.woff') format('woff');	
src:  url('../fonts/Kalameh/Kalameh-Medium.woff2') format('woff2');	  
}
@font-face {
  font-family:'Kalameh';
  src:  url('../fonts/Kalameh/Kalameh-Regular.eot') format('eot');
src:  url('../fonts/Kalameh/Kalameh-Regular.ttf') format('ttf');	
src:  url('../fonts/Kalameh/Kalameh-Regular.woff') format('woff');	
src:  url('../fonts/Kalameh/Kalameh-Regular.woff2') format('woff2');	  
}

body {
    font-family: Kalameh;
    font-size: 17px;
    background-color: #FEAF39;
    overflow-x: hidden;
    direction: rtl;
	margin:0;
}

.lang-toggle {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 9999;
}

.switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 59px;
  height: 42px;
  background: #373737;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  color: white;
  font-family: sans-serif;
  font-size: 14px;
  user-select: none;
}

.switch .ball {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 36px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#langSwitch {
  display: none;
}
#langSwitch:checked + .switch {
  background: #373737;
}

#langSwitch:checked + .switch .ball {
  transform: translateX(-32px);
}
.back1{
	background-image: url('../img/BACK.nt.png');
    background-repeat: no-repeat;
    background-size: 1400px 1000px;
    background-position-x: center;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	padding-top: 40px;
}
.back4{
   margin-bottom:100px;
}
.back5{

   padding-bottom: 100px;
}

.back3{
  margin: 0px 15%; 
  width: 100%x;
  height: 100%;
  background: #FFB838;
  border-radius: 0 0 20px 20px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); 
  padding: 20px 5% 20px 20px;
}

.text-main1{
	display: flex;
    font-size: .85rem;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    height: fit-content;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 25px;
	
}
.text-main1 h3 {
margin: 8px 0px;

}
.text-main1 p {
margin: 0px 0px;
}
.site{	
	display: inline-block;
	margin-left: 5%;
}
.site img {
	width: 130px;
	height: 130px;
	border-radius: 10%;
	box-shadow: -1px 4px 12px 5px rgba(0, 0, 0, 0.28);
	transform: translateY(6px);
	transition: .5s all ease;
}
.m-site{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
}
.m-site2{
	display: none;
	flex-direction: row;
	justify-content: center;
	
}
.m-site3{
	display: none;
	flex-direction: row;
	justify-content: center;
}
.site img:hover {
	transform: translateY(-6px);
	transition: .5s all ease;
}
.pavaraghi{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
	font-size: 15px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}
.back2{
	height: 100vh;
	direction: ltr;
}
.qr{
	width: 110px;
	height: 110px;
}
.pavaraghi p {
	margin-right: -40px;
}
.mail{
	width: 80px;
    height: 80px;
    border-radius: 10%;
    box-shadow: -2px -1px 10px 0px rgba(0, 0, 0, 0.28);
    margin-left: 20px;
}
.footer{
	display: flex;
    align-items: center;
}
@media only screen and (max-width: 1400px) {

.back1{
    background-size: 1200px 900px;
}
.text-main1{
    font-size: .78rem;
	width: 1000px;
}
.site img {
	width: 120px;
	height: 120px;
}
.pavaraghi{
	font-size: 14px;
	width: 800px;
}
.m-site{
	margin-bottom: 30px;
}
@media only screen and (min-height: 1100px) {
    .back1 {
        display: flex;
        width: 100%;
        height: 100vh;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 100vh;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:10px;
    }
.back3 {
    margin: 0px 5%;
}
.text-main1{
    font-size: 1.1rem;
	width: 1000px;
}
.site img {
	width: 160px;
	height: 160px;
}
.pavaraghi{
	font-size: 18px;
	width: 950px;

}
.qr{
	width: 120px;
	height: 120px;
}
.pavaraghi p {
	margin-right: -25px;
}

.mail{
	width: 90px;
    height: 90px;
}
}
}
@media only screen and (max-width: 1200px) {
.back1{
    background-size: 1100px 850px;
}
.text-main1{
    font-size: .70rem;
	width: 900px;
}
.site img {
	width: 110px;
	height: 110px;
}
.switch {
    width: 45px;
    height: 35px;

    font-size: 11px;
}
.switch .ball {
    top: 2px;
    right: 4px;
    width: 31px;
    height: 31px;
}
@media only screen and (min-height: 1100px) {
    .back1 {
        display: flex;
        width: 100%;
        height: 100vh;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 100vh;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:10px;
    }
.back3 {
    margin: 0px 5%;
}
.text-main1{
    font-size: 1.1rem;
	width: 1000px;
}
.site img {
	width: 140px;
	height: 140px;
}
.pavaraghi{
	font-size: 18px;
	width: 950px;

}
.qr{
	width: 120px;
	height: 120px;
}
.pavaraghi p {
	margin-right: -25px;
}

.mail{
	width: 90px;
    height: 90px;
}
}
}
@media only screen and (max-width: 1100px) {
.back1{
    background-size: 1000px 850px;
}

.text-main1{
	font-size: .69rem;
	width: 900px;
}
.m-site{
    width: 800px;
    margin-bottom: 40px;
}
.site img {
	width: 105px;
	height: 105px;
}
.pavaraghi{
	font-size: 12px;
	width: 700px;

}
.qr{
	width: 100px;
	height: 100px;
}
.pavaraghi p {
	margin-right: -25px;
}

.mail{
	width: 65px;
    height: 65px;
}
.back1 {
    padding-top: 60px;
}
@media only screen and (min-height: 1100px) {
    .back1 {
        display: flex;
        width: 100%;
        height: 100vh;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 100vh;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:10px;
    }
.back3 {
    margin: 0px 5%;
}
.text-main1{
    font-size: 1.1rem;
	width: 900px;
}
.site img {
	width: 120px;
	height: 120px;
}
.pavaraghi{
	font-size: 16px;
	width: 850px;

}
.qr{
	width: 100px;
	height: 100px;
}
.pavaraghi p {
	margin-right: -25px;
}

.mail{
	width: 80px;
    height: 80px;
}
}
}


@media only screen and (max-width: 1000px) {
.back1{
    background-size: 900px 850px;
}
.text-main1{
	font-size: .67rem;
	width: 800px;
	margin-bottom: 14px;
}
.site img {
	width: 100px;
	height: 100px;
}
.pavaraghi{
	font-size: 11px;
}
.qr{
	width: 90px;
	height: 90px;
}
.mail{
	width: 60px;
    height: 60px;
	margin-left: 10px;
}
@media only screen and (min-height: 1100px) {
    .back1 {
        display: flex;
        width: 100%;
        height: 100vh;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 100vh;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:10px;
    }
.back3 {
    margin: 0px 5%;
}
.text-main1{
    font-size: 1.1rem;
	width: 800px;
}
.site img {
	width: 120px;
	height: 120px;
}
.pavaraghi{
	font-size: 15px;
	width: 800px;

}
.qr{
	width: 100px;
	height: 100px;
}
.pavaraghi p {
	margin-right: -25px;
}

.mail{
	width: 80px;
    height: 80px;
}
}
}



@media only screen and (max-width: 900px) {
.back1{
    background-size: 800px 800px;
}
.text-main1{
	font-size: .60rem;
	width: 700px;
}

.pavaraghi{
	font-size: 10px;
}
.qr{
	width: 85px;
	height: 85px;
}
.mail{
	width: 60px;
    height: 60px;
}
.m-site{
    width: 700px;
    margin-bottom: 52px;
}
@media only screen and (min-height: 1100px) {
    .back1 {
        display: flex;
        width: 100%;
        height: 100vh;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 100vh;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:10px;
    }
.back3 {
    margin: 0px 5%;
}
.text-main1{
    font-size: 1rem;
	width: 700px;
}
.site img {
	width: 110px;
	height: 110px;
}
.pavaraghi{
	font-size: 14px;
	width: 700px;

}
.qr{
	width: 90px;
	height: 90px;
}
.pavaraghi p {
	margin-right: -25px;
}

.mail{
	width: 70px;
    height: 70px;
}
}
}



@media only screen and (max-width: 800px) {
    .back1{
    background-size: 700px 650px;
}
.text-main1{
	font-size: .47rem;
	width: 600px;
}
.pavaraghi{
	font-size: 10px;
}
.qr{
	width: 75px;
	height: 75px;
}
.mail{
	width: 55px;
    height: 55px;
}
.m-site{
    width: 600px;
    margin-bottom: 25px;
}
.site img {
	width: 85px;
	height: 85px;
}
.pavaraghi{
	width: 600px;
}
@media only screen and (min-height: 900px) {
    .back1 {
        display: flex;
        width: 100%;
        height: 100vh;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 100vh;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:10px;
    }
.back3 {
    margin: 0px 5%;
}
.text-main1{
    padding-top:50px;
    font-size: 1.1vh;
	width: 600px;
}
.site img {
	width: 100px;
	height: 100px;
}
.pavaraghi{
	font-size: 13px;
	width: 650px;

}
.m-site {
    width: 400px;
    margin-bottom: 25px;
}
.qr{
	width: 85px;
	height: 85px;
}
.pavaraghi p {
	margin-right: -25px;
}

.mail{
	width: 65px;
    height: 65px;
}
}
}



@media only screen and (max-width: 700px) {
.back1{
    background-size: 600px 600px;
}
.text-main1{
	font-size: .43rem;
	width: 500px;
}
.m-site{
    width: 500px;
    margin-bottom: 22px;
}
.site img {
	width: 70px;
	height: 70px;
}
.pavaraghi{
	font-size: 8px;
	width: 470px;
}
.qr{
	width: 75px;
	height: 75px;
}
.mail{
	width: 50px;
    height: 50px;
}
@media only screen and (min-height: 900px) {
    .back1 {
        display: flex;
        width: 100%;
        height: 100vh;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 100vh;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:10px;
    }
.back3 {
    margin: 0px 5%;
}
.text-main1{
    padding-top:50px;
    font-size: 1.09vh;
	width: 500px;
}
.site img {
	width: 100px;
	height: 100px;
}
.m-site2{
	display: flex;
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}
.m-site3{
	display: flex;
	width: 70%;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 15px;
}
.m-site{
	display: none;
}
.pavaraghi{
	font-size: 11px;
	width: 550px;

}
.qr{
	width: 75px;
	height: 75px;
}
.pavaraghi p {
	margin-right: -25px;
}

.mail{
	width: 55px;
    height: 55px;
}
}
}
@media only screen and (max-width: 600px) {
    .back1 {
        display: flex;
        width: 100%;
        height: 1000px;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 1000px;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:20px;
    }
.back3 {
    margin: 0px 5%;
}
.text-main1 {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		width: 75%;
		height: fit-content;
		font-size: .65rem;
		padding-top: 10px;
}
.text-main1 p {
    margin: -2px 0px;
}
.site img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
.m-site2{
	display: flex;
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}
.m-site3{
	display: flex;
	width: 70%;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 15px;
}
.m-site{
	display: none;
}
.pavaraghi p {
	margin-right:0px;
	
}
.back3p{
   margin-right: -30px !important;
    margin-left: 22px;
}
.pavaraghi{
	font-size: 10px;
	width: 88%;
	padding-bottom: 11px;
}
.qr{
	width: 55px;
	height: 55px;
}
.mail{
	width: 45px;
    height: 45px;
}
@media only screen and (min-height: 1000px) {
    .back1 {
        height: 100vh;
        background-size: 100% 100vh;
    }
    .text-main1{
    font-size: 1.1vh;
	width: 450px;
}
.site img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
}
@media only screen and (min-height: 1100px) {

    .text-main1{
    font-size: 1vh;
	width: 450px;
}
.site img {
	width: 95px;
	height: 95px;
	margin-right: 10px;
}
}

@media only screen and (min-height: 1300px) {

    .text-main1{
    font-size: .82vh;
	width: 450px;
}
.site img {
	width: 110px;
	height: 110px;
	margin-right: 10px;
}
}
}





@media only screen and (max-width: 550px) {

.text-main1 {
		font-size: .62rem;
		  padding-top: 10px;
}
.pavaraghi{
	font-size: 8px;
	width:450px;
}
@media only screen and (min-height: 1000px) {
    .back1 {
        height: 100vh;
        background-size: 100% 100vh;
    }
    .text-main1{
    font-size: 1.1vh;
	width: 450px;
}
.site img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
}
@media only screen and (min-height: 1100px) {

    .text-main1{
    font-size: 1vh;
	width: 450px;
}
.site img {
	width: 95px;
	height: 95px;
	margin-right: 10px;
}
}

@media only screen and (min-height: 1300px) {

    .text-main1{
    font-size: .81vh;
	width: 450px;
}
.site img {
	width: 110px;
	height: 110px;
	margin-right: 10px;
}
}
}
@media only screen and (max-width: 500px) {

.text-main1 {
		font-size: .65rem;
		width:400px;
    }
	
.site img{
	width: 85px;
	height: 85px;
}
.pavaraghi{
	font-size: 8px;
	width: 88%;
	padding-bottom: 11px;
}
.qr{
	width: 50px;
	height: 50px;
}
.mail{
	width: 40px;
    height: 40px;
}
@media only screen and (min-height: 1000px) {
    .back1 {
        height: 100vh;
        background-size: 100% 100vh;
    }
    .text-main1{
    font-size: 1vh;
	width: 400px;
}
.site img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
}
@media only screen and (min-height: 1100px) {

    .text-main1{
    font-size: .92vh;
}
.site img {
	width: 95px;
	height: 95px;
	margin-right: 10px;
}
}

@media only screen and (min-height: 1300px) {

    .text-main1{
    font-size: .83vh;
}
.site img {
	width: 110px;
	height: 110px;
	margin-right: 10px;
}
}
}


@media only screen and (max-width: 450px) {

.text-main1 {
		font-size: .67rem;
		width:350px;
    }
	.pavaraghi{
		font-size: 7px;
        width: 350px;
	}
	.qr{
	width: 50px;
	height: 50px;
}
	.mail{
	width: 40px;
    height: 40px;
	margin-left: 6px;
}
@media only screen and (min-height: 1000px) {
    .back1 {
        height: 100vh;
        background-size: 100% 100vh;
    }
    .text-main1{
    font-size: 1vh;
}
.site img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
}
@media only screen and (min-height: 1100px) {

    .text-main1{
    font-size: 1vh;
}
.site img {
	width: 95px;
	height: 95px;
	margin-right: 10px;
}
}

@media only screen and (min-height: 1300px) {

    .text-main1{
    font-size: .91vh;
}
.site img {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
}
}


@media only screen and (max-width: 400px) {
        .back1 {
        display: flex;
        width: 100%;
        height: 770px;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 800px;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:30px;
    }
	.text-main1 {
        font-size: .54rem;
        width:300px;
    }
    .site img{
	width: 70px;
	height: 70px;
}
.m-site3{
    
}
	.pavaraghi{
	    font-size: 6px;
        width: 320px;
            
	}
	.qr{
	width: 35px;
	height: 35px;
}
	.mail{
	width: 30px;
    height: 30px;
}
    .pavaraghi p{
    margin-right: 5px;

}
@media only screen and (min-height: 800px) {
    .back1 {
        height: 100vh;
        background-size: 100% 100vh;
      
    }
    .text-main1{
    font-size: 1.05vh;
}
.site img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.pavaraghi{
    padding-bottom:30px;
}
}
@media only screen and (min-height: 900px) {

    .text-main1{
    font-size: 1vh;
}
.site img {
	width: 85px;
	height: 85px;
	margin-right: 10px;
}
}

@media only screen and (min-height: 1000px) {

    .text-main1{
    font-size: .85vh;
}
.site img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
}
}

@media only screen and (max-width: 350px) {

        .back1 {
        display: flex;
        width: 100%;
        height: 670px;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 700px;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:40px;
    }
	.text-main1 {
        font-size: .45rem;
        width:250px;
    }
    .site img{
	width: 60px;
	height: 60px;
}
.m-site3{
    
}
	.pavaraghi{
	    font-size: 6px;
        width: 280px;
            
	}
	.qr{
	width: 35px;
	height: 35px;
}
	.mail{
	width: 30px;
    height: 30px;
}
    .pavaraghi p{
    margin-right: 5px;

}
@media only screen and (min-height: 700px) {
    .back1 {
        height: 100vh;
        background-size: 100% 100vh;
    }
    .text-main1{
    font-size: .93vh;
}
.site img {
	width: 65px;
	height: 65px;
	margin-right: 10px;
}
.pavaraghi{
    padding-bottom:30px;
}
}
@media only screen and (min-height: 800px) {

    .text-main1{
    font-size: .90vh;
}
.site img {
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
}

@media only screen and (min-height: 900px) {

    .text-main1{
    font-size: .85vh;
}
.site img {
	width: 75px;
	height: 75px;
	margin-right: 10px;
}
}
}





@media only screen and (max-width: 300px) {

        .back1 {
        display: flex;
        width: 100%;
        height: 570px;
        background-image: url(../img/navidt-mobail.png);
        background-repeat: no-repeat;
        background-size: 100% 600px;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top:40px;
    }
	.text-main1 {
        font-size: .37rem;
        width:200px;
    }
    .site img{
	width: 50px;
	height: 50px;
}
.m-site3{
    
}
	.pavaraghi{
	    font-size: 4px;
        width: 200px;
            
	}
	.qr{
	width: 25px;
	height: 25px;
}
	.mail{
	width: 20px;
    height: 20px;
}
    .pavaraghi p{
    margin-right: 5px;

}
@media only screen and (min-height: 600px) {
    .back1 {
        height: 100vh;
        background-size: 100% 100vh;
    }
    .text-main1{
    font-size: .93vh;
}
.site img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.pavaraghi{
    padding-bottom:30px;
}
}
@media only screen and (min-height: 700px) {

    .text-main1{
    font-size: .90vh;
}
.site img {
	width: 55px;
	height: 55px;
	margin-right: 10px;
}
}

@media only screen and (min-height: 800px) {

    .text-main1{
    font-size: .85vh;
}
.site img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
}
}

