@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Poppins:wght@100;500;600;800;900&family=Lobster+Two:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap);

.slide {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 96%;
  height: 75vh;
  margin: 0 auto;
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px;
  position: relative;
  background-color: #000;
}

.slide-container {
  position: relative;
  overflow: hidden;
}

.slide {
  overflow-x: hidden;
}

.slide--dot {
  display: none;
}

#slide.slide-list {
  overflow: hidden !important;
  position: relative;
  width: 100%;
  height: 100%;
}

#slide.slide-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 5, 45, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.021) 0%,
    rgb(11, 5, 45) 100%
  );
  pointer-events: none;
}

#slide.slide-list li {
  position: absolute;
  width: 100%;
  height: 100% !important;
  z-index: 0;
}

#slide.slide-list li .slide-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
  color: #fff;
}

#slide.slide-list li .slide-wrapper .slide-container.container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#slide.slide-list li .slide-wrapper .slide-content {
  text-align: center;
  padding: 0 0px;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 650px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  z-index: 9999 !important;
}

#slide.slide-list li .slide-wrapper .slide-content .heading {
  letter-spacing: 4px;
  height: 100%;
  font-size: 22px;
  z-index: 9999 !important;
  color: #cdaf76;
}

#slide.slide-list li .slide-wrapper .slide-content .text {
  letter-spacing: 4px;
  height: 100%;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  z-index: 9999 !important;
}

#slide.slide-list li .slide-wrapper .slide-content .btn-container.mt-20px {
  height: 100%;
  overflow: auto;
  width: 200px;
  align-self: center;
}

#slide.slide-list
  li
  .slide-wrapper
  .slide-content
  .btn-container.mt-20px
  .button {
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin: 6px;
  background-color: #150958;
  border-radius: 25px;
  padding-left: 2rem;
  outline: 2px solid rgba(0, 0, 0, 0);
}

#slide.slide-list
  li
  .slide-wrapper
  .slide-content
  .btn-container.mt-20px
  .button
  .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #fff;
  color: #150958;
  border-radius: 50%;
  padding: 6px;
}

#slide.slide-list
  li
  .slide-wrapper
  .slide-content
  .btn-container.mt-20px
  .button:hover {
  background-color: #fff !important;
  color: #150958;
  transition: all 0.3s ease;
  outline-color: #150958;
}

.slide-arrows {
  width: 100%;
}

.slide-arrows .prev,
.slide-arrows .next {
  width: 36px;
  height: 36px;
  color: #fff;
  font-weight: 600;
}

.slide-arrows .prev {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  z-index: 999;
}

.slide-arrows .next {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  z-index: 999;
}

.is-effect {
  transform: translateY(0px);
}

.first-open {
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.slide .slide-list li.is-active .slide-content .heading,
.slide .slide-list li.is-active .slide-content .text,
.slide .slide-list li.is-active .slide-content .btn-container {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slide .slide-content .heading,
.slide .slide-content .text,
.slide .slide-content .btn-container {
  opacity: 0;
  visibility: hidden;
}

.slide .slide-content .heading {
  transform: translateY(-70px);
  transition: 0.9s 0.2s;
}

.slide .slide-content .text {
  transform: translateY(-100px);
  transition: 0.9s 0.3s;
}

.slide .slide-content .btn-container {
  transform: translateY(-130px);
  transition: 0.9s 0.4s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relative-item-slide {
  position: relative;
}

.btn-group {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px !important;
  z-index: 12;
}

.slide-list .btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.slide-list .btn-group img {
  width: 80px;
  height: 80px;
  filter: brightness(0) invert(1);
  animation: scrollmouse 1.5s ease-in-out infinite alternate;
}

@keyframes scrollmouse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.btn-row {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.btn-item a {
  width: 230px;
  height: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: all 0.4s ease;
}

.btn-item a p {
  font-weight: 600;
}

.btn-item a span {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
}

.btn-item a:hover {
  color: #cdaf76;
  border: 1px solid #cdaf76;
}

#slide > li.relative-item-slide.slide--item.is-active > div > div {
  position: absolute;
  top: -45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768.99px) {
  #slide.slide-list li .slide-wrapper .slide-content .text {
    font-size: 40px;
    max-width: 80%;
    margin: auto;
  }

  .modal-menu-close-icon {
    left: 1.5rem !important;
  }

  #header.header-wrapper .header-row .menu-icon {
    position: absolute;
    left: 2rem;
  }

  .btn-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px !important;
    z-index: 12;
  }

  .slide-list .btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0rem;
  }

  .slide-list .btn-group img {
    width: 80px;
    height: 53px;
    filter: brightness(0) invert(1);
    animation: scrollmouse 1.5s ease-in-out infinite alternate;
  }
}

@media (max-width: 629.99px) {
  #slide.slide-list li .slide-wrapper .slide-content .text {
    font-size: 30px;
    max-width: 70%;
    margin: auto;
  }

  .slide-list .btn-group img {
    width: 60px;
    height: 53px;
  }

  #header.header-wrapper .header-row .header-socials ul {
    display: none !important;
  }

  #header.header-wrapper .header-row {
    justify-content: center !important;
  }

  .slide {
    height: 50vh !important;
  }

  #header.header-wrapper .header-row .menu-icon {
    width: 25px;
    height: 25px;
  }

  .btn-item a {
    width: 185px;
  }
}

@media (max-width: 504.99px) {
  #slide.slide-list li .slide-wrapper .slide-content .text {
    font-size: 20px;
    max-width: 50%;
    margin: auto;
  }

  #slide.slide-list li .slide-wrapper .slide-content .heading {
    font-size: 18px;
  }

  #header.header-wrapper .header-row .header-logo img {
    margin-right: -30px !important;
  }

  .btn-row {
    justify-content: space-around;
    gap: 10px;
  }

  .btn-item {
    z-index: 12000 !important;
  }

  .btn-item a {
    width: 170px;
    font-size: 13px;
  }
}

@media (max-width: 400.99px) {
  #header.header-wrapper .header-row {
    padding: 1rem 1rem !important;
  }

  .slide-arrows .next {
    top: 60% !important;
  }

  .slide-arrows .prev {
    top: 60% !important;
  }

  #header.header-wrapper .header-row .header-logo img {
    width: 200px !important;
  }

  .btn-item {
    z-index: 12000 !important;
  }

  .btn-item a {
    width: 150px;
    height: 55px;
    font-size: 12px !important;
  }
}

@media (max-width: 375.99px) {
  .btn-item a {
    width: 150px;
    height: 55px;
    font-size: 12px !important;
  }
}

@media (max-width: 600px) and (max-height: 690.99px) {
  .slide-arrows .next {
    top: 86% !important;
  }

  .slide-arrows .prev {
    top: 86% !important;
  }
}

#header.header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 9999 !important;
  color: #fff;
}

#header.header-wrapper .header-relative {
  width: 100%;
  height: 100%;
  position: relative;
}

#header.header-wrapper .header-row {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
}

#header.header-wrapper .header-row .menu-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  transition: 0.5s ease;
  position: fixed;
  left: 1rem;
  z-index: 19000 !important;
}

#header.header-wrapper .header-row .menu-icon i {
  z-index: 12000 !important;
}

#header.header-wrapper .header-row .menu-icon:hover {
  color: #cdaf76;
}

#header.header-wrapper .header-row .menu-icon img {
  width: 100%;
  height: 100%;
}

#header.header-wrapper .header-row .header-logo {
  width: 100%;
  margin: auto !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  top: 0;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header.header-wrapper .header-row .header-logo img {
  width: 232px;
  transition: 0.6s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#header.header-wrapper .header-row .header-logo img:hover {
  transform: translateY(-5px) !important;
}

#header.header-wrapper .header-row .header-socials {
  position: absolute;
  right: 0;
}

#header.header-wrapper .header-row .header-socials ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#header.header-wrapper .header-row .header-socials li a {
  font-size: 25px;
  transition: 0.5s ease;
}

#header.header-wrapper .header-row .header-socials li a img {
  width: 22.21px;
}

#header.header-wrapper .header-row .header-socials li a:hover {
  color: #cdaf76;
}

.header-modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-color: rgba(6, 10, 35, 0.9803921569);
  z-index: 1200 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s 0.9s linear;
}

.header-modal-menu .modal-menu-logo {
  width: 200px;
}

.header-modal-menu .modal-menu-logo img {
  width: 100%;
}

.header-modal-menu .modal-menu-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 50px;
  color: #fff;
  gap: 20px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-70px);
  transition: 0.6s 0.2s;
}

.header-modal-menu .modal-menu-links .col-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -50px;
}

.header-modal-menu .modal-menu-links .col-4 .modal-menu-item {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: end;
}

.header-modal-menu .modal-menu-links .col-4 .modal-menu-item a {
  color: #cdaf76;
  text-decoration: none;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: row-reverse;
  width: 100%;
  transition: 0.4s linear;
}

.header-modal-menu .modal-menu-links .col-4 .modal-menu-item a i {
  display: none;
}

.header-modal-menu .modal-menu-links .col-4 .modal-menu-item a:hover {
  color: #fff;
}

.instagram-btns {
  align-self: center;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 200px;
}

.instagram-btns a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 500;
  transition: 0.6s;
}

.instagram-btns a:hover {
  background-color: rgba(255, 255, 255, 0.211);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 8px 16px;
  border-radius: 10px;
}

.instagram-btns a i {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.instagram-btns a span {
  font-weight: 200;
  color: #cdaf76;
  font-style: italic;
}

.modal-menu-close-icon {
  width: 46px;
  height: 46px;
  cursor: pointer;
  position: absolute;
  top: 27px;
  left: 77px;
  font-size: 40px;
  color: #cdaf76;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

@media (min-width: 1700.99px) {
  .modal-menu-close-icon {
    left: 268px;
  }
}

.open-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.4s linear;
}

.open-links {
  transform: translateY(0px) !important;
  opacity: 1 !important;
  transition: 0.9s;
  pointer-events: all !important;
}

.header-modal-menu .socialsbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 70px;
  padding-top: 1rem;
  display: none;
}

.mobile-contact-area {
  background-color: #fff;
}

.youtube-icon {
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.5s;
}

@media (max-width: 900px) {
  .instagram-btns {
    align-self: center !important;
    display: flex !important;
    gap: 1rem !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: start !important;
    width: 600px !important;
    height: 200px !important;
  }
}

.modal-open {
  position: fixed !important;
  top: 0;
}

.information-section {
  position: relative;
  width: 1151px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin-top: 40px;
  text-align: center;
  gap: 1rem;
}

.information-section h4 {
  color: #cdaf76;
  font-size: 19px;
  font-weight: 800;
  padding-bottom: 1rem;
  letter-spacing: 4px;
}

.information-section .information-text {
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  line-height: 1.9;
  color: #150958;
  position: relative;
}

.information-section .big-information-text {
 /*  font-size: 120px;
  color: #fff;
  letter-spacing: 25px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 0 1px #0f0a2e; */
  font-size: 100px;
    color: #ffffff3c;
    letter-spacing: 25px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
  
    position: absolute;
    top: -250px;
}


.counter-wrapper {
  position: absolute;
  right: 0;
  top: 78vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #d9d8df;
  background: linear-gradient(
    90deg,
    rgba(186, 185, 196, 0.34) 13%,
    rgba(255, 255, 255, 0) 90%
  );
  border-right: 0;
}

.counter-wrapper .counter-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0b062b;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 1px;
}

.counter-wrapper .counter-text #counter {
  font-style: normal !important;
  font-weight: bold !important;
  min-width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-wrapper .counter-text .complete {
  animation: pandora 1.3s;
  color: #cdaf76;
  transform: scale(1.5);
  margin-left: 10px;
  margin-right: 10px;
}

@keyframes pandora {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 1280.99px) {
  .information-section {
    width: 100% !important;
    padding: 2rem 3rem;
  }

  .information-section .big-information-text {
    font-size: 120px;
    text-align: center;
  }

  .counter-wrapper {
    top: 76.5vh;
  }
}

@media (max-width: 900.99px) {
  .information-section .big-information-text {
    font-size: 80px;
    text-align: center;
    letter-spacing: 20px;
  }

  .information-section {
    margin-top: 20px;
  }
}

@media (max-width: 768.99px) {
  .information-section .big-information-text {
    font-size: 60px;
    text-align: center;
    letter-spacing: 10px;
    margin-left: 0;
  }
}

@media (max-width: 633.99px) {
  .information-section .big-information-text {
    font-size: 50px;
    text-align: center;
    letter-spacing: 10px;
  }

  .counter-wrapper {
    top: 51.5vh;
    padding: 16px 10px !important;
  }
}

