@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "LEMONMILK-Medium";
  src: url(../fonts/LEMONMILK-Medium.otf);
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

h1,
h2 {
  font-family: "LEMONMILK-Medium";
}

button:focus {
  outline: none !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1290px;
}

header {
  padding: 14px 0;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
}
header ul li:first-child a {
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
header ul li:first-child a:before {
  content: "";
  background: #314f72;
  width: 9px;
  height: 9px;
  border-radius: 50px;
}
header ul li:last-child a {
  display: flex;
  align-items: center;
  background: #314f72;
  padding: 10px 14px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  text-transform: capitalize;
}
header .main-logo img {
  height: 48px;
}

section.banner-part {
  padding: 60px 0;
}
section.banner-part h1 {
  font-size: 69px;
  line-height: 84px;
  margin: 0;
}
section.banner-part h1 span {
  color: #314f72;
}
section.banner-part p {
  color: #020335;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 25px;
}
section.banner-part a {
  display: flex;
  align-items: center;
  margin-left: 25px;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 42px;
  padding: 0 15px;
  color: #314f72;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  gap: 19px;
  position: relative;
}
section.banner-part a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  border: 1px solid #314f72;
  border-radius: 100px;
}

section.body-cont1 .row {
  gap: 24px 0;
}
section.body-cont1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
section.body-cont1 video {
  width: 100%;
  height: 100%;
  max-height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 46px;
}

section.body-cont2 {
  padding: 160px 0;
}
section.body-cont2 img {
  border-radius: 46px;
  max-height: 386px;
}
section.body-cont2 h6 {
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 16px;
}
section.body-cont2 p {
  color: #020335;
  font-size: 25px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 16px;
}
section.body-cont2 h5 {
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  font-style: italic;
}

section.body-cont3 {
  overflow: hidden;
}
section.body-cont3 h2 {
  font-size: 49px;
  font-weight: 500;
  line-height: 66.18px;
  margin: 0 0 60px;
}
section.body-cont3 h2 span {
  color: #314f72;
}
section.body-cont3 .wrap {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 36px;
  border-radius: 36px;
}
section.body-cont3 .wrap > img {
  border-radius: 30px;
  margin: 0 0 38px;
}
section.body-cont3 .wrap h3 {
  color: #02050A;
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 16px;
}
section.body-cont3 .wrap p {
  color: #02050A;
  font-size: 16px;
  line-height: 24px;
  max-width: 425px;
}
section.body-cont3 .wrap a {
  color: #314f72;
  font-size: 16px;
  font-weight: 500;
  display: table;
}
section.body-cont3 .wrap a img {
  float: right;
  margin-top: 5px;
  margin-left: 10px;
  filter: invert(46%) sepia(17%) saturate(982%) hue-rotate(172deg) brightness(100%) contrast(42%);
}
section.body-cont3 .ser-row {
  flex-wrap: nowrap;
  position: relative;
  right: 0;
  transition: all 1s ease-out;
}

section.body-cont4 {
  padding: 160px 0;
}
section.body-cont4 h2 {
  font-size: 49px;
  font-weight: 500;
  line-height: 66.18px;
  margin: 0 0 60px;
}
section.body-cont4 h2 span {
  color: #314f72;
}
section.body-cont4 .wrap {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 24px;
  border-radius: 24px;
  margin: 0 0 30px;
}
section.body-cont4 .wrap.mt-100 {
  margin-top: 100px;
}
section.body-cont4 .wrap img.img1 {
  width: 100%;
  margin: 0 0 26px;
  border-radius: 16px;
}
section.body-cont4 .wrap img.img2 {
  margin: 0 0 26px;
}
section.body-cont4 .wrap ul {
  display: flex;
  gap: 15px;
}
section.body-cont4 .wrap ul li {
  border: 1px solid #666666;
  color: #666666;
  font-size: 14px;
  line-height: 35px;
  padding: 0 21px;
  border-radius: 100px;
}

