#header1 .menutoggle .bar{background-color:#fff;}


#home{}

#home .sect20{position:relative;z-index:1;}
#home .sect20:after{display:none;content:"";position:absolute;z-index:2;left:0;bottom:0;width:100%;height:10px;background:var(--color3);}
#home .sect20 .slider{position:relative;width:100%;height:100vh;}
#home .sect20 .item{position:relative;z-index:1;width:100%;height:100vh;}
#home .sect20 .item:after{content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;
  /*background:var(--color3);opacity:0.6;*/
  background:#000;opacity:0.5;
}
#home .sect20 .item .im{position:absolute;z-index:-2;left:0;top:0;width:100%;height:100%;}
#home .sect20 .item .im img,
#home .sect20 .item .im video{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#home .sect20 .item .im iframe{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;scale:1.3;}
#home .sect20 .item .content1 {
  position:absolute;z-index:20;left:3%;top:50%;width:94%;box-sizing:border-box;
  text-align:center;color:#fff !important;
}
#home .sect20 .item .content1 > div{display:block;}
#home .sect20 .item .content1 .info1{font-size:1.4vw;font-family:"poppins_bold";
  transform:translate(-50%,0);opacity:0;transition:all 1000ms;transition-delay:300ms;
}
#home .sect20 .item .content1 .info2 {
  margin:5px 0 0 0;font-size:2.6vw;letter-spacing:1px;color:#fff;font-family:"ivymode";
  transform:translate(50%,0);opacity:0;transition:all 1000ms;transition-delay:300ms;
}
#home .sect20 .item .content1 .info3 {
  margin:5px 0 0 0;font-size:2.1vw;letter-spacing:1px;color:#fff;font-family:'ivymode_lightitalic';
  transform:translate(-50%,0);opacity:0;transition:all 1000ms;transition-delay:300ms;
}
#home .sect20 .item .content1 .button1{margin:15px 0 0 0;}
#home .sect20 .item .content1 .button1 a{
  display:inline-block;padding:15px 45px;font-family:"poppins_semibold";
  background-color:#cf8988;color:#fff;font-size:1.2rem;border-radius:40px;
  transform:scale(0);opacity:0;transition:all 300ms;transition-delay:600ms;
}
#home .sect20 .item .content1 .button1 a:hover {background-color:var(--color3);transition-delay:0ms;}
#home .sect20 .owl-item.center .item .content1 .info1{transform:translate(0,0);opacity:1;}
#home .sect20 .owl-item.center .item .content1 .info2{transform:translate(0,0);opacity:1;}
#home .sect20 .owl-item.center .item .content1 .info3{transform:translate(0,0);opacity:1;}
#home .sect20 .owl-item.center .item .content1 .button1 a{transform:scale(1);opacity:1;}
#slider11 .owl-nav{
  position:absolute;z-index:1;left:2%;top:50%;width:96%;
  transform:translate(0,-50%);box-sizing:border-box;pointer-events:none;
}
#slider11 .owl-nav [class^="owl-"]{font-size:3rem;color:#fff;opacity:0.7;transition:all 500ms;}
#slider11 .owl-nav [class^="owl-"]:hover{opacity:1;transform:scale(1.2);}
#slider11 .owl-nav [class^="owl-"]:hover{opacity:1;}
#slider11 .owl-nav .owl-prev{float:left;pointer-events:all;}
#slider11 .owl-nav .owl-next{float:right;pointer-events:all;}
#slider11 .owl-nav:after{content:"";display:block;clear:both;}
#slider11 .owl-dots{margin:20px 0 0 0;text-align:center;}
#slider11 .owl-dots .owl-dot{width:10px;height:10px;margin:0 3px;border-radius:10px;background:#bbb;}
#slider11 .owl-dots .owl-dot.active{background:var(--color3);}

