#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:10px 35px;font-family:"poppins_semibold";
  background-color:#cf8988;color:#fff;font-size:1.1rem;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:60vh;}
  #home .sect20 .item{height:60vh;}
  */
  #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-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  
  /*background-image:url('texture/buried.png');background-repeat:repeat;*/
  color:#fff;
}
#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:#f5f5f5;transform:translate(110%,0);
}
#home .sect30 .grid .s.s1 > h5{margin:2px 0 30px 0;font-size:1.7rem;color:#ffffff;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{}
#home .sect30 .grid .s.s1 .butonlar div{margin:0 0 25px 0;}
#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:"ivymode";font-size:1.4rem;letter-spacing:1px;
}
#home .sect30 .grid .s.s1 .butonlar a.tip1{
  display:block;width:230px;padding:0 15px;background:#f3c1c0;box-shadow:10px 10px 10px -11px #184e21;
  transition:all 300ms;
}
#home .sect30 .grid .s.s1 .butonlar a.tip1:hover{background-color:#e5817f;}

#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.s1 .butonlar a.tip2{
  position:relative;width:55px;height:55px;margin:0 25px 0 0;border-radius:50%;background-color:#28d265;
  display:inline-flex;justify-content:center;align-items:center;font-size:2.1rem;
  font-weight:bold;color:white;border:2px solid white;cursor:pointer;outline:none;
}
#home .sect30 .grid .s.s1 .butonlar a.tip2::before, 
#home .sect30 .grid .s.s1 .butonlar a.tip2::after{
  content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;
  border:2px solid rgba(255,255,255,0.7);border-radius:50%;
  transform:translate(-50%,-50%) scale(1);opacity:1;
  animation:wave30 1.5s infinite ease-out;
}
#home .sect30 .grid .s.s1 .butonlar a.tip2::after{width:120%;height:120%;animation-delay:0.75s;}
#home .sect30 .grid .s.s1 .butonlar a.tip2:hover{background-color:#1e9b4b;}
#home .sect30 .grid .s.s1 .butonlar a.tip2:nth-of-type(2){background-color:#f9f8f4;color:#cabaa3;}
#home .sect30 .grid .s.s1 .butonlar a.tip2:nth-of-type(2):hover{background-color:#bef3b7;}
@keyframes wave30 {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(1.3); opacity: 0; }
}
#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 #f5f5f5;
}
#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:210px;
}
#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:#ddd;}
#slider12 .owl-dots .owl-dot.active{background:var(--color3);}

#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 .grid{grid-template-columns:1fr;gap:50px;}
  #home .sect30 .grid .s.s1{text-align:center;}
  #home .sect30 .grid .s.s1 .butonlar{text-align:center;}
  #home .sect30 .grid .s.s1 .butonlar div{margin:0 0 15px 0;}
  #home .sect30 .grid .s.s1 .butonlar a{height:45px;line-height:45px;}
  #home .sect30 .grid .s.s1 .butonlar a.tip1{display:inline-block;padding:0 20px;}
  #home .sect30 .grid .s.s1 .butonlar a.tip2{width:45px;height:45px;line-height:45px;margin:0 8px;font-size:1.2rem;}
  #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 .grid .s.s2 .slider{width:60vw;}
}




#home .sect40{padding:80px 0 80px 0;background:#f9f8f4;color:#484848;overflow-x:hidden;}
#home .sect40 .part1{text-align:center;opacity:0;transform:translate(0,50%);transition:all 1500ms;}
#home .sect40 .part1 h2{font-family:'ivymode';font-size:2.6rem;}
#home .sect40 .part1 .text{margin:10px 0 0 0;}
#home .sect40 .part2{position:relative;z-index:1;margin:50px 0 0 0;}

#home .sect40 .part2 .grid{
  display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;
  gap:10px;
}
#home .sect40 .part2 .grid .s{}
#home .sect40 .part2 .grid .s a.inner{
  display:block;
  
}
#home .sect40 .part2 .grid .s a.inner .im{display:block;
  position:relative;z-index:1;aspect-ratio:1 / 1;overflow:hidden;
  background:#fbdeda;border-radius:50%;transition:all 1500ms;
}
#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;
  scale:.92;border-radius:50%;
}
#home .sect40 .part2 .grid .s a.inner .text1{
  display:block;padding:10px 15px;box-sizing:border-box;
  font-size:1rem;text-align:center;transition:all 1500ms;
}
#home .sect40 .part3{margin:40px 0 0 0;text-align:center;}





#home .sect40 .part2 .grid .s a.inner:hover .im{box-shadow:0 0 20px 0 #000;}
#home .sect40 .part2 .grid .s a.inner:hover .im img{filter:grayscale(0%);transform:scale(1.2);}

#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;}
@media only screen and (max-width:1100px){
  #home .sect40{padding:50px 0;}
  #home .sect40 .part1{}
  #home .sect40 .part2{border:none;}
  #home .sect40 .part2 .grid{grid-template-columns:1fr 1fr 1fr;gap:20px;}
  #home .sect40 .part2 .grid .s{}
}
@media only screen and (max-width:800px){
  #home .sect40 .part1{}
  #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 .sect40 .part3{margin-top:20px;}
}




