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: rgba(0, 0, 0, 0.3);
  /* Darker overlay for better text contrast */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
}

#home .sect20 .content {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
  text-align: center;
  transform: translate(-50%, -50%);
}

#home .sect20 .content .text1 {
  font-size: 3.5vw;
  color: #fff;
  font-family: 'poppins_bold', sans-serif;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#home .sect20 .content .text2 {
  margin: 20px 0 0 0;
  font-size: 1.2vw;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'poppins_medium', sans-serif;
  font-weight: 300;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#home .sect20 .content .buton {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#home .sect20 .content .buton a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 15px 40px;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  font-family: 'poppins_semibold', sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1rem;
}

/* WhatsApp Button */
#home .sect20 .content .buton a:first-child {
  background: #25D366;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

#home .sect20 .content .buton a:first-child:hover {
  background: #20bd5a;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* Appointment Button - Redesigned */
#home .sect20 .content .buton a:last-child {
  background: #20addd;
  /* Brand Blue */
  box-shadow: 0 4px 15px rgba(32, 173, 221, 0.4);
}

#home .sect20 .content .buton a:last-child:hover {
  background: #0B2545;
  /* Brand Dark Blue */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(11, 37, 69, 0.5);
}

#home .sect20 .content .buton a .grid {
  display: flex;
  align-items: center;
  gap: 10px;
}

#home .sect20 .content .buton a .grid .s.s2 svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  object-fit: contain;
}

@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:700px) {
  #home .sect20 .content .buton {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  #home .sect20 .content .buton a {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 12px 20px;
  }

  #home .sect20 .content .text1 {
    font-size: 2rem;
  }

  #home .sect20 .content .text2 {
    font-size: 1rem;
    width: 90%;
  }
}

@media only screen and (max-width:400px) {
  #home .sect20 {
    /*aspect-ratio:4 / 5;*/
    aspect-ratio: auto;
    height: 100vh;
  }
}




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

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

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

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

#home .secttedavi .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 .secttedavi .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .secttedavi .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

#home .secttedavi .head .grid1.scroll_action .s.s2 {
  transform: translateX(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;
}

#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 1000ms ease;
}

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

#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: 10px 15px;
  font-family: 'poppins_semibold', Arial, sans-serif;
  background: rgb(0 0 0 / 40%);
  color: #fff;
  transform-origin: center bottom;
  transition: all 1000ms ease;
}

#home .secttedavi .slider a.item:hover .text {
  transform: scale(1.2);
}

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

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

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

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

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

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

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

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

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

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

@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: 10px;
    text-align: center;
  }

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

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




#home .seramik1 {}

#home .seramik1 a {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 1920 / 665;
}

#home .seramik1 a img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1000ms ease;
}

#home .seramik1 a img:nth-of-type(1) {}

#home .seramik1 a img:nth-of-type(2) {
  z-index: 2;
  opacity: 0;
}

#home .seramik1 a:hover img:nth-of-type(2) {
  opacity: 1;
}





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

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

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

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

#home .sect30 .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 .sect30 .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .sect30 .head .grid1 .s.s2 {
  font-size: 1.1rem;
  color: #706e6e;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

#home .sect30 .head .grid1.scroll_action .s.s2 {
  transform: translateX(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(32 173 221 / 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: 10px;
    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;
}

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

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

#home .sectinsta .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 .sectinsta .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .sectinsta .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

#home .sectinsta .head .grid1.scroll_action .s.s2 {
  transform: translateX(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: 7px;
  box-shadow: 0 0 5px 0 #555;
  overflow: hidden;
}

#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: linear-gradient(to top, rgb(59 97 125 / 80%), rgb(0 0 0 / 0%));
}

#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: 10px 0 0 0;
  text-align: center;
}

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

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

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

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

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

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

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

@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: 10px;
    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 .5rem 2.5rem 0 rgba(0, 35, 58, .15);
}

