@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');


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

:root{

  --color1: #F7C333;
  --color2: #0e0707;
  --color3: #f1f1f1;
  --color4: #ACA22E;
  --color8: #040404;
  --color10: #234848;
  --color11: #c1b7b7;

 
  --main-clr: #EF2143;
}

body{
    font-family: 'Alegreya Sans SC', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    direction: ltr !important;
}

img{
    max-width: 100%;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

li, p{
  padding: 6px 0;
}

a {
    text-decoration: none;
}

.container{
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.navigation {
  position: absolute;
  z-index: 1;
}

.navigation #menuToggle {
  display: block;
  position: relative;
  top: 42px;
  left: 42px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.navigation #menuToggle input {
  display: block;
  width: 31px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -4px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.navigation #menuToggle span {
  display: block;
  width: 32px;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  background: var(--color3);
  border-radius: 2px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0),
              background 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0),
              opacity 0.55s ease;
}

.navigation #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(44deg) translate(-2px, -1px);
  background: var(--color3);
}

.navigation #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.navigation #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-44deg) translate(0, -1px);
}

.navigation #menu {
  position: absolute;
  width: 302px;
  margin: -102px 0 0 -42px;
  padding: 42px;
  padding-top: 124px;
  background: var(--color2);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.navigation #menu li {
  padding: 13px 0;
  font-size: 21px;
}

.navigation #menuToggle input:checked ~ ul {
  transform: none;
}


.navigation .logo {
  display: flex;
  align-items: center;
  padding-top: 42px;
  gap: 13px;
  left: 55px;
  position: relative;
  width: 80%;
}

.navigation .logo  img {
    width: 27px;
    height: 27px;
}

.navigation .logo  h2 {
  color: #fff;
  font-size: clamp(18px, 2.5vw, 20px);
  position: relative;
  transition: .4s;
}


.navigation ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: clamp(18px, 2.5vw, 20px);
  transition: .4s;
}


.navigation ul li .navigation-sb {
  color: var(--color11);
  text-decoration: none;
  position: relative;
  font-size: clamp(13px, 2.5vw, 18px);
  transition: .4s;
}

.navigation ul li a:hover{
  color: var(--color1);
}

.navigation ul li .navigation-sb:hover{
  color: var(--color1);
}

.top-navigation-area{
  position: relative;
  min-height: 80vh;
  width: 100%;
  display: flex;
  background: url(uploads/2025_05/section-bg-2025-05-14_22-02-220.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  padding: 102px 0;
}

.top-navigation-area::after{
  position: absolute;
  content: '';
  inset: 0px;
  background: rgb(4 4 4 / 60%);
  z-index: -1;
}

.top-navigation-area svg:nth-child(1){
  position: absolute;
  bottom: -2px;
  z-index: 1;
}

.top-navigation-area svg:nth-child(2){
  position: absolute;
  bottom: -2px;
  z-index: 0;
} 



.top-navigation-area-main{
  position: relative;
  z-index: 1;
  padding: 0 20px;
  display: flex;
  top: 50%;
  transform: translate(0%, -110%);
}

.top-navigation-area-content, .top-navigation-area-logo{
  flex: 1;
  margin: 25px;
}

.top-navigation-area-content{
  color: var(--color3);
  font-weight: 800;
  text-align: none;
  top: 50%;
  position: relative;
  font-style: italic;
}

.top-navigation-area-content h2{
  font-size: clamp(27px, 5vw, 43px) !important;
}


.top-navigation-area-btn{
  padding: 25px 0;
}

.top-navigation-area-nlock{
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
}

.top-navigation-area-logo{
  top: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-navigation-area-logo .logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;
  position: relative;
  width: 80%;
}

.top-navigation-area-logo .logo  img {
    width: 132px;
    height: 132px;
}

.top-navigation-area-logo .logo  h2 {
  color: #fff;
  font-size: clamp(21px, 2.5vw, 26px);
  position: relative;
  transition: .4s;
}

.top-navigation-area-logo .logo  h2:hover{
  color: var(--color1);
}





.ourSt{
  background: var(--color1);
  padding: 0 20px 30px 20px;
}


.ourSt .container{
  position: relative;
}

.ourSt-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.ourSt-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: #000;
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.ourSt-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 102px;
  background: var(--color2);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}



