body {}

#home {}

/*
#home .sect20{position:relative;z-index:1;aspect-ratio:192 / 108;
  transition: transform 0.2s ease-out;
  transform-origin: top;
}
#home .sect20 video{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(15 20 88 / 30%);
  background:rgb(235 94 55 / 30%);
      background: rgb(141 34 5 / 30%);
}
#home .sect20 .content{position:absolute;z-index:1;left:50%;
  bottom:100px;
  width:100%;
  box-sizing:border-box;padding:0 16%;text-align:center;
  transform:translate(-50%,-50%);
}
#home .sect20 .content .text1{display:none;font-size:2vw;color:#fff;}
#home .sect20 .content .text2{display:none;margin:20px 0 0 0;font-size:3vw;color:#fff;font-family:'poppins_black',Arial,sans-serif;}
#home .sect20 .content .buton{margin:25px 0 0 0;}
#home .sect20 .content .buton a{
  position:relative;z-index:1;display:inline-block;padding:14px 35px;
  color:#fff;border-radius:35px;overflow:hidden;
  border:2px solid rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
#home .sect20 .content .buton a:before{
  content:"";position:absolute;z-index:-2;left:0;top:0;width:100%;height:100%;
  background:linear-gradient(135deg, #023f5c, #88E0D0);
}
#home .sect20 .content .buton a:after{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;
  background:rgba(255,255,255,0.3);
  border-radius:35px;
  transform:translateX(-100%);
  transition:transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#home .sect20 .content .buton a:hover{
  border-color: #fff;
  box-shadow: 0 6px 30px rgba(0,0,0,0.3);
  transform: translateY(-3px);
}
#home .sect20 .content .buton a:hover:after{
  transform:translateX(100%);
}
#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:#fff;object-fit:contain;
	transition: transform 0.3s ease;
}
#home .sect20 .content .buton a:hover .grid .s.s2 svg{
	transform: translateX(3px);
}
@media only screen and (max-width:1100px){
  #home .sect20{aspect-ratio:auto;height:100vh;}
  #home .sect20 .content .text1{font-size:1.2rem;}
  #home .sect20 .content .text2{margin:8px 0 0 0;font-size:1.1rem;}
  #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:auto;height:100vh;}
}
*/


#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%;
}

#home .sect20 .item {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1600 / 583;
}

#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;
}

#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 img:nth-of-type(1){}
#home .sect20 .item .im img:nth-of-type(2){display:none;}

#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: 1945 / 1459;
  }
  #home .sect20 .item .im img:nth-of-type(1){display:none;}
  #home .sect20 .item .im img:nth-of-type(2){display:block;}
}

@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 .sect20 .item .im img:nth-of-type(1){display:none;}
  #home .sect20 .item .im img:nth-of-type(2){display:block;}
}





#home .secttedavi {
  padding: 70px 0;
  background: var(--color1);
  color: #fff;
}

#home .secttedavi .head {
  overflow: hidden;
}

#home .secttedavi .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .secttedavi .head .grid1 .s {}

#home .secttedavi .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .secttedavi .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .secttedavi .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .secttedavi .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .secttedavi .slider {
  padding: 0 20px;
  margin: 25px 0 0 0;
}

#home .secttedavi .slider a.item {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 2 / 3;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#home .secttedavi .slider a.item:hover {
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.3);
  transform: translateY(-8px);
}

#home .secttedavi .slider a.item img.back {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#home .secttedavi .slider a.item:hover img.back {
  transform: scale(1.15);
}

#home .secttedavi .slider a.item .text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 15px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
  color: #fff;
  transform-origin: center bottom;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#home .secttedavi .slider a.item:hover .text {
  padding: 20px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), transparent);
}

#home .secttedavi .slider a.item:hover .text {}

#home .secttedavi .slider a.item .text .text1 {
  display: block;
  font-size: 1rem;
}

#home .secttedavi .slider a.item .text .text2 {
  display: none;
  font-size: .9rem;
}

#slider22 .owl-dots {
  margin: 15px 0 0 0;
  text-align: center;
}

#slider22 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(2, 63, 92, 0.3);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

#slider22 .owl-dots .owl-dot:hover {
  background: rgba(2, 63, 92, 0.6);
  transform: scale(1.2);
}

#slider22 .owl-dots .owl-dot.active {
  background: #023f5c;
  width: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(2, 63, 92, 0.4);
}

#slider22 .owl-nav {
  margin: 10px 20px 0 0;
  text-align: right;
}

#slider22 .owl-nav button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.9);
  color: #023f5c;
  border-radius: 50%;
  border: 2px solid #023f5c;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#slider22 .owl-nav button:hover {
  background: #023f5c;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(2, 63, 92, 0.4);
}

#slider22 .owl-nav button.owl-prev {
  rotate: 180deg;
}

#slider22 .owl-nav button.owl-next {
  margin-left: 10px;
}

@media only screen and (max-width:1000px) {
  #home .secttedavi {
    padding: 40px 0 20px 0;
  }

  #home .secttedavi .head {}

  #home .secttedavi .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .secttedavi .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .secttedavi .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }
}






#home .sect30 {
  padding: 70px 0;
  background: #fff;
  color: #000;
}

#home .sect30 .head {
  overflow: hidden;
}

#home .sect30 .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .sect30 .head .grid1 .s {}