@media only screen and (max-width:1000px){
  #slider11 .owl-nav [class^="owl-"]{font-size:1.5rem;}
}
@media only screen and (max-width:800px){
  #home .sect20 .item .content1 {}
  #home .sect20 .item .content1 .info1{font-size:2.4vw;}
  #home .sect20 .item .content1 .info2 {font-size:3.1vw;letter-spacing:0px;}
  #home .sect20 .item .content1 .button1{margin:15px 0 0 0;}
  #home .sect20 .item .content1 .button1 a{padding:5px 35px;font-size:1.1rem;}

  #home .sect20 .slider{height:auto;}
  #home .sect20 .item{/*height:60vh;*/height:auto;aspect-ratio:192/108;}
}
@media only screen and (max-width:600px){
  #home .sect20 .item .content1 {}
  #home .sect20 .item .content1 .info1{font-size:2.9vw;}
  #home .sect20 .item .content1 .info2 {font-size:3.5vw;}
  #home .sect20 .item .content1 .button1{margin:15px 0 0 0;}
  #home .sect20 .item .content1 .button1 a{padding:5px 35px;font-size:1rem;}
}





#home .sect30{padding:90px 0;position:relative;z-index:1;overflow:hidden;
  /*background:linear-gradient(to bottom, var(--color1), var(--color1));*/
  background-color:#464f5b;

  /*
  background: radial-gradient(circle at 10% 20%, #e6f0f1 20%, transparent 50%),
  radial-gradient(circle at 80% 30%, #f1c1bf 15%, transparent 50%),
  radial-gradient(circle at 50% 80%, #ffa9a8 20%, transparent 50%),
  radial-gradient(circle at 30% 60%, #e6f0f1 15%, transparent 50%),
  radial-gradient(circle at 70% 90%, #f1c1bf 20%, transparent 50%),
  linear-gradient(90deg, #ffa9a8 0%, #e6f0f1 100%);
  background-blend-mode: multiply;
  */


  background: rgb(205,140,163);
  background: linear-gradient(90deg, rgba(205,140,163,1) 0%, rgba(234,221,203,1) 50%, rgba(228,187,187,1) 100%);
  
  /*background-image:url('texture/buried.png');background-repeat:repeat;*/
  color:#fff;
}
#home .sect30 .cember{
  position:absolute;z-index:-1;left:0;top:0;width:30vw;aspect-ratio:1 / 1;box-sizing:border-box;
  transform:translate(-40%,100%);opacity:0;
  border:1px solid var(--color3);border-radius:50%;
  transition:all 1500ms;
}
#home .sect30 .cember:before{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;border:1px solid var(--color3);
  transform:scale(0.7);border-radius:50%;
}
#home .sect30 .grid{display:grid;grid-template-columns:2fr 25vw;gap:50px;align-items:center;}
#home .sect30 .grid .s{}
#home .sect30 .grid .s.s1{transform:translate(0,70%);opacity:0;transition:all 1500ms;}
#home .sect30 .grid .s.s1 > h1{display:inline-block;
  position:relative;font-family:'ivymode';font-size:2.6rem;
}
#home .sect30 .grid .s.s1 > h1:before{
  content:"";position:absolute;z-index:-1;right:0;bottom:0;width:180px;height:1px;
  background-color:var(--color3);transform:translate(110%,0);
}
#home .sect30 .grid .s.s1 > h5{margin:2px 0 30px 0;font-size:1.7rem;color:#5f6e81;font-family:'ivymode';}
#home .sect30 .grid .s.s1 .content{font-size:1.1rem;line-height:2rem;}
#home .sect30 .grid .s.s1 .content p{margin:30px 0 0 0;}
#home .sect30 .grid .s.s1 .content p:nth-of-type(1){margin:0;}
#home .sect30 .grid .s.s1 .butonlarwrap{margin:30px 0 0 0;}
#home .sect30 .grid .s.s1 .butonlar{display:inline-grid;grid-template-columns:auto auto auto;gap:25px;}
#home .sect30 .grid .s.s1 .butonlar div{}
#home .sect30 .grid .s.s1 .butonlar a{display:inline-block;height:55px;line-height:55px;text-align:center;border-radius:50px;
  color:#fff;font-family:"poppins_semibold";
}
#home .sect30 .grid .s.s1 .butonlar a.tip1{padding:0 25px;background:#ba706f;box-shadow:0 0 12px 1px #bf4c86;transition:all 300ms;}
#home .sect30 .grid .s.s1 .butonlar a.tip1:hover{background-color:#e5817f;}
#home .sect30 .grid .s.s1 .butonlar a.tip2{width:55px;background:#25c146;font-size:1.8rem;box-shadow:0 0 12px 1px #04eb00;transition:all 300ms;}
#home .sect30 .grid .s.s1 .butonlar a.tip2:hover{background-color:#00f534;}
#home .sect30 .grid .s.s2{width:25vw;}
#home .sect30 .grid .s.s2 .slider{position:relative;z-index:1;
  transform:translate(70%,0);opacity:0;transition:all 1500ms;
}
#home .sect30 .grid .s.s2 .slider:before{
  content:"";position:absolute;z-index:1;left:-30px;top:-15px;width:80%;height:calc(100% + 30px);
  box-sizing:border-box;border:1px solid var(--color3);
}
#home .sect30 .grid .s.s2 .slider .item{}
#home .sect30 .grid .s.s2 .slider .item .im{position:relative;z-index:1;aspect-ratio:2725 / 3546;}
#home .sect30 .grid .s.s2 .slider .item .im img{
  position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;
  border-radius:20px;
}
#slider11 .owl-nav{
  position:absolute;z-index:1;left:2%;top:50%;width:96%;
  transform:translate(0,-50%);box-sizing:border-box;pointer-events:none;
}
#slider12 .owl-nav [class^="owl-"]{font-size:3rem;color:#fff;opacity:0.7;transition:all 500ms;}
#slider12 .owl-nav [class^="owl-"]:hover{opacity:1;transform:scale(1.2);}
#slider12 .owl-nav [class^="owl-"]:hover{opacity:1;}
#slider12 .owl-nav .owl-prev{float:left;pointer-events:all;}
#slider12 .owl-nav .owl-next{float:right;pointer-events:all;}
#slider12 .owl-nav:after{content:"";display:block;clear:both;}
#slider12 .owl-dots{
  margin:20px 0 0 0;text-align:center;
  position:absolute;z-index:10;left:0;bottom:10px;width:100%;
}
#slider12 .owl-dots .owl-dot{width:10px;height:10px;margin:0 3px;border-radius:10px;background:#bbb;}
#slider12 .owl-dots .owl-dot.active{background:var(--color3);}

