body {
  font-family: 'Clear Sans', sans-serif;
}
.hammersmith-one-regular {
  font-family: "Hammersmith One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.each-section {
  height: 100vh;
  height: 100dvh;
}
.color-yellow {
  color: #ffb923 !important;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.section-1 {
  background-image: url('./images/bg-1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-1 .section-1-logo-text {
  color: #fef250;
  font-size: 5em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #605918;
  letter-spacing: -2px;
  width: 100%;
  text-align: center;
}
.section-2 .section-2-content {
  width: 1136.07px;
  margin: 0 auto;
}
.section-2 .section-2-content .section-2-text {
  font-size: 38px;
  line-height: 45px;
  padding: 0px 40px;
}
.section-3 {
  background: #ffb923;
}
.section-3 .section-3-title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.section-3 .section-3-img {
  width: 270px;
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 20px;
}
.section-3 .section-3-img-1 {
  background-image: url('./images/section-3-1.jpg');
}
.section-3 .section-3-img-2 {
  background-image: url('./images/section-3-2.jpg');
}
.section-3 .section-3-img-3 {
  background-image: url('./images/section-3-3.jpg');
}
.section-3 .col-md-4 {
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
  color: #fff;
}
.section-3 .section-3-sub-title {
  margin-bottom: 1rem;
}
.section-3 .section-3-p {
  font-weight: bold;
}
.section-4 {
  background: #ffb923;
}
.section-4 .section-4-title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.section-4 .section-4-img-container {
  row-gap: 20px;
}
.section-4 .section-4-img-container .section-4-client {
  width: 265px;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #fff;
  text-align: center;
  padding-top: 13px;
  position: relative;
}
.section-4 .section-4-img-container .section-4-client .section-4-img {
  display: inline-block;
  width: 163px;
  height: 163px;
  overflow: hidden;
  position: relative;
}
.section-4 .section-4-img-container .section-4-client .section-4-img img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  max-width: 10%;
  max-height: 10%;
  -webkit-transform: scale(10);
  transform: scale(10);
}
.section-4 .section-4-img-container .section-4-client h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 5px;
}
.section-4 .section-4-img-container .section-4-client .section-4-gradient {
  background-image: url('./images/section-4-gradient.png');
  height: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.section-5 .section-5-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  height: 100%;
}
.section-5 .section-5-contact-image {
  background-image: url('./images/section-5-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-5 .section-5-contact-us {
  width: 52%;
  background: #fff;
  padding-left: 65px;
  padding-right: 90px;
}
.section-5 .section-5-contact-us .section-5-title {
  font-weight: bold;
  font-size: 58px;
  margin-bottom: 50px;
}
.section-5 .section-5-contact-us .section-5-noah {
  font-size: 30px;
  font-weight: 600;
}
.section-5 .section-5-contact-us .section-5-address {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 40px;
}
.section-5 .section-5-contact-us .section-5-contact-details {
  margin-bottom: 28px;
}
.section-5 .section-5-contact-us .section-5-contact-details img {
  width: 32px;
}
.section-5 .section-5-contact-us .section-5-contact-details span, .section-5 .section-5-contact-us .section-5-contact-details a {
  font-size: 26px;
  line-height: 30px;
  margin-left: 20px;
}
/* Tablets */
@media screen and (max-width: 768px) {
 /* Tablet styles here */
  .section-2 .section-2-content {
    width: 100%;
 }
  .section-2 .section-2-content .section-2-text {
    font-size: 28px;
    line-height: normal;
    padding: 0;
    margin-top: 20px;
 }
  .section-3 .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
 }
  .section-4 {
    padding-top: 20px;
 }
  .section-4 .section-4-img-container {
    justify-content: center !important;
 }
  .section-3, .section-4 {
    height: auto;
 }
  .section-5 {
    height: auto;
 }
  .section-5 .section-5-container {
    flex-direction: column;
 }
  .section-5 .section-5-container .section-5-contact-image, .section-5 .section-5-container .section-5-contact-us {
    width: 100%;
 }
  .section-5 .section-5-container .section-5-contact-us {
    padding: 10px;
 }
  .section-5 .section-5-container .section-5-contact-us .section-5-title {
    margin-bottom: 24px;
 }
  .section-5 .section-5-container .section-5-contact-us .section-5-address {
    font-size: 22px;
 }
  .section-5 .section-5-container .section-5-contact-us .section-5-contact-details {
    margin-bottom: 12px;
 }
  .section-5 .section-5-container .section-5-contact-us .section-5-contact-details span, .section-5 .section-5-container .section-5-contact-us .section-5-contact-details a {
    font-size: 22px;
 }
}
/* Small laptops */
@media screen and (min-width: 769px) and (max-width: 1024px) {
 /* Small laptop styles here */
  .section-2 .section-2-content {
    width: 100%;
 }
  .section-2 .section-2-content .section-3-img {
    width: 100%;
 }
  .section-2 .section-2-content .section-2-text {
    font-size: 20px;
    line-height: normal;
 }
  .section-3 {
    min-height: 500px;
 }
  .section-3 .section-3-img {
    width: 100%;
 }
  .section-3 .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
 }
  .section-3 .section-3-p {
    font-size: 14px;
 }
  .section-4 {
    height: auto;
 }
  .section-5 {
    height: auto;
 }
  .section-5 .section-5-container {
    flex-direction: column;
 }
  .section-5 .section-5-container .section-5-contact-image, .section-5 .section-5-container .section-5-contact-us {
    width: 100%;
 }
}
/* Desktops and large screens */
@media screen and (min-width: 1025px) {
 /* Desktop styles here */
  .section-2 .section-2-content {
    width: 100%;
 }
}