#home .sect30 .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .sect30 .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .sect30 .head .grid1 .s.s2 {
  font-size: 1.1rem;
  color: #706e6e;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .sect30 .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .sect30 .grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 25px;
  row-gap: 30px;
}

#home .sect30 .grid a {
  position: relative;
  z-index: 1;
  aspect-ratio: 2 / 1;
  color: #94e4c8;
  box-shadow: 0 15px 20px -10px #031b1340;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms ease;
}

#home .sect30 .grid a:hover {
  translate: 0 -20px;
  box-shadow: 0 25px 30px -5px #031b1380;
}

#home .sect30 .grid a img.back1 {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .sect30 .grid a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(177 160 132 / 60%);
}

#home .sect30 .grid a span.title {
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 20% 0 15px;
  font-family: "poppins_semibold", Arial, sans-serif;
  font-size: 1.5rem;
  color: #fff;
}

#home .sect30 .grid a span.buton {
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 10px;
  padding: 6px 25px;
  border-radius: 50px;
  background: #0b1a37;
  color: #fff;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  align-items: center;
  transition: background-color 300ms ease;
}

#home .sect30 .grid a span.buton:hover {
  background-color: #00ffa6;
}

#home .sect30 .grid a span.buton span {}

#home .sect30 .grid a span.buton span:nth-child(1) {}

#home .sect30 .grid a span.buton span:nth-child(2) {}

#home .sect30 .grid a span.buton span svg {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  fill: #fff;
}

@media only screen and (max-width:1150px) {
  #home .sect30 .grid a span.title {
    padding: 25px 20% 0 15px;
    font-size: 1.3rem;
  }

  #home .sect30 .grid a span.buton {
    padding: 5px 15px;
    border-radius: 50px;
  }
}

@media only screen and (max-width:1000px) {
  #home .sect30 {
    padding: 50px 0;
  }

  #home .sect30 .head {}

  #home .sect30 .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .sect30 .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .sect30 .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }

  #home .sect30 .grid {
    margin-top: 30px;
  }
}

@media only screen and (max-width:800px) {
  #home .sect30 .grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 20px;
  }
}

@media only screen and (max-width:400px) {
  #home .sect30 .grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  #home .sect30 .grid a {
    aspect-ratio: 3 / 2;
  }
}





#home .sectinsta {
  padding: 70px 0;
  background: #fff;
}

#home .sectinsta .head {
  overflow: hidden;
  /*color:#fff;*/
}

#home .sectinsta .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .sectinsta .head .grid1 .s {}

#home .sectinsta .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .sectinsta .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectinsta .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .sectinsta .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectinsta .grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}

#home .sectinsta .slider {
  margin-top: 30px;
}

#home .sectinsta .slider a.item {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 108 / 192;
  aspect-ratio: 360 / 640;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#home .sectinsta .slider a.item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
  transform: translateY(-5px) scale(1.02);
}

#home .sectinsta .slider a.item img.back1 {
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .sectinsta .slider 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 .slider a.item:hover img.icon {
  opacity: 1;
  transform: scale(1.2) translate(-50%, -50%);
}

#home .sectinsta .slider a.item:before {
  display: none;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
}

#home .sectinsta .slider a.item span.text {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 10px;
}

#sliderinsta1 .owl-dots {
  margin: 15px 0 0 0;
  text-align: center;
}

#sliderinsta1 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(2, 63, 92, 0.3);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

#sliderinsta1 .owl-dots .owl-dot:hover {
  background: rgba(2, 63, 92, 0.6);
  transform: scale(1.2);
}

#sliderinsta1 .owl-dots .owl-dot.active {
  background: #023f5c;
  width: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(2, 63, 92, 0.4);
}

#sliderinsta1 .owl-nav {
  margin: 10px 20px 0 0;
  text-align: right;
}

#sliderinsta1 .owl-nav button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.9);
  color: #023f5c;
  border-radius: 50%;
  border: 2px solid #023f5c;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#sliderinsta1 .owl-nav button.owl-prev {
  rotate: 180deg;
}

#sliderinsta1 .owl-nav button.owl-next {
  margin-left: 10px;
}

#sliderinsta1 .owl-nav button:hover {
  background: #023f5c;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(2, 63, 92, 0.4);
}

@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 .head {}

  #home .sectinsta .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .sectinsta .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .sectinsta .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }

  #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;
  }
}







#home .sectyt {
  padding: 100px 0;
  background: #f5f5f5;
}

#home .sectyt .head {
  margin: 0 0 30px 0;
  text-align: center;
}

#home .sectyt .head a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

#home .sectyt .head a .icon {
  font-size: 2rem;
}

#home .sectyt .head a .icon svg {
  display: block;
  height: 40px;
  width: auto;
  fill: #ff0000;
}

#home .sectyt .head a .text {
  font-size: 1.4rem;
}

#home .sectyt .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

#home .sectyt .grid a {
  padding: 10px 10px 20px 10px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 35, 58, .15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}

#home .sectyt .grid a:hover {
  box-shadow: 0 8px 35px rgba(0, 35, 58, .25);
  transform: translateY(-8px);
}

#home .sectyt .grid a .im {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 4/5;
}

#home .sectyt .grid a .im img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#home .sectyt .grid a:hover .im img {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

#home .sectyt .grid a .im .icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #000;
  opacity: .4;
  transition: all .7s;
}