@media (max-width: 500.99px) {
  .information-section .big-information-text {
    font-size: 40px;
    text-align: center;
    letter-spacing: 5px;
  }

  .counter-wrapper .counter-text {
    font-size: 13px;
  }

  .counter-wrapper .counter-text #counter {
    min-width: 40px;
    font-size: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768.99px) {
  .information-section {
    width: 100% !important;
    padding: 1rem 1.5rem;
    text-align: justify;
  }

  .information-section h4 {
    text-align: center;
    font-size: 13px;
  }

  .information-section .information-text {
    font-size: 14px;
  }
}

@media (max-width: 360.99px) {
  .counter-wrapper .counter-text {
    font-size: 11px;
  }
}

#reels.reels-section {
  width: 100% !important;
  position: relative !important;
  height: 630px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#reels.reels-section .reels-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 3rem;
}

#reels.reels-section .reels-wrapper .reels-item .reels-item-wrapper-relative {
  position: relative;
  width: 300px;
  height: 500px;
  overflow: hidden;
  cursor: pointer;
}

#reels.reels-section
  .reels-wrapper
  .reels-item
  .reels-item-wrapper-relative::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 5, 45, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.2218137255) 0%,
    rgb(11, 5, 45) 100%
  );
  border-radius: 25px;
}

#reels.reels-section
  .reels-wrapper
  .reels-item
  .reels-item-wrapper-relative
  .reels-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: all 0.9s linear;
}

#reels.reels-section
  .reels-wrapper
  .reels-item
  .reels-item-wrapper-relative:hover
  .reels-play {
  opacity: 1;
}

#reels.reels-section
  .reels-wrapper
  .reels-item
  .reels-item-wrapper-relative
  .reels-stop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: all 0.9s linear;
  display: none;
}

#reels.reels-section
  .reels-wrapper
  .reels-item
  .reels-item-wrapper-relative
  .reels-stop
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

#reels.reels-section
  .reels-wrapper
  .reels-item
  .reels-item-wrapper-relative:hover
  .reels-stop {
  opacity: 1;
}

#reels.reels-section
  .reels-wrapper
  .reels-item
  .reels-item-wrapper-relative:hover::after {
  background: rgba(11, 5, 45, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.4218137255) 0%,
    rgb(11, 5, 45) 100%
  );
  transition: all 0.3s ease-in-out;
}

#reels.reels-section .reels-wrapper .reels-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

#reels.reels-section .reels-wrapper .reels-item .reels-desc {
  position: absolute;
  bottom: 0;
  color: rgba(255, 255, 255, 0.829);
  z-index: 500;
  padding: 2rem 1.3rem;
  max-width: 70%;
}

#reels.reels-section .reels-wrapper .reels-item .reels-desc .reels-desc-title {
  font-size: 20px;
  font-weight: 800;
}

#reels.reels-section .reels-wrapper .reels-item .reels-desc .reels-desc-text {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.8;
}

.slick-list {
  display: flex;
  gap: 1rem;
  width: 95%;
  overflow: hidden;
}

.slick-track {
  display: flex;
  width: 100%;
  padding-left: 2rem;
}

.slick-next.slick-arrow {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 24px;
}

.slick-prev.slick-arrow {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 24px;
}

#reels > div > ul.slick-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  padding-top: 2rem;
}

#reels > div > ul.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background-color: #0b052d;
  color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#reels > div > ul.slick-dots li.slick-active button {
  width: 40px;
  height: 10px;
  border-radius: 25px;
  background-color: rgba(11, 5, 45, 0.596);
  border: none;
  color: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.fancybox-slide {
  max-width: 600px !important;
  max-height: 600px !important;
}

.reels-title {
  font-size: 18px;
  display: block;
  width: 85%;
  margin: auto;
  padding-bottom: 1rem;
  color: #cdaf76;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3294117647);
}

@media (max-width: 1280.99px) {
  #reels.reels-section .reels-wrapper .reels-item .reels-item-wrapper-relative {
    width: 90%;
  }
}

@media (max-width: 768.99px) {
  #reels.reels-section .reels-wrapper .reels-item .reels-item-wrapper-relative {
    width: 97%;
    margin: auto;
  }

  #reels.reels-section .reels-wrapper .reels-item .reels-desc {
    max-width: 100%;
  }

  #reels.reels-section .reels-wrapper {
    padding: 2rem 0.7rem;
  }

  .slick-next.slick-arrow {
    top: 100% !important;
  }

  .slick-prev.slick-arrow {
    top: 100% !important;
  }

  .slick-track {
    padding-left: 0rem;
  }

  #reels.reels-section {
    height: 580px;
  }

  #reels > div > ul.slick-dots {
    bottom: -10px;
  }
}

.products-wrapper {
  width: 90%;
  margin: auto;
  margin-top: 0rem;
  margin-bottom: 3rem;
}

:root {
  --card-height: 40vw;
  --card-margin: 4vw;
  --card-top-offset: 1em;
  --outline-width: 0px;
}

#cards {
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  margin-bottom: var(--card-margin);
}

#card_1 {
  --index: 1;
}

#card_2 {
  --index: 2;
}

#card_3 {
  --index: 3;
}

#card_4 {
  --index: 4;
}

.card {
  position: sticky;
  top: 0;
  padding-top: calc(var(--index) * var(--card-top-offset));
}

.card__content {
  transform-origin: 50% 0%;
  will-change: transform;
}

#debug {
  position: fixed;
  top: 1em;
  left: 1em;
}

#debug::after {
  content: " Show Debug";
  margin-left: 1.5em;
  color: #fff;
  white-space: nowrap;
}

#debug:checked ~ main {
  --outline-width: 1px;
}

main {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}

#cards {
  list-style: none;
  outline: calc(var(--outline-width) * 10) solid hotpink;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
}

.card {
  outline: var(--outline-width) solid lime;
}

.card__content {
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #0a0507;
  border-radius: 1em;
  overflow: hidden;
  display: grid;
  grid-template-areas: "text img";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: stretch;
  outline: var(--outline-width) solid blue;
}

.card__content > div {
  grid-area: text;
  width: 80%;
  place-self: center;
  text-align: left;
  display: grid;
  gap: 1em;
  place-items: start;
}

.card__content > figure {
  grid-area: img;
  overflow: hidden;
}

.card__content > figure > img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  max-height: 650px;
  object-fit: cover;
}

.card__content > figure > video {
  width: 100%;
  height: 604.8px;
  object-fit: cover;
}

main h1 {
  font-weight: 300;
  font-size: 3.5em;
}

main h2 {
  font-size: 30px;
  color: #fff;
  z-index: 500;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

main .card-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.732);
  z-index: 500;
  line-height: 2;
  font-size: 18px;
  text-align: justify;
}

main .btn {
  background: #bc5724;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em;
  border-radius: 0.25em;
}

aside {
  width: 50vw;
  margin: 0 auto;
  text-align: left;
}

aside p {
  margin-bottom: 1em;
}

.warning {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  width: max-content;
  text-align: center;
  max-width: 90vw;
  margin: auto;
  z-index: 2;
  font-size: 0.8em;
  color: #333;
}

.card {
  --index0: calc(var(--index) - 1);
  --reverse-index: calc(var(--numcards) - var(--index0));
  --reverse-index0: calc(var(--reverse-index) - 1);
}

@keyframes scale {
  to {
    transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
  }
}

#cards {
  --numcards: 4;
  view-timeline-name: --cards-element-scrolls-in-body;
}

.card__content {
  --start-range: calc(var(--index0) / var(--numcards) * 100%);
  --end-range: calc((var(--index)) / var(--numcards) * 100%);
  animation: linear scale forwards;
  animation-timeline: --cards-element-scrolls-in-body;
  animation-range: exit-crossing var(--start-range) exit-crossing
    var(--end-range);
}

.card__content figure {
  z-index: 9999 !important;
}

#cards li:nth-child(1) > div {
  background: url(../5b95b92db38084502d6d.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

#cards li:nth-child(1) > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.7218137255) 0%,
    rgba(11, 5, 45, 0.92) 100%
  );
  pointer-events: none;
}

#cards li:nth-child(2) > div {
  background: url(../7aa5aa6f156fe569d26e.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

#cards li:nth-child(2) > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.7218137255) 0%,
    rgba(11, 5, 45, 0.92) 100%
  );
  pointer-events: none;
  border-radius: 20px;
}

#cards li:nth-child(3) > div {
  background: url(../28a09f81c875092e1c62.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

#cards li:nth-child(3) > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.7218137255) 0%,
    rgba(11, 5, 45, 0.92) 100%
  );
  pointer-events: none;
  border-radius: 20px;
}

#cards li:nth-child(4) > div {
  background: url(../a18710c965e0ea84640f.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

#cards li:nth-child(4) > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.7218137255) 0%,
    rgba(11, 5, 45, 0.92) 100%
  );
  pointer-events: none;
  border-radius: 20px;
}

@media (max-width: 1050px) {
  .products-wrapper {
    width: 100%;
  }

  main {
    width: 96vw;
  }

  #cards li > div::after {
    border-radius: 0 !important;
  }
}

@media (max-width: 800px) {
  .products-wrapper {
    width: 100%;
  }

  main {
    width: 96vw;
  }

  .card__content > div {
    padding: 1.3rem 0;
  }

  main h2 {
    font-size: 20px;
  }

  #cards {
    gap: 200px !important;
  }
}

@media (max-width: 768.99px) {
  .card__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    height: 400px;
  }

  .products-wrapper {
    display: none !important;
  }

  #cards {
    gap: 120px !important;
  }

  #cards li > div::after {
    border-radius: 0 !important;
  }
}

@media (max-width: 700.99px) {
  #cards {
    gap: 150px !important;
  }
}

@media (max-width: 640.99px) {
  #cards {
    gap: 200px !important;
  }
}

@media (max-width: 600.99px) {
  .card__content {
    padding: 1.5rem 1rem;
  }

  .card__content > div {
    width: 100%;
    padding: 0.7rem;
  }
}

@media (max-width: 430.99px) {
  #cards {
    gap: 250px !important;
  }
}

@media (max-width: 375.99px) {
  #cards {
    gap: 290px !important;
  }
}

@media (max-width: 345.99px) {
  #cards {
    gap: 320px !important;
  }
}

.mobile-section {
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-top: 0 !important;
}

.mobile-section .mobile-area-wrapper-relative {
  width: 100vw !important;
  height: 100%;
  position: relative;
}

.mobile-section .mobile-area-wrapper-relative video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-section .mobile-area-wrapper-relative:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 5, 45, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.2218137255) 0%,
    rgb(11, 5, 45) 100%
  );
}

@-webkit-keyframes swing {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}

@keyframes swing {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}

.mobile-section .absolute-area {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
}

.mobile-section .absolute-area .absolute-row-flex {
  display: flex;
  flex-direction: row-reverse;
  width: 70%;
  margin: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.mobile-section .absolute-area .absolute-row-flex img {
  width: 30%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  align-self: end;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.mobile-section .absolute-area .absolute-row-flex .absolute-area-text {
  width: max-content;
  color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
}

.mobile-section
  .absolute-area
  .absolute-row-flex
  .absolute-area-text
  .colored-title {
  font-size: 26px;
  color: #005aaf;
  font-weight: bold;
}

.mobile-section
  .absolute-area
  .absolute-row-flex
  .absolute-area-text
  .colored-title-2 {
  font-size: 17px;
  color: #af9d00;
  font-weight: 600;
}

.mobile-section
  .absolute-area
  .absolute-row-flex
  .absolute-area-text
  .gym-title {
  font-size: 40px;
  color: #fff;
}

.mobile-section .absolute-area .absolute-row-flex .line-row {
  display: flex;
  align-items: center;
  align-self: center;
  padding-left: 2rem;
  gap: 1rem;
  font-size: 15px;
  padding: 0.7rem;
  font-weight: 300;
  line-height: 2;
  padding-left: 45px;
  color: rgba(255, 255, 255, 0.829);
}

.mobile-section .absolute-area .absolute-row-flex .line-row i {
  color: rgba(245, 245, 245, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.233);
  padding: 3px;
  border-radius: 4px;
}

.line-row-img {
  width: max-content;
  height: max-content;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}

#main-circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 130px;
  left: 100px;
  z-index: 0;
  border: 30px solid rgba(205, 175, 118, 0.0784313725) !important;
}

.mobil-area-diff {
  font-size: 40px;
  font-weight: 100;
}

.logo-area {
  display: flex;
  gap: 10px;
  align-items: center;
}

.items {
  width: 400px;
}

@media (max-width: 1280px) {
  .mobile-section
    .absolute-area
    .absolute-row-flex
    .absolute-area-text
    .gym-title {
    font-size: 25px;
    width: 100%;
    text-align: center;
  }

  #main-circle {
    width: 350px;
    height: 350px;
    top: 150px;
    left: 60px;
  }

  .mobile-section .absolute-area .absolute-row-flex .line-row {
    font-size: 12px;
    padding: 0.4rem;
  }
}