#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 0 5px 1px #777;
}

#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: 10px 25px;
  border-radius: 30px;
  background: #ff0000;
  color: #fff;
  transition: all .7s;
}

#home .sectyt .footer a:hover {
  background-color: #000;
}

@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 1fr;
  gap: 30px;
  align-items: center;
}

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

#home .sectba .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 .sectba .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .sectba .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

#home .sectba .head .grid1.scroll_action .s.s2 {
  transform: translateX(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: 50px;
  /* Enhanced rounded/oval look */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Smoother initial shadow */
  overflow: hidden;
  border: 1px solid #f0f0f0;
  /* Subtle border for definition */
  transition: all 0.3s ease;
  /* Smooth transition for all properties */
}

#home .sectba .slider a.item:hover .inner {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  /* Deeper shadow on hover */
  transform: translateY(-5px);
  /* Lift effect */
  border-color: #20addd;
  /* Highlight border on hover */
}

#home .sectba .slider a.item img.back {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  /* Enforce oval shape on the image itself */
}

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

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

@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: 10px;
    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: rgba(0, 0, 0, 0.5);
}

#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: #20addd;
  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: linear-gradient(to right, #2a8dda, #0cd262);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: bold;
  color: white;
  border: 2px solid #2a8dda;
  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 #2a8dda;
  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 1fr;
  gap: 30px;
  align-items: center;
}

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

#home .sectacc .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 .sectacc .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .sectacc .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

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

#home .sectacc .center {
  padding: 30px 40px;
  margin: 30px 0 0 0;
  background: #f3f3f3;
  border-radius: 20px;
}

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

#home .sectacc .grid .s {}

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

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

#home .sectacc .grid .s.s1 .accordion .item {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 15px;
  /* Rounded corners */
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  /* Soft shadow */
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

#home .sectacc .grid .s.s1 .accordion .item.active {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #20addd;
  /* Active border color */
}

#home .sectacc .grid .s.s1 .accordion .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s ease;
}

#home .sectacc .grid .s.s1 .accordion .item.active .title {
  background: #fdfdfd;
}

#home .sectacc .grid .s.s1 .accordion .title .text {
  flex: 1;
}

#home .sectacc .grid .s.s1 .accordion .title .text .text1 {
  font-family: 'poppins_semibold', sans-serif;
  font-size: 1.1rem;
  color: #0B2545;
  /* Brand Dark Blue */
  margin-bottom: 5px;
}

#home .sectacc .grid .s.s1 .accordion .title .text .text2 {
  display: block;
  /* Ensure it starts on a new line or block */
  font-size: 0.9rem;
  color: #666;
  font-family: 'poppins_light', sans-serif;
  padding: 0 10px;
  /* Added side padding */
}

#home .sectacc .grid .s.s1 .accordion .title .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f8ff;
  border-radius: 50%;
  color: #20addd;
  transition: all 0.3s ease;
}

#home .sectacc .grid .s.s1 .accordion .item.active .title .icon {
  background: #20addd;
  color: #fff;
  transform: rotate(180deg);
}

#home .sectacc .grid .s.s1 .accordion .title .icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

#home .sectacc .grid .s.s1 .accordion .content {
  display: none;
  padding: 15px 12px 25px 12px;
}

#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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 35px;
  background: #0B2545;
  /* Solid Dark Blue */
  border: 2px solid #0B2545;
  border-radius: 8px;
  /* Slight rounding, not full pill */
  overflow: hidden;
  color: #fff;
  font-family: 'poppins_medium', sans-serif;
  text-decoration: none;
  font-size: 0.95rem;
  box-shadow: 0 4px 15px rgba(11, 37, 69, 0.2);
  transition: all 0.3s ease;
}

#home .sectacc .grid2 .s .butonlar a:hover {
  background: #20addd;
  /* Brand Blue on hover */
  border-color: #20addd;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(32, 173, 221, 0.3);
}