#home .sectyt .grid a:hover .im .icon {
  opacity: 1;
}

#home .sectyt .grid a .im svg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  fill: #ff0000;
  scale: .7;
}

#home .sectyt a .info {
  display: block;
  margin: 10px 0 0 0;
  font-family: 'poppins_semibold', Arial, sans-serif;
  font-size: .9rem;
}

#home .sectyt .footer {
  margin: 40px 0 0 0;
  text-align: center;
}

#home .sectyt .footer a {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ff0000, #cc0000);
  color: #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

#home .sectyt .footer a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

#home .sectyt .footer a:hover::before {
  width: 300px;
  height: 300px;
}

#home .sectyt .footer a:hover {
  background: linear-gradient(135deg, #cc0000, #990000);
  box-shadow: 0 6px 25px rgba(255, 0, 0, 0.4);
  transform: translateY(-3px);
}

@media only screen and (max-width:1050px) {
  #home .sectyt .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media only screen and (max-width:600px) {
  #home .sectyt {
    padding: 40px 0;
  }

  #home .sectyt .head {
    margin: 0 0 20px 0;
  }

  #home .sectyt .head a {
    gap: 10px;
  }

  #home .sectyt .head a .icon svg {
    height: 20px;
  }

  #home .sectyt .head a .text {
    font-size: 1rem;
  }

  #home .sectyt .grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 15px;
  }
}






#home .sectba {
  padding: 70px 0;
  background: #fff;
}

#home .sectba .head {
  overflow: hidden;
}

#home .sectba .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .sectba .head .grid1 .s {}

#home .sectba .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .sectba .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectba .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .sectba .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectba .slider {
  margin: 25px 0 0 0;
}

#home .sectba .slider a.item {}

#home .sectba .slider a.item .inner {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1;
  scale: .9;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#home .sectba .slider a.item:hover .inner {
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.4);
  scale: 1;
  transform: rotate(2deg);
}

#home .sectba .slider a.item img.back {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slider21 .owl-dots {
  margin: 15px 0 0 0;
  text-align: center;
}

#slider21 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(2, 63, 92, 0.3);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

#slider21 .owl-dots .owl-dot:hover {
  background: rgba(2, 63, 92, 0.6);
  transform: scale(1.2);
}

#slider21 .owl-dots .owl-dot.active {
  background: #023f5c;
  width: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(2, 63, 92, 0.4);
}

@media only screen and (max-width:1000px) {
  #home .sectba {
    padding: 20px 0 30px 0;
  }

  #home .sectba .head {}

  #home .sectba .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .sectba .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .sectba .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }

  #home .sectba .slider a.item .inner {
    scale: 1;
  }
}




#home .sect50 {
  position: relative;
  z-index: 1;
  padding: 20vh 0;
  text-align: center;
  overflow: hidden;
}

#home .sect50 img.back {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .sect50:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(2 4 31 / 65%);
}

#home .sect50 .content {
  position: relative;
  z-index: 2;
}

#home .sect50 .text1 {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

#home .sect50 .text2 {
  margin: 20px 0;
  font-family: 'poppins_black', Arial, sans-serif;
  font-size: 2.9rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

#home .sect50 .butonlar {
  margin: 20px 0 0 0;
}

#home .sect50 .butonlar a {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 50%;
  background: #023f5c;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: bold;
  color: white;
  border: 2px solid #ffa726;
  cursor: pointer;
  outline: none;
}

#home .sect50 .butonlar a::before,
#home .sect50 .butonlar a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #ffa726;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  animation: wave30 1.5s infinite ease-out;
}

#home .sect50 .butonlar a::after {
  width: 120%;
  height: 120%;
  animation-delay: 0.75s;
}

#home .sect50 .butonlar a svg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
  transform: scale(.7);
}

@keyframes wave30 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

@media only screen and (max-width:1000px) {
  #home .sect50 {
    padding: 10vh 0;
  }

  #home .sect50 .text1 {
    font-size: 1.3rem;
  }

  #home .sect50 .text2 {
    font-size: 2.2rem;
  }
}






#home .sectacc {
  padding: 50px 0;
  background: #fff;
}

#home .sectacc .head {
  overflow: hidden;
}

#home .sectacc .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .sectacc .head .grid1 .s {}

#home .sectacc .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .sectacc .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectacc .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .sectacc .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectacc .center {
  padding: 40px 50px;
  margin: 30px 0 0 0;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 25px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

#home .sectacc .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#home .sectacc .grid .s {}

#home .sectacc .grid .s.s1 {}

#home .sectacc .grid .s.s1 .accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#home .sectacc .grid .s.s1 .accordion .item {
  border: 1px solid rgba(2, 63, 92, 0.2);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#home .sectacc .grid .s.s1 .accordion .item:hover {
  box-shadow: 0 4px 15px rgba(2, 63, 92, 0.2);
  border-color: rgba(2, 63, 92, 0.4);
  transform: translateX(5px);
}

#home .sectacc .grid .s.s1 .accordion .title {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  align-items: center;
  padding: 18px 20px;
  color: #000;
  background: linear-gradient(135deg, rgba(2, 63, 92, 0.05), rgba(136, 224, 208, 0.05));
  transition: all 0.3s ease;
  position: relative;
}