section.body-cont5 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/client-bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.body-cont5 h2 {
  color: #020335;
  font-size: 160px;
  text-align: center;
  font-weight: 500;
}
section.body-cont5 ul {
  max-width: 354px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 421px;
}
section.body-cont5 ul li,
section.body-cont5 ul ol {
  list-style: none;
  display: flex;
  position: absolute;
  background: #fff;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 46px;
  padding: 44px 23px;
  height: 100%;
  justify-content: space-between;
  transition: all 0.3s ease-out;
}
section.body-cont5 ul li p,
section.body-cont5 ul ol p {
  color: #02050A;
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
  margin: 0 0 38px;
}
section.body-cont5 ul li .auth,
section.body-cont5 ul ol .auth {
  display: flex;
  align-items: center;
  gap: 18px;
}
section.body-cont5 ul li .auth h4,
section.body-cont5 ul ol .auth h4 {
  color: #181818;
  font-size: 16px;
  letter-spacing: -0.44px;
  font-weight: 600;
}
section.body-cont5 ul li .auth h5,
section.body-cont5 ul ol .auth h5 {
  color: #696969;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
section.body-cont5 ul li:first-child {
  transform: rotate(0deg) translate(0px, 0px);
  z-index: 5;
}
section.body-cont5 ul li:nth-child(2) {
  transform: rotate(-5deg) translate(0px, 0px);
  z-index: 4;
}
section.body-cont5 ul li:nth-child(3) {
  transform: rotate(-10deg) translate(0px, 0px);
  z-index: 3;
}
section.body-cont5 ul li:nth-child(4) {
  transform: rotate(-15deg) translate(0px, 0px);
  z-index: 2;
}
section.body-cont5 ul li:last-child {
  transform: rotate(-20deg) translate(0px, 0px);
  z-index: 1;
}

section.body-cont6 {
  padding: 110px 0 130px;
}
section.body-cont6 h4 {
  color: #02050A;
  margin: 0 0 70px;
  text-align: center;
  font-size: 24px;
  letter-spacing: -0.48px;
  font-weight: 500;
}
section.body-cont6 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.body-cont7 {
  padding: 0 0 130px;
}
section.body-cont7 h4 {
  color: #020335;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.96px;
  max-width: 710px;
  text-align: center;
  margin: 0 auto 60px;
  font-weight: 600;
}
section.body-cont7 h4 span {
  color: #314f72;
}
section.body-cont7 .form-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 64px;
  padding: 44px;
}
section.body-cont7 .form-wrap h5 {
  color: #000;
  font-size: 24px;
  margin: 0 0 36px;
}
section.body-cont7 .form-wrap input:not([type=submit]),
section.body-cont7 .form-wrap select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 48px;
  border-radius: 100px;
  padding: 0 15px;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
section.body-cont7 .form-wrap select {
  background: url(../images/down-arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
}
section.body-cont7 .form-wrap input[type=submit] {
  width: 100%;
  height: 48px;
  border-radius: 100px;
  background: #314f72;
  border: 1px solid #314f72;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: right 15px center;
}

footer {
  position: relative;
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  padding: 0 0 130px;
  overflow: hidden;
}
footer:before {
  content: "";
  width: 337px;
  height: 337px;
  background: linear-gradient(226.07deg, #FFC700 15.87%, #FC742B 49.58%, #7F43FF 75.02%);
  position: absolute;
  bottom: -50px;
  right: -74px;
  border-radius: 50%;
  filter: blur(160px);
}
footer .sec1 {
  padding: 75px 0;
}
footer ul.social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 70px;
}
footer ul.social li a {
  display: flex;
  align-items: center;
  color: #181818;
  font-size: 16px;
  text-transform: capitalize;
}
footer ul.social li a i.fab {
  color: #314f72;
  font-size: 18px;
  margin-right: 15px;
}
footer ul.social li a img {
  margin-right: 15px;
}
footer .sec2 {
  border-top: 1px solid #E6E6E7;
}
footer h2 {
  padding: 86px 0;
  color: #020335;
  font-size: 85px;
  letter-spacing: -1.7px;
  line-height: 96px;
  font-weight: 500;
}
footer ul.info {
  display: flex;
  gap: 30px;
}
footer ul.info li a {
  display: table;
  width: 100%;
  border: 1px solid #E6E6E7;
  border-radius: 30px;
  padding: 25px 100px;
  color: #02050A;
  font-size: 20px;
}
footer .sec3 {
  padding-top: 85px;
  padding-left: 80px;
  border-left: 1px solid #E6E6E7;
  height: 100%;
  border-bottom: 1px solid #E6E6E7;
}
footer .sec3 h4 {
  color: #181818;
  margin: 0 0 50px;
  font-size: 24px;
  letter-spacing: -0.48px;
  font-weight: 600;
}
footer .sec3 ul.menu li a {
  display: table;
  color: #696969;
  font-size: 18px;
  margin: 0 0 15px;
}

div#myModal .modal-dialog {
  max-width: 767px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
}
div#myModal .modal-header {
  border: none;
  text-align: center;
  flex-direction: column-reverse;
  padding: 25px 24px 0;
}
div#myModal .modal-header button.btn-close {
  opacity: 1;
  background-size: 10px;
  margin-bottom: 10px;
}
div#myModal .modal-header h4.modal-title {
  color: #020335;
  font-size: 38px;
  line-height: 55px;
  letter-spacing: -0.96px;
  max-width: 556px;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 600;
}
div#myModal .modal-header h4.modal-title span {
  color: #314f72;
}
div#myModal .modal-content {
  border: none;
  border-radius: 40px;
}
div#myModal .modal-body {
  padding: 0 60px 60px;
}
div#myModal .modal-body input:not([type=submit]),
div#myModal .modal-body select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 48px;
  border-radius: 100px;
  padding: 0 15px;
  color: #000;
  margin: 0 0 26px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
div#myModal .modal-body select {
  background: url(../images/down-arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
}
div#myModal .modal-body input[type=submit] {
  width: 100%;
  height: 48px;
  border-radius: 100px;
  background: #314f72;
  border: 1px solid #314f72;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: right 15px center;
  max-width: 200px;
  margin: 0 auto;
  display: table;
}/*# sourceMappingURL=style.css.map */