/* Import Poppins Font */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,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");

.poppins {
  font-family: "Poppins", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

* {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

:root {
  --white: white;
  --black: black;
  --sim-orange: #f46d21;
  --sim-dark-brown: #2b1b12;
  --sim-brown: #4f3527;
  --sim-black: #030303;
  --sim-gray: #656464;
  --sim-blue: #217bf4;
}

/* color css */

.white-color {
  color: var(--white);
}

.black-color {
  color: var(--black);
}

.sim-orange-color {
  color: var(--sim-orange);
}

.sim-dark-brown-color {
  color: var(--sim-dark-brown);
}

.sim-brown-color {
  color: var(--sim-brown);
}

.sim-black-color {
  color: var(--sim-black);
}

.sim-gray-color {
  color: var(--sim-gray);
}

.sim-blue-color {
  color: var(--sim-blue);
}

/* width css */

.max-width-1280px {
  max-width: 1280px !important;
}

/* font css */

.fs-15px {
  font-size: 15px;
}

.fs-18px {
  font-size: 18px;
}

.fs-20px {
  font-size: 20px;
}

.fs-22px {
  font-size: 22px;
}

.fs-32px {
  font-size: 32px;
}

.fs-36px {
  font-size: 36px;
}

.fs-46px {
  font-size: 46px;
}

.fs-48px {
  font-size: 48px;
}

/* border radius */

.border-r-8px {
  border-radius: 8px;
}

/* Sec-1 */

.sec-1 {
  background-image: url(../Assets/Img\ 1.png);
  background-size: cover;
  background-position: center;
  height: auto;
}

.sec-1 .form {
  width: 400px;
  height: auto !important;
  padding: 40px !important;
  background-color: rgb(25, 42, 104, 0.75);
  border: 2px solid var(--white);
}

.form .s1-main-heading {
  font-weight: 600;
  line-height: 36px;
}

.sec-1 .form input {
  width: 100%;
  background-color: transparent;
  border: 2px solid var(--white);
  border-radius: 8px;
  outline: none;
  padding: 10px !important ;
  color: var(--white);
  margin-bottom: 20px !important;
}

.sec-1 .form input::placeholder {
  color: #ffffff;
}

.s1-form-btn {
  border-radius: 8px;
  width: 100%;
  padding: 10px !important ;
  background-color: var(--sim-orange);
  border: 2px solid var(--sim-orange);
}

@media screen and (max-width: 768px) {
  .body .sec-1 {
    display: block !important;
    padding-bottom: 24px !important;
  }

  .sec-1 .form {
    margin: 36px auto 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .sec-1 .form {
    margin: 0 auto !important;
    width: 100% !important;
    padding: 16px !important;
  }

  .body .sec-1 {
    padding: 30px 10px 24px !important;
  }

  .form .s1-main-heading {
    font-size: 25px;
  }

  .s1-form-btn {
    width: 60%;
    padding: 5px !important ;
    margin: 24px auto 0 !important;
  }
}

/* Sec-2 */

.sec-2 .s2-img-sec,
.sec-2 .s2-main-sec {
  width: 50%;
}

.sec-2 .s2-img-sec img {
  width: 100%;
  height: 100%;
}

.s2-main-sec .s2-main-heading {
  line-height: 55px;
}

@media screen and (max-width: 930px) {
  .body .sec-2 {
    display: block !important;
  }

  .sec-2 .s2-img-sec,
  .sec-2 .s2-main-sec {
    width: 100%;
  }

  .sec-2 .s2-img-sec {
    margin-bottom: 30px !important;
  }

  .sec-2 .s2-main-sec {
    padding: 0 !important;
  }

  .s2-main-sec .s2-rating {
    padding: 20px 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .body .sec-2 {
    padding: 30px 10px 24px !important;
  }

  .s2-main-sec .s2-rating {
    display: block !important;
    margin-bottom: 0 !important;
  }

  .s2-main-sec .s2-rating div {
    margin-bottom: 10px !important;
  }

  .s2-main-sec .s2-main-heading,
  .s2-main-sec .s2-rating .s2-rating-heading {
    font-size: 32px !important;
  }
}

/* sec-3 */

.s3-services .row .col {
  height: 260px;
  max-width: 250px !important;
  background-color: #ddc7bb;
  border-radius: 18px;
  padding: 24px !important;
}

.s3-services .row .col div {
  width: 60px;
  height: 60px;
  background-color: #fbf5f1;
  border-radius: 8px;
}

.s3-services .row .col div img {
  width: 40px !important;
  height: 40px !important;
}

@media screen and (max-width: 576px) {
  .body .sec-3 {
    padding: 30px 10px 24px !important;
  }

  .sec-3 .s3-main-heading {
    font-size: 32px !important;
  }
}

/* Section 4 */

.sec-4 div {
  width: 100%;
}

.sec-4 div img {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .body .sec-4 {
    padding: 30px 10px 0px !important;
  }
}

/* about-us-sec */

.about-us-sec .about-us-sec-line {
  height: 12px;
  width: 200px;
  background-color: #060606;
  border-radius: 100px;
}

.about-us-sec .about-us-sec-btn {
  border: 2px solid var(--sim-blue);
  padding: 20px 140px !important;
  background-color: transparent;
}

@media screen and (max-width: 576px) {
  .body .about-us-sec {
    padding: 30px 10px 24px !important;
  }

  .about-us-sec .about-us-sec-main-heading {
    font-size: 32px !important;
  }

  .about-us-sec .about-us-sec-line {
    width: 150px;
  }

  .about-us-sec .about-us-sec-btn {
    padding: 10px 15px !important;
  }
}

/* clients-sec */

.clients-sec .container .row .col {
  height: auto;
  width: 300px;
  border: 1px solid whitesmoke;
  padding: 34px 34px 20px !important;
  box-shadow: 1px 2px 10px #f1efef;
  border-radius: 14px;
}

.clients-sec .container .row .col .clients-img-sec {
  margin-top: -65px !important;
}

@media screen and (max-width: 576px) {
  .body .clients-sec {
    padding: 30px 10px 24px !important;
  }

  .clients-sec .clients-sec-main-heading {
    font-size: 32px !important;
  }
}

/* section 7 */

.sec-7 {
  height: 304px;
  position: relative;
}

.sec-7 img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  filter: brightness(0.5);
  transform: translate(-50%, -50%);
}

.sec-7 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 576px) {
  .body .sec-7 {
    padding: 30px 10px 24px !important;
  }

  .sec-7 p {
    font-size: 18px !important;
  }
}

/* footer section */

.footer {
  height: 100px;
  background-color: #20202d;
}

.footer .footer-main-line {
  color: #f6f6f6;
}

.footer-icon-sec div {
  height: 36px;
  width: 36px;
  background-color: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .body .footer {
    height: auto;
    display: block !important;
    text-align: center;
    padding: 30px 10px !important;
  }

  .footer .footer-left-sec {
    padding-bottom: 10px !important;
  }

  .footer .footer-icon-sec {
    justify-content: center !important;
  }

  .footer-icon-sec div {
    height: 30px;
    width: 30px;
  }
}