#home .sectacc .grid .s.s1 .accordion .item.active .title {
  background: linear-gradient(135deg, rgba(2, 63, 92, 0.15), rgba(136, 224, 208, 0.15));
}

#home .sectacc .grid .s.s1 .accordion .title .text {
  font-family: 'poppins_semibold', Arial, sans-serif;
}

#home .sectacc .grid .s.s1 .accordion .title .text .text1 {
  display: block;
  font-size: 1.5rem;
}

#home .sectacc .grid .s.s1 .accordion .title .text .text2 {
  display: block;
  font-size: 1rem;
  color: #d69935;
}

#home .sectacc .grid .s.s1 .accordion .title .icon {}

#home .sectacc .grid .s.s1 .accordion .title .icon svg {
  display: block;
  width: 15px;
  height: 15px;
  object-fit: contain;
  fill: #777;
  transition: rotate 0.5s ease;
}

#home .sectacc .grid .s.s1 .accordion .item.active .title .icon svg {
  rotate: -180deg;
}

#home .sectacc .grid .s.s1 .accordion .content {
  display: none;
  padding: 20px 20px 25px 20px;
  background: #fff;
  animation: accordionSlide 0.3s ease-out;
}

@keyframes accordionSlide {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 1000px;
  }
}

#home .sectacc .grid .s.s1 .accordion .content .im1 {
  display: none;
  margin-top: 10px;
  text-align: center;
}

#home .sectacc .grid .s.s1 .accordion .content .im1 img {
  height: 140px;
}

#home .sectacc .grid .s.s2 {
  position: relative;
  z-index: 1;
}

#home .sectacc .grid .s.s2 img {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#home .sectacc .grid2 {
  margin: 10px 0 0 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
}

#home .sectacc .grid2 .s {
  text-align: center;
}

#home .sectacc .grid2 .s .xhead {
  font-family: 'poppins_semibold', Arial, sans-serif;
  font-size: 1.2rem;
}

#home .sectacc .grid2 .s .butonlar {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 10px 0 0 0;
  flex-wrap: wrap;
}

#home .sectacc .grid2 .s .butonlar a {
  position: relative;
  z-index: 1;
  padding: 10px 25px;
  border: 2px solid #d69935;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(214, 153, 53, 0.2);
}

#home .sectacc .grid2 .s .butonlar a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d69935, #b8871f);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#home .sectacc .grid2 .s .butonlar a:hover {
  box-shadow: 0 4px 15px rgba(214, 153, 53, 0.4);
  transform: translateY(-2px);
  color: #fff;
}

#home .sectacc .grid2 .s .butonlar a:hover:before {
  transform: translateX(0);
}

#home .sectacc .grid2 .s .butonlar a span.xxgrid {
  position: relative;
  z-index: 1;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 6px;
}

#home .sectacc .grid2 .s .butonlar a span.xxgrid span {}

#home .sectacc .grid2 .s .butonlar a span.xxgrid span:nth-of-type(1) {}

#home .sectacc .grid2 .s .butonlar a span.xxgrid span:nth-of-type(2) {}

#home .sectacc .grid2 .s .butonlar a span.xxgrid span img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

@media only screen and (max-width:1000px) {
  #home .sectacc {
    padding: 50px 0 20px 0;
  }

  #home .sectacc .head {}

  #home .sectacc .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .sectacc .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .sectacc .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width:850px) {
  #home .sectacc .center {
    padding: 25px 20px;
    margin: 15px 0 0 0;
  }

  #home .sectacc .grid {
    grid-template-columns: 1fr;
    margin: 20px 0 0 0;
  }

  #home .sectacc .grid .s.s1 .accordion .content .im1 {
    display: block;
  }

  #home .sectacc .grid .s.s2 {
    display: none;
  }

  #home .sectacc .grid2 {
    margin: 20px 0 0 0;
    justify-items: center;
  }

  #home .sectacc .grid2 .s .xhead {
    font-size: 1.1rem;
  }

  #home .sectacc .grid2 .s .butonlar a {
    padding: 6px 15px 0px 15px;
    border-radius: 5px;
  }

}









#home .sectsurec {
  padding: 70px 0;
  background: #d9edfe;
}

#home .sectsurec .head {
  overflow: hidden;
}

#home .sectsurec .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .sectsurec .head .grid1 .s {}

#home .sectsurec .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .sectsurec .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectsurec .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .sectsurec .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectsurec .list {
  margin-top: 30px;
}

#home .sectsurec .grid {
  display: grid;
  gap: 60px;
  margin: 0 0 15px 0;
}

#home .sectsurec .grid .img {
  grid-area: img;
}

#home .sectsurec .grid .img div {
  position: relative;
  z-index: 1;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
}

#home .sectsurec .grid .img img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .sectsurec .grid .text {
  grid-area: text;
  align-self: center;
  padding: 20px 0;
}

#home .sectsurec .grid .text .box1 {
  color: #000a079e;
  font-size: 1.3rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
}

#home .sectsurec .grid .text .box2 {
  margin: 5px 0 15px 0;
  color: #000;
  font-size: 2.9rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
}

#home .sectsurec .grid .text .box3 {
  color: #000a079e;
  font-size: 1.2rem;
}

#home .sectsurec .grid.tip1 {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "img text";
}

#home .sectsurec .grid.tip2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "text img";
}

#home .sectsurec .grid.tip1 .text {}

