@font-face {
  font-family: Amiri-Regular;
  src: url("../fonts/Amiri-Regular.woff");
}
@font-face {
  font-family: Poopins-Regular;
  src: url("../fonts/Poppins-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --text-color: #2c2c2c;
  --btn-colour: #95a986;
  --amiri-family: Amiri-Regular;
  --btn-text-color: #000;
  --secondary-color: #95a986;
  --poppins-family: Poppins-Regular;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: var(--amiri-family);
  color: #fff;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1950px;
  margin: auto;
  padding: 0 20px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col-2 {
  width: calc(8.33% * 2);
  padding: 0 15px;
}
.col-3 {
  width: calc(8.33% * 3);
  padding: 0 15px;
}
.col-4 {
  width: calc(8.33% * 4);
  padding: 0 15px;
}
.col-5 {
  width: calc(8.33% * 5);
  padding: 0 15px;
}
.col-6 {
  width: calc(8.33% * 6);
  padding: 0 15px;
}
.col-7 {
  width: calc(8.33% * 7);
  padding: 0 15px;
}

.top-price {
  background: #000;
  text-align: center;
  font-size: 14px;
  padding: 4.5px 0;
}
.subtitle {
  font-size: 16px;
  font-family: var(--font-family);
  letter-spacing: 3px;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}
h2 {
  font-size: 35px;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: calc(60 / 45);
  margin-bottom: 2px;
  text-transform: uppercase;
  color: var(--text-color);
}
.divider {
  width: 60px;
  height: 1px;
  margin-bottom: 21px;
}
.tittle-3{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  font-family: var(--amiri-family);
  text-transform: uppercase;
}
header {
  background: url("../assests/background1.png") center/cover no-repeat;
  min-height: 900px;
  position: relative;
}

nav,
.navbar-collapsed,
.navbar-collapsed > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
}
.nav-logo {
  width: 312px;
}
.nav-logo > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.navbar-collapsed {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 200;
  color: #fff;
}

.navbar-collapsed > ul {
  display: flex;
  margin: 0 auto;
}
.nav-items {
  margin-right: 56px;
}
.nav-icons span {
  font-family: var(--font-family);
  font-weight: 200;
  color: #fff;
}
.nav-icons svg {
  margin-right: 3px;
}
.nav-link {
  text-wrap: nowrap;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family);
  margin-right: 32px;
}
.nav-btn span {
  text-wrap: nowrap;
}

.menu {
  display: none;
  color: #fff;
}

.nav-btn {
  display: flex;
  align-items: center;
}
.nav-btn a {
  margin-right: 16px;
}

.nav-btn a:last-child {
  margin-right: 0;
}
.nav-btn a svg {
  display: block;
}
.bg-card {
  position: absolute;
  top: 420px;
  left: 50%;
  transform: translateX(-50%);
  width: 793px;
  height: 371px;
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
}

.bg-card h1 {
  font-family: var(--amiri-family);
  font-size: 68px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.bg-card p {
  font-family: var(--poppins-family);
  font-size: 16px;
  color: #5e5e5e;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto 30px;
}

.primary-btn {
  display: inline-block;
  padding: 29px 38px 28px 39px;
  background: var(--btn-colour);
  border-radius: 60px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--btn-text-color);
}
.primary-btn:hover {
  background: #dbedce;
}
.about-sec {
  padding: 100px 0;
}