.ourSt-main{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.ourSt-block-one, .ourSt-block-second{
  flex: 1;
  margin: 20px;
}


.ourSt-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 20px 0;
}


.ourSt-inner div span{
  font-size: clamp(27px, 2.5vw, 33px);
  font-weight: 800;
  opacity: 0.75;
  background-color: color-mix(in srgb, #0099ff 40%, var(--color8));
  color: var(--color3);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--color3);
  display: flex;
  align-items: center;
  justify-content: center;
}


.ourSt-inner p{
  text-align: center;
  font-size: clamp(16px, 2.5vw, 18px);
  color: #000;
}

.ourSt-block-second {
  height: 453px;
}

.ourSt-block-second video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid var(--color3);
  border-radius: 30px;
}



.shape-container {
  position:  relative;
}

.large-shape {
  position: absolute;
  top: 0;
  left: -20px;
  width: 15%;
  height: 500px;
  border-bottom-right-radius: 200%;
  border-top-right-radius: 50%;
  z-index: 0;
  background-color: color-mix(in srgb, #0099ff 40%, var(--color8));
}






  .our-Dpart{
      background-color: var(--color1);
      padding: 30px 20px;
  }


  @keyframes slides {
      from {
          transform: translateX(0);
      }
      to {
          transform: translateX(-100%);
      }
  }

  .our-DpartOne {
      overflow: hidden;
      padding: 31px 0px;
      white-space: nowrap;
      position: relative;
      border-radius: 30px;
      background-color: color-mix(in srgb, #0099ff 40%, var(--color8));
      z-index: 1;
  }


  .our-Dpart-main {
      display: inline-block;
      animation: 55s slides infinite linear;
  }

  .our-DpartOne:hover .our-Dpart-main {
      animation-play-state: paused;
  }

  .our-Dpart-main img{
      height: 120px;
      width: 220px;
      padding: 0 20px;
      object-fit: contain;
  }


  .focus-section{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0b5c93;
    padding: 320px 20px 220px;
  }
  

  .focus-section .container{
    z-index: 1;
    position: relative;
  }

  .focus-section svg:nth-child(1){
    position: absolute;
    top: -2px;
    z-index: 1;
  }
  
  .focus-section svg:nth-child(2){
    position: absolute;
    top: -2px;
    z-index: 0;
  } 
  
  
  .focus-section-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
  }
  
  .focus-section-title h5{
    text-align: center;
    margin-bottom:  26px;
    color: var(--color3);
    font-size: clamp(21px,5vw,33px);
    position: relative;
    font-weight: 800;
  }
  
  .focus-section-title h5::after{
    position: absolute;
    bottom: 0px;
    content: " ";
    width: 102px;
    background: var(--color3);
    height: 2px;
    left: 50%;
    right: 50%;
    transform: translate(-50px, 64%);
  }
  
  
  .focus-section-main{
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  
  .focus-section-image, .focus-section-block-content{
    flex: 1;
    margin: 25px;
  }
  
  
  .focus-section-image img{
    width: 100%;
    object-fit: contain;
    height: 385px;
    filter: drop-shadow(2px 4px 7px var(--color3));
    -webkit-filter: drop-shadow(2px 4px 7px var(--color3));
  }



  .focus-section-block-content div{
    font-size: clamp(16px,2.5vw,18px) !important;
    color: var(--color3);
  }
  
  .focus-section-block-content div ul{
    list-style: disc !important;
    margin: 13px;
    text-align: left !important;
  }
  
  .focus-section .focus-section-block-price div{
    text-align: center;
    font-size: clamp(20px,5vw,21px);
    font-weight: 800;
    padding: 13px;
    animation: pulseColor 2s infinite;
  }


  @keyframes pulseColor {
    0% {
      color: var(--color3); 
    }
    50% {
      color: var(--color1); 
    }
    100% {
      color: var(--color3); 
    }
  }
  



  .focus-shape{
    position: absolute;
    top: 1100px;
    left: -20px;
    width: 15%;
    height: 500px;
    border-bottom-right-radius: 200%;
    border-top-right-radius: 50%;
    z-index: 0;
    background-color: color-mix(in srgb,  #0b5c93 40%, #0099ff);
  }

  .focus-shapeS{
    position: absolute;
    top: 400px;
    right: 0px;
    width: 15%;
    height: 500px;
    border-bottom-right-radius: 200%;
    border-top-right-radius: 50%;
    z-index: 0;
    background-color: color-mix(in srgb, #0b5c93 40%, #0099ff);
    transform: rotate(180deg);
  }



.focus-section svg:nth-child(3){
  position: absolute;
  bottom: -2px;
  z-index: 1;
}

.focus-section svg:nth-child(4){
  position: absolute;
  bottom: -2px;
  z-index: 0;
} 




.our-provisions{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color1);
  overflow: hidden;
  padding: 30px 20px 30px;
}


.our-provisions-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.our-provisions-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color2);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.our-provisions-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 102px;
  background: var(--color2);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}


.our-provisions-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.our-provisions-block {
  width: 100%;
  padding: 13px;
  text-align: center;
}
.our-provisions-inner {
  width: 100%;
  height: 100%;
  padding: 13px 15px;
  background: linear-gradient(rgb(224 191 80 / 40%) 50%, #2c7bfe 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 4px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.42);
  transition: 0.4s;
}
.our-provisions-inner a h3 {
  font-size: clamp(18px,2.5vw,20px);
  font-weight: 500;
  color: var(--color2);
  margin: 25px 0;
}
.our-provisions-inner p {
  color: var(--color2);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.our-provisions-icon {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 27px;
  height: 2.4em;
  width: 2.4em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.4s;
}
.our-provisions-inner:hover {
  color: var(--color3);
  background-position: 0 100%;
}
.our-provisions-inner:hover .our-provisions-icon {
  background-color: #ffffff;
  color: #2c7bfe;
}
.our-provisions-inner:hover h3 {
  color: #ffffff;
}
.our-provisions-inner:hover p {
  color: #f0f0f0;
}


.piece{
  position: relative;
  background: var(--color1);
  overflow: hidden;
  padding: 30px 20px 30px;
}

.piece-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.piece-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color3);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.piece-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 100px;
  background: var(--color3);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}


.piece-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}