#home .sectsurec .grid.tip2 .text {}

@media only screen and (max-width:1000px) {
  #home .sectsurec {
    padding: 50px 0;
  }

  #home .sectsurec .head {}

  #home .sectsurec .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .sectsurec .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .sectsurec .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }

  #home .sectsurec .grid {
    gap: 20px;
  }
}

@media only screen and (max-width:700px) {
  #home .sectsurec .grid .text .box1 {
    font-size: 1rem;
  }

  #home .sectsurec .grid .text .box2 {
    font-size: 1.4rem;
    font-family: 'poppins_semibold', Arial, sans-serif;
  }

  #home .sectsurec .grid .text .box3 {
    color: #000a079e;
  }
}




#home .sectyt1 {
  padding: 70px 0 30px 0;
}

#home .sectyt1 .head {
  overflow: hidden;
}

#home .sectyt1 .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .sectyt1 .head .grid1 .s {}

#home .sectyt1 .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .sectyt1 .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectyt1 .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .sectyt1 .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectyt1 .head .grid1 .s.s2 .extrabaslik {
  font-family: 'poppins_semibold', Arial, sans-serif;
}

#home .sectyt1 a.videobox {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 5 / 2;
  margin: 40px 0 0 0;
  border-radius: 20px;
  overflow: hidden;
}

#home .sectyt1 .videobox img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .sectyt1 .videobox .content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

#home .sectyt1 .videobox .content .icon {
  display: block;
  text-align: center;
}

#home .sectyt1 .videobox .content .icon span {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #cc0000;
}

#home .sectyt1 .videobox .content .icon span svg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
  scale: 1.05;
  transition: all 300ms ease;
}

#home .sectyt1 .videobox .content .icon span:hover svg {
  scale: 1.2;
  opacity: .7;
}

@media only screen and (max-width:1000px) {
  #home .sectyt1 .head {}

  #home .sectyt1 .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .sectyt1 .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .sectyt1 .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width:700px) {
  #home .sectyt1 {
    padding: 20px 0 15px 0;
  }
}

@media only screen and (max-width:600px) {
  #home .sectyt1 a.videobox {
    aspect-ratio: 5 / 3;
  }

  #home .sectyt1 .videobox .content .icon span {
    width: 40px;
    height: 40px;
  }
}





#home .sectdr {
  padding: 30px 0 70px 0;
  background: #fff;
}

#home .sectdr .head {
  overflow: hidden;
}

#home .sectdr .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .sectdr .head .grid1 .s {}

#home .sectdr .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .sectdr .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectdr .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .sectdr .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectdr .head .grid1 .s.s2 .extrabaslik {
  font-family: 'poppins_semibold', Arial, sans-serif;
}

#home .sectdr .slider {
  padding: 0 20px;
  margin: 25px 0 0 0;
}

#home .sectdr .slider a.item {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  overflow: hidden;
}

#home .sectdr .slider a.item img.back {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1000ms ease;
}

#home .sectdr .slider a.item .text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 10px 15px;
  font-family: 'poppins_semibold', Arial, sans-serif;
  background: rgb(0 0 0 / 40%);
  color: #fff;
  transform-origin: center bottom;
}

#home .sectdr .slider a.item .text .text1 {
  display: block;
  font-size: 1.1rem;
}

#home .sectdr .slider a.item .text .text2 {
  display: block;
  font-size: .9rem;
}

#home .sectdr .slider a.item .text .text3 {
  display: block;
  font-size: .9rem;
}

#sliderdr .owl-dots {
  margin: 10px 0 0 0;
  text-align: center;
}

#sliderdr .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 10px;
  background: #bbb;
}

#sliderdr .owl-dots .owl-dot.active {
  background: #3998cb;
}

#sliderdr .owl-nav {
  margin: 10px 20px 0 0;
  text-align: right;
}

#sliderdr .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ddd;
  color: #000;
  border-radius: 50%;
}

#sliderdr .owl-nav button.owl-prev {
  rotate: 180deg;
}

#sliderdr .owl-nav button.owl-next {
  margin-left: 10px;
}

#sliderdr .owl-nav button:hover {
  background-color: #222;
  color: #fff;
}

@media only screen and (max-width:1000px) {
  #home .sectdr {
    padding: 50px 0;
  }

  #home .sectdr .head {}

  #home .sectdr .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .sectdr .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .sectdr .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width:700px) {
  #home .sectdr {
    padding: 15px 0 40px 0;
  }
}




#home .ftmap {
  padding: 50px 0;
}

#home .ftmap .head {
  overflow: hidden;
}

#home .ftmap .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .ftmap .head .grid1 .s {}

#home .ftmap .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .ftmap .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .ftmap .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .ftmap .head .grid1 .s.s2 .extrabaslik {
  font-family: 'poppins_semibold', Arial, sans-serif;
}

#home .ftmap .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .ftmap .grid {
  margin: 25px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-radius: 20px;
  overflow: hidden;
}

#home .ftmap .grid .s {
  position: relative;
  aspect-ratio: 5 / 3;
}

#home .ftmap .grid .s.s1 {}

#home .ftmap .grid .s.s1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .ftmap .grid .s.s2 {}

