@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..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&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #283142;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 130%;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 160%;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}

p, .about-promise-content ul li, .section-title h6 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  color: #283142;
}

a,
btn,
.btn {
  cursor: pointer !important;
  transition: all 0.3s;
}

a,
a:hover,
.btn,
.btn:hover {
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
}

.btn:hover {
  border-color: inherit;
  background: inherit;
}

.default-btn {
  font-family: 'Inter', sans-serif;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  background: #D8B475;
  color: #FFF !important;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 35px;
    line-height: 100%;
}

.default-btn:hover {
  color: #D8B475 !important;
  background: #fff !important;
}

/* start header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 1030;
  background: #F6F8FF;
}


.navbar .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url(../img/menu.svg);
}

.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(../img/cross.svg);
}

.navbar {
  padding: 25px 0 0;
  transition: all 0.2s;
}

.navbar-nav {
  align-items: center;
}

.header.fixed-top .navbar {
  padding: 10px 0;
  transition: all 0.2s;
}

.header .navbar .navbar-brand img {
  width: 100%;
  transition: width 0.2s;
}

.header.fixed-top .navbar .navbar-brand img {
  width: 70%;
  transition: width 0.2s;
}

.header .navbar .navbar-nav li {
  margin: 0 10px;
}

.header .navbar .navbar-nav li a {
  color: #000;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
  padding: 8px 10px;
}

.header .navbar .navbar-nav li a.active {
  color: #d8b475;
}

.header .navbar .navbar-nav li a:hover {
  color: #d8b475;
}

.nav-link-btn {
  display: flex;
  align-items: center;
}

.nav-link-icon {
  margin-right: 10px;
}

.collapse.navbar-collapse {
  padding-bottom: 20px;
}

/* .header.fixed-top .collapse.navbar-collapse {
  padding-bottom: 0;
} */
/* end header */


.home-banner-section {
  background: #F6F8FF;
  position: relative;
}

.home-banner-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 0px 150px;
}

.home-banner-content {
    max-width: 730px;
}

.home-banner-img {
  width: 46%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-banner-img img {
  max-width: 100%;
}

.home-banner-content h4 {
  font-weight: 500;
  line-height: 100%;
  color: #D8B475;
  margin-bottom: 20px;
}

.home-banner-content h1 {
  color: #000E29;
  margin-bottom: 50px;
}

.home-banner-content .default-btn {
  width: 224px;
  height: 64px;
}


.home-about-section {
  background: #00215E;
  text-align: center;
  padding: 130px 0;
}

.section-title h6 {
  color: #D8B475;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 25px;
}

.home-about-section .section-title h6 {
  position: relative;
}

.home-about-section .section-title h6:before, .home-about-section .section-title h6:after {
  content: "";
  width: 118px;
  height: 2px;
  background: #D8B475;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home-about-section .section-title h6:before {
  left: -142px;
}

.home-about-section .section-title h6:after {
  right: -137px;
}

.home-about-section h3 {
  color: #fff;
}

.home-about-section h3 span {
  color: #D8B475;
}

.about-section {
  padding: 110px 0;
}

.about-haybridge-img {
  text-align: right;
}

.about-haybridge-home {
  padding-bottom: 150px;
}

.about-haybridge-home .row {
  align-items: center;
}

.about-haybridge-content h2 {
  margin-bottom: 25px;
}

.about-promise-content {
  padding-left: 25px;
}

.about-promise-content h4 {
  margin-bottom: 25px;
}

.about-promise-content ul li {
  padding: 15px 0;
}

.about-promise-content ul li span {
  font-weight: 700;
}

.about-promise-haybridge .default-btn {
  margin: 120px auto;
  height: 84px;
  padding: 8px 56px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-promise-haybridge .default-btn:before {
  content: "";
    position: absolute;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 15, 43, 0.70);
    filter: blur(2.5px);
    width: 668px;
    height: 4px;
    border-radius: 48%;
}

.first-step-card {
  background: url(../img/first-step-background.png) no-repeat;
  height: 639px;
  padding: 50px 70px;
}

.first-step-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  max-width: 770px;
}

.first-step-content h2 {
  color: #FFF;
  margin-bottom: 25px;
}

.first-step-content p {
  color: #FFF;
  margin-bottom: 35px;
  max-width: 90%;
}

.first-step-content .default-btn {
  width: 295px;
  height: 80px;
}

footer {}

.footer-logo {
    padding: 60px 15px;
    text-align: center;
    background: #FFF;
}

.copywrite-content {
    padding: 24px 15px;
    text-align: center;
    border-top: 1px solid #DFDFDF;
    background: #FFF;
}

.copywrite-content p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    margin: 0;
}

.contact-section {
    background: #E3E5F2;
    padding: 120px 0;
}

.contact-section h2 {
    color: #000E29;
    text-align: center;
    margin-bottom: 13px;
}

.contact-section p {
    text-align: center;
    color: #283142;
    margin-bottom: 40px;
}

.contact-details-card ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.contact-details-card ul li {
  background: #FFF;
    filter: drop-shadow(0px 40px 60px rgba(0, 32, 91, 0.11));
    max-width: 559px;
    height: 100px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 15px 50px;
    width: 50%;
}

.contact-details-card ul li:last-child {
    margin-right: 0;
}

.contact-info {
  display: flex;
  align-items: center;
}


.contact-details-card ul li h6 {
  color: #000E29;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 168%;
  text-transform: capitalize;
  margin: 0;
}

.contact-details-card ul li .contact-info p {
  color: #283142;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 185%;
  margin: 0;
  margin-left: 15px;
}

.contact-details-card ul li .contact-info p a {
  text-decoration: none;
  color: #283142;
}

.contact-info {
  margin-left: 20px;
}

.about-promise-img img {
  max-width: 100%;
}

.about-promise-haybridge .row {
  align-items: center;
}

.about-haybridge-img img {
  max-width: 100%;
}



.footer-logo {
    padding: 60px 15px;
    text-align: center;
    background: #FFF;
}

.copywrite-content {
    padding: 24px 15px;
    text-align: center;
    border-top: 1px solid #DFDFDF;
    background: #FFF;
}

.copywrite-content p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    margin: 0;
}

.first-step-img {
  display: none;
}