#home .sect30.scroll_action .cember{transform:translate(-40%,-30%);opacity:1;}
#home .sect30.scroll_action .grid .s.s1{transform:translate(0,0);opacity:1;}
#home .sect30.scroll_action .grid .s.s2 .slider{transform:translate(0,0);opacity:1;}
@media only screen and (max-width:900px){
  #home .sect30 .cember{width:50vw;}
  #home .sect30 .grid{grid-template-columns:1fr;gap:50px;}
  #home .sect30 .grid .s.s1{text-align:center;}
  #home .sect30 .grid .s.s1 .butonlar{gap:10px;}
  #home .sect30 .grid .s.s1 .butonlar a{height:45px;line-height:45px;}
  #home .sect30 .grid .s.s1 .butonlar a.tip1{padding:0 20px;}
  #home .sect30 .grid .s.s1 .butonlar a.tip2{width:45px;}
  #home .sect30 .grid .s.s2{width:100%;justify-self:center;text-align:center;}
  #home .sect30 .grid .s.s2 .slider{display:inline-block;width:30vw;}
}
@media only screen and (max-width:700px){
  #home .sect30 .cember{width:75vw;}
  #home .sect30 .grid .s.s2 .slider{width:60vw;}
}




#home .sect40{overflow-x:hidden;}
#home .sect40 .part1{padding:100px 0 40px 0;background-color:var(--color1);color:#c0c6cf;text-align:center;
  opacity:0;transform:translate(0,50%);transition:all 1500ms;
}
#home .sect40 .part2{position:relative;z-index:1;
  border-top:1px solid #fff;border-bottom:1px solid #fff;
}
#home .sect40 .part2:before{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:25%;background-color:var(--color1);
  opacity:0;transform:translate(0,50%);transition:all 1500ms;
}
#home .sect40 .part2:after{
  content:"";position:absolute;z-index:-1;left:0;bottom:0;width:100%;height:25%;background-color:var(--color1);
}
#home .sect40 .part2 .grid{
  display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  gap:10px;
}
#home .sect40 .part2 .grid .s{padding:20px 10px;}
#home .sect40 .part2 .grid .s.border{padding:0;background-color:#fff;}
#home .sect40 .part2 .grid .s a.inner{display:block;position:relative;z-index:1;aspect-ratio:1 / 1;}
#home .sect40 .part2 .grid .s a.inner .ok{
  position:absolute;z-index:-3;left:0;top:0;width:100%;height:70px;background-color:#999;color:#fff;
  font-size:1.3rem;text-align:center;transform:translate(0,100px);transition:all 1500ms;
  border-radius:20px 20px 0 0;line-height:40px;
}
#home .sect40 .part2 .grid .s a.inner .im{position:absolute;z-index:-2;left:0;top:0;width:100%;height:100%;overflow:hidden;
  border-radius:20px;
}
#home .sect40 .part2 .grid .s a.inner .im img{
  position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;
  filter:grayscale(100%);transition:all 1500ms;
}
#home .sect40 .part2 .grid .s a.inner:before{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:0.2;
  transition:all 1500ms;
  border-radius:20px;
}
#home .sect40 .part2 .grid .s a.inner .text1{
  display:block;position:absolute;z-index:1;left:0;bottom:0;width:100%;padding:10px 15px;box-sizing:border-box;
  font-size:1.2rem;text-align:center;color:#fff;transition:all 1500ms;
  border-radius:0 0 20px 20px;
}
#home .sect40 .part3{padding:40px 0 60px 0;background-color:var(--color1);color:#8e8e8e;text-align:center;}

