
@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: 15px;
  right: 15px;
  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;
  left: 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 108vh;
    background-position-x: center;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	padding-bottom: 12px;
}

.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: 1.7vh;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    height: fit-content;
    flex-direction: column;
    justify-content: space-evenly;
	
}
.text-main1 h3 {
margin: 8px 0px;

}
.text-main1 p {
margin: -2px 0px;
}

.site{	
	display: inline-block;
	margin-left: 5%;
}
.site img {
	width: 140px;
	height: 140px;
	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: 20px;
}
.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: 17px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 55px;
}
.back2{
	height: 100vh;
    display: grid;

}
.qr{
	width: 100px;
	height: 100px;
}
.pavaraghi p {
	margin-right: -40px;
}

.mail{
	width: 70px;
    height: 70px;
    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-height: 750px) {
.back1 {
    background-size: 1400px 750px !important;
	height: 750px!important;
}

.text-main1{
	font-size:14px ;
	height: 312px;
	padding-top: 20px;
}
.m-site{
	height: 170px;
	margin-bottom: 0px;
}
.site img {
	width: 120px;
	height: 120px;
}
}




@media only screen and (max-width: 1400px) {

.back1{
    background-size: 1200px 100vh;
	height: 100vh;
}

.text-main1{
	font-size: 1.8vh;
	width: 1000px;
}

.site img {
	width: 130px;
	height: 130px;
}

.pavaraghi{
	font-size: 15px;
	width: 800px;

}
.m-site{
	margin-bottom: 0px;
}

@media only screen and (max-height: 750px) {
.back1 {
    background-size: 1200px 750px !important;
	height: 750px!important;
}

.text-main1{
	font-size:13px ;
	height: 312px;
	padding-top: 20px;
}
.m-site{
	height: 170px;
}
}


}



@media only screen and (max-width: 1200px) {
.back1{
    background-size: 1100px 100vh;
	height: 100vh;
}

.text-main1{
	width: 900px;
}

@media only screen and (max-height: 750px) {
.back1 {
    background-size: 1100px 750px !important;
	height: 750px!important;
}
}
.switch {
    width: 45px;
    height: 35px;

    font-size: 11px;
}
.switch .ball {
    top: 2px;
    left: 4px;
    width: 31px;
    height: 31px;
}
.lang-toggle {
    top: 18px;
    right: 18px;

}
}

@media only screen and (max-width: 1100px) {
.back1{
    background-size: 900px 100vh;
	height: 100vh;
}

.text-main1{
	font-size: 1.7vh;
	width: 800px;
}
.m-site{
    width: 800px;
}
.site img {
	width: 105px;
	height: 105px;
}
.pavaraghi{
	font-size: 14px;
	width: 700px;

}
.qr{
	width: 110px;
	height: 110px;
}
.pavaraghi p {
	margin-right: -25px;
}

.mail{
	width: 70px;
    height: 70px;
}



@media only screen and (max-height: 750px) {
.back1 {
    background-size: 900px 750px !important;
	height: 750px!important;
}

.text-main1{
	font-size:12px ;
	height: 312px;
	padding-top: 40px;
}
.m-site{
	height: 170px;
}
}

}



@media only screen and (max-width: 900px) {
.back1{
    background-size: 800px 100vh;
	height: 100vh;
}
.text-main1{
	font-size: 1.6vh;
	width: 700px;
	height: 44vh;
}
.m-site{
    width: 600px;
	height: 160px;
}
.site img {
	width: 90px;
	height: 90px;
}
.pavaraghi{
	font-size: 13px;
	width: 550px;

}
.qr{
	width: 100px;
	height: 100px;
}


.mail{
	width: 65px;
    height: 65px;
	margin-left: 10px;
}

@media only screen and (max-height: 750px) {
.back1 {
    background-size: 800px 750px !important;
	height: 750px!important;
}

.text-main1{
	height: 312px;
	padding-top: 40px;
}
.m-site{
	height: 170px;
}
}

}



@media only screen and (max-width: 800px) {
.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;
    }
.back3 {
    margin: 0px 5%;
}
.text-main1 {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding-top: 60px;
		padding-bottom: 50px;
		width: 75%;
		height: fit-content;
		font-size: 1.4vh;
}
.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;
	padding-bottom: 20px;
}
.m-site3{
	display: flex;
	width: 70%;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 40px;
}
.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: 65px;
	height: 65px;
}
.mail{
	width: 55px;
    height: 55px;
}


@media only screen and (max-height: 750px) {
.back1 {
    background-size: 100% 100vh !important;
	height: 100vh !important;
}
}

@media only screen and (max-height: 600px) {
.back1 {
    background-size: 100% 600px !important;
	height: 600px !important;
}
.text-main1 {
		font-size: 7px !important;
}

}
}


@media only screen and (max-width: 700px) {
	.text-main1 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.site img{
	width: 80px;
	height: 80px;
}
		

}



@media only screen and (max-width: 600px) {

.text-main1 {
		display: flex;
		flex-direction: column;
        justify-content: space-evenly;
		font-size: 1.3vh;
    }


.qr{
	width: 55px;
	height: 55px;
}
.mail{
	width: 45px;
    height: 45px;
}



}




@media only screen and (max-width: 550px) {

.text-main1 {
		display: flex;
		flex-direction: column;
        justify-content: space-evenly;
        padding-bottom: 20px;
    }


}


@media only screen and (max-width: 500px) {

.text-main1 {
		display: flex;
		flex-direction: column;
        justify-content: space-evenly;
        padding-bottom: 20px;
		font-size: 1.3vh;
    }
	
.site img{
	width: 75px;
	height: 75px;
}
		
.pavaraghi{
	font-size: 8px;
}
}


@media only screen and (max-width: 450px) {

.text-main1 {
		display: flex;
		flex-direction: column;
        justify-content: space-evenly;
        padding-bottom: 20px;
		font-size: 1.2vh;
    }
	.pavaraghi{
		font-size: 7px;

	}
	.qr{
	width: 50px;
	height: 50px;
}
	.mail{
	width: 40px;
    height: 40px;
	margin-left: 6px;
}
}


@media only screen and (max-width: 400px) {
	.text-main1 {
		display: flex;
		flex-direction: column;
        justify-content: space-evenly;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 350px) {

.site img{
	width: 70px;
	height: 70px;
}
	.pavaraghi{
		font-size: 6px;

	}
	.qr{
	width: 40px;
	height: 40px;
}
	.mail{
	width: 35px;
    height: 35px;
}
    .pavaraghi p{
        margin-right: 5px;
}
}

@media only screen and (max-width: 320px) {

.text-main1 {
		display: flex;
		flex-direction: column;
        justify-content: space-evenly;
        padding-bottom: 20px;
    }
}


@media only screen and (max-width: 300px) {

.site img{
	width: 60px;
	height: 60px;
}
	.pavaraghi{
		font-size: 5px;

	}
	.qr{
	width: 30px;
	height: 30px;
}
	.mail{
	width: 25px;
    height: 25px;
}
    .pavaraghi p{
        margin-right: 5px;
}
}

