@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../images/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../images/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff"),
    url("../fonts/Poppins-Light.ttf") format("truetype"),
    url("../images/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../images/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.eot");
  src: url("../fonts/Poppins-ExtraBold.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff"),
    url("../fonts/Poppins-ExtraBold.ttf") format("truetype"),
    url("../images/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.homeSlider {
  padding-left: 70px;
}
.homeSlider a {
  text-decoration: none !important;
  color: #fff !important;
}
@media only screen and (max-width: 1200px) {
  .homeSlider {
    padding-left: 0;
  }
}
.homeSlider .slider-for a {
  text-decoration: none !important;
  color: #fff !important;
}
.homeSlider .slider-for .container {
  position: relative;
  z-index: 2;
}
.homeSlider .slider-for .slide-image {
  height: calc(100vh);
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.homeSlider .slider-for .slide-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  z-index: 1;
}
.homeSlider .slider-for .slide-image iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  pointer-events: none;
}
.homeSlider .slider-for .head {
  font: 3vw/3.4vw "Poppins Medium";
  letter-spacing: -0.05em;
  color: white;
  margin-bottom: 20px;
}
@media (min-width: 2000px) {
  .homeSlider .slider-for .head {
    font-size: 75px;
    line-height: 80px;
  }
}
@media (max-width: 1650px) {
  .homeSlider .slider-for .head {
    font-size: 57px;
    line-height: 60px;
  }
}
@media (max-width: 1450px) {
  .homeSlider .slider-for .head {
    font-size: 53px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlider .slider-for .head {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlider .slider-for .head {
    font-size: 20px;
    line-height: 24px;
  }
}
.homeSlider .slider-for p {
  font: 1vw "Poppins Regular";
  max-width: 560px;
}
@media (min-width: 2000px) {
  .homeSlider .slider-for p {
    max-width: 620px;
  }
}
@media (max-width: 1580px) {
  .homeSlider .slider-for p {
    max-width: 420px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .homeSlider .slider-for p {
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlider .slider-for p {
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlider .slider-for p {
    font-size: 13px;
    padding-right: 0;
  }
}
.homeSlider .slider-for .txt {
  display: flex;
  align-items: center;
  height: calc(100vh - 370px);
  position: relative;
}
@media (max-width: 1400px) {
  .homeSlider .slider-for .txt {
    height: calc(100vh - 300px);
  }
}
@media only screen and (max-width: 992px) {
  .homeSlider .slider-for .txt {
    height: auto;
    justify-content: center;
    text-align: center;
  }
}
.homeSlider .slider-for .txt .img {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .homeSlider .slider-for .txt .img {
    margin-bottom: 10px;
    height: 33px;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlider .slider-for .txt .img {
    display: none;
  }
}
.homeSlider .slider-for .txt .img img {
  max-height: 100%;
}
.homeSlider .slider-for picture {
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
  height: calc(100vh - 330px);
}
@media (min-width: 1660px) {
  .homeSlider .slider-for picture {
    padding-right: 40px;
  }
}
@media (max-width: 1400px) {
  .homeSlider .slider-for picture {
    height: calc(100vh - 300px);
  }
}
@media only screen and (max-width: 992px) {
  .homeSlider .slider-for picture {
    justify-content: center;
    height: calc(100vh - 520px);
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlider .slider-for picture {
    height: calc(100vh - 480px);
  }
}
@media (max-width: 380px) {
  .homeSlider .slider-for picture {
    height: calc(100vh - 540px);
  }
}
.homeSlider .slider-for img {
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.homeSlider .slider-for .item {
  color: #fff;
  height: 100vh;
  padding: 110px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .homeSlider .slider-for .item .row {
    justify-content: end;
  }
}
@media (max-width: 1400px) {
  .homeSlider .slider-for .item {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .homeSlider .slider-for .item {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlider .slider-for .item {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlider .slider-for .item.item-img .txt {
    height: calc(100vh - 420px);
  }
}
.homeSlider .navs {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1700px) {
  .homeSlider .navs {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 1200px) {
  .homeSlider .navs {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlider .navs {
    bottom: 60px;
  }
}
.homeSlider .slide-count-wrap {
  text-align: center;
  margin-top: 20px;
  font: 16px "Poppins Regular";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .homeSlider .slide-count-wrap {
    margin-top: 10px;
  }
}
.homeSlider .slide-count-wrap div {
  padding: 0 0 0 10px;
}
.homeSlider .slide-count-wrap div.current:after {
  content: "/";
  margin: 0 0 0 10px;
}
.homeSlider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -10px 50px;
  z-index: 2;
  left: 0;
  background: url("../images/arrow-slider.svg") no-repeat center center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  width: 68px;
  height: 68px;
  border-radius: 68px;
  text-indent: -999px;
  overflow: hidden;
  transition: 0.4s;
}
@media (max-width: 1600px) {
  .homeSlider .slick-arrow {
    width: 55px;
    height: 55px;
    background-size: 18px;
    margin: -5px 50px;
  }
}
@media (max-width: 1450px) {
  .homeSlider .slick-arrow {
    width: 58px;
    height: 58px;
    margin: -5px 60px;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlider .slick-arrow {
    border: none;
  }
}
.homeSlider .slick-arrow.slick-next {
  left: inherit;
  right: 15px;
  transform: rotate(180deg);
}
.homeSlider .slick-arrow:hover {
  background-color: #f9b000;
  border-color: transparent;
}
.homeSlider .slider-nav {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 130px;
}
@media (max-width: 1600px) {
  .homeSlider .slider-nav {
    max-width: 1210px;
  }
}
@media (max-width: 1440px) {
  .homeSlider .slider-nav {
    max-width: 1160px;
  }
}
@media (max-width: 1280px) {
  .homeSlider .slider-nav {
    max-width: 1050px;
  }
}
@media only screen and (max-width: 1200px) {
  .homeSlider .slider-nav {
    padding: 0;
  }
}
.homeSlider .slider-nav .slick-track {
  padding-top: 30px;
}
.homeSlider .slider-nav figure {
  margin: 0;
  border: 4px solid transparent;
  height: 100%;
  display: flex;
  padding-left: 20px;
  align-items: end;
  justify-content: right;
  border-radius: 130px;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .homeSlider .slider-nav figure {
    border: 3px solid transparent;
  }
}
.homeSlider .slider-nav img {
  position: relative;
  transition: 0.3s;
  margin: -4px;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 1400px) {
  .homeSlider .slider-nav img {
    max-height: calc(100% + 16px);
  }
}
@media only screen and (max-width: 1200px) {
  .homeSlider .slider-nav img {
    margin: -2px 0px;
    max-height: 102px;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlider .slider-nav img {
    max-height: 77px;
    max-width: 140px;
  }
}
.homeSlider .slider-nav i {
  position: absolute;
  top: 6px;
  margin: 0 -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .homeSlider .slider-nav i {
    width: 20px;
    height: 20px;
    top: 11px;
  }
}
.homeSlider .slider-nav i em {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ec1e1e;
  transform: translate(-4px, 4px);
}
@media only screen and (max-width: 1200px) {
  .homeSlider .slider-nav i em {
    width: 18px;
    height: 18px;
    transform: translate(-1px, 3px);
  }
}
.homeSlider .slider-nav .item {
  padding: 20px 18px 0 0;
  outline: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  max-height: 150px;
  height: 9vw;
}
@media only screen and (max-width: 1200px) {
  .homeSlider .slider-nav .item {
    height: 110px;
  }
}
@media (max-width: 415px) and (min-width: 380px) {
  .homeSlider .slider-nav .item {
    padding: 20px 8px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlider .slider-nav .item {
    height: 86px;
  }
}
.homeSlider .slider-nav .item.slick-current figure {
  border: 4px solid #fff;
}
@media only screen and (max-width: 992px) {
  .homeSlider .slider-nav .item.slick-current figure {
    border: 3px solid #fff;
  }
}
.homeSlider .slider-nav .item.slick-current figure i {
  opacity: 1;
}
.homeSlider .slider-nav .item.slick-current figure img {
  margin: 0 -4px;
}
.header .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header.fixed .logo img {
  -webkit-filter: inherit;
  filter: inherit;
}
.modal-close-placeholder { display: none; }
.modals {
  border-radius: 20px;
  max-width: 900px;
  overflow: initial;
}
@media only screen and (max-width: 992px) {
  .modals {
    padding: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .modals {
    border-radius: initial;
    padding: 45px 25px;
  }
}
.modals .inner {
  overflow: auto;
  padding-right: 15px;
  max-height: 68vh;
}
@media only screen and (max-width: 480px) {
  .modals .inner {
    max-height: 87vh;
  }
}
.modals .inner::-webkit-scrollbar {
  width: 5px;
}
.modals .inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.modals .inner::-webkit-scrollbar-thumb {
  background: #e00d30;
  border-radius: 5px;
}
.modals picture {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  height: 260px;
}
@media only screen and (max-width: 480px) {
  .modals picture {
    height: 140px;
  }
}
.modals picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modals h3 {
  color: #f72020;
  font: 1.4vw "Poppins Medium";
}
@media only screen and (max-width: 767px) {
  .modals h3 {
    font-size: 20px;
  }
}
.modals p {
  font: 17px/26px "Poppins Light";
}
.modals p strong {
  font-family: "Poppins Medium";
}
@media only screen and (max-width: 767px) {
  .modals p {
    font-size: 15px;
  }
}
.section {
  margin: 80px 0;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .section {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 1200px) {
  .section {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .section .title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .section .title * {
    width: 100%;
  }
}
.section .mobil-tab {
  display: none;
  font-size: 12px;
}
@media only screen and (max-width: 1023px) {
  .section .mobil-tab {
    padding: 0 25px;
    margin-left: 10px;
    height: 45px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    border: 1px solid #e4e4e4;
    width: 50%;
  }
  .section .mobil-tab i {
    font-size: 24px;
    width: 50%;
    text-align: right;
  }
  .section .mobil-tab i:before {
    content: "▼";
    display: inline-block;
  }
  .section .mobil-tab.open i:before {
    content: "▲";
  }
}
@media only screen and (max-width: 480px) {
  .section .mobil-tab {
    width: 100%;
  }
}
.section h2 {
  color: #e92e2e;
  font: 2.8vw "Poppins Medium";
  text-align: center;
  letter-spacing: -0.05em;
}
@media (min-width: 1200px) {
  .section h2 {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(-40px);
  }
  .section h2.effect {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .section h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .section h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  .section h2 {
    font-size: 19px;
  }
}
.tab-content > .tab-pane {
  display: block !important;
  visibility: hidden;
  height: 0;
}
.tab-content > .active {
  height: auto;
  visibility: initial;
}
.box1 {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .box1 h2 {
    text-align: left;
  }
}
.box1 ul.nav-tabs {
  border: none;
  justify-content: center;
  margin: 50px 0;
}
@media (min-width: 1200px) {
  .box1 ul.nav-tabs {
    transition: 0.5s;
    display: flex !important;
    opacity: 0;
    transform: translateY(-40px);
  }
  .box1 ul.nav-tabs.effect {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .box1 ul.nav-tabs {
    border: 1px solid #e4e4e4;
    border-radius: 25px;
    margin: 2px 0;
    position: absolute;
    top: 50px;
    right: 25px;
    width: 50%;
    background: white;
    z-index: 10;
    padding: 10px 0;
    display: none;
  }
}
.box1 ul.nav-tabs button {
  border: none !important;
  color: #000;
  font: 1vw "Poppins Regular";
  transition: 0.3s;
  border-radius: 60px;
  height: 60px;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1500px) {
  .box1 ul.nav-tabs button {
    padding: 0 30px;
    font-size: 15px;
    height: 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .box1 ul.nav-tabs button {
    font-size: 12px;
    background: none;
    padding: 0 25px;
    height: 32px;
  }
  .box1 ul.nav-tabs button.active {
    color: #964091;
  }
}
@media (min-width: 1024px) {
  .box1 ul.nav-tabs button:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #964091 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    opacity: 0;
    transition: 0.3s;
  }
  .box1 ul.nav-tabs button.active {
    background: #964091;
    color: #fff;
  }
  .box1 ul.nav-tabs button.active:before {
    opacity: 1;
    bottom: -10px;
  }
}
@keyframes hov {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.box1 .slider-navigation-1 {
  position: absolute;
  opacity: 0;
  top: -110px;
  right: 40px;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .box1 .slider-navigation-1 {
    display: none;
  }
}
.box1 .slider-navigation-1 .slick-arrow {
  background: #964091 url("../images/arrow-slider.svg") no-repeat center center;
  width: 68px;
  cursor: pointer;
  border: none;
  margin-left: 10px;
  text-indent: -999px;
  overflow: hidden;
  height: 68px;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1450px) {
  .box1 .slider-navigation-1 .slick-arrow {
    width: 58px;
    height: 58px;
  }
}
.box1 .slider-navigation-1 .slick-arrow:hover {
  opacity: 0.8;
}
.box1 .slider-navigation-1 .slick-arrow.slick-disabled {
  cursor: no-drop;
}
.box1 .slider-navigation-1 .slick-arrow.slick-next {
  transform: rotate(-180deg);
}
@media (min-width: 1200px) {
  .box1 .tab-content {
    transition: 0.5s;
    opacity: 0;
    transform: translateX(200px);
  }
  .box1 .tab-content.effect {
    transform: translateX(0);
    opacity: 1;
  }
}
.box1 .tab-content > .active .slider-navigation-1 {
  opacity: 1;
}
.box1 .tab-content .slick-track {
  margin-left: -15px;
}
.box1 .tab-slider .slick-track {
  margin: 0 -25px;
}
@media only screen and (max-width: 1023px) {
  .box1 .tab-slider .slick-track {
    margin: 0 -15px;
  }
}
.box1 figure {
  margin: 0;
  overflow: hidden;
  max-height: 315px;
  height: 15vw;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .box1 figure {
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .box1 figure {
    height: 190px;
  }
}
@media only screen and (max-width: 480px) {
  .box1 figure {
    height: 182px;
  }
}
.box1 figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box1 .item {
  padding: 0 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .box1 .item {
    padding: 0 15px;
  }
}
.box1 .item span {
  color: #964091;
  font: 1.7vw/2vw "Poppins Medium";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px 0 20px;
  letter-spacing: -0.05em;
  height: 3.9vw;
}
@media only screen and (max-width: 1200px) {
  .box1 .item span {
    font-size: 21px;
    line-height: 28px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .box1 .item span {
    font-size: 20px;
    line-height: 25px;
  }
}
.box1 .item p {
  font: 16px/23px "Poppins Light";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 2000px) {
  .box1 .item p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1450px) {
  .box1 .item p {
    font-size: 14px;
    line-height: 20px;
  }
}
.box1 .item i {
  background: #f9b000 url("../images/plus.svg") no-repeat center center;
  width: 53px;
  height: 53px;
  display: block;
  border-radius: 50%;
  margin-top: 30px;
  transition: 0.4s;
}
@media only screen and (max-width: 992px) {
  .box1 .item i {
    width: 46px;
    height: 46px;
  }
}
.box1 .item a {
  color: #000;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box1 .item a:hover figure img {
  animation: hov 0.5s ease-in-out;
}
.box1 .item a:hover i {
  transform: rotate(180deg);
}
.box2 {
  margin: 100px 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .box2 {
    margin: 60px 0;
  }
}
.box2 .slider-navigation-1 {
  position: absolute;
  top: -100px;
  right: 40px;
  display: flex;
  z-index: 2;
}
@media (max-width: 1450px) {
  .box2 .slider-navigation-1 {
    top: -82px;
  }
}
@media only screen and (max-width: 1200px) {
  .box2 .slider-navigation-1 {
    display: none;
  }
}
.box2 .slider-navigation-1 .slick-arrow {
  background: #eb1f29 url("../images/arrow-slider.svg") no-repeat center center;
  width: 68px;
  border: none;
  margin-left: 10px;
  text-indent: -999px;
  overflow: hidden;
  height: 68px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1450px) {
  .box2 .slider-navigation-1 .slick-arrow {
    width: 58px;
    height: 58px;
  }
}
.box2 .slider-navigation-1 .slick-arrow:hover {
  opacity: 0.8;
}
.box2 .slider-navigation-1 .slick-arrow.slick-disabled {
  cursor: no-drop;
}
.box2 .slider-navigation-1 .slick-arrow.slick-next {
  transform: rotate(-180deg);
}
@media (min-width: 1200px) {
  .box2 .box2-page {
    transition: 0.5s;
    opacity: 0;
    transform: translateX(200px);
  }
  .box2 .box2-page.effect {
    transform: translateX(0);
    opacity: 1;
  }
}
.box2 .box2-slider {
  margin-top: 30px;
  overflow: hidden;
}
.box2 .box2-slider .slick-track {
  display: flex;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.box2 img {
  /* Keep default styles for any decorative images inside .box2 */
  transition: 0.4s;
}

/* Ensure slider images fill and center perfectly inside the card */
.box2 .item a > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;            /* fill without distortion */
  object-position: center center;/* keep subject centered */
  display: block;
}

/* Round corners on the visual card and clip image cleanly */
.box2 .item a {
  border-radius: 30px;
  overflow: hidden;
}

/* Slightly adjust height on tablets so images “sit” better */
@media only screen and (max-width: 768px) {
  .box2 .item a {
    height: 62vw; /* responsive height for typical 3:4 artwork */
    max-height: 650px;
  }
}
.box2 .txt {
  position: relative;
  padding: 60px;
  display: flex;
  align-items: end;
  height: 100%;
}
@media (max-width: 1366px) {
  .box2 .txt {
    padding: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .box2 .txt {
    padding: 25px;
  }
}
.box2 span {
  font: 3.1vw/4vw "Poppins SemiBold";
  letter-spacing: -0.05em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .box2 span {
    font-size: 25px;
    line-height: 30px;
  }
}
.box2 p {
  font: 19px "Poppins Regular";
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-width: 638px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 2000px) {
  .box2 p {
    font-size: 23px;
  }
}
@media (max-width: 1450px) {
  .box2 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .box2 p {
    font-size: 14px;
    line-height: normal;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .box2 p {
    font-size: 14px;
  }
}
.box2 i {
  background: #fff url("../images/plus-yellow.svg") no-repeat center center;
  width: 53px;
  height: 53px;
  display: block;
  border-radius: 50%;
  transition: 0.4s;
}
@media only screen and (max-width: 992px) {
  .box2 i {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 1024px) {
  .box2 .item {
    margin-right: -60px;
    transition: all 0.4s;
    padding-right: 60px;
    transition-timing-function: cubic-bezier(0.42, 0.79, 0.1, 1);
  }
  .box2 .item.active {
    margin: 0;
    padding: 0;
  }
}
.box2 .item a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  height: 40vw;        /* reduced from ~46vw */
  max-height: 720px;   /* reduced from 885px */
  overflow: hidden;
}
@media (min-width: 2000px) {
  .box2 .item a {
    height: 820px;    /* reduced for very large screens */
  }
}
@media only screen and (max-width: 480px) {
  .box2 .item a {
    height: 420px;    /* reduced on small phones */
  }
}
.box2 .item a:hover i {
  transform: rotate(180deg);
}
.box3 .slider-navigation-1 {
  position: absolute;
  top: -100px;
  right: 40px;
  display: flex;
}
@media (max-width: 1450px) {
  .box3 .slider-navigation-1 {
    top: -83px;
  }
}
@media only screen and (max-width: 1200px) {
  .box3 .slider-navigation-1 {
    display: none;
  }
}
.box3 .slider-navigation-1 .slick-arrow {
  background: #964091 url("../images/arrow-slider.svg") no-repeat center center;
  width: 68px;
  border: none;
  margin-left: 10px;
  text-indent: -999px;
  overflow: hidden;
  height: 68px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1450px) {
  .box3 .slider-navigation-1 .slick-arrow {
    width: 58px;
    height: 58px;
  }
}
.box3 .slider-navigation-1 .slick-arrow:hover {
  opacity: 0.8;
}
.box3 .slider-navigation-1 .slick-arrow.slick-disabled {
  cursor: no-drop;
}
.box3 .slider-navigation-1 .slick-arrow.slick-next {
  transform: rotate(-180deg);
}
@media (min-width: 1200px) {
  .box3 .box3-page {
    transition: 0.5s;
    opacity: 0;
    transform: translateX(200px);
  }
  .box3 .box3-page.effect {
    transform: translateX(0);
    opacity: 1;
  }
}
.box3 .slick-track {
  margin-left: -15px;
}
.box3 .box3-slider {
  margin-top: 30px;
}
.box3 .box3-slider .slick-track {
  margin: 0 -25px;
}
@media only screen and (max-width: 1023px) {
  .box3 .box3-slider .slick-track {
    margin: 0 -15px;
  }
}
.box3 figure {
  margin: 0 0 15px;
  overflow: hidden;
  max-height: 315px;
  height: 15vw;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .box3 figure {
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .box3 figure {
    height: 190px;
  }
}
@media only screen and (max-width: 480px) {
  .box3 figure {
    height: 182px;
  }
}
.box3 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box3 ul li {
  width: 100%;
  font: 17px "Poppins Light";
}
@media (max-width: 1400px) {
  .box3 ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .box3 ul li {
    font-size: 14px;
  }
}
.box3 ul li:first-child {
  background: #f0f0f0;
  height: 28px;
  border-radius: 28px;
  width: auto;
  padding: 0 25px;
  text-align: center;
  line-height: 28px;
}
.box3 ul li:last-child {
  color: #964091;
  text-align: right;
  font-family: "Poppins SemiBold";
}
.box3 span {
  font: 1.3020833333vw/1.7vw "Poppins Light";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px 0;
  letter-spacing: -0.02em;
  height: 3.536977491961415vw;
}
@media only screen and (max-width: 1200px) {
  .box3 span {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .box3 span {
    height: auto;
    min-height: 50px;
  }
}
.box3 i {
  background: #f9b000 url("../images/plus.svg") no-repeat center center;
  width: 53px;
  height: 53px;
  display: block;
  border-radius: 50%;
  transition: 0.4s;
}
@media only screen and (max-width: 992px) {
  .box3 i {
    width: 46px;
    height: 46px;
  }
}
.box3 .item {
  padding: 0 25px;
}
@media only screen and (max-width: 1023px) {
  .box3 .item {
    padding: 0 15px;
  }
}
.box3 a {
  color: #000;
  text-decoration: none;
  display: block;
}
.box3 a:hover figure img {
  animation: hov 0.5s ease-in-out;
}
.box3 a:hover i {
  transform: rotate(180deg);
}
.box4 {
  margin: 100px 0;
}
@media only screen and (max-width: 480px) {
  .box4 {
    margin: 50px 0;
  }
}
.box4 .slider-navigation-1 {
  position: absolute;
  top: -110px;
  right: 40px;
  display: flex;
}
@media (max-width: 1450px) {
  .box4 .slider-navigation-1 {
    top: -83px;
  }
}
@media only screen and (max-width: 1200px) {
  .box4 .slider-navigation-1 {
    display: none;
  }
}
.box4 .slider-navigation-1 .slick-arrow {
  background: #964091 url("../images/arrow-slider.svg") no-repeat center center;
  width: 68px;
  cursor: pointer;
  border: none;
  margin-left: 10px;
  text-indent: -999px;
  overflow: hidden;
  height: 68px;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1450px) {
  .box4 .slider-navigation-1 .slick-arrow {
    width: 58px;
    height: 58px;
  }
}
.box4 .slider-navigation-1 .slick-arrow:hover {
  opacity: 0.8;
}
.box4 .slider-navigation-1 .slick-arrow.slick-disabled {
  cursor: no-drop;
}
.box4 .slider-navigation-1 .slick-arrow.slick-next {
  transform: rotate(-180deg);
}
.box4 .globSlide .slick-slide:first-child {
  max-width: 60vw;
}
@media (max-width: 768px) {
  .box4 .globSlide .slick-slide:first-child {
    max-width: 100%;
  }
}
.box4 .globSlide .small {
  max-width: 25vw;
}
@media (max-width: 768px) {
  .box4 .globSlide .small {
    max-width: 100%;
  }
}
.box4 .globSlide .small a {
  width: 100% !important;
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 480px) {
  .box4 .globSlide .small a {
    margin-bottom: 0 !important;
  }
}
.box4 .globSlide .small span {
  max-width: 432px;
}
@media (min-width: 1200px) {
  .box4 .box4-page {
    transition: 0.5s;
    opacity: 0;
    transform: translateX(200px);
  }
  .box4 .box4-page.effect {
    transform: translateX(0);
    opacity: 1;
  }
}
.box4 .box4-slider {
  margin-top: 35px;
}
.box4 .box4-slider .slick-list {
  border-top-left-radius: 20px;
}
.box4 .box4-slider .row {
  margin: 0 -20px;
}
.box4 .box4-slider .row > div {
  padding: 0 20px;
}
.box4 .large {
  width: 100%;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .box4 .large {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .box4 .large {
    padding-right: 0;
  }
}
.box4 .large figure {
  height: 635px;
}
@media (max-width: 1400px) {
  .box4 .large figure {
    height: 564px;
  }
}
@media only screen and (max-width: 480px) {
  .box4 .large figure {
    height: 375px;
  }
}
.box4 .small a {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.box4 figure {
  margin: 0 0 15px;
  overflow: hidden;
  height: 237px;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .box4 figure {
    height: 199px;
  }
}
@media only screen and (max-width: 992px) {
  .box4 figure {
    height: 190px !important;
  }
}
@media only screen and (max-width: 480px) {
  .box4 figure {
    height: 120px;
  }
}
.box4 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box4 ul li {
  width: 100%;
  font: 17px "Poppins Light";
  color: #964091;
}
@media (max-width: 1400px) {
  .box4 ul li {
    font-size: 16px;
  }
}
.box4 ul li:last-child {
  font-family: "Poppins SemiBold";
  text-align: right;
}
.box4 ul li:first-child {
  background: #f0f0f0;
  height: 28px;
  width: auto;
  color: #000;
  border-radius: 28px;
  padding: 0 25px;
  text-align: center;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .box4 ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .box4 ul li {
    font-size: 11px;
  }
}
.box4 span {
  height: 80px;
  font: 1.25vw/1.7vw "Poppins Light";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 992px) {
  .box4 span {
    font-size: 20px;
    height: auto;
    min-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .box4 span {
    font-size: 20px;
    line-height: 25px;
    height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .box4 span {
    font-size: 16px;
    line-height: 21px;
    height: 43px;
    min-height: initial;
  }
}
.box4 a {
  color: #000;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 480px) {
  .box4 a {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .box4 a {
    padding: 0 10px !important;
  }
}
.box4 a:hover figure img {
  animation: hov 0.5s ease-in-out;
}
.box5 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  .box5 {
    margin-bottom: 0;
  }
}
.box5 .slider-navigation-1 {
  position: absolute;
  top: -110px;
  right: 40px;
  display: flex;
}
@media (max-width: 1450px) {
  .box5 .slider-navigation-1 {
    top: -83px;
  }
}
@media only screen and (max-width: 1200px) {
  .box5 .slider-navigation-1 {
    display: none;
  }
}
.box5 .slider-navigation-1 .slick-arrow {
  background: #eb0b12 url("../images/arrow-slider.svg") no-repeat center center;
  width: 68px;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  height: 68px;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 1450px) {
  .box5 .slider-navigation-1 .slick-arrow {
    width: 58px;
    height: 58px;
  }
}
.box5 .slider-navigation-1 .slick-arrow:hover {
  opacity: 0.8;
}
.box5 .slider-navigation-1 .slick-arrow.slick-disabled {
  cursor: no-drop;
}
.box5 .slider-navigation-1 .slick-arrow.slick-next {
  transform: rotate(-180deg);
}
@media (min-width: 1200px) {
  .box5 .box5-page {
    transition: 0.5s;
    opacity: 0;
    transform: translateX(200px);
  }
  .box5 .box5-page.effect {
    transform: translateX(0);
    opacity: 1;
  }
}
.box5 .box5-slider {
  margin-top: 30px;
}
.box5 .item {
  padding-right: 60px;
}
.box5 a {
  display: flex !important;
  align-items: center;
  text-decoration: none;
  color: #000;
  margin-bottom: 20px;
}
.box5 a.video figure:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .box5 a.video figure:before {
    border-left-width: 15px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
}
.box5 a figure {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.box5 a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.box5 a .txt {
  padding-left: 30px;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .box5 a .txt {
    padding-left: 15px;
    padding-right: 15px;
    width: 65%;
  }
}
.box5 a p {
  font: 1.40625vw/1.7vw "Poppins Light";
  display: block;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 992px) {
  .box5 a p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .box5 a p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
/* Allow platform/logo images inside text to keep natural size */
.box5 a .txt img {
  width: auto !important;
  height: auto !important;
}
@media (max-width: 1400px) {
  .box5 a .txt img {
    max-width: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .box5 a .txt img {
    max-width: 60px;
  }
}
.box5 a:hover img {
  animation: hov 0.5s ease-in-out;
}
.homeSlider .slider-for .item:first-child img
/* Enerji Koleji Logo Centering Styles - Sadece Brand Slide'ları */
.homeSlider .slider-for .item:nth-child(1),
.homeSlider .slider-for .item:nth-child(2), 
.homeSlider .slider-for .item:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.homeSlider .slider-for .item:nth-child(1) .container-fluid,
.homeSlider .slider-for .item:nth-child(2) .container-fluid,
.homeSlider .slider-for .item:nth-child(3) .container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.homeSlider .slider-for .item:nth-child(1) picture,
.homeSlider .slider-for .item:nth-child(2) picture,
.homeSlider .slider-for .item:nth-child(3) picture {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.homeSlider .slider-for .item:nth-child(1) img,
.homeSlider .slider-for .item:nth-child(2) img,
.homeSlider .slider-for .item:nth-child(3) img {
  max-width: 100% !important;
  max-height: 80vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Slider Navigation Arrows */
.homeSlider .slider-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
}

.homeSlider .slider-navigation button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: white;
  font-size: 30px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.homeSlider .slider-navigation button:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.homeSlider .slider-navigation button:active {
  transform: translateY(-50%) scale(0.95);
}

.homeSlider .slider-prev {
  left: 40px;
}

.homeSlider .slider-next {
  right: 40px;
}

/* Ensure arrows are always visible */
.homeSlider .slider-navigation button span {
  display: block;
  line-height: 1;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
  .homeSlider .slider-for .item:nth-child(1) img,
  .homeSlider .slider-for .item:nth-child(2) img,
  .homeSlider .slider-for .item:nth-child(3) img {
    max-width: 95% !important;
    max-height: 60vh !important;
  }
  
  .homeSlider .slider-navigation button {
    width: 60px;
    height: 60px;
    font-size: 26px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.8);
  }
  
  .homeSlider .slider-prev {
    left: 25px;
  }
  
  .homeSlider .slider-next {
    right: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .homeSlider .slider-for .item:nth-child(1) img,
  .homeSlider .slider-for .item:nth-child(2) img,
  .homeSlider .slider-for .item:nth-child(3) img {
    max-width: 120% !important;
    max-height: 100vh !important;
  }
  
  .homeSlider .slider-navigation button {
    width: 50px;
    height: 50px;
    font-size: 22px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.9);
  }
  
  .homeSlider .slider-prev {
    left: 20px;
  }
  
  .homeSlider .slider-next {
    right: 20px;
  }
}