@media (max-width: 1280px) {
  .mobile-section .absolute-area .absolute-row-flex .absolute-area-text {
    flex-direction: column;
  }

  .mobile-section .absolute-area .absolute-row-flex {
    width: 100%;
  }

  .mobil-area-diff {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .mobile-section .absolute-area .absolute-row-flex {
    flex-direction: column-reverse;
  }

  .mobile-section .absolute-area .absolute-row-flex img {
    align-self: center !important;
  }

  #main-circle {
    display: none;
  }

  .mobile-section .absolute-area .absolute-row-flex .absolute-area-text {
    flex-direction: row;
    padding: 1.2rem;
    justify-content: end !important;
  }

  .items {
    width: max-content;
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-top: 14px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%) !important;
  }

  .logo-area {
    justify-content: center;
  }

  .mobile-section .absolute-area .absolute-row-flex .line-row {
    align-self: start;
  }

  .mobile-section .absolute-area .absolute-row-flex {
    justify-content: start;
  }
}

@media (max-width: 650px) {
  .mobile-section .absolute-area .absolute-row-flex .absolute-area-text {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .mobile-section
    .absolute-area
    .absolute-row-flex
    .absolute-area-text
    .gym-title {
    max-width: 100%;
    font-size: 20px;
  }

  .mobile-section {
    height: 600px;
  }

  .mobile-section .absolute-area .absolute-row-flex img {
    animation-play-state: paused;
    width: 35%;
  }

  #cards {
    margin-top: -30px;
  }
}

@media (max-width: 768.99px) {
  .mobile-section .absolute-area .absolute-row-flex img {
    animation-play-state: paused;
    -o-object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    object-fit: cover;
  }

  .mobile-section .absolute-area .absolute-area-text {
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
    width: 100% !important;
  }
}

@media (max-width: 450px) {
  .mobile-section .absolute-area .absolute-row-flex img {
    animation-play-state: paused;
    -o-object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    object-fit: cover;
    width: 40%;
  }
}

@media (max-width: 400px) {
  .mobile-section .absolute-area .absolute-row-flex img {
    width: 48%;
  }
}

@media (max-width: 450px) {
  .mobile-section .absolute-area .absolute-row-flex img {
    width: 45%;
  }
}

@media (max-width: 500px) {
  .modal-menu-close-icon {
    top: 15px;
  }

  .whatsapp-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
    bottom: 66px !important;
  }

  .scroll-up-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
  }

  #footer > div.footer-row-d-flex > div:nth-child(4) > div > div > div {
    align-items: start !important;
  }
}

@keyframes phoneDownup {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(25px);
  }
}

@media (max-width: 450px) {
  .mobile-section .absolute-area .absolute-row-flex img {
    width: 45% !important;
  }

  .slide-arrows .prev,
  .slide-arrows .next {
    width: 12px;
  }
}

@media (max-width: 340px) {
  .mobile-section .absolute-area .absolute-row-flex img {
    width: 60% !important;
  }
}

@media (max-width: 400px) {
  .information-section .big-information-text {
    font-size: 34px !important;
  }
}

.footer-section {
  width: 100%;
  width: 90%;
  margin: auto;
  height: 450px;
  background: #22295d;
  background: radial-gradient(circle, #22295d 0%, #060122 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  margin-top: 100px;
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
  z-index: 500;
}

.footer-section .footer-logo {
  width: 365px;
  position: absolute;
  padding: 1rem;
  top: -35px;
  left: 50%;
  border-radius: 20px;
  transform: translateX(-50%);
  background: #22295d;
  background: radial-gradient(circle, #22295d 0%, #060122 100%);
  overflow: hidden;
}

.footer-section .footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-section .footer-row-d-flex {
  display: flex;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  align-items: start;
  justify-content: center;
}

.footer-section .footer-row-d-flex .col-3 {
  width: 24.33%;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 0.4rem 1.5rem;
}

.footer-section .footer-row-d-flex .col-3 .footer-about {
  width: 100%;
  height: 100%;
}

.footer-section .footer-row-d-flex .col-3 .footer-about .footer-about-title {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-section .footer-row-d-flex .col-3 .footer-about .footer-about-title h3 {
  font-size: 13px;
  padding-bottom: 1rem;
  position: relative;
  color: #f7f7f7;
  opacity: 0.9;
}

.footer-section
  .footer-row-d-flex
  .col-3
  .footer-about
  .footer-about-title
  h3::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: rgba(205, 175, 118, 0.6588235294);
  bottom: 0;
  left: 0;
}

.footer-section
  .footer-row-d-flex
  .col-3
  .footer-about
  .footer-about-title
  .footer-about-text {
  opacity: 0.7;
  font-size: 12px;
  letter-spacing: 0.3px;
}

@keyframes slides {
  0% {
    opacity: 0;
    transform: translateY(-100%) scale(1.2);
  }

  25% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  50% {
    opacity: 0;
    transform: translateY(100%) scale(1.2);
  }

  75% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.socialsbox {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.socialsbox .icon-box i {
  font-size: 24px;
}

.socialsbox .icon-box:hover i {
  animation: slides 2s ease-in-out infinite alternate;
}

.socialsbox .icon-box a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-3-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  opacity: 0.7;
  font-size: 12px !important;
}

.col-3-bottom .copyright {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.col-3-bottom .copyright h4:hover {
  color: gold;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.col-3 .column-row .footer-about .main-contact-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.col-3 .column-row .footer-about .main-contact-row .main-contact-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.col-3 .column-row .footer-about .main-contact-row .main-contact-links a {
  font-size: 11px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  transition: 0.6s;
}

.col-3 .column-row .footer-about .main-contact-row .main-contact-links a:hover {
  color: #cdaf76 !important;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  a:nth-child(1) {
  border-top: 0.3px solid rgba(255, 255, 255, 0.308);
  margin: 6px 0;
  padding-top: 8px;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  a:nth-child(1):hover {
  color: #cdaf76 !important;
}

.col-3 .column-row .footer-about .main-contact-row .main-contact-links a:hover {
  color: #cdaf76 !important;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  .icon-box
  .fab.fa-instagram {
  font-size: 20px;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  .link-text:hover {
  color: #cdaf76 !important;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  .link-text
  .text-title {
  color: #f7f7f7;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  .link-text
  .text-title:hover {
  color: #cdaf76 !important;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  .link-text
  .text-sub-title {
  color: #f7f7f7 !important;
  font-weight: 100;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  .link-text
  .text-title-mail {
  font-size: 11px !important;
  color: #f7f7f7 !important;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  .link-text
  .text-title-mail:hover {
  color: #cdaf76 !important;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  .link-text
  .text-title-phone {
  font-size: 11px !important;
  color: #f7f7f7 !important;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  .link-text
  .text-title-phone:hover {
  color: #cdaf76 !important;
}

#footer > div.footer-row-d-flex > div:nth-child(4) > div {
  width: 100%;
}

#footer > div.footer-row-d-flex > div:nth-child(4) > div > div {
  width: 80%;
}

.col-3 .column-row .footer-about .main-contact-row .main-contact-links a {
  width: 180px;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  a:hover
  .text-title {
  color: #cdaf76 !important;
}

.col-3
  .column-row
  .footer-about
  .main-contact-row
  .main-contact-links
  a:hover
  .text-sub-title {
  color: #cdaf76 !important;
}

@media (max-width: 1300.99px) {
  .footer-section {
    justify-content: end;
    width: 96%;
  }

  .footer-section .footer-row-d-flex {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-section .footer-row-d-flex .col-3 {
    padding: 0.4rem 1rem;
  }
}

@media (max-width: 900.99px) {
  .footer-section {
    justify-content: end;
    width: 100%;
  }

  .footer-section {
    height: auto;
  }

  .footer-section .footer-row-d-flex {
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: wrap;
  }

  .footer-section .footer-row-d-flex .col-3 {
    padding: 0.4rem 0.4rem;
  }

  .footer-section .footer-row-d-flex .col-3 {
    width: 45%;
  }
}

@media (max-width: 600.99px) {
  .col-3-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .footer-section .footer-logo {
    width: 265px;
    top: -25px;
  }
}

@media (max-width: 500.99px) {
  .footer-section .footer-row-d-flex .col-3 {
    width: 100%;
    justify-content: start;
  }

  .col-3-bottom .copyright {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }

  .col-3-bottom {
    align-items: start;
  }

  .col-3-bottom {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 400.99px) {
  .col-3-bottom {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
  }

  .footer-section .footer-logo {
    width: 185px;
    top: -15px;
  }
}

.banner-section-outer {
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.342) 0%,
    rgb(11, 5, 45) 100%
  );
  width: 95%;
  position: relative;
  height: 360px;
  margin: auto;
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px;
}

.banner-section-outer .banner-section {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-section-outer .slick-list {
  width: 100%;
}

.banner-section-outer .slick-track {
  padding-left: 0;
}

.banner-section-outer .container-banner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: auto;
}

.banner-section-outer .slick-prev.slick-arrow {
  display: none !important;
}

.banner-section-outer .slick-next.slick-arrow {
  display: none !important;
}

.banner-section-outer .slick-dots {
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  z-index: 1200 !important;
}

.banner-section-outer .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background-color: #fff;
  margin: 0 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  transition: 0.6s ease-in-out;
}

.banner-section-outer .slick-dots li.slick-active {
  background-color: #cdaf76;
  width: 35px;
}

.banner-section-outer .slick-dots li button {
  display: none;
}

.banner-section-wrapper {
  width: 100%;
  height: 360px;
  position: relative;
}

.circle-division {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100px;
  left: 250px;
  z-index: 0;
  border: 30px solid #ea9a13;
}

.banner-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}

.about-text-wrapper {
  width: 50%;
  height: max-content;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
  padding: 1rem;
  gap: 0.6rem;
}

.about-text-wrapper h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}

.about-text-wrapper h1 {
  font-size: 60px;
  color: #fff;
}

.banner-section-wrapper figure {
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-section-wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.banner-section-wrapper img {
  width: 100%;
  height: 100%;
}

.about-page-wrapper {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-page-wrapper .about-page-title {
  font-size: 50px;
  color: #cdaf76;
  font-weight: 700;
  position: relative;
}

.about-page-wrapper .about-page-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: rgba(21, 9, 88, 0.6196078431);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.about-page-wrapper .slide-text-wrapper {
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 3rem;
  background: url(../4bca306d5f21fb6e40c2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 20px;
  position: relative;
}

.about-page-wrapper .slide-text-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.768);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.021) 0%,
    rgb(0, 0, 0) 100%
  );
  pointer-events: none;
  border-radius: 20px;
}

.about-page-wrapper .slide-text {
  width: max-content;
  color: #fff;
  padding: 20px;
  font-size: 90px;
  font-weight: 600;
  margin-left: -50px;
  animation: kaydir 20s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}

.about-page-wrapper .slide-text span {
  background-color: #e99b14;
}

.about-page-wrapper .slide-text b {
  color: #0d082f;
}

@keyframes kaydir {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(20%);
  }

  75% {
    transform: translateX(-20%);
  }

  100% {
    transform: translateX(0%);
  }
}

.slide-text-wrapper .slide-text:nth-child(2) {
  animation-delay: 2s;
  font-size: 70px;
}

.row-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 80%;
  margin: auto;
  padding: 90px 20px;
}

.row-top .col-text-6 {
  width: 50%;
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
  color: #150958;
}

.row-top .col-img-6 {
  width: 50%;
}

.row-top .col-img-6 img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
  border-radius: 15px;
}

.banner-location {
  width: 96%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(202, 211, 247, 0.2901960784);
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #0d0831;
  line-height: 1.6;
  margin: auto;
  border-radius: 45px;
}

.banner-location .loc-6-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  align-self: center;
  gap: 200px;
}

.banner-location .loc-6 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  text-align: left;
  max-width: 400px;
}

.banner-location .loc-6 .loc-6-text {
  font-weight: 300;
}

@media (min-width: 1740px) {
  .banner-location {
    align-self: center;
  }
}

.row-top.row-bigger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.row-top.row-bigger .col-img-6 {
  width: 50%;
}

.row-top.row-bigger .col-img-6 img {
  width: 100%;
  height: 100%;
}

.row-top.row-bigger .col-text-6.col-6-big-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
}

.row-top.row-bigger .col-text-6.col-6-big-text .item-text {
  font-size: 70px;
}

.row-top.row-bigger .col-text-6.col-6-big-text .item-text:nth-child(3) {
  background-color: #0d082f;
  padding: 1rem;
  color: #fff;
}

.social-boxer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 30px;
}

.social-boxer a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #07152a;
  transition: 0.5s;
}

.social-boxer a:hover {
  color: #cdaf76;
}

.social-boxer a i {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900.99px) {
  .banner-location .loc-6-wrapper {
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: start;
    align-self: center;
    gap: 50px;
    padding: 0 2rem;
  }
}

@media (max-width: 768px) {
  .banner-location .loc-6-wrapper {
    flex-direction: column;
  }

  .banner-location .loc-6-wrapper .loc-6 {
    width: 100% !important;
    justify-content: center;
  }

  .banner-location .loc-6-wrapper {
    align-items: center;
  }
}

.section-tanitim {
  width: 100%;
  height: max-content;
  background-color: #fff;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 4rem;
}

.section-tanitim .tanitim-title-wrapper-relative {
  width: 100%;
}

.section-tanitim .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background-color: #01204e;
  margin: 0 5px;
  margin-bottom: 6px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  transition: 0.6s ease-in-out;
}

.section-tanitim .slick-dots li.slick-active {
  background-color: #d5d5d5;
  height: 35px;
}

.section-tanitim .slick-dots li button {
  display: none;
}

.section-tanitim .tanitim-title-wrapper-relative {
  position: relative;
  height: 160px;
}

.section-tanitim .tanitim-title-wrapper-relative .tanitim-absolute-title {
  position: absolute;
  top: 0;
  width: max-content;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  z-index: 0;
  font-size: 130px;
  color: rgba(10, 11, 19, 0.08);
  font-weight: bold;
  font-family: Bebas Neue;
  letter-spacing: 5px;
  z-index: 9999 !important;
}

.section-tanitim .tanitim-title-wrapper-relative .tanitim-front-title {
  position: absolute;
  top: 50px;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  font-size: 24px;
  color: #110c2f;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  padding-bottom: 0.6rem;
  z-index: 9999 !important;
}
.section-tanitim .row-dflex-tanitim {
  display: flex;
  justify-content: center;
  width: 85%;
  align-items: start;
  margin-top: -30px;
  height: 100%;
}

.section-tanitim .row-dflex-tanitim .col-3-tanitim-left {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px!important;
  position: relative;
}

.section-tanitim .row-dflex-tanitim .col-3-tanitim-left .tanitim-box-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  padding: 0.5rem 1.3rem;
}
.section-tanitim .row-dflex-tanitim .col-3-tanitim-left .tanitim-box-item .tanitim-sub-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #110c2f;
  font-weight: 600;
  line-height: 18px;
  align-self: start;
}

