html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
}

.coverlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1320px !important;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 850px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.big-container {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1320px) {
  .big-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#sitewrapper {
  font-family: "Inter", sans-serif;
}

.cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: block;
  font-size: 0;
}

.button-style-1 {
  color: #ED7E10;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 38px;
  border-radius: 50px;
  border: 1px solid #ED7E10;
  gap: 7px;
  transition: all ease-in-out 0.4s;
}
.button-style-1::after {
  content: url("data:image/svg+xml,%3Csvg width='25' height='10' viewBox='0 0 25 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0955 0.308779C18.7138 0.707883 18.7278 1.34089 19.1269 1.72264L21.5078 4H0.999966C0.447681 4 -3.43323e-05 4.44772 -3.43323e-05 5C-3.43323e-05 5.55229 0.447681 6 0.999966 6H24C24.4085 6 24.7759 5.75152 24.928 5.3724C25.0802 4.99327 24.9864 4.55973 24.6912 4.27736L20.5094 0.27736C20.1103 -0.104392 19.4773 -0.0903252 19.0955 0.308779Z' fill='%23ED7E10'/%3E%3C/svg%3E%0A");
  height: 10px;
  line-height: 10px;
  transition: all ease-in-out 0.4s;
}
.button-style-1:hover {
  background-color: #ED7E10;
  color: white;
}
.button-style-1:hover::after {
  content: url("data:image/svg+xml,%3Csvg width='25' height='10' viewBox='0 0 25 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.127 1.72289C18.7279 1.34114 18.7138 0.708127 19.0955 0.309023C19.4773 -0.090081 20.1103 -0.104148 20.5094 0.277604L24.6762 4.26326C24.6921 4.27783 24.7075 4.293 24.7226 4.30878C24.8966 4.49068 24.9884 4.72116 24.999 4.9543C25.0028 5.03707 24.9963 5.12069 24.9792 5.20322C24.9521 5.33438 24.8985 5.46103 24.8187 5.57456C24.7771 5.63385 24.7295 5.68804 24.6768 5.73643L20.5094 9.72264C20.1103 10.1044 19.4773 10.0903 19.0955 9.69122C18.7138 9.29212 18.7279 8.65911 19.127 8.27736L21.5076 6.00024H1C0.447716 6.00024 0 5.55253 0 5.00024C0 4.44796 0.447716 4.00024 1 4.00024H21.5078L19.127 1.72289Z' fill='white'/%3E%3C/svg%3E%0A");
}