#home .sectacc .grid2 .s .butonlar a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(32 173 221 / 40%);
  transform: translate(-100%, 0);
  transition: transform 1s ease;
}

#home .sectacc .grid2 .s .butonlar a:hover:before {
  transform: translate(100%, 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: 10px;
    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 1fr;
  gap: 30px;
  align-items: center;
}

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

#home .sectsurec .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 .sectsurec .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .sectsurec .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

#home .sectsurec .head .grid1.scroll_action .s.s2 {
  transform: translateX(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: 10px;
    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 1fr;
  gap: 30px;
  align-items: center;
}

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

#home .sectyt1 .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 .sectyt1 .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .sectyt1 .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

#home .sectyt1 .head .grid1.scroll_action .s.s2 {
  transform: translateX(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: 10px;
    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 1fr;
  gap: 30px;
  align-items: center;
}

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

#home .sectdr .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 .sectdr .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .sectdr .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

#home .sectdr .head .grid1.scroll_action .s.s2 {
  transform: translateX(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: 10px;
    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 1fr;
  gap: 30px;
  align-items: center;
}

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

#home .ftmap .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 .ftmap .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .ftmap .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

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

#home .ftmap .head .grid1.scroll_action .s.s2 {
  transform: translateX(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: 10px;
    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 1fr;
  gap: 30px;
  align-items: center;
}

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

#home .sectyorum .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 .sectyorum .head .grid1.scroll_action .s.s1 {
  transform: translateX(0);
  opacity: 1;
}

#home .sectyorum .head .grid1 .s.s2 {
  font-size: 1.1rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s ease;
}

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

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

#home .sectyorum .slider a {
  display: block;
  text-decoration: none;
  background: #fff;
  /* Clean white background */
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  /* Soft shadow */
  transition: all 0.3s ease;
  border: 1px solid #f5f5f5;
  height: 100%;
}

#home .sectyorum .slider a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #20addd;
}

#home .sectyorum .slider a .ad {display:block;
  font-family: 'poppins_bold', sans-serif;
  font-size: 1.1rem;
  color: #0B2545;
  /* Brand Dark Blue */
  margin-bottom: 10px;
}

#home .sectyorum .slider a .ad i {
  color: #20addd;
  /* Brand Blue */
  margin-right: 5px;
}

#home .sectyorum .slider a .ad:before {
  display: none;
}

/* Remove old arrow if present */

#home .sectyorum .slider a .yorum {display:block;
  font-size: 0.95rem;
  color: #555;
  line-height: 20px;height:100px;overflow:hidden;
  margin-bottom: 20px;
  font-family: 'poppins_regular', sans-serif;
}

#home .sectyorum .slider a .platform {
  margin-top: 20px;
  text-align: left;
}

#home .sectyorum .slider a .platform img {
  height: 25px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  /* Grayscale by default */
  opacity: 0.6;
  transition: all 0.3s ease;
}

#home .sectyorum .slider a:hover .platform img {
  filter: grayscale(0%);
  /* Color on hover */
  opacity: 1;
}

#home .sectyorum .slider a .stars {
  margin-top: 10px;display: block;
}

#home .sectyorum .slider a .stars img {
  width: 100px;
  height: 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: 10px;
    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 .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(--color1);
  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 .sectbelge1 {
  padding: 30px 0;
  background: #f5f5f5;
}

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

#home .sectbelge1 .grid .s {}

#home .sectbelge1 .grid .s.s1 {
  font-size: 2rem;
}

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

#home .sectbelge1 .grid .s.s2 img {
  width: 100%;
  height: auto;
}

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

  #home .sectbelge1 .grid .s.s1 {
    font-size: 1.2rem;
    text-align: center;
  }
}






#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: 5px;
  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: 50%;
  background: linear-gradient(to top, rgb(59 97 125 / 80%), rgb(0 0 0 / 0%));
}

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