#home .ftmap .grid .s.s2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media only screen and (max-width:1000px) {
  #home .ftmap .head {}

  #home .ftmap .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .ftmap .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .ftmap .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width:700px) {
  #home .ftmap .grid {
    grid-template-columns: 1fr;
  }

  #home .ftmap .grid .s {
    aspect-ratio: 5 / 3;
  }

  #home .ftmap .grid .s.s1 {
    display: none;
  }
}

@media only screen and (max-width:500px) {
  #home .ftmap .grid .s {
    aspect-ratio: 5 / 4;
  }
}



#home .sectyorum {
  margin: 0 0 60px 0;
}

#home .sectyorum .head {
  overflow: hidden;
}

#home .sectyorum .head .grid1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#home .sectyorum .head .grid1 .s {}

#home .sectyorum .head .grid1 .s.s1 {
  font-size: 2.8rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}

#home .sectyorum .head .grid1.scroll_action .s.s1 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectyorum .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}

#home .sectyorum .head .grid1.scroll_action .s.s2 {
  transform: translateY(0);
  opacity: 1;
}

#home .sectyorum .slider {
  margin: 40px 0 0 0;
}

#home .sectyorum .slider a {
  display: block;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 10px;
}

#home .sectyorum .slider a .ad {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: 'poppins_semibold', Arial, sans-serif;
  font-size: 1.1rem;
}

#home .sectyorum .slider a .ad i {
  margin: 0 5px 0 0;
  color: #cba180;
}

/*
#home .sectyorum .slider a .ad:before{content:"➤";margin:0 5px 0 0;color:#cba180;}
*/
#home .sectyorum .slider a .yorum {
  margin: 5px 0 0 0;
  display: block;
  height: 80px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
}

#home .sectyorum .slider a .platform {
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
}

#home .sectyorum .slider a .platform img {
  display: inline-block;
  width: 90px;
  max-width: 80%;
  height: auto;
}

#home .sectyorum .slider a .stars {
  display: block;
}

#home .sectyorum .slider a .stars img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

#home .sectyorum .slider .owl-dots {
  margin: 20px 0 0 0;
  text-align: center;
}

#home .sectyorum .slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 10px;
  background: #bbb;
}

#home .sectyorum .slider .owl-dots .owl-dot.active {
  background: #3998cb;
}

#home .sectyorum .slider .owl-nav {
  margin: 10px 20px 0 0;
  text-align: right;
}

#home .sectyorum .slider .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ddd;
  color: #000;
  border-radius: 50%;
}

#home .sectyorum .slider .owl-nav button.owl-prev {
  rotate: 180deg;
}

#home .sectyorum .slider .owl-nav button.owl-next {
  margin-left: 10px;
}

#home .sectyorum .slider .owl-nav button:hover {
  background-color: #222;
  color: #fff;
}

@media only screen and (max-width:1000px) {
  #home .sectyorum .head {}

  #home .sectyorum .head .grid1 {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  #home .sectyorum .head .grid1 .s.s1 {
    font-size: 2rem;
  }

  #home .sectyorum .head .grid1 .s.s2 {
    font-size: 1.1rem;
  }
}





/*
#home .sect303{padding:0 0 50px 0;}
#home .sect303 .secttitle{
  position:relative;padding:10px 10px 10px 30px;margin:0 0 25px 0;
  font-size:1.6rem;
}
#home .sect303 .secttitle:before{
  content:"";position:absolute;z-index:1;top:0;left:0;width:15px;height:100%;
  transform:skew(-20deg);background:#e9b106;
}
#home .sect303 .flex{display:flex;gap:2px;}
#home .sect303 .flex a{position:relative;z-index:1;flex:1;
  opacity:0;transform:translate(0,50%);transition:all 500ms;
}
#home .sect303 .flex a .inner{
  display:block;position:relative;z-index:1;aspect-ratio:4 / 2;
  border:10px solid rgb(42 141 218 / 40%);border-radius:20px;overflow:hidden;
  transition:all 0.2s ease-out;
}
#home .sect303 .flex a .inner .im1{
  position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover;
}
#home .sect303 .flex a .inner:before{
  content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:rgb(4 63 109 / 50%);
  transform:translateY(100%);transition:all 200ms ease-out;transition-delay:1100ms;
}
#home .sect303 .flex a .inner .title{
  position:relative;z-index:3;
  height:100%;display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.2rem;
  transform:translateX(100%);transition:all 400ms ease-out;transition-delay:1300ms;
}
#home .sect303 .flex a .inner .title span{display:block;padding:0 15px;}
#home .sect303 .flex a:after{
  content:"";position:absolute;z-index:2;left:50%;bottom:-9px;width:0;height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #e9b106;
  transform:translate(-50%,0);opacity:0;transition:all 0.2s ease-out;
}
#home .sect303 .flex a.active .inner{border-color:#e9b106;}
#home .sect303 .flex a.active:after{opacity:1;}

#home .sect303.scroll_action .flex a:nth-of-type(1){transition-delay:0ms;}
#home .sect303.scroll_action .flex a:nth-of-type(2){transition-delay:200ms;}
#home .sect303.scroll_action .flex a:nth-of-type(3){transition-delay:400ms;}
#home .sect303.scroll_action .flex a:nth-of-type(4){transition-delay:600ms;}
#home .sect303.scroll_action .flex a{opacity:1;transform:translate(0,0);}
#home .sect303.scroll_action .flex a .inner:before{transform:translateX(0);}
#home .sect303.scroll_action .flex a .inner .title{transform:translateX(0);}

#sect303detaylar{margin:20px 0 0 0;}
#sect303detaylar .tedavi{display:none;}
#sect303detaylar .tedavi .grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;}
#sect303detaylar .tedavi .grid .s{background:#f5f5f5;}
#sect303detaylar .tedavi .grid .s.s1{background:#e9b106;}
#sect303detaylar .tedavi .grid .s.s1 .im{display:block;position:relative;z-index:1;aspect-ratio:1 / 1;}
#sect303detaylar .tedavi .grid .s.s1 .im img{
  position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover;
}
#sect303detaylar .tedavi .grid .s.s2{padding:20px;background:#528387;}
#sect303detaylar .tedavi .grid .s.s3{padding:20px;background:#e9b106;}

#sect303detaylar .tedavi.active{display:block;}
*/