.button-style-2 {
  color: #10397B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 38px;
  border-radius: 50px;
  border: 1px solid #10397B;
  gap: 7px;
  transition: all ease-in-out 0.4s;
}
.button-style-2::after {
  content: url("data:image/svg+xml,%3Csvg width='25' height='10' viewBox='0 0 25 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0955 0.308779C18.7138 0.707883 18.7278 1.34089 19.1269 1.72264L21.5078 4H0.999966C0.447681 4 -3.43323e-05 4.44772 -3.43323e-05 5C-3.43323e-05 5.55229 0.447681 6 0.999966 6H24C24.4085 6 24.7759 5.75152 24.928 5.3724C25.0802 4.99327 24.9864 4.55973 24.6912 4.27736L20.5094 0.27736C20.1103 -0.104392 19.4773 -0.0903252 19.0955 0.308779Z' fill='%2310397B'/%3E%3C/svg%3E%0A");
  height: 10px;
  line-height: 10px;
  transition: all ease-in-out 0.4s;
}
.button-style-2:hover {
  background-color: #10397B;
  color: white;
}
.button-style-2:hover::after {
  content: url("data:image/svg+xml,%3Csvg width='25' height='10' viewBox='0 0 25 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.127 1.72289C18.7279 1.34114 18.7138 0.708127 19.0955 0.309023C19.4773 -0.090081 20.1103 -0.104148 20.5094 0.277604L24.6762 4.26326C24.6921 4.27783 24.7075 4.293 24.7226 4.30878C24.8966 4.49068 24.9884 4.72116 24.999 4.9543C25.0028 5.03707 24.9963 5.12069 24.9792 5.20322C24.9521 5.33438 24.8985 5.46103 24.8187 5.57456C24.7771 5.63385 24.7295 5.68804 24.6768 5.73643L20.5094 9.72264C20.1103 10.1044 19.4773 10.0903 19.0955 9.69122C18.7138 9.29212 18.7279 8.65911 19.127 8.27736L21.5076 6.00024H1C0.447716 6.00024 0 5.55253 0 5.00024C0 4.44796 0.447716 4.00024 1 4.00024H21.5078L19.127 1.72289Z' fill='white'/%3E%3C/svg%3E%0A");
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  z-index: 20;
  transition: all ease-in-out 0.4s;
}
.header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  font-size: 0;
  padding: 20px 0;
  margin-right: 30px;
}
.header .logo img {
  width: 200px;
}
.header .logo.dikey img {
  width: auto;
  height: 70px;
}
.header .header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.header .header-right nav {
  transition: all ease-in-out 0.4s;
}
.header .header-right nav ul.lvl0 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.header .header-right nav ul.lvl0 > li > a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
}
.header .header-right nav ul.lvl0 > li.withmegamenu > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-right nav ul.lvl0 > li.withmegamenu > a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.85355 0.646453C9.04882 0.841716 9.04882 1.1583 8.85355 1.35356L4.47564 5.73147L0.623712 1.32926C0.441871 1.12144 0.46293 0.805559 0.670748 0.623718C0.878566 0.441877 1.19445 0.462936 1.37629 0.670754L4.52435 4.26854L8.14645 0.646453C8.34171 0.451191 8.65829 0.451191 8.85355 0.646453Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  margin-left: 5px;
}
.header .header-right nav ul.lvl0 .sub.megamenu {
  position: absolute;
  right: 100px;
  background-color: white;
  top: 100%;
  width: 60vw;
  padding: 50px;
  display: none;
  z-index: 9999;
}
.header .header-right nav ul.lvl0 .sub.megamenu .inner {
  display: flex;
}
.header .header-right nav ul.lvl0 .sub.megamenu ul.lvl1 {
  width: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .header-right nav ul.lvl0 .sub.megamenu ul.lvl1 > li > a {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 5px 10px;
  border-left: 3px solid #10397B;
  transition: all ease 0.2s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-right nav ul.lvl0 .sub.megamenu ul.lvl1 > li > a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='8' viewBox='0 0 37 8' fill='none'%3E%3Cpath d='M29.2273 1L35.5 7H1' stroke='%2310397B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 7px;
  width: 35px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
}
.header .header-right nav ul.lvl0 .sub.megamenu .item-image {
  width: 50%;
  position: relative;
}
.header .header-right nav ul.lvl0 .sub.megamenu .item-image img {
  width: 100%;
}
.header .header-right nav ul.lvl0 .sub.megamenu .item-image .title {
  color: #FFF;
  text-align: right;
  font-size: 34.709px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  width: calc(100% - 90px);
  left: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  bottom: 45px;
  border-bottom: 1px solid #fff;
}
.header .header-right nav ul.lvl0 .sub.megamenu .item-image .title span {
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.header .header-right nav.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.header .header-right .search {
  font-size: 0;
  position: relative;
}
.header .header-right .search .trigger {
  opacity: 1;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.header .header-right .search .search-inner {
  border: 1px solid #fff;
  height: 40px;
  padding: 0px;
  position: absolute;
  width: 300px;
  right: -10px;
  top: -10px;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.header .header-right .search .search-inner form input[type=search] {
  width: calc(100% - 43px);
  height: 40px;
  border: 0;
  padding: 5px 10px;
  background-color: transparent;
  outline: 0;
  color: white;
}
.header .header-right .search .search-inner form input[type=search]::-moz-placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.header .header-right .search .search-inner form input[type=search]::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.header .header-right .search .search-inner form input[type=search]::-ms-input-placeholder {
  color: white;
}
.header .header-right .search .search-inner form input[type=submit] {
  background-image: url("/files/search.svg");
  background-position: center;
  height: 40px;
  width: 43px;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  border: 0;
  padding: 0;
  position: absolute;
  right: -3px;
  top: -1px;
}
.header .header-right .search .search-inner.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header .header-right .langs {
  display: flex;
  flex-direction: column;
  width: 35px;
  position: relative;
  padding-top: 17px;
  height: 17px;
}
.header .header-right .langs:after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 1L4.5 5L1 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: -4px;
}
.header .header-right .langs a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: none;
}
.header .header-right .langs a.active {
  display: block;
  position: absolute;
  top: 0;
}
.header .header-right .langs:hover a {
  display: block;
}
.header.mini {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.header.mini:hover {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.1);
}

.home-hero {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
}
.home-hero .back {
  position: relative;
  z-index: 2;
}
.home-hero .back video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-hero .masks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero .masks .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.home-hero .masks .mask svg {
  min-width: 100%;
  min-height: 100%;
}
.home-hero .masks .mask.green {
  z-index: 4;
  background: linear-gradient(180deg, rgba(0, 129, 81, 0.56) 0%, rgba(0, 129, 81, 0) 100%);
  mix-blend-mode: luminosity;
}
.home-hero .masks .mask.white {
  z-index: 5;
  background: radial-gradient(49.31% 97.7% at 0.52% 0.69%, #FFFFFF 0%, rgba(255, 255, 255, 0.51) 51.48%, rgba(255, 255, 255, 0) 100%);
}
.home-hero .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.home-hero .over .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.home-hero .over .text .normal {
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  white-space: nowrap;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: all ease 0.5s 0.5s;
}
.home-hero .over .text .big {
  color: white;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0px;
  display: block;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.home-hero .over .text .big span {
  opacity: 0;
  transform: translateY(40px);
  transition: all ease 0.5s 1s;
}
.home-hero .over .text .big span:nth-child(2n+1) {
  transition: all ease 0.7s 1.4s;
}
.home-hero .over .text .big span:nth-child(3n+1) {
  transition: all ease 0.8s 0.8s;
}
.home-hero .over .text .big span:nth-child(4n+3) {
  transition: all ease 0.9s 1.2s;
}
.home-hero .over .text .big span:nth-child(6) {
  transition: all ease 1s 1.1s;
}
.home-hero .over .text.act .big {
  opacity: 1;
  transform: translateY(0px);
}
.home-hero .over .text.act .big span {
  opacity: 1;
  transform: translateY(0px);
}
.home-hero .over .text.act .normal {
  opacity: 1;
  transform: translateY(0px);
}
.home-hero .over .kesfet {
  position: absolute;
  bottom: 0px;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Instrument Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: capitalize;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home-hero .over .kesfet::after {
  width: 1px;
  height: 52px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(241, 241, 241, 0) 18%, rgb(255, 255, 255) 18%, rgb(255, 255, 255) 85%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  display: block;
  content: "";
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position-y: -20px;
  animation: kesfetani 2s infinite;
  background-size: 30px 10px;
}

@keyframes kesfetani {
  0% {
    background-position-y: -10px;
    background-size: 30px 10px;
  }
  100% {
    background-position-y: 50px;
    background-size: 30px 70px;
  }
}
.home-first-section {
  background-color: #10397B;
  position: relative;
  top: 0;
  z-index: 5;
}
.home-first-section .home-about {
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  gap: 100px;
  opacity: 0;
}
.home-first-section .home-about .left h3 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  margin-top: 0;
}
.home-first-section .home-about .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
}
.home-first-section .home-about .right p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  letter-spacing: -0.72px;
  margin-top: 0;
}
.home-first-section .home-features {
  padding-bottom: 110px;
}
.home-first-section .home-features .items {
  display: flex;
  gap: 24px;
}
.home-first-section .home-features .items .item {
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: default;
  opacity: 0;
  transform: translateY(150px);
}
.home-first-section .home-features .items .item .over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  transition: all ease-in-out 0.4s;
}
.home-first-section .home-features .items .item .over .digit {
  color: #FFF;
  text-align: center;
  font-size: 71px;
  font-style: normal;
  font-weight: 700;
  line-height: 79.7%;
  margin-top: 30px;
}
.home-first-section .home-features .items .item .over .desc {
  color: #FFF;
  text-align: center;
  font-size: 32.7px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 26.062px */
  transition: all ease-in-out 0.4s;
}
.home-first-section .home-features .items .item .over .icon svg {
  transition: all ease-in-out 0.5s;
}
.home-first-section .home-features .items .item .back {
  position: relative;
  font-size: 0;
  transition: all ease-in-out 0.4s;
}
.home-first-section .home-features .items .item.first .over {
  background-color: #F5BA16;
}
.home-first-section .home-features .items .item.second .over {
  background-color: #068152;
}
.home-first-section .home-features .items .item.third .over {
  background-color: #ED7E10;
}
.home-first-section .home-features .items .item .back::after {
  mix-blend-mode: multiply;
  background-color: #F5BA16;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
}
.home-first-section .home-features .items .item.first .back::after {
  background-color: #F5BA16;
}
.home-first-section .home-features .items .item.second .back::after {
  background-color: #068152;
}
.home-first-section .home-features .items .item.third .back::after {
  background-color: #ED7E10;
}
.home-first-section .home-features .items .item:hover .back::after {
  opacity: 1;
}
.home-first-section .home-features .items .item:hover .over {
  background-color: transparent;
}
.home-first-section .home-features .items .item:hover .over .desc {
  font-weight: 700;
}
.home-first-section .home-features .items .item:hover .over .icon svg {
  scale: 1.2;
}

.home-areas {
  position: relative;
  z-index: 3;
  height: 120vh;
  background-color: #10397B;
  width: 100%;
}
.home-areas .inner {
  display: flex;
  position: sticky;
  top: 0;
  width: 100%;
}
.home-areas .item {
  width: 17%;
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.4s;
}
.home-areas .item.active {
  width: 49%;
}
.home-areas .item video {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.home-areas .item .over-mini {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 100px 25px;
  display: flex;
  align-items: flex-end;
  opacity: 1;
  transition: all ease-in-out 0s;
  transition-delay: 0s;
}
.home-areas .item .over-mini .title {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 30px;
  border-bottom: 0;
}
.home-areas .item:hover .over-mini, .home-areas .item.active .over-mini {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: 0s;
}
.home-areas .item:hover .over-mini .title, .home-areas .item.active .over-mini .title {
  transition-delay: 0s;
  transition-duration: 0s;
}
.home-areas .item .over {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 250%;
  height: 100%;
  transition: all ease-in-out 0s;
  transition-delay: 0s;
  background-color: transparent;
  padding: 100px 85px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
}
.home-areas .item .over .count {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 3px solid white;
}
.home-areas .item .over .count span {
  color: #FFF;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home-areas .item .over .title {
  font-size: 38px;
  text-align: right;
  padding-left: 40px;
  border-bottom: 1px solid white;
  font-weight: 700;
  color: #FFF;
  width: 100%;
}
.home-areas .item:hover .over, .home-areas .item.active .over {
  opacity: 1;
  width: 100%;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
}

.home-big-slider {
  position: relative;
  height: 300vh;
  width: 100%;
  background-color: white;
  z-index: 2;
}
.home-big-slider .inner {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
}
.home-big-slider .action {
  height: 100vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  /*&:hover {
      .bg{
          clip-path: circle(275% at 100% 151%);
      }
      .over img {
          opacity: 1;
      }
  }*/
}
.home-big-slider .action .bg {
  width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: circle(72% at 100% 151%);
          clip-path: circle(72% at 100% 151%);
  /*transition: all ease-in-out 1.6s;
  transition-delay: .5s;*/
}
.home-big-slider .action .over {
  font-size: 0;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home-big-slider .action .over img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home-big-slider .action .over .p1 {
  position: relative;
  z-index: 12;
}
.home-big-slider .action .over .p2 {
  position: absolute;
  z-index: 11;
  transform: translateX(100%);
  opacity: 1;
}
.home-big-slider .action .over .p3 {
  position: absolute;
  z-index: 10;
  transform: translateX(100%);
  opacity: 1;
}
.home-big-slider .action .over .o {
  z-index: 3;
}
.home-big-slider .action .over .r1 {
  z-index: 4;
}
.home-big-slider .action .over .r2 {
  z-index: 5;
}
.home-big-slider .action .over .r3 {
  z-index: 6;
}
.home-big-slider .text-slides {
  position: absolute;
  padding: 160px;
  width: 60%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 22;
  padding-right: 0;
}
.home-big-slider .text-slides .title {
  color: #000;
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.home-big-slider .text-slides .title strong {
  color: #000;
  font-family: Inter;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home-big-slider .text-slides .desc {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.4%; /* 24.544px */
  margin-top: 200px;
  padding-right: 40%;
}
.home-big-slider .text-slides .slick-dots {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 30px;
  width: 40%;
  align-items: center;
  justify-content: center;
}
.home-big-slider .text-slides .slick-dots li button {
  font-size: 0;
  border: 0;
  width: 24px;
  height: 2px;
  background: #10397B;
  padding: 0;
}
.home-big-slider .text-slides .slick-dots li.slick-active button {
  height: 3px;
}
.home-big-slider .text-slides .slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='15' viewBox='0 0 59 15' fill='none'%3E%3Cpath d='M47 2L57 12H2' stroke='%2310397B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 59px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  font-size: 0;
  display: block;
  border: 0;
  background-color: transparent;
  position: absolute;
  left: 160px;
  bottom: 25px;
  z-index: 9;
}
.home-big-slider .text-slides .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='15' viewBox='0 0 59 15' fill='none'%3E%3Cpath d='M12 2L2 12H57' stroke='%2310397B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.home-big-slider .text-slides .slick-arrow.slick-next {
  right: 46%;
  left: unset;
}

.home-news {
  background-color: #FFF;
  height: 100vh;
  position: relative;
  z-index: 4;
  width: 100%;
}
.home-news .inner {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition-duration: 1s;
  overflow: hidden;
}
.home-news .big-image {
  font-size: 0;
  width: 40%;
  height: 100%;
  position: relative;
}
.home-news .big-image img {
  width: 100%;
}
.home-news .slides {
  width: 57%;
  height: 100%;
  overflow: hidden;
}
.home-news .slides img {
  width: 100%;
}
.home-news .slides .section-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.61px;
  margin-top: 60px;
}
.home-news .slides .current {
  width: 100%;
  padding-right: 100px;
}
.home-news .slides .current .title {
  color: #000;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 40px 0;
}
.home-news .slides .current .desc {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.4%; /* 24.544px */
  margin-bottom: 35px;
}
.home-news .slides .current .more {
  float: right;
  margin-bottom: 20px;
}
.home-news .slides .current ul.slick-dots {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.home-news .slides .current ul.slick-dots li button {
  font-size: 0;
  border: 0;
  width: 24px;
  height: 2px;
  background: #10397B;
  padding: 0;
  outline: 0;
}
.home-news .slides .current ul.slick-dots li.slick-active button {
  height: 3px;
}
.home-news .slides .current .slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='15' viewBox='0 0 59 15' fill='none'%3E%3Cpath d='M47 2L57 12H2' stroke='%2310397B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 59px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  font-size: 0;
  display: block;
  border: 0;
  background-color: transparent;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}
.home-news .slides .current .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='15' viewBox='0 0 59 15' fill='none'%3E%3Cpath d='M12 2L2 12H57' stroke='%2310397B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.home-news .slides .current .slick-arrow.slick-next {
  right: 100px;
  left: unset;
}
.home-news .slides .slidenav {
  width: 130%;
  margin-left: -12px;
}
.home-news .slides .slidenav .item {
  padding: 0 12px;
  position: relative;
}
.home-news .slides .slidenav .item.slick-current {
  display: none;
}
.home-news .slides .slidenav .item .over {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  padding: 30px;
  transition: all ease-in-out 0.4s;
}
.home-news .slides .slidenav .item .over .title {
  color: #FFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}
.home-news .slides .slidenav .item .over:hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-news .slides .slidenav .item .over:hover .title {
  opacity: 1;
}

.footer {
  background: #41424A;
  position: relative;
  z-index: 4;
}
.footer .footer-top {
  padding: 35px 100px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .footer-menu {
  display: flex;
  gap: 70px;
}
.footer .footer-top .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-menu ul li {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.8%; /* 19.536px */
}
.footer .footer-top .footer-menu ul li:first-child {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
}
.footer .footer-top .footer-contact .title {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
}
.footer .footer-top .footer-contact form {
  display: flex;
}
.footer .footer-top .footer-contact form input[type=email] {
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #FFF;
  height: 40px;
  background-color: transparent;
  padding: 5px;
  border-right: 0;
  outline: 0;
  color: #fff;
  width: 240px;
}
.footer .footer-top .footer-contact form input[type=submit] {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #FFF;
  height: 40px;
  background-color: #fff;
  padding: 5px;
  outline: 0;
  color: #10397B;
  text-align: center;
  font-family: Instrument Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 5px 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='5' viewBox='0 0 19 5' fill='none'%3E%3Cpath d='M14.4417 1L17.4287 3.85714H1.00014' stroke='%2310397B' stroke-width='1.42857' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 75% center;
  padding-right: 50px;
}
.footer .footer-top .footer-contact .socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 60px;
}
.footer .footer-bottom {
  padding: 20px 100px;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom .left {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 101.4%; /* 14.196px */
}/*# sourceMappingURL=style.css.map */