.section-tanitim
  .row-dflex-tanitim
  .col-3-tanitim-left
  .tanitim-box-item
  .tanitim-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(130, 130, 130, 0.85);
}

.section-tanitim .row-dflex-tanitim .col-3-slide {
  width: 40%;
}

.section-tanitim .row-dflex-tanitim .col-3-tanitim-right {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}

.section-tanitim .row-dflex-tanitim .col-3-tanitim-right {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.section-tanitim .row-dflex-tanitim .col-3-tanitim-right .tanitim-box-item .tanitim-sub-title {
  margin-left: auto;
  font-size: 12px;
  text-transform: uppercase;
  color: #110c2f;
  font-weight: 600;
  line-height: 18px;
  align-self: start;
}

.section-tanitim
  .row-dflex-tanitim
  .col-3-tanitim-right
  .tanitim-box-item
  .tanitim-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(130, 130, 130, 0.85);
}

#main-page
  > div
  > div.section-tanitim
  > div.tanitim-title-wrapper-relative
  > div.circle-division {
  width: 300px;
  height: 400px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -100px;
  transform: rotate(45deg);
  left: -400px;
  z-index: 0;
  border: 30px solid rgba(184, 183, 179, 0.1);
}

.triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid rgba(0, 0, 0, 0);
  transform: rotate(-45deg);
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 40px solid rgba(106, 106, 105, 0.3254901961);
  animation: flip 15s infinite alternate;
}

.square {
  position: absolute;
  top: 100;
  right: 2.5rem;
  width: 30px;
  height: 30px;
  background-color: rgba(106, 106, 105, 0.3254901961);
  animation: flipAndRotate 15s infinite alternate;
}

.arrow-down {
  position: absolute;
  top: 50px;
  right: 1rem;
  width: 0;
  height: 0;
  transform: rotate(20deg);
  border-left: 35px solid rgba(0, 0, 0, 0);
  border-right: 35px solid rgba(0, 0, 0, 0);
  border-top: 70px solid rgba(106, 106, 105, 0.3254901961);
  animation: rotateAndTranslate 15s infinite alternate;
}

.circle {
  position: absolute;
  bottom: 1rem;
  width: 25px;
  height: 25px;
  background-color: rgba(106, 106, 105, 0.3254901961);
  border-radius: 50%;
  animation: translateAndScale 15s infinite alternate;
}

.col-3-tanitim-right .circle {
  animation: translateAndRotate 9s infinite alternate;
}

.col-3-tanitim-right .triangle {
  animation: translateAndScale 15s infinite alternate;
}

.col-3-tanitim-right .square {
  animation: flipAndRotate 6s infinite alternate;
}

.col-3-tanitim-right .arrow-down {
  animation: rotateAndTranslate 10s infinite alternate;
}

@keyframes flip {
  0% {
    transform: rotateY(0deg) rotate(45deg) translateY(0px) scale(0.5);
  }

  25% {
    transform: rotateY(180deg) rotate(90deg) translateY(20px) scale(1.2);
  }

  50% {
    transform: rotateY(360deg) rotate(0deg) translateX(40px) scale(0.3);
  }

  75% {
    transform: rotateY(180deg) rotate(-45deg) translateY(20px) scale(1.2);
  }

  100% {
    transform: rotateY(0deg) rotate(-90deg) translateY(0px) scale(0.5);
  }
}

@keyframes flipAndRotate {
  0% {
    transform: rotateY(0deg) rotate(45deg) translateY(0px) scale(0.5);
  }

  25% {
    transform: rotateY(180deg) rotate(90deg) translateY(20px) scale(1.2);
  }

  50% {
    transform: rotateY(360deg) rotate(0deg) translateX(40px) scale(0.3);
  }

  75% {
    transform: rotateY(180deg) rotate(-45deg) translateY(20px) scale(1.2);
  }

  100% {
    transform: rotateY(0deg) rotate(-90deg) translateY(0px) scale(0.5);
  }
}

@keyframes rotateAndTranslate {
  0% {
    transform: rotateY(0deg) rotate(0deg) translateY(0px) scale(1);
  }

  25% {
    transform: rotateY(180deg) rotate(45deg) translateY(20px) scale(1.2);
  }

  50% {
    transform: rotateY(360deg) rotate(90deg) translateX(40px) scale(0.8);
  }

  75% {
    transform: rotateY(180deg) rotate(135deg) translateY(40px) scale(1.2);
  }

  100% {
    transform: rotateY(0deg) rotate(180deg) translateY(0px) scale(1);
  }
}

@keyframes translateAndScale {
  0% {
    transform: translateX(0px) translateY(0px) scale(1);
  }

  25% {
    transform: translateX(20px) translateY(20px) scale(1.2);
  }

  50% {
    transform: translateX(40px) translateY(40px) scale(0.8);
  }

  75% {
    transform: translateX(60px) translateY(60px) scale(1.2);
  }

  100% {
    transform: translateX(0px) translateY(0px) scale(1);
  }
}

@keyframes translateAndRotate {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  25% {
    transform: translateX(20px) translateY(20px) rotate(45deg);
  }

  50% {
    transform: translateX(40px) translateY(40px) rotate(90deg);
  }

  75% {
    transform: translateX(60px) translateY(60px) rotate(135deg);
  }

  100% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }
}

