@charset "utf-8";
@font-face{
    font-family: tanin; src: url(http://noorchart.com/font/tanin.ttf);
}
body{
    font-family: tanin;
    max-width: 1500px;
}

.main-header{
    width: 100%;
    height: 100px;
    background-color: rgb(238, 48, 73);
    display: flex;
    grid-template-columns: repeat(4 , 1fr) ;
    justify-content: space-between;
    align-items: center;
}
.logo{
    padding-right: 20px;
}
.logo_img{
    width: clamp(100px,13vw,160px);
}
.marja{
    color: white;
    font-size: clamp(10px,2vw,25px);
    padding-right: 20px;
    

}
.phone_img{
    width: clamp(35px,5vw,90px);
    padding-left: 20px;
}

.number{
display: flex;
justify-content: center;
align-items: center;
line-height:0 !important;
}
.number1 {
    font-size: clamp(10px,3vw,25px);
    color: #CC181F;
    padding-right: 10px;
    padding-left: 10px;
   
}
.number2 {
    font-size: clamp(20px,6vw,40px);
    color: #CC181F;
    
}
.first_section{
display:grid;
grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
width: 97%;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
justify-content: center;
align-items: center;
column-gap: 1vw;
row-gap:1.5vw ;
margin-bottom:30px;

}
.nahad{
    margin-top:25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(219, 218, 218);
    height: 180px;
    border-radius: 15px;
    max-width: 300px;
    box-shadow: 3px 3px 5px rgb(133, 133, 133);
}
.nahad1 {
    color: darkgreen;
    font-weight: bold;
    font-size: 26px;
    width: 150px;
}
.nahad2{
    margin-top: 27px;
    margin-right: 15px;
    width: 125px;
}
.nahad3{
    /* background-color: white; */
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.afzoodani {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(219, 218, 218);
    height: 180px;
    border-radius: 15px;
    max-width: 300px;
    box-shadow: 3px 3px 5px rgb(133, 133, 133);
}

.afzoodani1 {
    color: darkgreen;
    font-weight: bold;
    font-size: 26px;
    width: 150px;
}
.afzoodani2{
  margin-top: 20px;
    margin-right: 21px;
    width: 105px;
}
.afzoodani3{
    /* background-color: white; */
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.gap1,.gap2,.gap3,.gap4,.gap5,.gap6
{
    font-size:14px;
}

.khorak {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(219, 218, 218);
    height: 180px;
    border-radius: 15px;
    max-width: 300px;
    box-shadow: 3px 3px 5px rgb(133, 133, 133);
}
.khorak1 {
    color: darkgreen;
    font-weight: bold;
    font-size: 26px;
    width: 150px;
}
.khorak2{
    margin-top: 19px;
    margin-right: 37px;
    width: 73px;
}
.khorak3{
    /* background-color: white; */
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.khorak4 {
    margin-left: -30px;
}
.search{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    height: 100px;
    border: none;
    position: relative;
    width: 97%;
    margin-left:auto ;
    margin-right:auto ;
    justify-content: center;
}
.search input{
    width: 100%;
    border: 2px solid rgb(153, 153, 153);
    padding-right: 10px;
    border-radius: 90px;
    font-size: 17px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-weight: 500;
}
.search img{
    height: 65px;
    width: 65px;
    border: 1px solid rgb(184, 184, 184);
    margin-top: 8px;
    border-radius: 100px;
    background-color: rgb(238, 236, 236);
    box-shadow: 2px 2px 2px 1px rgb(162, 162, 162);
    padding: 7px 7px 7px 7px;
    position: absolute;
    left: 0.5%;
    margin-left: 5px;
    cursor: pointer;
}
.emrooz{
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-size: 25px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;

}
.emrooz2{
    
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(214, 214, 214);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px;
        gap: 30px;
        width:95% !important;

}
.emrooz3{
    display: grid;
    /*grid-template-columns: 1fr;
    grid-template-rows: repeat(3,1fr);*/
    align-items: center;
    justify-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 2px 4px 0px rgb(162, 162, 162);
    border-radius: 20px;
   

}
.yek{
    /*color: rgb(28, 110, 187);*/
    color:darkgreen;
    font-size: 22px;
    margin:20px 10px;
}
.yek a
{
    color:darkgreen !important;
}
.do{
    font-size: 14px;
    margin:10px 20px;
}
.do-title {
   color:#CC181F
}
.se{
    border: solid 1px rgb(132, 168, 188);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    color: rgb(14, 57, 187);
    margin-bottom:20px;
}
    .se > ins  {
        text-decoration: none !important;
    }
.se >ins >span
{
    text-decoration:none !important;
}
.grid-container2{
display: grid;
grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
width: 100%;
margin-top: 50px;
justify-content: center;
margin-left: auto;
margin-right: auto;
}


.fosfat1,.fosfat2,.fosfat3,.fosfat4{
    width: 280px;
    
    margin-left: auto;
    margin-right: 15px;
    box-shadow: 3px 2px 4px 0px rgb(162, 162, 162);
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 0;
}
.fosfat4{
    margin-bottom: 5px;
}



h3{
    
    font-size: clamp(23px,2vw,27px);
}



.up {
    height: 280px;
    justify-content: center;
    align-items: center;
    background-color: rgb(233, 233, 235);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 95%);
    margin-left: auto;
    margin-right: auto;
}


hr{
    transform: skew(0deg ,-8deg) ;
    display: flex;
    margin-top: -36px;
    margin-bottom: 0;
    border: 3px solid white;
    margin-left: auto;
    margin-right: auto;
    
}
.bottom-product {
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}
.bottom {
    background-color: rgb(242, 242, 242);
    display: flex;
    flex-direction: column;
    height: 340px;
    margin-top: -20px;
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 10px;
}
.oil1 {
    opacity: 0.12;
    
    background-color: transparent;
    width: 153px;
}
.div1{
background-color: rgb(254, 255, 255);
padding-right: 5px;
width: 220px;
height: 40px;
display: flex;
border-radius: 50px;
margin-bottom: 20px;
align-items: center;
}
.tick_image{
    width: 25px;
    height: 25px;
    
    display: flex;
    padding-left: 10px;
}
.div2{
    background-color: rgb(11, 197, 172);
    display: flex;
    width: 220px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: white;
    border: 1px solid rgb(27, 229, 162);
}


.main-form{
    margin-top:30px;
    margin-bottom:30px;
    display: grid;
    grid-template-columns: 1fr 5px 1fr;
    gap: 30px;
    width: 98%;
    background-color: rgb(233, 233, 235);
    box-shadow: 2px 3px 5px 3px rgb(194, 194, 194);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    
    padding-top: 10px;
    padding-bottom: 10px;
  
}
.right0{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    width: 300px;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
}
.right{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: red;
 }
.right2{
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding-bottom: 70px;
    text-align: center;
}
.center{
    background-color: white;
    width: 100%;
    height: 250px;
    
        
}
.left{
    display: grid;
  
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.product-form{
border: none;
}
.product-title {
    border: none;
    height: 40px;
    width: 230px;
    border-radius: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    font-size: 12px;
}
form fieldset{
    border: none;
}
.product-title2 {
    border: none;
    height: 40px;
    width: 240px;
    border-radius: 10px;
    background-color: rgb(235, 63, 19);
    color: white;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    margin-bottom: 15px ;
    font-size: 12px;
}
.product-title3 {
    border: none;
    height: 40px;
    width: 230px;
    border-radius: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    font-size: 12px;
}
.product-title3::placeholder{
   text-align: right;
}


.main-container , .main-container2 , .main-container3{

display: grid;
grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
   justify-content: center;
   align-items: center;
   column-gap: 40px;
   row-gap: 40px;
   flex: 1;
   width: 98%;
margin-top: 30px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
}


.jo{
    background-color: rgb(233, 231, 231);
    min-height: 400px;
    height:auto;
    margin: 0;
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 409px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 2px 3px 5px 2px rgb(110, 110, 110);
}

.top{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    z-index: 1;
    background-image: url(/images/jo.jpg);
    
    height: 100px;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    filter: brightness(40%);

}
.roo1{
    display: flex;
    flex-direction: row;
    background-color: white;
    width: 280px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    height: 30px;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px; 
    padding-right: 3px;
}
.collor1{

    width: 90px;
    font-size: 14px;
    background-color: rgb(230, 230, 230);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-right: 5px;

}
.roo{
    display: flex;
    flex-direction: row;
    background-color: white;
    width: 330px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    padding-right: 3px;
}
.spaan{
    padding-left: 20px;
    font-size:14px;
}
.tablo{
    width: 330px;
    background-color: white;
display: flex;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
height:50px ;
border-radius: 40px;
justify-content: center;
align-items: center;
font-size: 21px;
padding-left: auto;
padding-right: auto;
font-weight: 700;
}
.collor2{
    width: 90px;
    background-color: rgb(17, 185, 177);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-right: 5px;
    color: white;
    font-size: 20px;
}

.karshenas{
width: 98%;
height: 300px;
background-color: rgb(224, 224, 224);
display: grid;
justify-content: center;
align-items: center;
border-radius: 10px;
box-shadow: 2px 3px 5px 2px rgb(110, 110, 110);
margin-left: auto;
margin-right: auto;

}
.karshenas1{
text-align: center;
color: rgb(82, 82, 82);
font-size: 25px;
line-height: 50px;
margin-bottom:20px;
}
.karshenas2{
text-align: center;
color: red;
font-size: 25px;
margin-top: -100px;
}
.amoozesh{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 100px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
}
.arrow{
    height: 20px;
}
.amoozeshimg1{
    height: 70px;
    padding-right: 27px;
    padding-top: 24px;
}
.amoozeshimg2{
    height: 70px;
    padding-right: 27px;
    padding-top: 24px;
}
.amoozeshimg3{
    height: 60px;
    padding-right: 35px;
    padding-top: 35px;
}
.amoozeshimg4{
    height: 60px;
    padding-right: 28px;
    padding-top: 29px;
}
.amoozeshimg5{
    height: 60px;
    padding-right: 28px;
    padding-top: 29px;
}
.amoozeshimg6{
    height: 45px;
    padding-right: 20px;
    padding-top:40px;
}
.amoozesh1,.amoozesh2,.amoozesh3,.amoozesh4,.amoozesh5,.amoozesh6{
background-color: rgb(231, 231, 231);
border-radius: 100%;
height: 130px;
width: 130px;
box-shadow: 2px 3px 5px 2px rgb(110, 110, 110);

}

.amoozesh_2 {
    display: flex;
    justify-content: center;
    gap: 85px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    /*text-align: center;*/
}
.line{
    background-color: rgb(121, 121, 121);
    height: 1px;
    width: 110px;
    
}
.gray{
    color: rgb(126, 126, 126);
}
.main-footer{
    width: 100%;
    background-color: rgb(251, 47, 16);
    height: 150px;
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    margin-top: 50px;
}
.rfooter{
    color: white;
    font-size: clamp(13px,2vw,20px);

    display: flex;
    align-items: center;
    padding-right: 10px;
  
}
.cfooter{
background-color: white;
height: 120px;
align-self: center;
}
.lfooter{
    display: grid;
    grid-template-columns: 1fr 1fr;
padding-top: 25px;
padding-right: 20px;
color: white;
font-size: clamp(11px,2vw,20px);
}
.lfooter1{
font-size: clamp(10px,3vw,40px);
display: flex;
justify-content: end;

align-items: end;
padding-bottom: 10px;
padding-left: 40px;

}
.footer3{
    background-color: gray;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: clamp(11px,2vw,18px);
    padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.parent {
    overflow: hidden; /* required */
   
    position: relative; /* required  for demo*/
}

.ribbon {
    margin: 0;
    padding: 0;
    background: rebeccapurple;
    color: white;
    padding: 5px 0;
    font-size:14px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(30%) translateY(0%) rotate(45deg);
    transform-origin: top left;
}

    .ribbon:before,
    .ribbon:after {
        content: '';
        position: absolute;
        top: 0;
        margin: 0 -1px; /* tweak */
        width: 100%;
        height: 100%;
        background: rebeccapurple;
    }

    .ribbon:before {
        right: 100%;
    }

    .ribbon:after {
        left: 100%;
    }

.product1 {
    
    background: white;
    
    position: relative;
    z-index: 90;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}
    .ribbon1

{
    font: bold 12px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    right: -30px;
    width: 120px;
    background-color: #ebb134;
    color: #fff;
}









@media (max-width:768px){
    .main-form{
        grid-template-columns: 1fr;
        padding-bottom: 310px;
    }
    .center{
        height: 5px;
        width: 100%;
        background-color: white;
    }
    .marja{
        display: none;
    }
}
@media (max-width:1250px){
    .amoozesh{
        display: none;
    }
    .amoozesh_2{
        display: none;
    }
	.emrooz2{
        display: grid;
        grid-template-columns: 1fr;
        width: 90%;
        padding: 20px;
        border-radius: 10px;
    }
    .emrooz3{
        height: 220px;
    }
	.yek{
		font-size: 20px;
	}
	.do{
		font-size: 15px;
	}
	.se{
		font-size: 18px;
	}
}