#home .sect30 {
  position: relative;
  z-index: 2;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

#home .sect30 .grid {
  display: grid;
  grid-template-columns: 2fr 400px;
  gap: 50px;
  align-items: center;
}

#home .sect30 .grid .s {}

#home .sect30 .grid .s.s1 {
  opacity: 0;
  transform: translate(0, 10%) scale(.7);
  transition: all .4s;
}

/*#home .sect30.scroll_action .grid .s.s1*/
#home .sect30 .grid .s.s1 {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

#home .sect30 .grid .s.s1>h1 {
  display: inline-block;
  position: relative;
  font-family: 'poppins_semibold', Arial, sans-serif;
  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: #aaa;
  transform: translate(110%, 0);
}

#home .sect30 .grid .s.s1>h5 {
  margin: 2px 0 30px 0;
  font-size: 1.7rem;
  color: #000;
}

#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;
  color: #999;
}

#home .sect30 .grid .s.s1 .content p:nth-of-type(1) {
  margin: 0;
}

#home .sect30 .grid .s.s1 .butonlar2 {
  margin: 30px 0 0 0;
}

#home .sect30 .grid .s.s1 .butonlar2 a {
  display: inline-block;
  padding: 10px 35px;
  margin: 0 15px 0 0;
  background: #fff;
  color: #ff7e00;
  font-size: 1rem;
  font-family: 'poppins_semibold', Arial, sans-serif;
  border: 2px solid #ff7e00;
  border-radius: 5px 50px 5px 50px;
  transition: all .3s;
}

#home .sect30 .grid .s.s1 a:hover {
  background: #ff7e00;
  color: #fff;
}

#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;
}

#home .sect30 .grid .s.s2 {}

#home .sect30 .grid .s.s1 .butonlar a.tip2 {
  position: relative;
  width: 55px;
  height: 55px;
  margin: 0 25px 0 0;
  border-radius: 50%;
  background-color: var(--color2, #aaa);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  border: 2px solid white;
  cursor: pointer;
  outline: none;
  opacity: .6;
  transition: all .2s;
}

#home .sect30 .grid .s.s1 .butonlar a.tip2 svg {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
  scale: .4;
}

#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 var(--color2);
  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:hover {
  opacity: 1;
}

@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 {}

#home .sect30 .grid .s.s2 .im {
  position: relative;
  z-index: 1;
  aspect-ratio: 500 / 461;
}

#home .sect30 .grid .s.s2 .im img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  /*box-shadow: 0 0 10px 0 #777;*/
}

@media only screen and (max-width:900px) {
  #home .sect30 {
    padding: 40px 0;
  }

  #home .sect30 .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #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 {
    justify-self: center;
  }

  #home .sect30 .grid .s.s2 .im {
    width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    aspect-ratio: 500 / 461;
  }
}

@media only screen and (max-width:700px) {
  #home .sect30 .grid .s.s1>h1 {
    font-size: 1.3rem;
  }

  #home .sect30 .grid .s.s1>h5 {
    font-size: 1.1rem;
  }

  #home .sect30 .grid .s.s2 .slider {
    width: 60vw;
  }
}







#home .sectlogo {
  padding: 100px 0;
  background: none;
}

#home .sectlogo .slider {}

#home .sectlogo .slider .item {
  background: #fff;
}

#home .sectlogo .slider .item .im {
  position: relative;
  aspect-ratio: 2 / 1;
  border: 1px solid #ddd;
}

#home .sectlogo .slider .item .im img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(.9);
}

#slider11 .item {
  padding: 0 50px;
  text-align: center;
  box-sizing: border-box;
}

#slider11 .item a {
  display: block;
  color: #000;
}

#slider11 .owl-nav {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  box-sizing: border-box;
  padding: 0 10px;
  pointer-events: none;
}

#slider11 .owl-nav [class^="owl-"] {
  font-size: 3rem;
  color: var(--color2);
  opacity: 0.5;
  transition: opacity 500ms;
}

#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: 25px;
  height: 8px;
  margin: 0 3px;
  border-radius: 4px;
  background: #bbb;
}

#slider11 .owl-dots .owl-dot.active {
  background: #3998cb;
}

@media only screen and (max-width:550px) {
  #home .sectlogo .secthead .headgrids.s1 h5 {
    font-size: 1.4rem;
  }

  #home .sectlogo .secttitle {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }

  #home .sectlogo .slider .item .im {
    aspect-ratio: 2 / 1;
  }
}