.piece .piece-block {
  position: relative;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  border: 4px solid rgb(224 114 80 / 40%);
  margin: 13px;
  padding: 25px;
}

.piece .piece-block img {
  position: relative;
  top: -4px;
  margin: auto;
  transition: all .2s ease;
  width: 100%;
  height: 322px;
  object-fit: contain;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%);
          clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%);
}
.piece .piece-block:hover img{
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.piece .piece-block a h3 {
  font-size: clamp(18px,2.5vw,20px);
  margin: 13px 0;
  transition: .5s;
}

.piece .piece-block a h3:hover{
  color: #0b5c93;
}

.piece-block span{
  font-size: clamp(16px,2.5vw,18px);
  color: #000;
} 
  
.piece-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}



.payment-options{
  position: relative;
  background: #0b5c93;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 300px 20px 220px;
}

.payment-options-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.payment-options-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color3);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.payment-options-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 102px;
  background: var(--color3);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}


.payment-options svg:nth-child(1){
  position: absolute;
  top: -2px;
  z-index: 1;
}

.payment-options svg:nth-child(2){
  position: absolute;
  top: -1px;
  z-index: 0;
} 

.payment-options svg:nth-child(3){
  position: absolute;
  bottom: -2px;
  z-index: 1;
}

.payment-options svg:nth-child(4){
  position: absolute;
  bottom: -2px;
  z-index: 0;
} 