.single-item-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-item-main .slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-item-main .slide-item-back {
  width: 100%;
  height: 85%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.single-item-main .slide-item-back img {
  width: 90%;
  height: 75%;
  object-fit: contain;
  animation: swing 2s infinite alternate;
}

@media (max-width: 1360.99px) {
  .section-tanitim .row-dflex-tanitim .col-3-tanitim-right .tanitim-box-item {
    padding: 1rem 1.3rem;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-left .tanitim-box-item {
    padding: 1rem 1.3rem;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-right {
    justify-content: start;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-left {
    justify-content: start;
  }

  .section-tanitim {
    height: max-content;
    padding-bottom: 70px;
  }
}

@media (max-width: 920.99px) {
  .section-tanitim .row-dflex-tanitim {
    flex-direction: column;
    justify-content: start;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-left {
    width: 100vw;
    align-self: center;
    flex-direction: row;
    align-items: start;
    gap: 0;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-left
    .tanitim-box-item
    .tanitim-sub-title {
    line-height: normal;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-right {
    width: 100vw;
    align-self: center;
    gap: 0;
    align-items: start;
    flex-direction: row;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-left
    .tanitim-box-item
    .tanitim-text {
    font-size: 13px;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-right
    .tanitim-box-item
    .tanitim-sub-title {
    line-height: normal;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-right
    .tanitim-box-item
    .tanitim-text {
    font-size: 13px;
  }
}

@media (max-width: 920.99px) {
  .section-tanitim .slick-list {
    width: 100%;
    overflow: visible;
  }

  .section-tanitim .row-dflex-tanitim .col-3-slide {
    width: 55%;
  }
}

@media (max-width: 700.99px) {
  .section-tanitim .slick-list {
    width: 100%;
    overflow: hidden;
  }

  .section-tanitim .row-dflex-tanitim .col-3-slide {
    width: 100%;
    height: 300px;
    order: 2;
  }

  .section-tanitim .row-dflex-tanitim {
    flex-direction: column-reverse;
  }

  .single-item-main {
    height: 100%;
  }

  .section-tanitim .slick-track {
    height: 100%;
  }

  .single-item-main .slide-item-back {
    height: 100%;
  }

  .single-item-main .slide-item-back img {
    height: 100%;
  }

  .section-tanitim .slick-list {
    height: 100%;
  }

  .section-tanitim {
    height: max-content;
    padding-bottom: 70px;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-right {
    flex-direction: column;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-right .tanitim-box-item {
    text-align: center;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-right
    .tanitim-box-item
    .tanitim-sub-title {
    margin-left: 0;
    margin: auto;
  }

  .section-tanitim .tanitim-title-wrapper-relative .tanitim-front-title {
    font-size: 27px;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-left {
    flex-direction: column;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-left .tanitim-box-item {
    text-align: center;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-left
    .tanitim-box-item
    .tanitim-sub-title {
    margin-left: 0;
    margin: auto;
  }

  .single-item-main .slide-item-back img {
    margin: auto;
  }
}

@media (max-width: 560.99px) {
  .section-tanitim .slick-dots {
    display: none !important;
  }

  .section-tanitim {
    text-align: justify !important;
  }

  .section-tanitim .row-dflex-tanitim {
    width: 100%;
  }

  .section-tanitim .tanitim-title-wrapper-relative .tanitim-front-title {
    font-size: 17px;
    width: 100%;
    max-width: 80%;
    text-align: center;
    text-wrap: wrap;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-right
    .tanitim-box-item
    .tanitim-sub-title {
    font-size: 13px;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-left
    .tanitim-box-item
    .tanitim-sub-title {
    font-size: 13px;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-left
    .tanitim-box-item
    .tanitim-text {
    font-size: 13px;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-right
    .tanitim-box-item
    .tanitim-text {
    font-size: 13px;
  }
}

#maincontact.section-maincontact {
  width: 80%;
  margin: auto;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
  align-items: center;
  margin-bottom: -5rem;
}

#maincontact.section-maincontact .main-contact-top-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.7px;
  color: #cdaf76;
  text-align: center;
}

#maincontact.section-maincontact .main-contact-row {
  width: 58%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#maincontact.section-maincontact .main-contact-row .col-6-main-contact {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: #150958;
}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links
  a {
  display: flex;
  gap: 10px;
}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links
  a:nth-child(1) {
  border: 1px solid #150958;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.7rem 2rem;
  position: relative;
  transition: 0.6s;
  margin-bottom: 1rem;
}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links
  a:nth-child(1):hover {
  border: 1px solid #cdaf76;
  color: #cdaf76;
}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links
  a
  .icon-box
  .fab.fa-instagram {
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(10, 5, 40, 0.5490196078);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links
  a
  .icon-box
  .fa-solid.fa-envelope {
  color: rgba(10, 5, 40, 0.5490196078);
}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links
  a
  .icon-box
  .fa-solid.fa-phone {
  color: rgba(10, 5, 40, 0.5490196078);
}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links
  a
  .link-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: max-content;

}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links
  a
  .link-text
  .text-title {
  font-weight: 600;
  font-size: 14px;
}

#maincontact.section-maincontact
  .main-contact-row
  .col-6-main-contact
  .main-contact-links
  a
  .link-text
  .text-sub-title {
  font-weight: 100;
  font-size: 14px;
}

.text-title-phone,
.text-title-mail {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px !important;
  color: rgba(51, 49, 84, 0.8705882353) !important;
  transition: 0.6s;
  letter-spacing: 0.4px;
}

.text-title-phone:hover,
.text-title-mail:hover {
  padding-left: 10px;
}

.hizmetler-page {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 90%;
  margin: auto;
  gap: 20px;
  margin-top: 2rem;
}

.hizmetler-page .hizmetler-page-top-title {
  font-size: 18px;
  color: #967f64;
  font-weight: 700;
  letter-spacing: 1px;
  align-self: start;
  max-width: 85%;
  padding-left: 30px;
  display: none;
}

.hizmetler-page .services-cards {
  width: 100%;
  display: flex;
  gap: 3rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.hizmetler-page .services-cards .services-card-item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 25.33%;
  min-width: 300px;
}

.hizmetler-page .services-cards .services-card-item .card_content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  align-items: center;
  padding: 1.4rem;
  background-color: #fff;
  border-radius: 12px;
  gap: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1294117647);
  height: 450px;
  padding-bottom: 1rem;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
}

.hizmetler-page .services-cards .services-card-item .card_content:hover {
  transform: scale(1.05);
}

.hizmetler-page .services-cards .services-card-item div h2 {
  font-size: 16px;
  color: rgba(150, 127, 100, 0.7607843137);
  margin-bottom: 10px;
}

.hizmetler-page .services-cards .services-card-item div .card-text {
  text-align: justify;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(19, 15, 57, 0.6117647059);
}

.hizmetler-page .services-cards .services-card-item figure {
  width: 100%;
}

.hizmetler-page .services-cards .services-card-item figure img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 6px;
}

.banner-section-outer.hizmetler-banner {
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.342) 0%,
    rgb(11, 5, 45) 100%
  );
  width: 95%;
  position: relative;
  height: 360px !important;
  margin: auto;
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px;
}

.banner-section-outer.hizmetler-banner .banner-section-wrapper {
  width: 100%;
  height: 360px !important;
  position: relative;
}

.diet-section {
  background: url(../1fa813e0cb84c3face97.jpeg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  width: 85%;
  height: 300px;
  margin-top: 60px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.diet-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 5, 45, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.7218137255) 0%,
    rgb(11, 5, 45) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.diet-section .col-4-diet {
  position: absolute;
  top: 50%;
  left: 180px;
  transform: translate(-50%, -50%);
  z-index: 500 !important;
  color: #cdaf76;
  font-size: 75px;
}

.diet-section .col-8-diet {
  position: absolute;
  width: 80%;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  z-index: 500 !important;
  color: rgba(255, 255, 255, 0.801);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.diet-section .col-8-diet .diet-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #cdaf76;
}

.diet-section .col-8-diet .diet-text {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.8;
  padding-right: 200px;
  letter-spacing: 0.3px;
  color: #fff;
}

.main-contact-top-title-span {
  font-size: 13px !important;
  color: rgba(51, 49, 84, 0.8705882353) !important;
  transition: 0.6s;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.hizmetlers {
  width: 100% !important;
  margin-top: 2rem;
}

.hizmetlers .row-top:nth-child(2) {
  margin-bottom: 2rem;
}

.banner-section-outer.services-banner {
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.342) 0%,
    rgb(11, 5, 45) 100%
  );
  width: 95%;
  position: relative;
  height: 360px;
  margin: auto;
  overflow: hidden;
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px;
}

.banner-section-outer.services-banner .banner-section-wrapper {
  width: 100%;
  height: 360px;
  position: relative;
}

.banner-section-outer.services-banner .banner-section-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 5, 45, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.71) 0%,
    rgb(11, 5, 45) 100%
  );
  pointer-events: none;
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px;
}

.services-banner .page-title {
  height: 360px !important;
}

@media (max-width: 1444.99px) {
  #maincontact.section-maincontact {
    height: 450px;
  }

  #maincontact.section-maincontact {
    justify-content: end;
  }
}

@media (max-width: 1280.99px) {
  #maincontact.section-maincontact {
    height: 500px;
  }
}

@media (max-width: 1120.99px) {
  #maincontact.section-maincontact {
    height: 550px;
  }
}

@media (max-width: 1080.99px) {
  .hizmetler-page .services-cards .services-card-item {
    width: 45%;
  }
}

@media (max-width: 710.99px) {
  .hizmetler-page .services-cards .services-card-item {
    width: 45%;
    min-width: 270px;
  }
}

@media (max-width: 640.99px) {
  .hizmetler-page .services-cards .services-card-item {
    width: 43%;
    min-width: 220px;
  }

  .hizmetler-page .services-cards .services-card-item figure img {
    height: 205px;
  }

  .hizmetler-page .services-cards .services-card-item .card_content {
    height: 380px;
  }

  .hizmetler-page .hizmetler-page-top-title {
    font-size: 15px;
  }

  #maincontact.section-maincontact .main-contact-top-title {
    max-width: 80%;
  }
}

@media (max-width: 550.99px) {
  .hizmetler-page .services-cards .services-card-item {
    width: 100%;
    min-width: 220px;
  }

  .hizmetler-page .services-cards .services-card-item figure img {
    height: 250px;
  }

  .hizmetler-page .services-cards .services-card-item .card_content {
    height: 380px;
  }
}

@media (max-width: 350.99px) {
  .hizmetler-page .services-cards .services-card-item .card_content {
    height: 400px;
  }
}

@media (max-width: 1050.99px) {
  #maincontact.section-maincontact {
    height: 600px;
  }
}

@media (max-width: 900.99px) {
  #maincontact.section-maincontact {
    height: 650px;
    width: 100%;
  }

  #footer > div.footer-row-d-flex > div:nth-child(4) > div > div > div {
    align-items: end;
  }
}

@media (max-width: 900.99px) {
  #maincontact.section-maincontact {
    height: 550px;
  }
}

@media (max-width: 700.99px) {
  #maincontact.section-maincontact {
    height: 550px;
  }

  #maincontact.section-maincontact {
    width: 100%;
  }

  #maincontact.section-maincontact .main-contact-row {
    width: 90%;
  }
}

@media (max-width: 600.99px) {
  #maincontact.section-maincontact .main-contact-row {
    width: 100%;
    flex-direction: column;
  }

  .main-contact-wrapper #maincontact {
    height: 450px;
  }
}

@media (max-width: 500.99px) {
  #maincontact.section-maincontact {
    height: 600px;
  }

  #maincontact.section-maincontact
    .main-contact-row
    .col-6-main-contact
    .main-contact-links
    a:nth-child(1) {
    padding: 0.7rem 1rem;
    width: 200px;
    margin-bottom: 0.5rem;
  }

  #maincontact.section-maincontact .main-contact-row {
    gap: 0;
  }
}

@media (max-width: 436.99px) {
  #maincontact.section-maincontact {
    height: 600px;
    margin-bottom: 2px;
  }

  .main-contact-wrapper #maincontact {
    height: 450px;
  }
}

@media (max-width: 375.99px) {
  #maincontact.section-maincontact {
    height: 670px;
  }

  .main-contact-wrapper #maincontact {
    height: 450px;
  }
}

@media (max-width: 345.99px) {
  #maincontact.section-maincontact {
    height: 670px;
  }

  .main-contact-wrapper #maincontact {
    height: 450px;
  }
}

@media (max-width: 1200px) {
  .diet-section .col-8-diet {
    width: 100%;
    align-items: center;
    justify-content: start;
    right: 0;
    padding: 1rem 70px;
  }

  .diet-section .col-8-diet .diet-text {
    padding-right: 0;
  }

  .diet-section .col-4-diet {
    top: 2rem;
    left: 2.5rem;
    transform: translate(0px, 0px);
  }
}

@media (max-width: 768.99px) {
  .diet-section {
    width: 100%;
  }
}

@media (max-width: 650.99px) {
  .diet-section {
    width: 100%;
    height: 500px;
    margin-top: 0;
  }

  .diet-section .col-8-diet {
    width: 100%;
    align-items: center;
    justify-content: start;
    top: 60%;
    right: 0;
    padding: 1rem 30px;
  }

  .diet-section .col-4-diet {
    top: 2rem;
    left: 50%;
    transform: translate(-50%, 0px);
    font-size: 100px;
  }

  .diet-section .col-8-diet .diet-text {
    text-align: justify;
  }

  .banner-section-outer.services-banner {
    height: 120px;
  }
}

.hizmetler-main-contact #maincontact.section-maincontact {
  height: 400px !important;
}

.hizmetler-main-contact {
  width: 100%;
}

.slider-box-absolute {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.wrapper-vertical-slider {
  background-color: rgba(255, 255, 255, 0);
  width: 300px;
  height: 350px;
  padding: 2rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.wrapper-vertical-slider .vertical-slider-card {
  background: #151050;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 25px;
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  pointer-events: none;
  opacity: 0;
  padding: 1rem;
  padding-bottom: 0;
  text-align: center;
  position: absolute;
  animation: animate 25s linear infinite;
  animation-delay: calc(5s * var(--delay));
}

.wrapper-vertical-slider .vertical-slider-card:last-child {
  animation-delay: calc(-5s * var(--delay));
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.5);
  }

  5%,
  20% {
    opacity: 0.2;
    transform: translateY(100%) scale(0.7);
  }

  25%,
  40% {
    opacity: 1;
    transform: translateY(0%) scale(1);
    pointer-events: auto;
  }

  45%,
  60% {
    opacity: 0.2;
    transform: translateY(-100%) scale(0.7);
  }

  65%,
  100% {
    opacity: 0;
    transform: translateY(-100%) scale(0.5);
  }
}

.wrapper-vertical-slider .vertical-slider-card .vertical-slider-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.wrapper-vertical-slider
  .vertical-slider-card
  .vertical-slider-content
  .vertical-slider-img {
  width: 100%;
  height: 150px;
}

.wrapper-vertical-slider .vertical-slider-card .vertical-slider-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.wrapper-vertical-slider:hover .vertical-slider-card {
  animation-play-state: paused;
}

.vertical-slider-text {
  color: rgba(255, 255, 255, 0.7098039216);
  font-size: 13px;
  line-height: 1.8;
}

.vertical-slider-link {
  background-color: #0188f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  color: #000;
  border-radius: 25px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7098039216);
  margin-top: 1rem;
  font-size: 13px;
}

.vertical-slider-link:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s ease;
}

.discover-page {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 100px;
  background: url(../4bca306d5f21fb6e40c2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.discover-page .slick-next.slick-arrow {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 107% !important;
  right: 1rem;
  background-color: rgba(0, 0, 0, 0);
  color: #cdaf76;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 34px;
}

.discover-page .slick-prev.slick-arrow {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 107% !important;
  right: 1rem;
  background-color: rgba(0, 0, 0, 0);
  color: #cdaf76;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 34px;
}

.discover-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.7218137255) 0%,
    rgb(11, 5, 45) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.discover-wrapper {
  width: 100%;
  height: 100%;
  z-index: 500;
  cursor: pointer;
}

.title-discover {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 500;
}

.title-discover {
  color: rgba(255, 255, 255, 0.7411764706);
  letter-spacing: 1.3px;
  line-height: 1.4;
}

.title-discover .big-text-discover {
  font-size: 24px;
  max-width: 600px;
  line-height: 1.3;
  text-align: center;
  text-align: center;
}

.title-discover .sub-text-discover {
  font-size: 15px;
  text-align: center;
  color: #cdaf76;
  font-family: "Montserrat";
}

.title-discover .sub-text-discover b {
  letter-spacing: 2px;
  font-weight: 100;
}

.discover-wrapper .discover-slider-area .discover-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 430px;
  margin-top: 50px;
}

.discover-wrapper .discover-slider-area .discover-slide div {
  height: 100%;
}

.discover-wrapper .discover-slider-area video,
.discover-wrapper .discover-slider-area img {
  min-width: 330px;
  width: 330px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 20px;
}

.slide-item-discover {
  position: relative;
}

.slide-item-discover .tag-absolute {
  position: absolute;
  bottom: 20px;
  left: 7px;
  width: 90%;
  height: max-content !important;
  display: flex;
  justify-content: start;
  gap: 20px;
  z-index: 12300 !important;
}

