* {
  padding: 0;
  margin: 0;
  font-family: "baseline-pro";
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

@font-face {
  font-family: "baseline-pro";
  src: url(./assets/Fonts/PFBaselinePro-Bold.ttf);
}

@font-face {
  font-family: "Montserrat";
  src: url(./assets/Fonts/Montserrat-Regular.ttf);
}

:root {
  --primary-green: #16571d;
  --bg-green: #7fb985;
  --title-Purple: #4e1282;
  --primary-blue: #3051c7;
  --primary-yellow: #f0af13;
  --primary-orange: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  --primary-gray: #444444;
  --primary-bg: #f9f9f9;
}
#contactModal {
  display: none; /* Initially hidden */
  align-items: center;
  justify-content: center;
}

.flexX {
  display: flex;
  flex-direction: row;
}
.flexColumn {
  display: flex;
  flex-direction: column;
}
body {
  width: 100vw;
  overflow-x: hidden;
}

header {
  background: #f9f9f9;
  padding-bottom: 100px;
}
.contact-form input::placeholder {
 font-size: 10px !important;
}
.container {
  max-width: 1274px !important;
  margin: 0 auto;
}

.nav {
  width: 100%;
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: #525f5f;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo_main {
  font-size: 26px;
}

.logo_description {
  font-family: "Montserrat" !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
}

.logo img {
  width: 200px;
  cursor: pointer;
}

.menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: var(--primary-gray);
  flex-grow: 1;
  padding: 0 48px;
  align-items: center;
  font-size: 14px;
}

.menu_responsive {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.menu li {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.contacts p {
  color: var(--primary-gray);
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
}

.contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.contacts button,
.border-btn {
  padding: 10px 33px;
  border: 2px solid;
  border-image:linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  background: transparent;
  border-image-slice: 1;
  cursor: pointer;
  background: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition-duration: 500ms;

  /* This line ensures the entire border is filled */
}
.bg-orange {
  background: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);

  color: white;
}
.contacts button:hover,
.border-btn:hover {
  background: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  color: white !important;
  -webkit-text-fill-color: white;
  transition-duration: 500ms;
}

.contacts button p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color:linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%) !important;
}

.header_main {
  display: flex;
  padding-top: 100px;
}

.header_main_1 {
  width: 50%;
  position: relative;
  color: var(--primary-gray);
  z-index: 50;
}

.pro {
  font-family: "baseline-pro" !important;
}


.header_main_1 > img {
  position: absolute;
  top: -120px;
  left: -230px;
}

.header_main_1 > div {
  padding-top: 111px;
  font-family: sans-serif !important;
}

.header_main_1 > div > div {
  display: flex;
  padding-top: 34px;
  align-items: center;
  gap: 75px;
  font-size: 18px;
}

.header_main_1 > div > p {
  color: var(--primary-gray);
  font-size: 21px !important;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'baseline-pro' !important;
  gap: 25px;
  padding: 24px 68px;
  color: white;
  background:linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  border: none;
  font-size: 16px;
  margin-top: 40px;
  cursor: pointer;
}

.header_main_2 {
  position: absolute;
  left: 52%;
}

