
#home .sect20{
  position:relative;z-index:1;aspect-ratio:3 / 1;/*192 / 95*/
  margin:0 0 30px 0;
  transition: transform 0.2s ease-out;
  transform-origin: top;
}
#home .sect20 img.back1{position:absolute;z-index:-2;top:0;left:0;width:100%;height:100%;object-fit:cover;}
#home .sect20:before{
  content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;
  background:rgb(1 108 81 / 50%);
}
#home .sect20 .content{position:absolute;z-index:1;left:50%;bottom:10%;width:100%;
  box-sizing:border-box;padding:0 16%;text-align:center;
  transform:translate(-50%,0);
}
#home .sect20 .content .text1{margin:20px 0 0 0;font-size:3vw;color:#fff;font-family:'poppins_bold',Arial,sans-serif;}
#home .sect20 .content .text2{font-size:2vw;color:#fff;}
#home .sect20 .content .buton{margin:25px 0 0 0;}
#home .sect20 .content .buton a{
  position:relative;z-index:1;display:inline-block;padding:12px 30px;
  color:#000;border-radius:30px;overflow:hidden;border:2px solid #fff;
}
#home .sect20 .content .buton a:before{
  content:"";position:absolute;z-index:-2;left:0;top:0;width:100%;height:100%;
  background:#B1A084;color:#000;
}
#home .sect20 .content .buton a:after{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;
  background:#fff;border-radius:30px;
  transform:translate(-100%, 0);transition:transform 1s ease;
}
#home .sect20 .content .buton a:hover:after{transform:translate(100%, 0);}
#home .sect20 .content .buton a .grid{display:grid;grid-template-columns:auto auto;align-items:center;gap:10px;}
#home .sect20 .content .buton a .grid .s{}
#home .sect20 .content .buton a .grid .s.s1{}
#home .sect20 .content .buton a .grid .s.s2{display:flex;align-items:center;}
#home .sect20 .content .buton a .grid .s.s2 svg{width:15px;height:15px;fill:#000;object-fit:contain;}
@media only screen and (max-width:1100px){
  #home .sect20{aspect-ratio:5 / 3;}
  #home .sect20 .content .text1{font-size:4.1vw;}
  #home .sect20 .content .text2{margin:8px 0 0 0;font-size:3.9vw;}
  #home .sect20 .content .buton{margin:10px 0 0 0;}
}
@media only screen and (max-width:900px){
  #home .sect20 .content .buton a{padding:5px 20px;}
}
@media only screen and (max-width:400px){
  #home .sect20{/*aspect-ratio:4 / 5;*/aspect-ratio:5 / 5;}
}



#home .sectinsta{padding:70px 0;background:#fff;}
#home .sectinsta .secttitle{
  padding:10px 0 10px 0;margin:0 0 20px 0;font-size:1.3rem;letter-spacing:2px;
  text-align:left;
  border-top:1px solid #333;
  border-bottom:1px solid #333;
}
html.rtl #home .sectinsta .secttitle{text-align:right;}
#home .sectinsta .secttitle i{margin:0 10px 0 0;color:var(--color1);}
#home .sectinsta .grid{
  margin-top:30px;
  display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:20px;
}
#home .sectinsta .grid a.item{
  display:block;
  position:relative;z-index:1;aspect-ratio:108 / 192;aspect-ratio: 360 / 640;color:#fff;
  border-radius:7px;box-shadow:0 0 5px 0 #555;overflow:hidden;
}
#home .sectinsta .grid a.item img.back1{position:absolute;z-index:-3;top:0;left:0;width:100%;height:100%;object-fit:cover;}
#home .sectinsta .grid a.item img.icon{position:absolute;z-index:-2;top:50%;left:50%;width:120px;max-width:25%;height:auto;
  transform:translate(-50%,-50%);opacity:.4;transition:all 500ms;
}
#home .sectinsta .grid a.item:hover img.icon{opacity:1;transform:scale(1.2) translate(-50%,-50%);}
#home .sectinsta .grid a.item:before{
  display:none;
  content:"";position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:50%;
  background:linear-gradient(to top, rgb(59 97 125 / 80%), rgb(0 0 0 / 0%));
}
#home .sectinsta .grid a.item span.text{
  display:none;
  position:absolute;z-index:2;left:0;bottom:0;width:100%;padding:15px 10px;
}

@media only screen and (max-width:1100px){
  #home .sectinsta .grid{grid-template-columns:1fr 1fr 1fr 1fr 1fr;}
  #home .sectinsta .grid{margin-top:30px;}
}
@media only screen and (max-width:1000px){
  #home .sectinsta{padding:20px 0 25px 0;}
  #home .sectinsta .grid{grid-template-columns:1fr 1fr 1fr 1fr;}
}
@media only screen and (max-width:800px){
  #home .sectinsta .grid{grid-template-columns:1fr 1fr 1fr;}
}
@media only screen and (max-width:500px){
  #home .sectinsta .grid{grid-template-columns:1fr 1fr;}
}