.payment-options-main{
  display: flex;
  position: relative;
  z-index: 2;
}

.pricing-plans {
  gap: 31px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 64px;
}

.payment-options-block {
  flex: 1;
  position: relative;
  padding: 31px;
  padding-bottom: 95px;
  border-radius: 4px;
  border: 2px solid #262626;
  background-color: #26262620;
  box-shadow: 0 0 31px transparent;
  text-align: center;
  margin: 13px;
}


.payment-options-block > *:not(:last-child) {
  margin-bottom: 31px;
}

.payment-options-block:hover {
  border-color:  var(--color3);
  background-color: rgb(4 4 4 / 50%);
  box-shadow: 0 0 32px rgb(4 4 4 / 50%);
  transform: translateY(-16px) scale(1.02);
  transition: all 0.5s ease;
}


.payment-options-block .payment-options-head h4 {
  padding-bottom: 13px;
  color: var(--color3);
  font-size: clamp(20px,2.5vw,21px);
  font-weight: 500;
}

.payment-options-block .payment-options-price {
  position: relative;
  color: var(--color3);
  font-size: clamp(21px,2.5vw,26px);
  font-weight: 800;
}



.payment-options-block .payment-options-tari li {
  padding-bottom: 20px;
  color: var(--color11);
  font-size: 16px;
  position: relative;
}

.payment-options-block .payment-options-tari li::before {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.374rem;
  border-radius: 0.374rem;
  height: 0.74rem;
  width: 0.74rem;
  margin-right: 0.4rem;
  background-color: var(--color1);
}


.payment-options-shape{
  position: absolute;
  top: 450px;
  left: -20px;
  width: 15%;
  height: 500px;
  border-bottom-right-radius: 200%;
  border-top-right-radius: 50%;
  z-index: 0;
  background-color: color-mix(in srgb,  #0b5c93 40%, #0099ff);
}

.payment-options-shapeS{
  position: absolute;
  top: 900px;
  right: 0px;
  width: 15%;
  height: 500px;
  border-bottom-right-radius: 200%;
  border-top-right-radius: 50%;
  z-index: 0;
  background-color: color-mix(in srgb, #0b5c93 40%, #0099ff);
  transform: rotate(180deg);
}

.payment-options-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}


.collection{
  position: relative;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 150px 20px 150px;
}



.collection-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.collection-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color3);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.collection-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 102px;
  background: var(--color3);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}

.collection-main{
  display: flex;
  gap: 20px;
  flex-direction:  row;
}

.collection-imgBlock{
  flex: 1;
 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.collection-imgBlock img:hover,.collection-inner-bl img:hover,.collection-inner-element img:hover{
  transform: scale(1.04);
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.collection-imgBlock img,.collection-inner-bl img,.collection-inner-element img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
  border: 4px solid var(--color3);
}


.collection-imgBlock-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  gap: 13px;
}
.collection-inner-bl{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  flex-direction: column;
  gap: 13px;
  overflow: hidden;
}

.collection-inner-element{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}


.crew-member{
  position: relative;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 150px 20px 150px;
}



.crew-member-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.crew-member-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color3);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.crew-member-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 100px;
  background: var(--color3);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}



.crew-member-main{
 display: grid;
 grid-template-columns: 1fr 1fr 1fr 1fr;
}


.crew-member-block{
  margin: 13px;
}

.crew-member-block-inner{
  height: 322px;
}




.crew-member-block-text{
  border: 4px solid var(--color11);
  background: rgba(79, 125, 211, 0.5);
  color: var(--color3);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 20px;
  justify-content: flex-end;
  transition: .4s;
  cursor: pointer;
  
}
.crew-member-block-text h4 {
  font-size: clamp(18px,2.5vw,20px);
  font-weight: 500;
  color: var(--color1);
  transition: .4s;
}
.crew-member-block-text h2{
  font-size: clamp(16px,2.5vw,18px);
  font-weight: 500;
  transition: .4s;
}
.crew-member-block-text:hover{
  transition: .4s;
  filter: drop-shadow(2px 4px 7px var(--color8));
  -webkit-filter: drop-shadow(2px 4px 7px var(--color8));
  color: var(--color1);
}


