*,
*::before,
*::after {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --time: 0.4s;
  --color-light: #f5f5f7;
  --color-primary: #c32b42;
  --color-primary-hover: #b2142c;
  --color-secondary: #0d1553;
  --font-primary: "Montserrat", serif;
}
html {
  font-family: var(--font-primary);
}

body {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  overflow-x: hidden;
  --container-width: 1300px;
}

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all var(--time) ease;
  -o-transition: all var(--time) ease;
  -webkit-transition: all var(--time) ease;
  -ms-transition: all var(--time) ease;
  transition: all var(--time) ease;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 25px;
  font-weight: 300;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

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

select {
  background: url(../images/select_arrow.png) no-repeat;
  background-position: center right 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_field {
  width: 100%;
  border: 2px solid #000000;
  background: #ffffff;
  padding: 0 15px;
  height: 48px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
}

button {
  border: none;
  cursor: pointer;
}
/*file upload*/
.button-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
/*  margin: 20% auto;*/
}

.button-wrapper span.label {
   position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    /* background: #000; */
    cursor: pointer;
    color: #000;
    padding: 10px 0;
    text-transform:uppercase;
    border: 2px solid #000000;
    background: #ffffff;
    /* padding: 0 15px; */
    height: 48px;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}
/* ----------------------------------- */

.form_ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 0 -1%;
}

.form_ul li:not(.half) {
  width: 100%;
}

.form_ul li {
  width: 48%;
  margin: 0 1%;
}

.form_submit {
  width: 100%;
  height: 52px;
  margin-top: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 18px;
  background-color: #000000;
  border-radius: 10px;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 25px;
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 50px;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 16px;
}

.form_submit:hover,
.link:hover {
  background: #9d9d9c;
}

/* ----------------------------------- */

.header {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  /* background: #000000; */
}

.first_section {
  width: 100%;
  height: 100vh;
  background: url(../images/new-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.second_block_title {
  text-align: center;
  margin-bottom: 30px;
}

.second_block_title h2 {
  font-size: 26px;
  font-weight: 600;
}

.second_block_title h3 {
  margin-top: 25px;
  font-size: 20px;
}

.second_block_form {
  max-width: 610px;
  padding: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 15px #0000000d;
  border-radius: 30px;
}

.second_block_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 40px;
}

.second_block_form {
  max-width: 520px;
}
.second_block_content {
  max-width: 560px;
}

.second_block_content p {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.footer {
  padding: 0 0 20px 0;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 15px;
}

.footer .container > img {
  margin: auto;
}

.social {
  display: flex;
  justify-content: center;
  gap: 24px;
}

/* ----------------------------------- */

.dark_block {
  transform: translateY(-50%);
}

.dark_block .container {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
}
.dark_block .left {
  width: 48%;
}
.dark_block .right {
  width: 52%;
}
.dark_block .left {
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}
.dark_block .right {
  padding-left: 40px;
}

.dark_block .left ul {
  column-gap: 12px;
  margin-top: 15px;
}
.dark_block .left h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.dark_block .left ul,
.dark_block .left li {
  display: flex;
  align-items: center;
}
.dark_block .left li {
  gap: 3px;
}

/* ----------------------------------- */

.full_section {
  background: url(../images/pattern.png) no-repeat;
}

.uncapped {
  height: 320px;
  display: flex;
  margin-top: 80px;
  background: url(../images/bg_image.png) no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.uncapped_content {
  width: fit-content;
  padding-right: 60px;
  margin-left: auto;
  color: #ffffff;
  margin-block: auto;
}
.uncapped_content h2 {
  font-size: 40px;
  font-weight: 500;
}

/* ----------------------------------- */

.siding_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 30px;
  padding: 0 30px;
}
.siding_wrap > div {
  width: 45%;
}

.siding_right h3 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1;
}

/* ----------------------------------- */

.our-growth {
  padding-top: 100px;
}

.grow-slider-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.grow-slider-item p {
  font-size: 18px;
}

.grow-slider-content {
  width: 42%;
}

.grow-slider-content h4 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 500;
}

.grow-slider-image {
  width: 45%;
}
.grow-slider-image h5 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.grow-slider-image img {
  margin-top: 50px;
}

.grow-slider .swiper-pagination {
  width: auto;
  height: 96%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  left: 48%;
  top: 2%;
}
.grow-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ababab;
  border: none;
  opacity: 1;
}
.grow-slider .swiper-pagination-bullet {
  position: relative;
}
.grow-slider .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  /* background: #ffffff; */
  border: 2px solid transparent;
  border-radius: 50%;
}
.grow-slider .swiper-pagination-bullet-active::after {
  border-color: #000000;
  /* background: #ffffff; */
}

.grow-slider .swiper-pagination-bullet-active {
  background: #000000;
}

.grow-slider .swiper-pagination::after {
  content: "";
  position: absolute;
  top: 2%;
  left: 50%;
  width: 1px;
  height: 98%;
  background: #ababab;
  z-index: -1;
}

/* -------------------------------- */

.awards {
  padding: 80px 0;
}