#home .sect40 .part2 .grid .s a.inner:hover .ok{transform:translate(0,-40px);}
#home .sect40 .part2 .grid .s a.inner:hover .im img{filter:grayscale(0%);transform:scale(1.2);}
#home .sect40 .part2 .grid .s a.inner:hover:before{opacity:0;}
#home .sect40 .part2 .grid .s a.inner:hover .text1{background-color:var(--color3);}

#home .sect40 .tabwrap{display:none;width:400px;max-width:94%;margin:0 auto;}
#home .sect40 .tabwrap .tab{}
#home .sect40 .tabwrap .tab .big{position:relative;z-index:1;aspect-ratio:4 / 5;background:#fff;
  border-radius:15px;box-shadow:0 0 5px 0 #555;overflow:hidden;
}
#home .sect40 .tabwrap .tab .big .item{opacity:0;transition:all 500ms;}
#home .sect40 .tabwrap .tab .big .item.selected{opacity:1;}
#home .sect40 .tabwrap .tab .big img{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#home .sect40 .tabwrap .tab .big .text{
  position:absolute;z-index:1;left:5%;bottom:50px;width:90%;padding:10px 15px;box-sizing:border-box;padding:15px;
  text-align:center;color:#fff;background:rgba(0,0,0,0.2);border-radius:10px;font-size:1.2rem;
}
#home .sect40 .tabwrap .tab .images{
  position:relative;z-index:10;transform:translate(0,-25%);
  text-align:center;
}
#home .sect40 .tabwrap .tab .images a{
  display:inline-block;position:relative;z-index:1;width:18%;box-sizing:border-box;aspect-ratio:1 / 1;
  background:#fff;border-radius:50%;margin:0 0 0 -4%;transition:all 500ms;
  z-index:1;
}
#home .sect40 .tabwrap .tab .images a.selected{z-index:2;background-color:#ff6ab5;}
#home .sect40 .tabwrap .tab .images a img{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;
  object-fit:cover;scale:0.9;border-radius:50%;
}