.application{
  position: relative;
  background: #0b5c93;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 320px 20px 220px;
}

.application-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.application-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color3);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.application-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 102px;
  background: var(--color3);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}


.application svg:nth-child(1){
  position: absolute;
  top: -2px;
  z-index: 1;
}

.application svg:nth-child(2){
  position: absolute;
  top: -2px;
  z-index: 0;
} 


.application svg:nth-child(3){
  position: absolute;
  bottom: -2px;
  z-index: 1;
}

.application svg:nth-child(4){
  position: absolute;
  bottom: -2px;
  z-index: 0;
} 


.application-main{
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: row;
}

.application-block, .application-images{
  flex: 1;
  margin: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.application-main .form{
  width: 100%;
}


.application label{
  color: #fff;
}

.application .field{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.application .input-main_box-control{
  width: 100%;
  border: 2px solid var(--color1);
  padding: 13px 20px;
  background: inherit;
  color: var(--color3);
  box-shadow: 2px 4px 7px var(--color1);
}

.application .input-main_box-control::placeholder{
  color: var(--color3);
}

.application .textarea-main_box-control::placeholder{
  color: var(--color3);
}

.application .textarea-main_box-control{
  width: 100%;
  border: 2px solid var(--color1);
  padding: 13px 20px;
  background: inherit;
  color: var(--color3);
  box-shadow: 2px 4px 7px var(--color1);
}

.application .application-check{
  align-items: center;
  padding: 20px 0;
  display: flex;
  gap: 6px;
}

.application .application-check a{
  text-decoration: underline;
  color: var(--color1);
}

.application-btn{
  padding-top: 25px;
}


.application-images{
  overflow: hidden;
  filter: drop-shadow(2px 4px 26px var(--color1));
  -webkit-filter: drop-shadow(2px 4px 26px var(--color1));
}

.application-images img{
  width: 100%;
  object-fit: cover;
  height: 385px;
  animation: zoom 10s infinite alternate;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}



.application-shape{
  position: absolute;
  top: 350px;
  left: -20px;
  width: 15%;
  height: 500px;
  border-bottom-right-radius: 200%;
  border-top-right-radius: 50%;
  z-index: 0;
  background-color: color-mix(in srgb,  #0b5c93 40%, #0099ff);
}

.application-shapeS{
  position: absolute;
  top: 550px;
  right: 0px;
  width: 15%;
  height: 500px;
  border-bottom-right-radius: 200%;
  border-top-right-radius: 50%;
  z-index: 0;
  background-color: color-mix(in srgb, #0b5c93 40%, #0099ff);
  transform: rotate(180deg);
}



.hwA{
  position: relative;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 150px 20px 100px;
}

.hwA-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #040404;
  padding-bottom: 25px;
}

.hwA-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color2);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.hwA-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 102px;
  background: var(--color2);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}


.hwA-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.hwA-text{
  font-size: clamp(16px, 2.5vw, 18px);
  font-style: italic;
  color: #000;
  padding-bottom: 20px;
}

.hwA-btn{
  padding-top: 25px;
}

.our-foot{
  position: relative;
  background: var(--color2);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 300px 20px 55px;
}

.our-foot svg:nth-child(1) {
  position: absolute;
  top: -2px;
  z-index: 1;
}

.our-foot svg:nth-child(2) {
  position: absolute;
  top: -2px;
  z-index: 0;
}

.our-foot-main{
  position: relative;
  z-index: 2;
}

.our-foot-cop{
  position: relative;
  z-index: 2;
}

.our-foot-contact div, .our-foot-contact a, .our-foot-polit a, .our-foot-title{
  color: var(--color3);
  font-size: 18px;
  font-weight: 500;
  transition: .4s;
}

.our-foot-contact a:hover, .our-foot-polit a:hover{
  color: var(--color1);
}

.our-foot-cop{
  display: flex;
  padding: 20px 0;
}

.our-foot-title, .our-foot-polit{
  flex: 1;
  margin: 13px;
}

.our-foot-polit{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.our-foot-newsl-title{
  flex: 1;
}

.our-foot-newsl-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color3);
  font-size: clamp(18px, 2.5vw, 20px);
  position: relative;
  font-weight: 800;
}

