@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --primary-color: #2f2f2f;
  --text-dark: #18181b;
  --text-light: #71717a;
  --white: #ffffff;
  --max-width: 1200px;
  --header-font: "Lora", serif;
  --background: #ffffff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

header {
  height: 91vh;
  background: rgb(40, 121, 244);
  background: linear-gradient(
    180deg,
    rgba(40, 121, 244, 1) 0%,
    rgba(60, 179, 168, 1) 48%,
    rgba(81, 242, 104, 1) 100%
  );
}
body {
  font-family: "Loto", sans-serif;
  scroll-behavior: smooth;
  background: whitesmoke;
}
li {
  list-style: none;
  text-decoration: none;
}
a {
  text-decoration: none;
}


/* ::::::::::::     HEADER SECTIOON     :::::::::::::::: */

.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0px;
  padding: 55px;
}


.left-header {
  text-align: center;
  min-width: 520px;
}
.left-header h1 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.26px;
  font-family: "Poppins", sans-serif;
  line-height: 67px;
}
.left-header p {
  color: #000;
  font-size: 20px;
  
  line-height: 38px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.left-header-img {
  max-width: 260px;
  display: block;
  margin: 0 auto;
  z-index: 9999;
}
.left-header-img img {
  width: 100%;
  height: 320px;
}
.left-header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 22px;
}
.left-header-button img {
  width: 140px;
}
.right-side {
  max-width: 520px;

}
.right-side img {
  max-height: 79vh;
  max-width: 100%;
  border-radius: 22px;
  box-shadow: 11px -8px 26px -7px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 11px -8px 26px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 11px -8px 26px -7px rgba(0, 0, 0, 0.75);
}

.shapedividers_com-2114 {
  overflow: hidden;
  position: relative;
  height: 190px;
  width: 100%;
  margin-bottom: 64px;
}
.shapedividers_com-2114::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 90px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%2351f268"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%2351f268"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%2351f268"/></svg>');
}

@media (min-width: 768px) {
  .shapedividers_com-2114::before {
    background-size: 100% 90px;
    background-position: 50% 0%;
  }
}

@media (min-width: 1025px) {
  .shapedividers_com-2114::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 118px;
    background-position: 50% 0%;
    transform: rotateY(180deg);
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%2351f268"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%2351f268"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%2351f268"/></svg>');
  }
}
@media only screen and (max-width: 2100px) {
  .shapedividers_com-2114::before {
    background-size: 100% calc(2vw + 118px);
  }
}

@media only screen and (max-width: 800px){
  
.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0px;
  padding: 55px;
}


.left-header {
  text-align: center;
  max-width: 520px;
}
.left-header h1 {
  color: #000;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.26px;
  font-family: "Poppins", sans-serif;
  line-height: 67px;
}
.left-header p {
  color: #000;
  font-size: 20px;
  
  line-height: 38px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.left-header-img {
  width: 100%;
  display: block;
  margin: 0 auto;
  z-index: 9999;
}
.left-header-img img {
  width: 100%;
  height: 320px;
}
.left-header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 22px;
}

.right-side {
  display: none;
  max-width: 520px;

}


}
@media (max-width: 530px){
  header {
    height: 100%;
    background: rgb(40, 121, 244);
    background: linear-gradient(
      180deg,
      rgba(40, 121, 244, 1) 0%,
      rgba(60, 179, 168, 1) 48%,
      rgba(81, 242, 104, 1) 100%
    );
  }
.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0px;
  padding: 15px;
  padding-top: 44px;

}


.left-header {
  text-align: center;
  width:120px;
  min-width: 100%;
 }
.left-header h1 {
  color: #000;
  font-size: 39px;
  font-weight: 600;
  letter-spacing: -1.26px;
  font-family: "Poppins", sans-serif;
  line-height: 67px;
}
.left-header p {
  color: #000;
  font-size: 20px;
  
  line-height: 38px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.left-header-img {
  width: 100%;
  display: block;
  margin: 0 auto;
  z-index: 9999;
}
.left-header-img img {
  width: 100%;
  height: 320px;
}
.left-header-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 22px;
}

.right-side {
  display: none;
  max-width: 520px;

}


}
@media (max-width: 400px){
 
.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0px;
  padding: 15px;
  padding-top: 44px;
}


.left-header {
  text-align: center;
  width:120px;
  min-width: 100%;
 }
.left-header h1 {
  color: #000;
  font-size: 39px;
  font-weight: 600;
  letter-spacing: -1.26px;
  font-family: "Poppins", sans-serif;
  line-height: 67px;
}
.left-header p {
  color: #000;
  font-size: 20px;
  
  line-height: 38px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.left-header-img {
  width: 100%;
  display: block;
  margin: 0 auto;
  z-index: 9999;
}
.left-header-img img {
  width: 100%;
  height: 320px;
}
.left-header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 22px;
}

.right-side {
  display: none;
  max-width: 520px;

}


}