#home .sect40.scroll_action .part1{transform:translate(0,0);opacity:1;}
#home .sect40.scroll_action .part2:before{transform:translate(0,0);opacity:1;}
@media only screen and (max-width:900px){
  #home .sect40 .part1{padding:60px 0 40px 0;}
  #home .sect40 .part2{border:none;}
  #home .sect40 .part2 .grid{grid-template-columns:1fr 1fr 1fr;gap:20px;}
  #home .sect40 .part2 .grid .s{padding:10px 0;}
  #home .sect40 .part2 .grid .s.border{display:none;}
}
@media only screen and (max-width:800px){
  #home .sect40 .part1{padding:40px 0 40px 0;}
  #home .sect40 .part2 .grid{display:none;grid-template-columns:1fr 1fr;gap:12px;}
  #home .sect40 .part2 .grid .s{padding:0px;}
  #home .sect40 .tabwrap{display:block;}
}




#home .sect50{overflow-x:hidden;padding:110px 0;background-color:#464f5b;color:#c3c3c3;
  background: rgb(222,230,190);
  background: linear-gradient(90deg, rgba(222,230,190,1) 0%, rgba(234,203,203,1) 50%, rgba(228,200,222,1) 100%);
}
#home .sect50 .slider{position:relative;width:calc(100% - 100px);margin:40px auto 0 auto;}
#home .sect50 .item{}
#home .sect50 .item a.im{
  display:block;position:relative;z-index:1;left:0;top:0;width:100%;aspect-ratio:1 / 1;
  /*background-color:#3d4652;border-radius:15px;
  clip-path: polygon(25% 0, 0 25%, 0 100%, 75% 100%, 100% 75%, 100% 0%);
  */
}
#home .sect50 .item a.im img{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:contain;
  transform:scale(1);transition:all 500ms;
}
/*#home .sect50 .item a.im:hover img{transform:scale(0.5);filter:grayscale(0%);}*/
#slider20 .owl-nav{
  position:absolute;z-index:1;left:-50px;top:50%;width:calc(100% + 100px);
  transform:translate(0,-50%);box-sizing:border-box;pointer-events:none;
}
#slider20 .owl-nav [class^="owl-"]{font-size:1.4rem;color:#fff;opacity:0.5;transition:all 500ms;}
#slider20 .owl-nav [class^="owl-"]:hover{opacity:1;transform:scale(1.2);}
#slider20 .owl-nav [class^="owl-"]:hover{opacity:1;}
#slider20 .owl-nav .owl-prev{float:left;pointer-events:all;}
#slider20 .owl-nav .owl-next{float:right;pointer-events:all;}
#slider20 .owl-nav:after{content:"";display:block;clear:both;}
#slider20 .owl-dots{margin:20px 0 0 0;text-align:center;}
#slider20 .owl-dots .owl-dot{width:10px;height:10px;margin:0 3px;border-radius:10px;background:#bbb;}
#slider20 .owl-dots .owl-dot.active{background:var(--color3);}

#home .sect50 .stadandardhead1{transform:translate(0,60%);opacity:0;transition:all 1500ms;}
#home .sect50.scroll_action .stadandardhead1{transform:translate(0,0);opacity:1;}
@media only screen and (max-width:700px){
  #home .sect50{padding:50px 0;}
  #home .sect50 .item{padding:4px;}
  #home .sect50 .item a.im{clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);border-radius:0px;}
  #home .sect50 .item a.im img{transform:scale(0.8);filter:grayscale(100%);}
  #home .sect50 .item a.im:hover img{transform:scale(0.8);filter:grayscale(0%);}
}



#home .sect60{overflow-x:hidden;
  position:relative;z-index:1;
  padding:120px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;color:#fff;
}
#home .sect60:before{
 content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;background-color:var(--color3);opacity:0.65;
}
#home .sect60 .text1{font-family:'ivymode';font-size:3rem;}
#home .sect60 .text2{margin:30px 0 0 0;font-size:1.2rem;}
@media only screen and (max-width:600px){
  #home .sect60{ padding:60px 0;}
}