#home .sect50{position:relative;z-index:1;overflow:hidden;padding:80px 0;color:#454e4d;}
#home .sect50 .back1{
  position:absolute;z-index:-2;left:0;top:0;height:170%;width:auto;
  transform:translate(-50%,-10%);transform-origin:top left;
}
#home .sect50 .back2{
  position:absolute;z-index:-2;right:0;bottom:0;height:130%;width:auto;
  transform:translate(40%,30%);
}
#home .sect50:before{content:"";position:absolute;z-index:-3;left:0;top:0;width:100%;height:100%;background-color:#f3c1c0;}
#home .sect50 .head1{text-align:center;}
#home .sect50 .head1 h2{font-family:'ivymode';font-size:2.6rem;}
#home .sect50 .head1 .text{margin:10px 0 0 0;}
#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;
  width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;
  background-color:rgba(0,0,0,0.3);color:#fff;transition:all 500ms;
}
#slider20 .owl-nav [class^="owl-"]:hover{background-color:rgba(0,0,0,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:hidden;
  position:relative;z-index:1;
  padding:120px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color:#d39087;
}
#home .sect60:before{
 content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;background-color:#fff;opacity:0.2;
}
#home .sect60:after{
  content:"";position:absolute;z-index:1;left:25%;top:0;width:50%;height:100px;
  transform:translate(0,-100%);border-radius:30px;box-shadow:0 25px 25px -25px #000;
}
#home .sect60 .text1{font-family:'ivymode';font-size:3.8rem;}
@media only screen and (max-width:600px){
  #home .sect60{ padding:60px 0;}
}


#home .sect70{position:relative;z-index:1;padding:70px 0 40px 0;overflow:hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home .sect70:before{
  content:"";position:absolute;z-index:1;left:25%;top:0;width:50%;height:100px;
  transform:translate(0,-100%);border-radius:30px;box-shadow:0 25px 25px -25px #000;
}
#home .sect70 .head1{text-align:center;color:#575759;}
#home .sect70 .head1 h2{font-family:'ivymode';font-size:2.6rem;}
#home .sect70 .gridwrap{position:relative;z-index:0;margin:70px 0 0 0;}
#home .sect70 .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;}
#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:5/2;
  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:3rem;
  color:#fff;text-shadow:0 0 5px #000;
  opacity:0;transform:translate(-150%,-50%);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%);}
#home .sect70 .grid .s a.im:after{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;
  background:rgba(16, 207, 127, 0.4);
}
#home .sect70 .grid .s a.text{
  position:absolute;z-index:1;left:0;bottom:10px;width:100%;box-sizing:border-box;padding:0 15px;
  font-size:0.9rem;color:#fff;
  display:grid;grid-template-columns:1fr auto;gap:6px;align-items:end;
}
#home .sect70 .grid .s a.text span.name{font-size:1.4rem;}
#home .sect70 .grid .s a.text span.icon{font-size:1.4rem;}
@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:10px;}
}
@media only screen and (max-width:500px){
  #home .sect70 .grid{grid-template-columns:repeat(1,1fr);gap:10px;}
}





#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 .slider{position:relative;width:calc(100% - 100px);margin:40px auto 0 auto;}
#home .sectinsta .item{}
#home .sectinsta .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 .sectinsta .item a.im img{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;
  transform:scale(1);transition:all 500ms;
}
#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;}
/*#home .sectinsta .item a.im:hover img{transform:scale(0.5);filter:grayscale(0%);}*/
#sliderinsta .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;
}
#sliderinsta .owl-nav [class^="owl-"]{font-size:1.4rem;color:#fff;
  width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;
  background-color:rgba(0,0,0,0.3);color:#fff;transition:all 500ms;
}
#sliderinsta .owl-nav [class^="owl-"]:hover{background-color:rgba(0,0,0,1);}
#sliderinsta .owl-nav .owl-prev{float:left;pointer-events:all;}
#sliderinsta .owl-nav .owl-next{float:right;pointer-events:all;}
#sliderinsta .owl-nav:after{content:"";display:block;clear:both;}
#sliderinsta .owl-dots{margin:20px 0 0 0;text-align:center;}
#sliderinsta .owl-dots .owl-dot{width:10px;height:10px;margin:0 3px;border-radius:10px;background:#bbb;}
#sliderinsta .owl-dots .owl-dot.active{background:var(--color3);}

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


#home .sectyt{position:relative;z-index:1;padding:70px 0;}
#home .sectyt:before{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:50%;background-color:#f9f8f4;
}
#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 / 5;}
#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;}
}



.sectmap{padding:50px 0;background:#97bfb4;color:#fff;}
.sectmap a{color:#fff;}
.sectmap .grid{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:center;}
.sectmap .grid .s{}
.sectmap .grid .s.s1{}
.sectmap .grid .s.s1 .map{position:relative;z-index:1;aspect-ratio:5/3;
  border-radius:30px;background:#f6dde0;
}
.sectmap .grid .s.s1 .map iframe{
  position:absolute;z-index:1;left:15px;top:15px;width:calc(100% - 30px);height:calc(100% - 30px);border:none;
  border-radius:30px;box-shadow:0 0 7px 0 #387061;
}
.sectmap .grid .s.s2{}
.sectmap .grid .s.s2 .border{margin:10px 0;height:1px;background:#c2dbd5;}
.sectmap .grid .s.s2 .social{}
.sectmap .grid .s.s2 .social a{margin:0 10px 0 0;font-size:1.1rem;}
.sectmap .grid .s.s2 .box1{}
@media only screen and (max-width:1000px){
  .sectmap .grid{grid-template-columns:1fr;gap:40px;}
}







#home .belge44{padding:20px;background:#ddd;text-align:center;}
#home .belge44 img.belge{width:600px;max-width:90%;height:auto;transition: all 500ms;}
#home .belge44 img.belge:hover{transform: scale(1.1);}
#home .belge44 img.logo{margin:10px 0 0 0;width:120px;height:auto;}