.slide-item-discover .tag-absolute .tag-name {
  background: rgba(0, 0, 0, 0.3294117647);
  font-size: 13px;
  color: #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 5px 15px;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}

.slide-item-discover .tag-absolute .tag-small {
  background: rgba(255, 255, 255, 0.3294117647);
  font-size: 11px;
  color: #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 5px 15px;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}

@media (max-width: 1070.99px) {
  .discover-wrapper .discover-slider-area video,
  .discover-wrapper .discover-slider-area img {
    width: 90%;
    margin: auto;
  }

  .discover-wrapper .discover-slider-area video,
  .discover-wrapper .discover-slider-area video {
    width: 90%;
    margin: auto;
  }

  .discover-wrapper .discover-slider-area .discover-slide {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600.99px) {
  .discover-wrapper .discover-slider-area video,
  .discover-wrapper .discover-slider-area img {
    width: 95%;
    margin: auto;
  }

  .discover-wrapper .discover-slider-area video,
  .discover-wrapper .discover-slider-area video {
    width: 95%;
    margin: auto;
  }

  .discover-wrapper .discover-slider-area .discover-slide div {
    display: flex;
    justify-content: center;
  }

  .title-discover .sub-text-discover {
    max-width: 90%;
    margin: auto;
  }
}

.container-contact {
  width: 100%;
  background-color: #fff;
}

.iletisim-page-wrapper {
  width: 100%;
  padding: 50px 100px;
}

.iletisim-page-wrapper .main-title-contact {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #cdaf76;
  margin-top: 2rem;
  width: 100%;
  border-bottom: 1px solid rgba(205, 175, 118, 0.2117647059);
  padding-bottom: 20px;
  text-align: center;
}

.iletisim-page-wrapper .column-row-contact {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.iletisim-page-wrapper .column-row-contact .col-w100 {
 
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.iletisim-page-wrapper .column-row-contact .col-w100 .contact-page-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #cdaf76;
}

.iletisim-page-wrapper .column-row-contact .col-w100 span {
  font-weight: 100;
  color: #150958;
}

body
  > div.container.container-contact
  > div.iletisim-page-wrapper
  > div.column-row-contact
  > div:nth-child(2)
  > div.contact-line
  > div.phone-contact
  > a {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px !important;
  opacity: 0.7;
  font-weight: 500;
}

.col-w100 {
  padding: 30px;
}

.iletisim-col-5 {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.iletisim-col-5 .adrs {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.3rem;
}

.iletisim-col-5 .adrs .adrs-txt {
  margin-bottom: auto;
}

.iletisim-col-5 .adrs .adrs-img img {
  margin-top: 10px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.iletisim-col-5 .adrs .social-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
}

.iletisim-col-5 .adrs .social-btns a {
  color: #150958;
  font-weight: 200;
  transition: 0.4s;
}

.iletisim-col-5 .adrs .social-btns a:hover {
  color: #cdaf76;
}

.iletisim-col-5 .adrs .social-btns .btns {
  display: flex;
  gap: 1rem;
  font-size: 24px;
  align-items: end;
}

.iletisim-col-5 .adrs .social-btns .tel {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  color: #150958;
}

.maps {
  align-self: end;
  font-weight: 200;
  padding: 8px 16px;
  color: #fff;
  background-color: #150958;
  border-radius: 10px;
  font-size: 13px;
  transition: 0.4s;
}

.maps:hover {
  background-color: #cdaf76;
}

@media (max-width: 1200.99px) {
  .iletisim-page-wrapper .column-row-contact .col-w100 .adress {
    justify-content: center;
    max-width: 400px;
    text-align: center;
  }
}

@media (max-width: 1080.99px) {
  .iletisim-page-wrapper .column-row-contact .col-w100 .adress {
    justify-content: center;
    max-width: 300px;
    height: 200px;
    text-align: center;
  }

  .iletisim-col-5 .adrs .social-btns {
    flex-direction: column;
  }
}

@media (max-width: 950.99px) {
  .iletisim-page-wrapper .column-row-contact .col-w100 .adress {
    justify-content: center;
    max-width: 250px;
    height: 200px;
    text-align: center;
  }

  .iletisim-page-wrapper {
    padding: 20px 30px;
  }
}

@media (max-width: 800px) {
  .col-w100 {
    padding: 10px;
  }
}

@media (max-width: 680.99px) {
  .iletisim-page-wrapper .column-row-contact .col-w100 .adress {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 200px;
    text-align: center;
  }

  .iletisim-page-wrapper .column-row-contact {
    flex-direction: column;
  }

  .iletisim-page-wrapper .column-row-contact .col-w100 {
    width: 100%;
    margin-top: 10px;
  }

  .iletisim-page-wrapper {
    padding: 20px 10px;
  }
}

.banner-section-outer.about-banner {
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.342) 0%,
    rgb(11, 5, 45) 100%
  );
  width: 95%;
  position: relative;
  height: 250px;
  margin: auto;
  overflow: hidden;
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px;
}

.banner-section-outer.about-banner .banner-section {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-section-outer.about-banner .slick-list {
  width: 100%;
}

.banner-section-outer.about-banner .slick-track {
  padding-left: 0;
}

.banner-section-outer.about-banner .container-banner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: auto;
}

.banner-section-outer.about-banner .slick-prev.slick-arrow {
  display: none !important;
}

.banner-section-outer.about-banner .slick-next.slick-arrow {
  display: none !important;
}

.banner-section-outer.about-banner .slick-dots {
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  z-index: 1200 !important;
  display: none !important;
}

.banner-section-outer.about-banner .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background-color: #fff;
  margin: 0 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  transition: 0.6s ease-in-out;
}

.banner-section-outer.about-banner .slick-dots li.slick-active {
  background-color: #cdaf76;
  width: 35px;
}

.banner-section-outer.about-banner .slick-dots li button {
  display: none;
}

.banner-section-outer.about-banner .about-text-wrapper {
  padding-left: 100px;
  width: 45%;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 1rem;
  padding-left: 0px;
  gap: 0.6rem;
  align-self: end;
}

.banner-section-outer.about-banner .about-text-wrapper h3 {
  font-size: 30px;
}

.banner-section-outer.about-banner .about-text-wrapper h1 {
  font-size: 40px;
}

.banner-section-outer.about-banner .banner-section-wrapper {
  width: 100%;
  height: 360px;
  position: relative;
}

.banner-section-outer.about-banner .banner-section-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 5, 45, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.71) 0%,
    rgb(11, 5, 45) 100%
  );
  pointer-events: none;
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px;
}

.banner-section-outer.about-banner .circle-division {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 150px;
  left: 120px;
  z-index: 0;
  border: 30px solid #5b5772;
}

.banner-section-outer.about-banner .about-text-wrapper .btn-wrapper {
  align-self: start !important;
  margin-right: 0px !important;
  font-size: 20px;
  color: #fff;
  width: 230px;
  height: 65px;
  border-radius: 20px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999 !important;
}

.page-title {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 10px;
  z-index: 500 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 16px;
  padding-bottom: 50px;
  pointer-events: none;
}

.page-title .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page-title .content .content-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgba(205, 175, 118, 0.7137254902);
}

.page-title .content .content-text {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7019607843);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(205, 175, 118, 0.4823529412);
}

.about-banner .page-title {
  height: 250px !important;
}

.about-page-wraps {
  width: 100%;
}

.about-page-wraps .about-page-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

@media (max-width: 1280px) {
  .banner-location .loc-6 {
    padding-left: 100px !important;
  }
}