#home .sectyt3{padding:70px 0;background:#fff;}
#home .sectyt3 .head{overflow:hidden;}
#home .sectyt3 .head .grid1{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;}
#home .sectyt3 .head .grid1 .s{}
#home .sectyt3 .head .grid1 .s.s1{
  font-size:2.8rem;font-family:'poppins_semibold',Arial,sans-serif;
  transform:translateX(-50%);opacity:0;transition:all 1s ease;
}
#home .sectyt3 .head .grid1.scroll_action .s.s1{transform:translateX(0);opacity:1;}
#home .sectyt3 .head .grid1 .s.s2{font-size:1.1rem;transform:translateX(50%);opacity:0;transition:all 1s ease;}
#home .sectyt3 .head .grid1.scroll_action .s.s2{transform:translateX(0);opacity:1;}
#home .sectyt3 .grid{
  margin-top:30px;
  display:grid;grid-template-columns:repeat(6,1fr);column-gap:10px;row-gap:10px;
}
#home .sectyt3 a.tekvideo{
  display:block;margin-top:30px;
  position:relative;z-index:1;aspect-ratio:192 / 80;color:#fff;
  border-radius:7px;box-shadow:0 0 5px 0 #555;overflow:hidden;
}
#home .sectyt3 a.tekvideo img.back1{position:absolute;z-index:-3;top:0;left:0;width:100%;height:100%;object-fit:cover;}
#home .sectyt3 a.tekvideo 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 .sectyt3 a.tekvideo:hover img.icon{opacity:1;transform:scale(1.2) translate(-50%,-50%);}
#home .sectyt3 a.tekvideo: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 .sectyt3 .list{}
#home .sectyt3 .slider{margin-top:30px;}
#home .sectyt3 .slider a.item{
  display:block;
  position:relative;z-index:1;aspect-ratio:256 / 166;/*aspect-ratio: 360 / 640;*/color:#fff;
  border:1px solid #ddd;border-radius:10px;overflow:hidden;
}
#home .sectyt3 .slider a.item img.back1{position:absolute;z-index:-3;top:0;left:0;width:100%;height:100%;object-fit:cover;}
#home .sectyt3 .slider 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 .sectyt3 .slider a.item:hover img.icon{opacity:1;transform:scale(1.2) translate(-50%,-50%);}
#home .sectyt3 .slider a.item:before{
  display:none-;
  content:"";position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:100%;box-sizing:border-box;
  /*background:linear-gradient(to top, rgb(59 97 125 / 80%), rgb(0 0 0 / 0%));*/
  border:4px solid var(--color1);
}
#home .sectyt3 .slider a.item span.text{
  display:none;
  position:absolute;z-index:2;left:0;bottom:0;width:100%;padding:15px 10px;
}

#slideryt3 .owl-dots{margin: 10px 0 0 0;text-align: center;}
#slideryt3 .owl-dots .owl-dot {width: 10px;height: 10px;margin: 0 3px;border-radius: 10px;background: #bbb;}
#slideryt3 .owl-dots .owl-dot.active {background:#3998cb;}
#slideryt3 .owl-nav{margin:10px 20px 0 0;text-align:right;}
#slideryt3 .owl-nav button{
  width:30px;height:30px;line-height:30px;background:#ddd;color:#000;border-radius:50%;
}
#slideryt3 .owl-nav button.owl-prev{rotate:180deg;}
#slideryt3 .owl-nav button.owl-next{margin-left:10px;}
#slideryt3 .owl-nav button:hover{background-color:#222;color:#fff;}

@media only screen and (max-width:1100px){
  #home .sectyt3 .grid{grid-template-columns:1fr 1fr 1fr 1fr 1fr;}
  #home .sectyt3 .grid{margin-top:30px;}
}
@media only screen and (max-width:1000px){
  #home .sectyt3{padding:20px 0 25px 0;}
  #home .sectyt3 .head{}
  #home .sectyt3 .head .grid1{grid-template-columns:1fr;gap:10px;text-align:center;}
  #home .sectyt3 .head .grid1 .s.s1{font-size:2rem;}
  #home .sectyt3 .head .grid1 .s.s2{font-size:1.1rem;}
  #home .sectyt3 .grid{grid-template-columns:1fr 1fr 1fr 1fr;}
}
@media only screen and (max-width:800px){
  #home .sectyt3 .grid{grid-template-columns:1fr 1fr 1fr;}
}
@media only screen and (max-width:500px){
  #home .sectyt3 .grid{grid-template-columns:1fr 1fr;}
}






img.img_slogan1{
  width:100%;height:auto;
}



#home .sect5link{padding:50px 0;}
#home .sect5link .grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;}
#home .sect5link .grid .s{
  padding:20px 5px;text-align:center;
  grid-column:2 span;
  grid-template-rows:subgrid;grid-row:3 span;
  row-gap:3px;background:var(--color1);color:#fff;
  border-radius:10px;/*box-shadow:0 0 5px 0 #222;*/
}
#home .sect5link .grid .s.tip2{grid-column:3 span;}
#home .sect5link .grid .s .icon{display:block;}
#home .sect5link .grid .s .icon svg{fill:#fff;width:50px;height:50px;object-fit:contain;display:block;margin:0 auto;}
#home .sect5link .grid .s .text{display:block;padding:15px 0;font-family:'poppins_semibold';font-size:1.1rem;}
#home .sect5link .grid .s .text2{display:block;}