.award-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 40px;
  row-gap: 20px;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
  .our-growth> .grow-slider-content{
    display: none;
  }
}
@media (max-width: 1600px) {
  .second_block_content img {
    max-width: 420px;
  }
  .second_block_content {
    padding-left: 50px;
  }
  .second_block_form {
    max-width: 470px;
  }
}
@media (max-width: 1200px) {
  .first_section {
    height: auto;
    padding: 200px 0 0 0;
  }
  .second_block_content {
    padding-left: 0;
  }
  .center-boxes p {
    font-size: 15px;
    line-height: 19px;
  }
  .why h2 {
    font-size: 30px;
  }
  .qte h3 {
    font-size: 30px;
  }
  .book_btn {
    margin: 25px auto 0 auto;
    padding: 12px 30px;
    font-size: 15px;
  }
  .social {
    gap: 12px;
  }
  .second_block_wrap {
    justify-content: center;
  }
  .second_block_title h2 {
    font-size: 28px;
  }
  .second_block_title h3 {
    margin-top: 15px;
    font-size: 20px;
  }
  .form_submit {
    font-size: 15px;
    margin-top: 20px;
  }
  .link {
    height: 44px;
    border-radius: 10px;
  }
  .dark_block {
    transform: initial;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 15px;
  }
  .dark_block .left h3 {
    font-size: 20px;
  }

  .siding_right h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .grow-slider-content h4 {
    font-size: 28px;
  }
  .uncapped_content h2 {
    font-size: 28px;
  }

  .our-growth {
    padding-top: 80px;
  }

  .grow-slider-item p {
    font-size: 15px;
  }
  .grow-slider-image img {
    margin-top: 30px;
  }
  .uncapped {
    height: 260px;
  }
  .first_section {
    background-size: contain;
  }
  .second_block_content img {
    max-width: 380px;
  }
  .second_block_content p {
    margin-top: 20px;
  }
}

@media (max-width: 1040px) {
  .dark_block .right,
  .dark_block .left {
    width: 100%;
    padding: 0;
  }
  .dark_block .left {
    border: unset;
  }
  .siding_wrap > div {
    width: 48%;
  }
  .grow-slider-content h4 {
    font-size: 22px;
  }
  .grow-slider-image h5 {
    font-size: 22px;
  }
  .our-growth {
    padding-top: 50px;
  }
  .uncapped {
    margin-top: 50px;
  }
  .uncapped {
    height: 200px;
  }

  .uncapped_content h2 {
    font-size: 22px;
  }

  .award-list {
    column-gap: 20px;
  }

  .awards {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .center-boxes {
    justify-content: center;
  }

  .qte h3 {
    font-size: 25px;
  }

  .form_ul li {
    width: 100%;
  }

  .second_block_title h2 {
    font-size: 20px;
  }

  .header img {
    max-width: 130px;
  }

  body {
    font-size: 13px;
  }
  p {
    line-height: 20px;
  }

  .second_block_title h3 {
    font-size: 14px;
  }

  .form_field,
  .form_submit {
    height: 44px;
  }

  .second_block_content .style {
    font-size: 58px;
  }

  .first_section {
    background-position: center;
    padding: 60px 0 150px 0;
  }

  .second_block_content {
    text-align: center;
  }

  .form_field {
    border: 1px solid;
  }
  .first_section {
    background: url(../images/BGmobile.png) no-repeat;
    background-size: cover;
  }
  .second_block_content p {
    color: #ffffff;
    font-size: 16px;
  }
  .second_block_content p br {
    display: none;
  }
  .desk {
    display: none;
  }
  .dark_block .left ul {
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 12px;
    align-items: flex-start;
  }

  .dark_block .left li {
    gap: 8px;
  }

  .dark_block .left li {
    font-size: 14px;
  }
  .dark_block .left li img {
    width: 16px;
  }
  .dark_block .container {
    padding: 22px;
    row-gap: 20px;
    border-radius: 22px;
  }
  .siding_wrap > div {
    width: 100%;
  }
  .siding_wrap {
    padding: 0;
  }
  .grow-slider .swiper-pagination {
    position: unset;
    flex-direction: row;
    width: 100%;
    padding: 10px;
  }
  .grow-slider-content,
  .grow-slider-image {
    width: 100%;
  }
  .grow-slider .swiper-pagination-bullet::after {
    width: 26px;
    height: 26px;
  }
  .award-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    column-gap: unset;
    justify-content: center;
  }
  .award-list .item {
    width: 31.33%;
    margin: 0 1%;
  }
  .uncapped {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .uncapped::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: -1;
  }
  .uncapped_content {
    width: 100%;
    padding: 20px;
  }
  .uncapped_content .link {
    margin-inline: auto;
  }
  .header {
    display: none;
  }
  .second_block_form {
    padding: 20px;
    border-radius: 20px;
  }
  .uncapped {
    border-radius: 20px;
  }
  .grow-slider-content {
    display: none;
  }
  .grow-slider .swiper-pagination::after {
    width: 90%;
    height: 2px;
    left: 5%;
    top: 47%;
  }
  .grow-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .grow-slider .swiper-pagination-bullet::after {
    width: 13px;
    height: 13px;
  }
  .grow-slider .swiper-pagination-bullet-active::after {
    border-color: #9eb7af;
  }
  .grow-slider .swiper-pagination-bullet-active {
    background: #9eb7af;
  }

  .award-slider .swiper-pagination {
    position: initial !important;
    margin-top: 25px;
  }
  .award-slider .swiper-pagination-bullet {
    border: 1px solid #9eb7af;
    background: initial !important;
    opacity: 1 !important;
  }
  .award-slider .swiper-pagination-bullet-active {
    background: #000000 !important;
  }
  .grow-slider-image {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    row-gap: 24px;
  }
  .grow-slider {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .grow-slider-item{
    align-items: flex-start;
  }
  .dark_block{
    margin-top:-70px;
  }
  .our-growth> .grow-slider-content{
    display: block;
    margin-bottom: 25px;
  }
  .our-growth {
    padding-top: 30px;
}
.grow-slider-image img {
  margin-top: 15px;
}
}

/* ------------------------------------- */