.our-foot-block-newsl{
  display: flex;
}

.our-foot-newsl-inner{
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 55px;
  background: var(--color2);
  border: 2px solid var(--color1);
  display: flex;
  align-items: center;
}

.our-foot-newsl-inner input{
  background: none;
  border: none;
  padding: 0 20px;
  width: 100%;
  color: var(--color3);
  outline: none;
}

.our-foot-newsl-inner form{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-foot-newsl-inner input::placeholder{
  color: var(--color3);
}

.our-foot-newsl-sub button{
  height: 100%;
  margin: 0;
  border-radius: 0;
  text-align: center;
}

.our-foot-main{
  display: flex;
  flex-direction: row;
}


.our-foot-block-newsl, .our-foot-contact{
  flex: 1;
  margin: 25px;
}

.our-foot-block-newsl{
  flex-direction: column;
}

.our-foot-contact{
  display: flex;
  flex-direction: column;
  gap: 4px;
}


.dopP-ons{
  position: relative;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 20px;
}

.dopP-ons-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.dopP-ons-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color2);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.dopP-ons-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 102px;
  background: var(--color2);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}

.dopP-ons-main{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: row;
}

.dopP-ons-block{
  flex: 1;
  margin: 25px;
}

.dopP-ons-text{
  font-size: clamp(16px,2.5vw,18px);
  color: var(--color2);
  font-weight: 100;
}


.dopP-ons-shape {
  position: absolute;
  top: 0;
  left: -20px;
  width: 15%;
  height: 500px;
  border-bottom-right-radius: 200%;
  border-top-right-radius: 50%;
  z-index: 0;
  background-color: color-mix(in srgb, #0099ff 40%, var(--color8));
}


.corresponding-page{
  position: relative;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 20px;
}

.corresponding-page-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.corresponding-page-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color2);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.corresponding-page-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 100px;
  background: var(--color2);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}

.corresponding-page-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding: 55px 0;
}

.corresponding-page-main-inner{
  position: relative;
}

.corresponding-page-main-inner img{
  position: relative;
  z-index: 2;
  border-radius: 20px;
  width: 40%;
  margin: 42px;
  filter: drop-shadow(2px 4px 25px var(--color3));
  -webkit-filter: drop-shadow(2px 4px 25px var(--color3));
}

.corresponding-page-content {
  color: #000;
  opacity: 0.8;
  font-size: 18px;
}

.corresponding-page-shape {
  position: absolute;
  top: 0;
  left: -20px;
  width: 15%;
  height: 500px;
  border-bottom-right-radius: 200%;
  border-top-right-radius: 50%;
  z-index: 0;
  background-color: color-mix(in srgb, #0099ff 40%, var(--color8));
}


.inquiry-page{
  position: relative;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 20px;
}

.inquiry-page-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.inquiry-page-title h5{
  text-align: center;
  margin-bottom:  26px;
  color: var(--color2);
  font-size: clamp(21px,5vw,33px);
  position: relative;
  font-weight: 800;
}

.inquiry-page-title h5::after{
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 102px;
  background: var(--color2);
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translate(-50px, 64%);
}

.inquiry-page-main{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.inquiry-page-block, .inquiry-page-krt{
  flex: 1;
  margin: 25px;
}

.inquiry-page-block{
  width: 100%;
}

.inquiry-page-block .inquiry-page-field input {
  padding: 13px;
  max-width: 100%;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .12) inset;
  transition: all 0.2s linear;
  background-color: inherit;
  border-bottom: 2px solid #fff;
  color: var(--color2);
  border-bottom: 2px solid #fff;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 13px;
}


.inquiry-page-block .inquiry-page-fields textarea {
  padding: 13px;
  max-width: 100%;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .12) inset;
  transition: all 0.2s linear;
  background-color: inherit;
  border-bottom: 2px solid #fff;
  color:  var(--color2);
  border-bottom: 2px solid #fff;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 13px;
}

