@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Inter Tight', sans-serif;
  font-optical-sizing: auto;
  font-weight: semibold;
  font-style: normal;
}

img {
  max-width: 100%;
}

header {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px #00000017;
}

.logo img {
  max-width: 180px;
}

.hero-text h1 {
  font-size: 56px;
}

.hero-text span {
  color: #e63131;
}

.hero-text h1 {
  font-weight: 600;
}

section.hero-area {
  padding-top: 80px;
}

.hero-bottom-content {
  margin-top: 30px;
}

.hero-bottom-content h2 {
  font-size: 45px;
}

p {
  color: #585d64;
  font-size: 18px;
  font-weight: 300;
}

.hero-image-container {
  max-width: 1920px;
  margin: 0 auto;
}

input[type='email'],
input[type='text'],
input[type='tel'] {
  background-color: #f8f9fc;
  border: 1px solid #eaefff;
  font-size: 18px;
  color: #333;
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
}

input[type='email']::placeholder,
input[type='text']::placeholder,
input[type='tel']::placeholder {
  color: #585d64;
}

.hero-bottom-content form {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.primary-btn {
  background-color: #e63131;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 15px 65px;
  font-weight: 500;
  border-radius: 8px;
}

form button {
  min-width: 258px;
}

input:focus {
  outline: none;
}

.hero-bottom-content P:last-child {
  margin-top: 25px;
}

.hero-bottom-images {
  margin-top: -60px;
}

section.trust-section {
  margin: 100px 0;
}

.trust-header h2 {
  font-size: 45px;
  font-weight: 500;
  color: #231f20;
}

.trust-header span {
  color: #e63131;
}

.trust-header h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
}

.trust-item {
  box-shadow: 0 0 20px #00000012;
  border-radius: 14px;
  padding: 20px;
  background-color: #fff;
}

.trust-item {
  display: flex;
  gap: 15px;
}

.trust-item p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}

.trust-icon img {
  width: 32px !important;
}

.trust-icon {
  width: 32px;
  min-width: 32px;
}

.trust-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}

.trust-thumbnail img {
  max-width: 600px;
}

.trust-thumbnail {
  text-align: right;
}

section.hero-area {
  background-image: linear-gradient(360deg, #f8f9fc, #f8f9fc25);
}

span.logo {
  color: #333;
  font-weight: 500;
}

span.logo span {
  color: #e63131;
}

.footer-top {
  background-color: #231f20;
  padding-top: 120px;
}

.footer-top {
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 40px;
}

.footer-middle {
  background-color: #231f20;
}

.footer-middle p {
  margin: 0;
  color: #ffffffa6;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.footer-middle {
  padding-top: 40px;
  padding-bottom: 50px;
}

.copyright-text {
  background-color: #272526;
  padding: 34px 0;
}

.copyright-text p {
  margin: 0;
  color: #ffffffa6;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

@media (max-width: 1920px) {
  .hero-image-left img {
    max-width: 500px;
  }

  .hero-image-right img {
    max-width: 500px;
  }
}

@media (max-width: 1440px) {
  section.hero-area {
    padding-top: 50px;
  }

  .hero-bottom-content {
    margin-top: 50px;
  }

  .hero-bottom-content h2 {
    font-size: 30px;
  }

  .hero-bottom-images {
    margin-top: 0;
  }
  .trust-thumbnail img {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .trust-thumbnail {
    text-align: left;
    margin-top: 30px;
  }

  .hero-image-left img {
    max-width: 350px;
  }

  .hero-image-right img {
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .hero-text h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .hero-image-left img {
    max-width: 100%;
  }

  .hero-image-right img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-text h1 {
    font-size: 25px;
  }

  section.hero-area {
    padding-top: 30px;
  }

  .hero-bottom-content {
    margin-top: 20px;
  }

  .hero-bottom-content h2 {
    font-size: 22px;
  }

  br {
    display: none;
  }

  .hero-bottom-content form {
    margin-top: 30px;
    flex-direction: column;
  }

  p {
    font-size: 16px;
  }

  section.trust-section {
    margin: 50px 0;
  }

  .trust-header h2 {
    font-size: 25px;
  }

  .trust-header h4 {
    font-size: 20px;
  }

  .trust-item p {
    font-size: 15px;
  }

  .trust-thumbnail img {
    max-width: 50%;
  }

  .trust-thumbnail {
    text-align: center;
  }

  .footer-top {
    padding-top: 30px;
  }

  .footer-top img {
    max-width: 180px;
  }

  .footer-middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