.about-content p {
  font-size: 16px;
  font-family: var(--font-family);
  line-height: 1.5;
  color: #6b6b6b;
  margin-bottom: 14px;
}
.about-images {
  display: flex;
  align-items: center;
}
.large-img {
  max-width: 425px;
  margin-right: 24px;
}
.large-img > img {
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.small-img {
  max-width: 303px;
}
.small.img > img {
  border-top-right-radius: 30px;
  overflow: hidden;
}
.large-img > img,
.small-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages-sec {
  padding: 100px 0;
  text-align: center;
}
.ad-divider {
  width: 60px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 52px;
}

.circle {
  height: 111px;
  width: 111px;
  background: #95a986;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  margin-bottom: 32px;
}
.circle::after {
  content: "";
  inset: -12px;
  border-radius: 50%;
  background: rgba(149, 169, 134, 0.2);
  position: absolute;
}
.advantage-card h3 {
  font-size: 24px;
  font-family: var(--font-h1);
  margin-bottom: 1px;
  text-transform: uppercase;
  color: var(--text-color);
}
.advantage-card p {
  font-size: 14px;
  font-family: var(--font-family);
  color: #707070;
}
.mission-sec {
  padding: 100px 0;
  background: #f6f6f6;
}
.mission-sec .row {
  align-items: center;
}
.mission-content p {
  font-size: 16px;
  font-family: var(--font-family);
  line-height: 1.5;
  color: #6b6b6b;
  margin-bottom: 14px;
}

.mission-images {
  margin-right: auto;
}
.img-main {
  max-width: 641px;
  margin: 0 auto;
  position: relative;
}
.img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-overlay {
  max-width: 326px;
  position: absolute;
  bottom: -56px;
  right: -97px;
}

.img-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid white;
  border-top-left-radius: 20px;
}
footer {
  padding: 64px 0;
}
.footer-top h4 {
  font-size: 24px;
  font-family: var(--font-family);
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--text-color);
}
.footer-divider {
  width: 50px;
  height: 1px;
  background: #0d0d0d;
  margin-bottom: 20px;
}
.footer-newsletter p {
  font-size: 16px;
  font-family: var(--font-family);
  color: #5e5e5e;
  margin-bottom: 19px;
}
.footer-newsletter input {
  width: 100%;
  height: 54px;
  border-radius: 60px;
  border: 1px solid #868686;
  padding: 15px 23px;
  font-size: 16px;
  font-family: var(--font-family);
  margin-bottom: 16px;
}
.fot-form input [type="Email"] {
  width: 90%;
  border-radius: 60px;
  padding: 15px 20px;
  text-transform: capitalize;
}
.subscribe-btn {
  background: var(--secondary-color);
  border: none;
  padding: 21px 45px;
  border-radius: 60px;
  font-size: 18px;
  font-family: var(--font-family);
  text-transform: uppercase;
  cursor: pointer;
}
.subscribe-btn:hover {
  background: #dbedce;
}
.footer-links li {
  margin-bottom: 12px;
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--text-color);
  transition: linear 0.3s;
}
.footer-links li:hover {
  transform: scale(1.1);
}
.social-icons a {
  padding: 12px;
}
.footer-bottom {
  border-top: 1px solid #eee;
  padding: 24px 0;
  text-align: center;
}
.footer-bottom p {
  font-size: 18px;
  font-family: var(--font-family);
  color: #5e5e5e;
}
.social-icons:hover{
  transition:all 0.3s linear ;
}
@media (max-width: 1400px) {
  .img-main {
    max-width: 500px;
  }
  .img-overlay {
    max-width: 200px;
    bottom: -56px;
    right: -50px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .bg-card {
    width: 720px;
    left: 50%;
    top: 380px;
  }

  .bg-card h1 {
    font-size: 56px;
  }

  .nav-link {
    margin-right: 32px;
  }
}

@media (max-width: 1028px) {
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-collapsed {
    display: none;
  }

  .menu {
    display: block;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
  }

  .nav-logo {
    width: 260px;
  }
  .bg-card {
    width: 700px;
    left: 50%;
    top: 360px;
    transform: translateX(-50%);
  }

  .bg-card h1 {
    font-size: 52px;
  }
}

@media (max-width: 1024px) {
  nav {
    justify-content: space-between;
  }

  .navbar-collapsed {
    display: none;
  }

  .menu {
    display: block;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
  }
  .nav-logo {
    width: 260px;
  }

  .bg-card {
    width: 700px;
    left: 50%;
    top: 360px;
    transform: translateX(-50%);
  }

  .bg-card h1 {
    font-size: 52px;
  }
}

@media (max-width: 992px) {
  nav {
    justify-content: space-between;
  }

  .navbar-collapsed {
    display: none;
  }

  .menu {
    display: block;
    font-size: 22px;
    cursor: pointer;
  }

  .bg-card {
    width: 640px;
    top: 360px;
    padding: 40px 30px;
  }

  .bg-card h1 {
    font-size: 48px;
  }

  .row {
    flex-direction: column;
  }

  .col-5,
  .col-7,
  .col-4,
  .col-3,
  .col-2 {
    width: 100%;
  }

  .about-images {
    justify-content: center;
    margin-top: 40px;
  }

  .advantages-sec .col-3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  header {
    min-height: 800px;
  }

  .bg-card {
    width: 90%;
    top: 340px;
  }

  .bg-card h1 {
    font-size: 48px;
  }

  .bg-card p {
    font-size: 15px;
  }

  .primary-btn {
    padding: 22px 32px;
    font-size: 16px;
  }

  .img-overlay {
    position: static;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .top-price {
    font-size: 12px;
  }

  header {
    min-height: 720px;
  }

  .bg-card {
    top: 300px;
    padding: 30px 22px;
  }

  .bg-card h1 {
    font-size: 48px;
  }

  .bg-card p {
    font-size: 14px;
  }

  .primary-btn {
    padding: 18px 28px;
    font-size: 14px;
  }

  
}
@media (max-width: 480px) {
  header {
    min-height: 680px;
  }

  .bg-card {
    top: 270px;
  }

  .bg-card h1 {
    font-size: 38px;
  }

  .circle {
    width: 90px;
    height: 90px;
  }

  .circle svg {
    width: 36px;
  }
}
@media (max-width: 320px) {
  .bg-card {
    top: 250px;
    padding: 26px 18px;
  }

  .bg-card h1 {
    font-size: 41px;
  }

  .primary-btn {
    padding: 16px 22px;
    font-size: 13px;
  }

  .footer-bottom p {
    font-size: 14px;
  }
}