#home .sect70{padding:70px 0 40px 0;overflow:hidden;}
#home .sect70 .gridwrap{position:relative;z-index:0;margin:70px 0 0 0;}
#home .sect70 .gridwrap:before{
  content:"";position:absolute;z-index:-1;left:0;top:-50px;width:100%;height:70%;
  /*background-color:#e6f1f0;*/
  background:linear-gradient(to bottom, #fff, var(--color2));
}
#home .sect70 .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
#home .sect70 .grid .s{position:relative;z-index:1;    box-shadow: 0 10px 10px -10px #aaa;}
#home .sect70 .grid .s a.im{position:relative;z-index:1;display:block;aspect-ratio:3 / 4;
  overflow:hidden;
  border-radius:20px;
}
#home .sect70 .grid .s a.im img{
  position:absolute;z-index:-2;left:0;top:0;width:100%;height:100%;object-fit:cover;
  filter:grayscale(0);transition:all 1000ms;
}
#home .sect70 .grid .s a.im .icon{
  position:absolute;z-index:1;left:50%;top:50%;font-size:5rem;
  color:#fff;text-shadow:0 0 5px #000;
  opacity:0;transform:translate(-50%,-50%) rotate(180deg);transition:all 1000ms;
}
#home .sect70 .grid .s a.im:hover img{filter:grayscale(1);opacity:0.4;}
#home .sect70 .grid .s a.im:hover .icon{opacity:1;transform:translate(-50%,-50%) rotate(0deg);}
#home .sect70 .grid .s a.im:after{
  content:"";position:absolute;z-index:-1;left:0;bottom:0;width:100%;height:50%;
  background:linear-gradient(to top, rgba(255,255,255,0.9), transparent);
}
#home .sect70 .grid .s a.text{
  position:absolute;z-index:1;left:0;bottom:10px;width:100%;box-sizing:border-box;padding:0 10px;
  font-size:0.9rem;color:#000;
}
#home .sect70 .grid .s a.text span{display:block;margin:1px 0 0 0;text-align:right;color:var(--color3);font-size:1.3rem;}
@media only screen and (max-width:800px){
  #home .sect70{padding:50px 0;}
  #home .sect70 .gridwrap{margin:35px 0 0 0;}
  #home .sect70 .grid{grid-template-columns:repeat(2,1fr);gap:20px;}
}





#home .sect100{padding:100px 0 50px 0;overflow:hidden;}
#home .sect100 .slider{margin:40px 0 0 0;}
#home .sect100 .slider .item{padding:0;border-radius:20px;background:var(--color2);overflow:hidden;}
#home .sect100 .slider .item .name{padding:15px 20px;color:#fff;letter-spacing:1px;}
#home .sect100 .slider .item .msg{padding:10px 15px 25px 15px;background:#fff;border-radius:20px 20px 0 0;}
#slider21 .owl-dots {margin: 10px 0 0 0;text-align: center;}
#slider21 .owl-dots .owl-dot {width: 10px;height: 10px;margin: 0 3px;border-radius: 10px;background:#ddd;}
#slider21 .owl-dots .owl-dot.active {background:var(--color3);}
@media only screen and (max-width:800px){
	#home .sect100{padding:50px 0 30px 0;}
}








#home .sectvid1{position:relative;z-index:1;padding:35vh 0;}
#home .sectvid1:before{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:0.6;
}
#home .sectvid1 video{position:absolute;z-index:-2;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#home .sectvid1 a.flex{
  position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;text-align:center;
}
#home .sectvid1 a.flex .icon{display:block;font-size:5rem;color:#fff;}
#home .sectvid1 a.flex .text{display:block;font-size:3.5rem;color:#fff;font-family:'ivymode';}




