/*Colors*/
/*font*/
/* Font Weights */
/*GENERAL*/
/*============================*/
/*============================*/
/*============================*/
/*font*/
body {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
p {
  margin: 0px;
  padding: 0px;
}

/*Mobile view*/
.ft-head-l {
  font-size: 24px;
  line-height: 120%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.ft-head-xxl {
  font-size: 24px;
  line-height: 120%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.sub-titile {
  font-size: 16px;
  line-height: 140%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

/*Menu*/
/*=============================*/
.menu-container {
  display: flex;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.menu-container .left-side-menu {
  display: flex;
  gap: 0px 60px;
}
.menu-container .left-side-menu .logo-size-container {
  margin-top: 16px;
  width: 136px;
}
.menu-container .left-side-menu .logo-size-container svg {
  width: 100%;
  position: relative;
}

.right-side-menu {
  display: flex;
  justify-content: end;
  position: relative;
  align-items: center;
  width: 100%;
}
.right-side-menu .between-btn-switch {
  display: flex;
  gap: 0px 28px;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0px;
  cursor: pointer;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 120%;
  color: #264555;
}
.lang-switch a {
  color: #264555;
}

.burger-container {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 18px;
}

.no-mobile-view {
  display: none !important;
}

.burger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
}
.burger .line {
  width: 32px;
  height: 4px;
  border-radius: 15px;
  background-color: #264555;
}

.flex-links {
  display: flex;
  padding: 32.5px 0px;
  gap: 0px 40px;
  position: relative;
}

.link-block {
  display: block;
}
.link-block a {
  font-family: Montserrat, sans-serif;
  color: #264555 !important;
  font-size: 16px;
  font-weight: 700;
  left: 0.7px;
  text-transform: uppercase;
  line-height: 120%;
}

.link-block {
  transition: opacity 0.5s ease; /* Smooth transition with a 0.5s duration */
}

/*Homepage Section 1*/
/*============================*/
.back-side-hero {
  opacity: 1;
  display: flex;
  align-items: end;
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  background-position: center;
  background-image: url("./img/CTAsection-mb.png");
  background-size: cover;
  padding: 0px 20px 48px 20px;
  box-sizing: border-box;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity for darkness */
  z-index: 2;
  pointer-events: none;
}

.flex-info-hero-text {
  display: flex;
  gap: 42px 0px;
  flex-direction: column;
}
.flex-info-hero-text .content-hero-child {
  max-width: 760px;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 8px 0px;
  width: 100%;
}
.flex-info-hero-text .content-hero-child h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  line-height: 120%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.flex-info-hero-text .content-hero-child p {
  color: #ffffff;
  font-size: 16px;
  line-height: 140%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.no-link-style {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  text-decoration: none;
}

.main-blue-button {
  cursor: pointer;
  border: none !important;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background-color: #66b6cc;
  box-sizing: border-box;
  padding: 16px 24px;
  border-radius: 42px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 120%;
  letter-spacing: 0.7px;
  font-weight: 700;
}
.main-blue-button:hover {
  background-color: #264555;
}

/*Diyalnist*/
/*=============================================*/
#diyalnist {
  background-color: #f6f6f6;
  padding: 90px 0px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.content-container {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0px 20px;
}

.flex-d-container {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0px 60px;
  justify-content: space-between;
}

.left-side-d-im {
  display: block;
  width: 90%;
}
.left-side-d-im img {
  border-radius: 36px;
  width: 100%;
}

.content-container {
  padding: 0px 80px;
}

.right-side-d-txt {
  display: block;
  width: 50%;
  position: sticky;
  top: 100px; /* Adjust the distance from the top */
  min-width: 390px;
  max-width: 620px;
}

.diyal-header {
  text-transform: uppercase;
  color: #264555;
  font-size: 24px;
  line-height: 120%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
}

.touch {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0px 10px;
  cursor: pointer;
}
.touch .circle-d {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 51px;
  height: 51px;
  border-radius: 50%;
}
.touch .svg-diyal-sizer {
  width: 51px;
}
.touch .svg-diyal-sizer svg rect {
  fill: #ffffff;
}
.touch .svg-diyal-sizer svg path {
  stroke: #264555;
}
.touch:hover .svg-diyal-sizer rect {
  fill: #264555;
}
.touch:hover .svg-diyal-sizer path {
  stroke: #ffffff;
}
.touch:hover .circle-d {
  background-color: #264555;
}

.active .svg-diyal-sizer svg rect {
  fill: #264555;
}
.active .svg-diyal-sizer svg path {
  stroke: #ffffff;
}
.active .circle-d {
  background-color: #264555;
}

.flex-icons-control {
  display: flex;
  flex-wrap: wrap;
}
.flex-icons-control .flx-icon-body {
  position: relative;
  padding: 22px 18.77px;
  box-sizing: border-box;
  display: flex;
  width: 281px;
  max-width: 100%;
  align-items: center;
}

.half-contaainer-one {
  border-right: 1px dashed hsla(200, 28%, 24%, 0.2);
}

.dashed-bottom::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  bottom: 0px;
  left: 0px;
  border-bottom: 1px dashed hsla(200, 28%, 24%, 0.2);
}

.dashed-right {
  border-left: 1px dashed hsla(200, 28%, 24%, 0.2);
  border-top: 1px dashed hsla(200, 28%, 24%, 0.2);
}

.icon-text-diyal {
  position: relative;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #264555;
}

.show-data-container {
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
  position: absolute;
  top: -1000%;
  left: -1000%;
  padding-top: 24px;
}

.pc-view-container-data {
  display: none;
  min-height: 501px;
}

.mb-view-container-data {
  display: block;
}

.active-data {
  position: relative !important;
  top: 0px;
  left: 0px;
}

.data-shown-header {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #264555;
  line-height: 130%;
  padding-bottom: 24px;
}

.data-shown-text {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #264555;
  line-height: 140%;
}

.image-div-s {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-image: url("./img/diyalnist-pc.png");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.strong-darker {
  background-color: #264555 !important;
}
.strong-darker:hover {
  background-color: #66b6cc !important;
}

.fake-mb-menu {
  display: none;
  height: 80px;
  width: 100%;
}

#perspecttive {
  padding: 120px 0px;
}

.flex-prsp {
  display: flex;
  width: 100%;
  gap: 66px 55px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.prps-header {
  text-transform: uppercase;
  color: #264555;
  font-size: 24px;
  line-height: 120%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
  max-width: 431px;
}

.prsp-sub-header {
  color: #264555;
  font-size: 18px;
  line-height: 150%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 48px;
  max-width: 421px;
}

.left-prps {
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.right-prps {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.color-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 32px 0px;
  position: relative;
  box-sizing: border-box;
  padding: 54px 24px;
  background-color: #f6f6f6;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.prsp-acitive-text-fl {
  display: flex;
  position: relative;
  gap: 32px 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}

.item-lined {
  width: 100%;
  position: relative;
}

.head-prsp-item {
  color: #264555;
  font-size: 24px;
  line-height: 130%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  padding-bottom: 6px;
}

.sub-head-prp-item {
  color: #264555;
  font-size: 14px;
  line-height: 150%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

/*Carousel*/
/*========================*/
.carousel-container {
  width: 100%;
  margin: auto;
  background-color: #61bad2;
  padding: 60px 20px;
  border-radius: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.carousel-content {
  display: flex;
  position: relative;
  height: 173px;
  max-width: 1098px;
  margin: 0px auto;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 179px;
}

.carousel-slide.active {
  visibility: visible;
}

.carousel-header {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #264555;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 120%;
  padding: 22.5px 0px;
}

.carousel-text {
  font-size: 18px;
  line-height: 150%;
  color: #264555;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  z-index: 9999999;
  position: relative;
  margin-top: 54px;
  gap: 0px 27px;
}

.control-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5eb4cc;
  cursor: pointer;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0px 19.5px;
}

.carousel-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #2d2d2d;
}

.carousel-indicator.active {
  background-color: #2d2d2d;
}

#form-homepage {
  padding: 120px 0px;
}

/*Forms container*/
/*-============*/
.form-container {
  display: block;
  position: relative;
  padding: 0px 20px;
  box-sizing: border-box;
}

.flex-display-form {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-wrap: nowrap;
  gap: 60px 160px;
  justify-content: space-between;
}

.right-side-txt-frm {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
}
.right-side-txt-frm img {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  border-radius: 16px;
}

.left-side-txt-frm {
  display: flex;
  flex-direction: column;
  gap: 34.5px 0px;
  width: 100%;
}
.left-side-txt-frm h2 {
  color: #264555;
  font-size: 42px;
  font-family: 600;
  font-family: Montserrat, sans-serif;
  line-height: 120%;
  padding-bottom: 18px;
}
.left-side-txt-frm p {
  color: #264555;
  font-size: 28px;
  font-family: 400;
  font-family: Montserrat, sans-serif;
  line-height: 140%;
}
.left-side-txt-frm form {
  display: flex;
  flex-direction: column;
  gap: 18px 0px;
  width: 100%;
  position: relative;
}
.left-side-txt-frm input {
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 16px 8px;
  border-bottom: 1px solid #d4dadd;
  font-size: 16px;
  line-height: 140%;
  color: #677d88;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
.left-side-txt-frm input::-moz-placeholder {
  font-size: 16px;
  line-height: 140%;
  color: #677d88;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
.left-side-txt-frm input::placeholder {
  font-size: 16px;
  line-height: 140%;
  color: #677d88;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-container-form {
  display: none;
  position: relative;
  width: 100%;
  background-color: red;
  height: 100%;
  min-width: 500px;
  border-radius: 16px;
  background-image: url("./img/boy.png");
  background-size: cover;
  background-position: center;
}

.show-mobile-ft-svg {
  width: 100%;
  position: relative;
  display: block;
}

.show-pc-ft-svg {
  width: 100%;
  position: relative;
  display: none;
}

/*COntact page*/
.left-side-cntct-s {
  width: 570px;
  max-width: 100%;
}

.right-side-cntct-s {
  width: 570px;
  max-width: 100%;
}

.contact-main-container {
  padding: 0px 20px;
}

.flex-cntc-parent {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding: 45px 67.5px;
  flex-wrap: nowrap;
  box-sizing: border-box;
  border-radius: 18px;
}

#contacts {
  background-color: #61bad2;
  padding: 40px 0px;
  box-sizing: border-box;
  position: relative;
}

.left-side-cntct-s {
  display: flex;
  flex-direction: column;
  gap: 36px 0px;
}
.left-side-cntct-s h2 {
  color: #264555;
  /* Heading/L */
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
}

.cntc-line-info .cntc-lable {
  color: rgba(38, 69, 85, 0.7);
  /* Body/M */
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.cntc-line-info a {
  color: inherit;
  text-decoration: none;
}
.cntc-line-info .cntc-text {
  color: #264555;
  /* Heading/S */
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

@media (max-width: 1246px) {
  .shown-fk {
    display: block;
  }
  .menu-container {
    position: fixed;
    background-color: #ffffff;
    top: 0px;
    z-index: 999999;
  }
  .flex-links {
    position: fixed;
    top: 79px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    right: 0px;
    justify-content: end;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 40px;
    z-index: 999999;
  }
  .flex-links .link-block {
    width: 100%;
  }
  .menu-closed {
    position: relative;
    background-color: transparent;
    top: 0px;
    z-index: 1;
  }
  .menu-closed .flex-links {
    right: -110%;
  }
  .flex-icons-control {
    flex-direction: column;
    width: 100%;
  }
  .half-contaainer-one {
    border: none !important;
  }
  .flx-icon-body {
    width: 100% !important;
    border-bottom: 1px dashed hsla(200, 28%, 24%, 0.2);
  }
  .dashed-bottom::after {
    border-bottom: none;
  }
  .mobile-no-border {
    border: none !important;
  }
}
@media (min-width: 1246px) {
  .flex-display-form {
    flex-direction: row;
  }
  .image-container-form {
    display: block;
  }
  .right-side-txt-frm img {
    display: none;
    min-width: 500px;
  }
  #burger {
    display: none;
  }
  .right-side-d-txt {
    min-width: 566px;
  }
  .pc-view-container-data {
    display: block;
  }
  .mb-view-container-data {
    display: none;
  }
}
@media (min-width: 1000px) {
  /*Contacts*/
  #contacts {
    padding: 86px 0px;
  }
  .carousel-content {
    height: 213px;
  }
  .scroll-stickky {
    position: sticky;
    top: 100px;
  }
  .carousel-header {
    font-size: 48px;
    font-family: 600;
  }
  .carousel-text {
    font-size: 28px;
    font-family: 400;
  }
  .sub-head-prp-item {
    font-size: 16px;
    line-height: 140%;
  }
  .prsp-acitive-text-fl {
    gap: 0px 36px;
    flex-direction: row;
  }
  .item-lined {
    width: 50%;
  }
  .color-container {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 0px;
    padding: 54px 48px;
  }
  .image-div-s {
    height: 100%;
    padding-bottom: 0%;
    border-radius: 36px;
  }
  .flex-prsp {
    padding-left: 80px;
    padding-right: 0px;
  }
  .form-container {
    padding: 0px 80px;
  }
}
@media (max-width: 1000px) {
  .flex-cntc-parent {
    flex-direction: column;
    gap: 36px 0px;
    padding: 25px;
  }
  .right-side-cntct-s {
    width: 100%;
  }
  .flex-prsp {
    flex-direction: column;
  }
  #diyalnist {
    padding: 24px 0px;
  }
  .content-container {
    padding: 0px 20px;
  }
  .left-side-d-im {
    width: 100%;
  }
  .left-side-d-im img {
    border-radius: 8px;
  }
  .right-side-d-txt {
    width: 100%;
    position: sticky;
    padding-top: 36px;
    min-width: 100%;
  }
  .flex-links {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex-d-container {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
/*PC view*/
@media (min-width: 690px) {
    
.cntc-line-info .cntc-text {
  font-size: 24px;
}
  .contact-main-container {
    padding: 0px 80px;
  }
  .show-mobile-ft-svg {
    display: none;
  }
  .show-pc-ft-svg {
    display: block;
  }
  .right-side-txt-frm img {
    min-width: 420px;
  }
  .fake-mb-menu {
    height: 82px;
  }
  .flex-links {
    padding-right: 80px;
    padding-left: 80px;
  }
  .no-mobile-view {
    display: flex !important;
  }
  /*Menu*/
  .menu-container {
    height: 82px;
    padding: 0px 80px;
  }
  .menu-container .left-side-menu .logo-size-container {
    margin-top: 6px;
    width: 160px;
  }
  /*Hero section*/
  .flex-info-hero-text .content-hero-child {
    gap: 16px 0px;
  }
  .flex-info-hero-text .content-hero-child h2 {
    font-size: 42px;
    font-weight: 600;
  }
  .flex-info-hero-text .content-hero-child p {
    font-size: 28px;
    font-weight: 500;
  }
  .sub-titile {
    font-size: 28px;
    font-weight: 500;
  }
  .ft-head-xxl {
    font-size: 48px;
  }
  .back-side-hero {
    display: block;
    height: -moz-max-content;
    height: max-content;
    background-image: url("./img/CTAsection-pc.png");
    padding: 0px 80px 0px 80px;
    height: calc(100vh - 82px);
    display: flex;
    align-items: center;
  }
  /*Diyalnist*/
  .diyal-header {
    font-size: 42px;
    font-weight: 600;
  }
  .prps-header {
    font-size: 42px;
    font-weight: 600;
  }
}
@media (min-width: 1246px) {
  .flex-links {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1505px) {
  .menu-container {
    padding: 0px 10rem;
  }
  .back-side-hero {
    padding: 0px 10rem;
  }
  .form-container {
    padding: 0px 10rem;
  }
  .content-container {
    padding: 0px 10rem;
  }
  .flex-prsp {
    padding-left: 10rem;
  }
  .contact-main-container {
    padding: 0px 10rem;
  }
}/*# sourceMappingURL=main.css.map */