@media (max-width: 900px) {
  .row-top .col-img-6 img {
    width: 400px;
    height: 400px;
  }

  .about-page-wraps {
    width: 100%;
  }

  .row-top {
    max-width: 95%;
  }

  .hizmetler-page .services-cards {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .page-title .content .content-text {
    font-size: 19px;
  }

  .page-title .content .content-title {
    font-size: 17px;
  }

  .content-page-title {
    font-size: 22px;
  }

  .row-top {
    padding: 20px 20px;
  }

  .page-title {
    height: 100%;
    justify-content: center;
  }

  .row-top {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .row-top .col-text-6 {
    width: 100%;
  }

  .row-top .col-img-6 {
    width: 100%;
  }

  .row-top .col-img-6 img {
    width: 100%;
    height: 100%;
  }

  .row-top.row-bigger .col-img-6 {
    width: 100%;
  }

  .banner-location .loc-6 {
    padding-left: 30px !important;
    max-width: 400px;
    text-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .banner-section-outer.about-banner {
    height: 130px;
  }

  .page-title .content {
    display: none;
  }

  .banner-section-outer.about-banner {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }

  body > div.container > div.about-page-wraps > div > div:nth-child(4) {
    flex-direction: column !important;
  }

  .content-page-title {
    font-size: 17px;
    padding-top: 0px;
    margin-top: -135px;
  }

  .banner-location {
    padding-top: 0px !important;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
    height: 250px;
  }

  .banner-location .loc-6 {
    width: 100%;
    max-width: 100%;
  }

  .social-boxer {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0;
    padding-top: 1rem;
    gap: 1rem;
  }
}

@media (max-width: 400px) {
  .banner-location .loc-6 {
    padding-left: 20px !important;
  }

  .row-top.row-bigger .col-text-6.col-6-big-text .item-text {
    font-size: 45px;
  }
}

.fa-xmark {
  font-size: 30px;
}

.counter-areas {
  width: 100%;
  align-items: center;
  display: flex;
  height: 400px;
  flex-direction: column;
  gap: 1rem;
  padding-top: 4.5rem;
}

.counter-areas .counter-titler {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding-bottom: 0.7rem;
}

.counter-areas .counter-titler .title-big {
  color: #cdaf76;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.2px;
}

.counter-areas .counter-titler .title-md {
  color: #150958;
  font-weight: 400;
  font-size: 18px;
}

.counter-areas .counter-wrappers {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.counter-areas .counter-wrappers .counter-item {
  width: 180px;
  height: 160px;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(197, 195, 195, 0.1294117647);
  border-radius: 16px;
}

.counter-areas .counter-wrappers .counter-item .user-icon {
  font-size: 28px;
  color: #cdaf76;
}

.counter-areas .counter-wrappers .counter-item .counter-item-counter {
  font-size: 26px;
  font-weight: 700;
  color: #150958;
}

.counter-areas .counter-wrappers .counter-item .counter-text {
  color: #150958;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

@media (max-width: 1080px) {
  .counter-areas {
    height: max-content;
    margin-bottom: 4rem;
    max-width: 99%;
  }

  .counter-areas .counter-wrappers {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .counter-item {
    width: 100%;
  }

  .counter-areas .counter-wrappers .counter-item {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 350px) {
  .counter-item {
    width: 100%;
  }

  .counter-areas .counter-wrappers .counter-item {
    width: 130px;
    height: 130px;
  }
}

.sayfa-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.sayfa-wrapper .row-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.sayfa-wrapper .top-video-section {
  width: 100%;
  height: 600px;
  background-color: #cdaf76;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.sayfa-wrapper .top-video-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 5, 45, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.7218137255) 0%,
    rgba(11, 5, 45, 0.92) 100%
  );
  pointer-events: none;
}

.sayfa-wrapper .top-video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sayfa-wrapper .top-video-section .letters {
  z-index: 1200 !important;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.6rem 1rem;
  font-size: 70px;
  gap: 50px;
  font-weight: bold;
  color: #fff;
  background-color: #12123a;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sayfa-wrapper .top-video-section .letters div {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5294117647);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: scales 7s 2.55s alternate;
}

@keyframes scales {
  0% {
    opacity: 0;
    transform: scale(1);
    text-shadow: 0 0 0 #cdaf76;
  }

  50% {
    opacity: 1;
    transform: scale(3);
    text-shadow: 0 0 0 #cdaf76;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    text-shadow: 0 0 0 #cdaf76;
  }
}

.row-sayfa {
  width: 100%;
  height: 750px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
}

.row-sayfa .col-6-st {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.row-sayfa .col-6-st .col-6-title {
  font-size: 20px;
  font-weight: 600;
  color: #cdaf76;
}

.row-sayfa .col-6-st .col-6-text {
  font-size: 14px;
  line-height: 1.9;
  color: #12123a;
  opacity: 0.8;
  font-weight: 300;
  max-width: 70%;
  text-align: justify;
}

.row-sayfa .col-6-st .col-6-btn {
  padding: 16px 32px;
  color: #fff;
  background-color: #12123a;
  font-weight: 200;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.4s 0.2s;
  border-radius: 8px;
  width: max-content;
}

.row-sayfa .col-6-st .col-6-btn:hover {
  border: 1px solid #12123a;
  background-color: rgba(0, 0, 0, 0);
  color: #12123a;
  font-weight: 400;
}

.row-sayfa .col-6-st img {
  width: 521px;
  height: 80%;
  margin: auto;
  object-fit: cover;
  border-radius: 15px;
}

.row-sayfa .col-6-st video {
  width: 521px;
  height: 80%;
  margin: auto;
  object-fit: cover;
  border-radius: 15px;
}

.row-sayfa:nth-child(odd) {
  flex-direction: row-reverse;
}

.banner-bottom {
  width: 100%;
  height: 550px;
  background: url(../4bca306d5f21fb6e40c2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  gap: 30px;
}

.banner-bottom .parallax-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.1294117647);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 80%;
  z-index: 500;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  text-align: justify;
}

.banner-bottom .parallax-content .col-6-title {
  font-size: 20px;
  font-weight: 600;
  color: #cdaf76;
}

.banner-bottom .parallax-content .col-6-text {
  font-size: 14px;
  line-height: 1.9;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  max-width: 70%;
}

.banner-bottom .parallax-content .col-6-btn {
  padding: 16px 32px;
  color: #fff;
  background-color: #12123a;
  font-weight: 200;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.4s 0.2s;
}

.banner-bottom .parallax-content .col-6-btn:hover {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-weight: 400;
}

.sayfa-top-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.6px;
}

.sayfa-top-content .big-light-text {
  font-weight: 200;
}

.sayfa-top-content .big-light-text b {
  font-weight: 500;
}

@media (max-width: 1280.99px) {
  .row-sayfa .col-6-st img {
    width: 100%;
  }

  .row-sayfa {
    padding: 0 2rem;
  }

  .row-sayfa .col-6-st .col-6-title {
    font-size: 18px;
    max-width: 350px;
    font-weight: 600;
    color: #cdaf76;
    text-align: center;
  }

  .row-sayfa .col-6-st video {
    width: 100%;
  }

  .sayfa-top-content .big-light-text {
    max-width: 70%;
    text-align: center;
  }
}

@media (max-width: 900.99px) {
  .row-sayfa .col-6-st img {
    width: 100%;
  }

  .row-sayfa {
    padding-top: 30px;
    flex-direction: column-reverse !important;
    gap: 1.5rem;
    height: auto;
  }

  .row-sayfa .col-6-st {
    width: 80%;
  }

  .sayfa-wrapper .top-video-section {
    height: 400px;
  }
}

@media (max-width: 650.99px) {
  .sayfa-wrapper .top-video-section {
    height: 250px;
  }

  .sayfa-top-content .big-light-text {
    max-width: 80%;
    text-align: center;
    font-size: 20px;
  }

  .row-sayfa .col-6-st .col-6-title {
    font-size: 13px !important;
    margin-bottom: 0 !important;
  }

  .row-sayfa .col-6-st .col-6-text {
    font-size: 14px;
    line-height: 1.9;
    color: #12123a;
    opacity: 0.8;
    font-weight: 300;
    max-width: 90%;
    text-align: justify;
  }

  .row-sayfa .col-6-st .col-6-btn {
    font-size: 11px !important;
  }

  .row-sayfa .col-6-st {
    gap: 15px !important;
  }
}

@media (max-width: 450.99px) {
  .row-sayfa .col-6-st {
    width: 96%;
  }

  .sayfa-wrapper .top-video-section .letters {
    width: 100% !important;
    font-size: 40px !important;
    gap: 25px !important;
  }

  .row-sayfa {
    padding: 1.5rem 0rem;
  }
}

@media (max-width: 350.99px) {
  .row-sayfa .col-6-st .col-6-title {
    font-size: 11px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1350.99px) {
  .banner-bottom .parallax-content {
    width: 80%;
  }
}

@media (max-width: 600.99px) {
  .banner-bottom .parallax-content {
    width: 80%;
  }

  .banner-bottom .parallax-content .col-6-title {
    font-size: 13px !important;
  }

  .banner-bottom .parallax-content .col-6-text {
    font-size: 12px !important;
  }

  .banner-bottom .parallax-content .col-6-btn {
    font-size: 11px !important;
  }
}

@media (max-width: 450.99px) {
  .banner-bottom .parallax-content {
    width: 90%;
  }

  .banner-bottom .parallax-content .col-6-title {
    font-size: 13px !important;
  }

  .banner-bottom .parallax-content .col-6-text {
    font-size: 12px !important;
  }

  .banner-bottom .parallax-content .col-6-btn {
    font-size: 11px !important;
  }
}

@media (max-width: 400.99px) {
  .banner-bottom .parallax-content {
    width: 100%;
  }

  .banner-bottom .parallax-content .col-6-title {
    font-size: 11px !important;
  }

  .banner-bottom .parallax-content .col-6-text {
    font-size: 12px !important;
  }

  .banner-bottom .parallax-content .col-6-btn {
    font-size: 11px !important;
  }
}

.detay.wrapper {
  width: 100%;
  margin-top: 50px;
}

.detay.wrapper .parallax-img-detay {
  width: 100%;
  height: 250px;
  background: url(../5b95b92db38084502d6d.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.detay.wrapper .parallax-img-detay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.768);
  background: radial-gradient(
    circle,
    rgba(11, 5, 45, 0.7218137255) 0%,
    rgba(11, 5, 45, 0.92) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.detay.wrapper .parallax-img-detay .col-6-detay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  color: rgba(255, 255, 255, 0.8784313725);
  z-index: 1200;
}

.detay.wrapper .parallax-img-detay .col-6-detay .detay-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #cdaf76;
  margin-bottom: 20px;
}

.detay.wrapper .parallax-img-detay .col-6-detay .detay-sub-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8784313725);
  text-transform: uppercase;
}

body
  > div.container.container-contact
  > div.about-page-wraps.hizmetlers
  > div
  > div.row-top {
  padding: 40px 20px !important;
}

@media (max-width: 900.99px) {
  .detay.wrapper .parallax-img-detay .col-6-detay {
    width: 80%;
  }

  .detay.wrapper #maincontact {
    height: 500px !important;
  }
}

@media (max-width: 500.99px) {
  .detay.wrapper .parallax-img-detay .col-6-detay {
    width: 80%;
  }

  .detay-sub-title {
    text-align: left !important;
  }

  .special-detay {
    margin-left: 1.7rem;
  }

  body
    > div.container.container-contact
    > div.about-page-wraps.hizmetlers
    > div
    > div.row-top {
    padding: 0px 20px !important;
  }
}

@media (max-width: 400.99px) {
  .detay.wrapper .parallax-img-detay .col-6-detay {
    width: 80%;
  }

  .detay-sub-title {
    text-align: left !important;
  }
}

@media (max-width: 375.99px) {
  .detay.wrapper #maincontact {
    margin-top: 0;
    padding: 0 20px;
    height: 450px !important;
  }

  .col-6-detay {
    top: 50% !important;
  }
}

.detay.wrapper #maincontact {
  margin-top: 50px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  width: 100% !important;
}

body {
  width: 100%;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

#main-page {
  width: 100%;
  position: relative;
  height: auto;
}

.overlay-dark {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #0a0428;
  z-index: 10000 !important;
  pointer-events: none;
  transition: 300ms linear;
}

.loading-screen {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #0a0428;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10200 !important;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 500ms linear;
}

.loading-screen .loading-box-relative {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-screen .loading-box-relative img {
  width: 200px;
  z-index: 9999 !important;
}

.loading-screen .loading-box-relative svg {
  width: 200px;
}

.loading-screen .loading-box-relative .absolute-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-screen .loading-box-relative .absolute-logo img {
  width: 300px;
  z-index: 9999 !important;
}

[data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.aos-transition {
  transition: all 5s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-aos="custom-transition"] {
  opacity: 0;
}

[data-aos="custom-transition"].aos-animate {
  opacity: 1;
}

.content-page-title {
  font-family: "Alegreya Sans SC", sans-serif;
  letter-spacing: 1.1px;
  font-weight: 300;
  border-bottom: 1px solid #cdaf76;
  padding-bottom: 6px;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .content-page-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}

.container {
  width: 100% !important;
  height: auto;
  position: relative;
}

@media (max-width: 500.99px) {
  #maincontact.section-maincontact .main-contact-top-title {
    font-size: 13px;
  }

  main .card-text {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px !important;
    line-height: 1.6;
  }
}

@media (min-width: 1750.99px) {
  .container {
    width: 100%;
    max-width: 1500px !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-section {
    width: 100vw !important;
  }

  .mobile-section .absolute-area .absolute-row-flex img {
    width: 28%;
  }

  .banner-location {
    padding-left: 300px;
    padding-right: 300px;
  }

  .banner-location .loc-6 {
    padding-left: 100px;
  }

  .banner-location .loc-6 .loc-6-text {
    max-width: 400px;
  }

  .sayfa-wrapper .top-video-section {
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 125px;
    overflow: hidden;
  }

  main {
    width: 100%;
  }

  #maincontact.section-maincontact {
    height: auto;
  }

  .discover-page {
    width: 100vw !important;
  }

  .modal-menu-close-icon {
    left: 297px;
  }

  .main-contact-top-title-span {
    font-size: 17px;
  }
}

@media (min-width: 2500px) {
  .mobile-section .absolute-area .absolute-row-flex img {
    width: 20%;
  }

  .banner-location {
    padding-left: 500px;
    padding-right: 300px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
}

.modal-content img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 20px;
}

.close-icon {
  position: fixed;
  top: 10px;
  right: 1rem;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}

.arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

.prev-arrow {
  left: 1rem;
}

.next-arrow {
  right: 1rem;
}

.photo-count {
  margin-top: 20px;
  text-align: center;
  color: #888;
  z-index: 12000 !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(77, 77, 77, 0.431372549);
  width: 8px;
  border-radius: 25px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 80px;
  right: 1rem;
  font-size: 36px;
  z-index: 12000 !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  cursor: pointer;
  transition: 0.3s linear;
}

.whatsapp-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #72f8a3;
  opacity: 0.7;
  z-index: -1;
  animation: pulsate 2s infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.scroll-up-icon {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 36px;
  z-index: 12000 !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #cdaf76;
  color: #fff;
  cursor: pointer;
  transition: 0.3s linear;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #reels > div > div {
    margin: auto !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 1100px) {
  .information-section .big-information-text {
    font-size: 75px;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-right .tanitim-box-item {
    text-align: left;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-right
    .tanitim-box-item
    .tanitim-sub-title {
    margin: 0;
    line-height: normal;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-left .tanitim-box-item {
    text-align: left;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-left
    .tanitim-box-item
    .tanitim-sub-title {
    margin: 0;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .section-tanitim .row-dflex-tanitim .col-3-tanitim-right .tanitim-box-item {
    text-align: center;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-right
    .tanitim-box-item
    .tanitim-sub-title {
    margin: auto;
  }

  .section-tanitim .row-dflex-tanitim .col-3-tanitim-left .tanitim-box-item {
    text-align: center;
  }

  .section-tanitim
    .row-dflex-tanitim
    .col-3-tanitim-left
    .tanitim-box-item
    .tanitim-sub-title {
    margin: auto;
  }

  .section-tanitim .tanitim-title-wrapper-relative .tanitim-front-title {
    font-size: 24px;
  }
}

@media (max-width: 650px) {
  .information-section .big-information-text {
    font-size: 50px;
  }

  .section-tanitim .tanitim-title-wrapper-relative .tanitim-front-title {
    font-size: 18px;
  }
}

@media (max-width: 350px) {
  .information-section .big-information-text {
    font-size: 30px;
  }
}

@media (max-width: 900px) and (min-width: 769px) {
  #maincontact.section-maincontact .main-contact-top-title {
    margin-bottom: -70px !important;
  }
}

@media (max-width: 950px) and (max-height: 610px) {
  #slide.slide-list li .slide-wrapper .slide-content .text {
    font-size: 24px;
  }
}

@media (max-width: 950px) and (max-height: 505px) {
  .btn-row {
    margin-bottom: -55px;
  }
}

@media (max-height: 540px) {
  .header-modal-menu .modal-menu-links {
    padding-top: 150px;
  }

  #header.header-wrapper {
    height: 50px;
  }

  #header.header-wrapper .header-row .header-logo {
    height: 50px;
  }
}

@media (max-height: 400px) {
  .header-modal-menu .modal-menu-links {
    padding-top: 100px;
  }

  .header-modal-menu .modal-menu-links .col-4 .modal-menu-item a {
    font-size: 18px;
  }
}

@media (max-width: 850px) and (min-width: 768px) {
  .row-top .col-img-6 img {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .products-wrapper {
    display: none !important;
  }
  .slide-item-discover .tag-absolute {
    bottom: 50px !important;
  }
  .hizmetler-page .services-cards .services-card-item .card_content {
    height: 450px !important;
  }
}

.instagram-btns-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 20px;
}
.instagram-btns-header a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: max-content;
  gap: 7px;
  transition: 0.3s;
}
.instagram-btns-header a:hover {
  color: #967f64;
}

@media (max-width: 550px) {
  .counter-areas {
    padding: 0 10px !important;
    padding-top: 4rem !important;
  }
  .counter-areas .counter-wrappers {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 1rem;
  }
  .counter-areas .counter-wrappers .counter-item {
    width: 100px !important;
    height: 100px !important;
  }
  .counter-areas .counter-wrappers .counter-item .user-icon {
    font-size: 18px !important;
    color: #cdaf76;
  }
  .counter-areas .counter-wrappers .counter-item .counter-item-counter {
    font-size: 20px !important;
    font-weight: 700;
    color: #150958;
  }
  .counter-areas .counter-wrappers .counter-item .counter-text {
    color: #150958;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0.3px;
  }
  #maincontact.section-maincontact {
    height: 410px !important;
  }
}
.col-3-slide .tanitim-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.col-3-slide .tanitim-img-wrapper .absolute-waves {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  width: 1000px !important;
  height: 1000px !important;
  opacity: 0.09;
  z-index: -1;
}

.col-3-slide .tanitim-img-wrapper .absolute-waves img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.col-3-slide .tanitim-img-wrapper img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

@media (max-width: 920.99px) {
  .section-tanitim .row-dflex-tanitim .col-3-slide {
    width: 100% !important;
  }
  .section-tanitim .row-dflex-tanitim {
    display: flex;
    justify-content: center;
    width: 97% !important;
    margin-top: -30px;
    height: 75%;
  }
  .col-3-slide .tanitim-img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
  }
}

@media (max-width: 920.99px) and (min-width: 500px) {
  .section-tanitim .row-dflex-tanitim {
    display: flex;
    justify-content: center;
    width: 97% !important;
    margin-top: -30px;
    height: 100%;
  }
  .section-tanitim .row-dflex-tanitim .col-3-slide {
    width: 100%;
    height: auto !important;
    order: 2;
  }
}



/* 24 temmuz */

@media(max-width:600px){
  .information-section .big-information-text{
    font-size: 40px;
    top: -170px;
  }
}
@media(max-width:962px){
  .menu-link{
    display:none;
  }
}

/*form css*/

.spec-link a{
  color: white !important;
  text-decoration: underline!important;
  cursor: pointer;
  font-size: 12px!important;
  font-weight: 600;
  letter-spacing: 1;
  
}
.spec-link a:hover{
  color:#CDAF76 !important;
}


.form-button-container {
  position: fixed;
  bottom: 150px;
  right: 0px;
}


.form-btn {
  background-color: #060122a9;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  writing-mode: vertical-lr; 
  text-align: center; 
  border: none;
  height: auto; 
  transform: rotate(180deg); 
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-btn a{
  font-size: 13px;
  display: flex;
  align-items: center;
  gap:6px;

}
.form-btn a i{
  font-size: 18px;
  transform: rotate(90deg);
}

.container-basvuru{
  background-image: url(../img/hero-logo.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
 

  


}

.form-page-wrapper{

  max-width: 1300px;
  margin: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  
}
.container-basvuru:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(9,7,35,1) 100%);
}
.form-desc-container{
  width: 50%;
  color: white;
  z-index: 500;
}
.form-desc-header {
  display: flex;
  flex-direction: column;

}
.form-desc-header .big-title {
  font-size: 40px;
  font-weight: 800;
  line-height: .9;
  
  letter-spacing: 21px;
}
.form-desc-header .big-title strong {
  color: #CDAF76;
  font-weight: 900;
  letter-spacing: normal;
}
.form-desc-header .small-title {
  font-size: 18px;
  font-weight: 400;
 color: #e99b14;
  letter-spacing: 1px;
}
.form-desc-header .form-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  max-width: 85%;
  
  margin-top: 20px;

}
.form-desc-header .form-desc strong {
  color: #CDAF76;
}