.resume {
  padding: 100px 0;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resume h1 {
  font-size: 40px;
  color: var(--primary-gray);
}

.resume_main_1 > h1 > span,
.resume_main_2 > h1 > span {
  background: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.resume_main_1,
.resume_main_2 {
  width: 100%;
  text-align: center;
}
.resume_main_2 {
  margin-top: 74px;
}

.resume_main_1 > div,
.resume_main_2 > div {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  color: var(--primary-gray);
  font-size: 18px;
}

.resume_main_2 > div {
  padding-top: 70px;
}

.resume_main_1_1 > span,
.resume_main_1_1 > span > div,
.resume_main_1_2 > span,
.resume_main_1_2 > span > div,
.resume_main_1_3 > span,
.resume_main_1_3 > span > div {
  background: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  gap: 10px;
  display: flex;
  position: relative;
  z-index: 20;
  align-items: end;
  line-height: 50px;
}
.resume_main_1_1
  > span
  > div
  .resume_main_1_2
  > span
  > div
  .resume_main_1_3
  > span
  > div {
  font-size: 19px !important;
}
.resume_main_1_3 {
  position: relative;
  line-height: 40px;
}

.resume_main_1_2 > p {
  margin-left: 80px;
  position: relative;
  z-index: 20;
}

.resume_main_1_2,
.resume_main_1_3 {
  text-align: start;
  position: relative;
}

.resume_main_1_3 > span {
  position: absolute;
  left: -80px;
}

.resume_main_2s {
  font-size: 19px !important;
}
.circle {
  position: absolute;
  width: 183px;
  height: 183px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  left: -20%;
  top: -30%;
  z-index: 0;
}
.resume button {
  margin-top: 80px;
  padding: 18px 72px;
  background: var(--primary-orange);
  border: none;
  color: white;
  font-size: 14px;
}
.gray {
  color: #525F5F;
}
.ch-s {
  background: var(--primary-bg);
  padding: 77px 0;
}
.title {
  font-size: 50px;
  color: var(--primary-gray);
  margin: 0 auto;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
}

.hover-trigger:hover + .hover-target,
    .hover-target:hover {
        display: block;
    }

    .hover-target {
        font-size: 14px !important;
        display: none;
        padding-top: 15px;
        box-shadow: 0px 0px 25px 0px #0000001A;
    }
.title span,
.orange {
  background: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form {
  font-family: "Montserrat", sans-serif;
}
.form input::placeholder {
  color: black;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1700px) {
  .header_main_2 {
    left: 55%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    width: 100%;
    max-width: 1024px !important;
  }

  .contacts p {
    font-size: 12px;
  }

  .contacts button {
    padding: 10px 20px;
  }

  .menu {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .ch-s_desc {
    font-size: 14px !important;
  }
  .title {
    font-size: 30px !important;
    color: var(--primary-gray);
    margin: 0 auto;
  }
  .resume {
    padding-top: 50px;
  }
  .resume_main_1 > div {
    padding-top: 40px;
  }
  .resume_main_2 > div {
    padding-top: 40px;
  }
  .resume_main_1_3 > span {
    left: -20px;
  }
  .resume_main_1_3 {
    line-height: 20px;
  }
  .resume h1 {
    font-size: 20px;
  }
  .resume_main_1_1 > span,
  .resume_main_1_1 > span > div,
  .resume_main_1_2 > span,
  .resume_main_1_2 > span > div,
  .resume_main_1_3 > span,
  .resume_main_1_3 > span > div {
    font-size: 30px;
    line-height: 24px;
    text-align: left !important;
  }
  header {
    padding-bottom: 120px;
  }
  .container {
    width: 100vw;
    padding: 0 20px;
  }

  .menu_responsive {
    display: none;
  }

  .menu_icon {
    display: block;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 24px;
}

.menu_icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    margin: 5px 0;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.menu_icon.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #ff6347; /* Change color if desired */
}

.menu_icon.active span:nth-child(2) {
    opacity: 0;
}

.menu_icon.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #ff6347; /* Change color if desired */
}

.menu_responsive {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu_icon.active ~ .menu_responsive {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}


.header_main_2 {
  display: none;
}
  .header_main_1 > div > div {
    gap: 30px;
  }

  .header_main_1 > div {
    padding-top: 20px;
  }

  .header_main_1 > button {
    font-size: 14px !important;
  }

  .menu_responsive .menu {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }

  .menu_responsive .menu li {
    margin-bottom: 15px;
  }
  
  .menu_responsive .contacts {
    margin-top: 20px;
    text-align: center;
  }
  .header_main_1 {
    width: 100%;
  }
}
.button_ho ver:hover {
  border: 2px solid;
  border-image:linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  background: white;
  border-image-slice: 1;
}
.carousel-container {
  position: relative;
  overflow: hidden;
  width: 756px;
  height: 516px;
}.carousel-slide {
  display: none;
  width: 100%;
  height: 100%;
}.carousel-slide.active {
  display: block;
}

.carousel-image {
  width: 100%;
  height: 100%;
}

/* input::placeholder {
  font-family: "Montserrat", sans-serif !important];
} */
.orange-underline {
  display: inline-block;
  position: relative;
  background: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.orange-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px; /* Adjust the height of the underline as needed */
  background: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
}
.card .more-clad{
  height: 230px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .resume_main_1_1 {
    text-align: center !important;
  }
  .header-btn {
 padding: 10px 20px;
 font-size: 14px !important;
  }
  .header_main_1 > div > p{
    font-size: 16px !important;
  }
  .resume_main_1 > div {
    padding-top: 0px;
  }
  .resume_main_2 > div {
    padding-top: 0px;
  }
  .ch-s {
    padding: 50px 0;
  }
  .carousel-container {
    height: 300px;
  }
  .container {
    width: 100vw;
    padding: 0 20px;
  }
  .resume_main_2 {
    margin-top: 34px;
  }
  .title {
    font-size: 20px !important;
    color: var(--primary-gray);
    margin: 0 auto;
  }
  .resume h1 {
    text-align: center;
  }
  .resume {
    padding-bottom: 1px;
  }
  header {
    padding-bottom: 10px;
  }
  .resume button {
    margin-top: 20px;
  }
  .resume_main_1 > div,
  .resume_main_2 > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
  .resume_main_1_3 {
    line-height: normal;
  }
  .remove_br {
    display: none;
  }
  .resume_main_1,
  .resume_main_2 {
    width: 100%;
    text-align: start;
  }
  .resume_main_1_3 > span,
  .resume_main_1_2 > span {
    position: relative;
    left: -0px;
  }
  .resume_main_1_2 p {
    margin: 0;
  }
  .circle {
    display: none;
  }
  
  
  

  .header_main_1 > p {
    font-size: 16px;
  }

  .header_main_1 > h1 {
    font-size: 55px;
    font-weight: bold;
    background: linear-gradient(93.02deg, #9077B3 8.44%, #B25B70 99.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .header_main_1 > button {
    padding: 20px 30px;
  }
  
  .header_main_1 > div > div {
    font-size: 16px;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
  }
}
.flexX {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 400px) {
  .header_main_1 > button {
    padding: 10px 20px;
  }
  .resume button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .title {
    font-size: 20px !important;
    color: var(--primary-gray);
    margin: 0 auto;
  }
}