.inquiry-page-block .inquiry-page-field input::placeholder,.inquiry-page-block .inquiry-page-fields textarea::placeholder{
  font-size: 18px;
  color: var(--color2);
}

.inquiry-page-chk {
  display: flex;
  flex-direction: row;
  gap: 13px;
  padding: 20px 0;
}

.inquiry-page-chk input {
  margin-top: 0;
}

.inquiry-page-chk-label {
  font-size: 18px;
  margin-left: 4px;
  color: var(--color2);
}

.inquiry-page-chk-label a{
  font-weight: 800;
  color: var(--color8) !important;
}

.inquiry-page-krt{
  width: 100%;
}

.inquiry-page-krt iframe{
  filter: drop-shadow(2px 4px 26px var(--color8)) brightness(0.7);
  -webkit-filter: drop-shadow(2px 4px 26px var(--color8)) brightness(0.7);
}


.inquiry-page-contact-adress{
  padding: 30px 0;
}

.inquiry-page-contact-adress-inner{
  padding: 25px;
  max-width: 100%;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .12) inset;
  transition: all 0.2s linear;
  background-color: inherit;
  border-bottom: 2px solid #fff;
  color:  var(--color2);
  border-bottom: 2px solid #fff;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

 .ipcac{
  display: flex;
  flex-direction: column !important;
  gap: 13px;
}

.inquiry-page-contact-adress-box svg{
    fill: var(--color8);
    width: 27px;
    height: 27px;
}

.inquiry-page-contact-adress-cont div, .inquiry-page-contact-adress-cont a{
  color: var(--color2);
  font-size: 18px;
  font-weight: 800;
  transition: .4s;
}

.inquiry-page-contact-adress-cont a:hover{
  color: var(--color3);
}