.form-container{
  z-index: 500;
  background-color:hsla(0,0%,100%,.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding:3rem 2rem;
  color: white;
}
.input-group{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.input-group label{
  color: #333;
}
.form-top{
  display: flex;
  gap: 10px;
  width: 100%;
}


.form-top .input-group{
  flex: 1 calc(100% / 3);
  font-size: 14px;
  margin-bottom: 1rem;
 
}
.form-top .input-group label, 
.input-group.text-area label{
  font-weight: bold;
}

.input-group input{
  border:none;
  outline: none;
  border-radius: 0px;
  height: 50px;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.input-group.text-area{
  flex: 1;
 
  resize: none;
  font-size: 14px;
  margin-bottom: 2rem;
}
.input-group.text-area textarea{
  height: 60px;
  padding:1rem;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  border:none;
  outline: none;
  border-radius: 0px;
  resize: none;
}
.checkbox-group{
  display: flex;
  flex-direction: column;
  margin-top: -16px;
}
.checkbox-group .input-group label{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  
}

.upload-flex{
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  font-size: 12px;
  
}
.input-group.upload label{
  font-size: 14px;
  font-weight: bold;
 

}
.file-name{
  color:#333;
}
#upload-button{
  border:none;
  outline: none;
  border-radius: 0px;
  height: 50px;
  padding: 0 1rem;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  color: white;
  background-color: #292f6d;
  cursor: pointer;
}

.submit-btn{
  width: 100%;
  height: 50px;
  border:none;
  outline: none;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background-color: #292f6d;
  cursor: pointer;
  margin-top: 1rem;
  border-radius: 30px;
}
.form-kvkk-text a{
  font-weight: bold;
}
.form-kvkk-text a:hover{
  text-decoration: underline;
}
.input-group{
  position: relative;
}
.input-group .error-message {
  position: absolute;
  bottom: -30px; /* Yüksekliği üçgen ile dengelemek için biraz azaltıldı */
  left: 0;
  font-size: 10px;
  color: rgba(255, 0, 0, 0.645)!important;
  font-weight: 400;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  padding: 4px 8px;
  z-index: 12000;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}

.input-group .error-message::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent  transparent white transparent ; /* Üçgenin yukarı bakması için üstte renk, diğerleri şeffaf */
}

.checkbox-group .input-group .error-message{
  width: max-content;
}
.kvkk-relative-wrapper{
  position: relative;
  width: 100%;
  margin-bottom: 50px;
 

}

.modal-close-btn{
  position: sticky;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;


}

.kvkk-body{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  padding-bottom: 0;
}

.modal-kvkk-text h2 {
  color: #2c3e50;
}
.modal-kvkk-text p, .modal-kvkk-text li {
  color: #2c3e50;
}
.modal-kvkk-text ul {
  list-style-type: disc;
  margin-left: 20px;
}
.modal-kvkk-text strong {
  color: #2980b9;
}
.modal-kvkk-text .contact-info {
  margin-top: 20px;
  background-color: #ecf0f1;
  padding: 10px;
  border-radius: 8px;
}
.modal-kvkk-text{
  position: fixed;
  top: 90%;
  left: 50%;
  flex-direction: column;
  transform: translate(-50%,-50%);
  width: 60%;
  height: 80%;
  background-color: white;
  overflow-y: auto;
  z-index: 999;


  opacity: 0;
  visibility: hidden;
  
  transition: 0.5s;
}

.modal-kvkk-text.show{
  opacity: 1;
  top: 50%;
  visibility: visible;
 
}

@media(max-width:1280px){
  .form-page-wrapper{
    padding: 0 50px;
  }
}

@media(max-width:1160px){
  .form-desc-header .big-title{
letter-spacing: 10px;
  }
}


@media(max-width:1100px){
  .form-desc-header .big-title{
letter-spacing: 10px;
  }
  .form-page-wrapper{
  gap:2rem;
  }
  .form-top input{
    width: 100%;
  }
  .form-top{
    align-items: center;
  }
  .form-top .input-group label, .input-group.text-area label{
    font-size: 11px;
  }
}
@media(max-width:982px){
  .form-page-wrapper{
    padding: 0 50px;
    flex-direction: column;
    align-items: start;
    padding-top: 120px;
  }

  .form-desc-container{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .form-container{
    width: 100%;
  }
  .modal-kvkk-text{
    width: 100%;
    height: 100%;
  }

}
@media(max-width:580px){
  .form-top .input-group{
    flex: 1!important;
    width: 100%!important;
    font-size: 14px;
    margin-bottom: 1rem;
   
  }
  .input-group input{
    height: 40px;
  }
  .form-top{
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .form-page-wrapper{
    padding: 0 12px;
    padding-top: 100px;
   
  }
  .form-desc-container{
    text-align: center;
    justify-content: center;
  }
.form-desc-header{
  justify-content: center;
  align-items: center;
}
.form-desc-header .big-title strong{
  font-size: 28px;
}
.checkbox-group .input-group label{
  font-size: 11px;
}

}

.loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.7);
}
.loading.ui-no-bg {
  background: transparent;
}
.loading:not([class*=ui-size-])::before {
  width: 100px;
  height: 100px;
}
.loading.ui-size-small {
  background: none;
}
.loading.ui-size-small::before {
  width: 60px;
  height: 60px;
}
.loading.is-visible {
  opacity: 1;
  visibility: visible;
}
.loading::before {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  border-top: 5px solid #e94e1b;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.form-page-wrapper{
  max-width: 1100px!important;
  padding-top: 120px;
}

.form-container{
width: 50%;
}

.formm-group{
  display: flex;
  flex-direction: row!important;
  gap: 1rem;
  width: 100%;
  margin-bottom: .6rem;

}
.formm-group .form-field{
  display: flex!important;
  flex-direction: column!important;
  width: 100%!important;
  flex: 1!important;
  gap: 7px;

}
.formm-group .form-field label{
  color: #060122!important;
  font-size: 13px!important;
  font-weight: 700!important;
}
.formm-group .form-field input{
  height: 50px!important;
  border:none!important;
  outline: none!important;
  padding: 1rem!important;
  font-weight: 600!important;
  color: #222!important;
  width: 100%;
}
.form-container ul li {
  display: flex!important;
  flex-direction: column!important;
  width: 100%!important;
  flex: 1!important;
  gap: 7px;
  margin-bottom: .6rem;
}
.form-container ul li label{
  color: #060122!important;
  font-size: 13px!important;
  font-weight: 700!important;
}
.form-field textarea{
  height: 70px!important;
  border:none!important;
  outline: none!important;
  padding: 1rem!important;
  font-weight: 600!important;
  color: #222!important;
  resize: none!important;
  margin-bottom: 1rem!important;
}

.inputfile {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.form-field.filex label {
  display: inline-flex;
  align-items: center;
  width:max-content!important;
  height: 50px;
  background-color: #060122;
  color: white!important;
  cursor: pointer;
 
  font-size: 12px!important;

  border-radius: 30px;
  padding: 20px;
 
}

.custom-file-upload {
  display: flex;
  align-items: center;
}

.custom-file-upload i {
  margin-right: 10px; /* Space between the icon and text */
}

.custom-file-upload span {
 
  color: #ffffff!important;
  font-size: 12px!important;
}

.form-kvkk{
  display: flex;
  flex-direction: column!important;
  gap: 9px!important;
  margin-bottom:1rem ;
}
.checkbox{
  display: flex!important;
  align-items: center!important;
  gap: 5px;
}

.checkbox .text{
  font-size: 12px;
  color: #060122;
}
.checkbox a{
  font-weight: 600;
  color: #060122;
  cursor: pointer;
}
.checkbox a:hover{
 text-decoration: underline;
}

@media(max-width:982px){
  .form-container{
    width: 100%!important;
  }
  .formm-group{}
}
@media(max-width:600px){
  .form-container{
    width: 100%!important;
  }
  .formm-group{
    flex-direction: column!important;
  }
}

.form-button-container{
  z-index: 999!important;
}

.basvuru-form-btn {
  background-color: #98228a;
  width: 180px;
    padding: .6rem 1rem!important;
    border-radius: 20px!important;
    margin-top: 1rem!important;
 
}
.basvuru-form-btn:hover {
  background-color: pink!important;
  color: #01204e!important;
}

.basvuru-form-btn .icon-box {
  font-size: 26px!important;
}
.basvuru-form-btn:hover .icon-box{
  color: #01204e!important;
}

.basvuru-form-btn:hover .link-text{
  color: #01204e!important;
}
.basvuru-form-btn:hover .link-text .text-title-form{
  color: #01204e!important;
}

.basvuru-form-btn .link-text {
  font-size: 10px!important;
  font-weight: 600!important;
}
.basvuru-form-btn .link-text .text-title-form {
  font-size: 10px!important;
  font-weight: 600!important;
}