#home .sectinsta{
  position:relative;z-index:1;padding:70px 0;color:#ddd;
  background-color:#464f5b;background-image:linear-gradient(to bottom, #464f5b, #464f5b);
  background-image:url('texture/buried.png');background-repeat:repeat;
}
#home .sectinsta img.back1{
  position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;object-fit:cover;
}
#home .sectinsta a{color:#fff;}
#home .sectinsta .head{margin:0 0 25px 0;}
#home .sectinsta .head .box1{text-align:center;}
#home .sectinsta .head .box1 a{display:inline-grid;grid-template-columns:auto auto;gap:10px;align-items:center;}
#home .sectinsta .head .box1 a span.icon{}
#home .sectinsta .head .box1 a span.icon img{display:block;width:40px;height:40px;}
#home .sectinsta .head .box1 a span.text{font-size:1.4rem;}
#home .sectinsta .grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;}
#home .sectinsta .grid a{aspect-ratio:1 / 1;overflow:hidden;border-radius:20px;}
#home .sectinsta .grid a img{width:100%;height:100%;object-fit:cover;transition:all 1500ms;}
#home .sectinsta .grid a:hover img{transform:scale(1.15);}
#home .sectinsta .footer{text-align:center;margin:30px 0 0 0;}
#home .sectinsta .footer a{
  display:inline-block;padding:10px 30px;
  background:#fff;color:var(--antrasit);font-family:'poppins_semibold';
  border-radius:50px;transition:all 300ms;
}
#home .sectinsta .footer a i{margin:0 0 0 20px;}
#home .sectinsta .footer a:hover{background-color:var(--antrasit);color:#fff;}
#home .sectinsta .sagliktur{margin:30px 0 0 0;text-align:center;}
#home .sectinsta .sagliktur .flex{display:inline-flex;align-items:center;gap:10px;}
#home .sectinsta .sagliktur .flex .f{}
#home .sectinsta .sagliktur .flex .f.f1{color:#fff;font-size:1.1rem;}
#home .sectinsta .sagliktur .flex .f.f2{}
#home .sectinsta .sagliktur .flex .f.f2 a{display:flex;align-items:center;gap:4px;}
#home .sectinsta .sagliktur .flex .f.f2 a .icon{}
#home .sectinsta .sagliktur .flex .f.f2 a .icon img{display:block;height:20px;width:25px;object-fit:contain;}
#home .sectinsta .sagliktur .flex .f.f2 a .text{font-size:1.2rem;}
@media only screen and (max-width:700px){
  #home .sectinsta{padding:40px 0;}
  #home .sectinsta .grid{grid-template-columns:repeat(2,1fr);gap:10px;}
}


#home .sectyt{padding:70px 0;background-color:#fff;}
#home .sectyt .head{margin:0 0 25px 0;text-align:center;}
#home .sectyt .head a{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:20px;color:#333;}
#home .sectyt .head a .icon{font-size:3rem;color:#ff0000;}
#home .sectyt .head a .text{font-size:1.4rem;}
#home .sectyt .list{}
#home .sectyt .list .grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;}
#home .sectyt .list .grid .s{}
#home .sectyt .list .grid .s .vid{position:relative;aspect-ratio:3 / 4;}
#home .sectyt .list .grid .s .vid img{
  position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;border:none;
  border-radius:20px;object-fit:cover;
}
#home .sectyt .list .grid .s .vid iframe{
  position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;border:none;
  border-radius:20px;
}
#home .sectyt .footer{text-align:center;margin:30px 0 0 0;}
#home .sectyt .footer a{
  display:inline-block;padding:10px 30px;
  background-color:#cf8988;color:#fff;border-radius:50px;transition:all 300ms;
}
#home .sectyt .footer a i{margin:0 0 0 20px;}
#home .sectyt .footer a:hover{background-color:var(--color3);}
@media only screen and (max-width:950px){
  #home .sectyt .list .grid{grid-template-columns:repeat(3,1fr);gap:10px;}
}
@media only screen and (max-width:550px){
  #home .sectyt .list .grid{grid-template-columns:repeat(2,1fr);gap:10px;}
}