.information-safety{
    padding: 68px 68px;
    color: var(--color2);
    position: relative;
    background: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
  }

  .information-safety .container{
    position: relative;
    z-index: 1;
  }
  
  .information-safety h1.information-safety-title{
      font-size:  21px;
      font-weight: 800;
      color: var(--color2);
  }
  
  .information-safety h2,h3{
      font-size: 20px;
      font-weight: 800;
      color: var(--color2);
  }
  
  .information-safety  a{
      text-decoration: underline;
      color: var(--color2);
      word-break: break-all;
  }
  
  .information-safety ol li {
      color: var(--color2);
  }
  
  .information-safety ul{
      list-style: disc !important;
      text-align: left;
      margin: 13px;
  }


  .information-safety-shape {
    position: absolute;
    top: 0;
    left: -20px;
    width: 15%;
    height: 500px;
    border-bottom-right-radius: 200%;
    border-top-right-radius: 50%;
    z-index: 0;
    background-color: color-mix(in srgb, #0099ff 40%, var(--color8));
  }
  
  
  
  .button-1{
    background-color: var(--color2);
    color: var(--color3);
    border-radius: 42px;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--color11);
    box-shadow: 0 0 0 0 var(--color11);
    border: 0;
  }
  .button-1:hover {
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 4px 0 0 var(--color11);
  }
  .button-1:active {
    transform: translateY(2px) translateX(2px);
    box-shadow: 0 0 0 0 var(--color11);
  }
  
  
  .button-2 {
    background-color: var(--color2);
    border-radius: 4px;
    color: #FFF;
    display: block;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: fit-content;
    transition: box-shadow .3s ease-in-out,
                transform .3s ease-in-out;
  }
  
  .button-2:hover {
    box-shadow: 0 4px 13px rgba(0,0,0,.3);
    transform: translateY(-2px);
  }
  
  .button-3 {
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 20px 31px;
    border: 2px solid var(--color11);
    background: var(--color2);
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: var(--color11);
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
  }
  
  .button-3:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: var(--color11);
    z-index: -1;
  }
  
  .button-3:hover, .button-3:focus {
    color: white;
  }
  
  .button-3:hover:before, .button-3:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .button-3:active {
    transform: scale(0.9);
  }
  
  
  .button-4 {
    position: relative;
    display: inline-block;
    background: var(--color2);
    background-size: 200% auto;
    border: none;
    border-radius: 26px;
    color: var(--color3);
    padding: 13px 25px;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: glowing-pulse 2s infinite;
    transition: color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }
  
  .button-4::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 26px;
    box-shadow: 0 0 25px var(--color11);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  
  .button-4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .button-4:hover {
    color: var(--color3);
    box-shadow: 4px 14px 4px rgb(209 134 9 / 100%);
    transform: scale(1.05);
    background-position: right center;
  }
  
  .button-4:hover::before {
    opacity: 1;
  }
  
  
  .button-5 {
    background-color: var(--color2);
    color: #fff;
    padding: 13px 25px;
    border: none;
    border-radius: 42px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
  }
  
  .button-5:hover {
    color: #fff;
    box-shadow: 4px 14px 4px rgb(209 134 9 / 100%);
  }
  
 



  @media (max-width: 1200px) {
    .piece-main{
      grid-template-columns: 2fr 2fr !important;
    }
  }
 


  @media (max-width: 992px) {
    .top-navigation-area-logo .logo {
      flex-direction: row;
    }
      .top-navigation-area-nlock{
        flex-direction: column;
      }

      .top-navigation-area-main{
        transform: translate(0%, -90%);
      }
      
      .top-navigation-area{
        padding: 152px 0;
      }

      .ourSt-main{
        flex-direction: column;
      }

      .focus-section-main{
        flex-direction: column;
      }

      .our-provisions-main{
        grid-template-columns: 2fr 2fr !important;
      }

      .payment-options-main{
        flex-direction: column;
      }

      .crew-member-main{
        grid-template-columns: 2fr 2fr !important;
       }
       
       .application-main{
         flex-direction: column;
       }

       .our-foot-cop{
         flex-direction: column;
         align-items: center;
         justify-content: center;
       }
       
       
       .our-foot-main{
        flex-direction: column;
      }

      .our-foot-newsl-inner form{
        height: 42px;
      }

      .dopP-ons-main{
        flex-direction: column;
      }

      .inquiry-page-main{
        flex-direction: column;
      }
  }
  


@media(max-width: 768px){
  .large-shape{
    width: 30%;
  }

  .focus-section{
    padding: 200px 20px 120px;
  }

  .our-provisions-main{
    grid-template-columns: 1fr !important;
  }

  .piece-main{
    grid-template-columns: 1fr !important;
  }

  .crew-member-main{
    grid-template-columns: 1fr !important;
   }

   .corresponding-page-main-inner img{
    width: 100%;
    margin: 0;
    margin-bottom:  26px;
    height: auto;
  }

}



@media(max-width: 600px){
  .top-navigation-area-logo .logo img {
    width: 100%;
    height: 73px;
  }
  
    .information-safety{
        padding: 30px 30px;
    }

    .ourSt-block-second{
      height: auto;
    }

      .our-Dpart-main img {
        height: 103px;
        width: 153px;
    }

    .focus-section-image img{
      height: auto;
    }

    .piece-image img{
      height: auto;
    }

    .collection-inner-bl{
      height: auto;
    }

    .application-images img{
      height: auto;
    }

}

@media (max-width: 575px){
    button{
        width: 100%;
    }

   
  

}



