@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", serif;
}
.navbar {
  .logo {
    width: 170px !important;
    height: 170px !important;
  }
  li a {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
  }
  button {
    border: #000000 solid 2px !important;
    color: #000 !important;
    padding: 10px !important;
  }
  .navbar-toggler-icon {
    background-image: none;
    background-color: #000;
    width: 30px;
    height: 3px;
    position: relative;
    left: 0px;
  }
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    display: block;
    background-color: #000;
    height: 3px;
    width: 100%;
    position: absolute;
  }
  .navbar-toggler-icon::before {
    top: 8px;   
  }
  .navbar-toggler-icon::after {
    top: -8px;
  }

  /* Expanded Navbar Background */
  &.bg-expand {
    background-color: #ffffff !important; /* White background when expanded */
    li a {
      color: #000 !important; /* Adjust link color for contrast */
    }
  }
}
button {
    border: #000000 solid 2px !important;
    color: #000 !important;
    padding: 10px !important;
  }
  .navbar-toggler-icon { 
    background-image: none;
    background-color: #000;
    width: 30px;
    height: 3px;
    position: relative;
  } 
.nav-link:hover{
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .navbar {
    .logo {
      width: 80px !important;
      height: 80px !important;
    }
  }
  .navbar-nav {
    flex-direction: column !important;
    text-align: right;
  }
  .navbar-nav .nav-item {
    margin-bottom: 0.5rem;
  }

  .collapse {
    display: none;
  }

  .collapse.show {
    display: block;
  }
}

header {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  background-image: url(../images/header.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .item-image {
    width: 660px;
    height: 380px;
    border-radius: 4px;
    margin-left: -10px;
    border: 4px solid white;
    img {
      margin-top: 10px;
      width: 630px;
    }
  }
  .item {
    h2 {
      font-weight: 700;
      font-size: 48px;
      color: #ffffff;
    }
    p {
      font-weight: 400;
      font-size: 32px;
      color: #ffffff;
    }
  }
  span {
    width: 100px;
    height: 56px;
    background-color: #ffffff;
    color: #4d4d4d;
    font-weight: 700;
    font-size: 16px;
    border-radius: 16px;
    right: -20px;
    top: 80%;
  }
}
@media (max-width: 768px) {
  header {
    height: auto;
    .row {
      row-gap: 20px;
      margin-top: 100px !important;
    }
    .item-image {
      width: 100%;
      height: auto;
      margin: auto;
      img {
        width: 100%;
      }
    }
    .buttons {
      flex-direction: column !important;
    }
    span {
      top: 100%;
    }
  }
}
.about-one {
  .about-border {
    width: 570px;
    height: 360px;
    border: 5px solid #4d4d4d;
    display: flex;
    top: 20px;
    left: 20px;
  }
  img {
    width: 570px;
    height: 363px;
    margin-left: -20px;
  }
  .logo {
    width: 207px;
    height: 207px;
    border-radius: 50%;
    top: -50px;
    left: 0;
  }

  h3 {
    font-weight: 700;
    font-size: 34px;
    color: #a1773d;
    display: flex;
    align-items: center;
    justify-content: end;
    &::after {
      content: "";
      display: block;
      margin-left: 10px;
      width: 62px;
      height: 16px;
      border-radius: 4px;
      background-color: #4d4d4d;
    }
  }
  p {
    font-weight: 400;
    font-size: 24px;
    color: #4d4d4d;
  }
  button {
    width: 340px;
    height: 48px;
    border-radius: 8px;
    border: 0;
    background-color: #a1773d;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .about-one {
    overflow: hidden;
    img {
      width: 100%;
      margin: auto;
    }
    .logo {
      width: 150px;
      height: 150px;
    }

    .about-border {
      width: 320px;
      height: 360px;
    }
    .row {
      row-gap: 20px;
    }
    button{
      width: 300px;
      }
  }
}
.about-two {
  .text-center {
    h3 {
      font-weight: 700;
      font-size: 34px;
      color: #a1773d;
      display: flex;
      align-items: center;
      justify-content: center;
      &::after {
        content: "";
        display: block;
        margin-left: 10px;
        width: 62px;
        height: 16px;
        border-radius: 4px;
        background-color: #4d4d4d;
      }
    }
    p {
      font-weight: 400;
      font-size: 24px;
      color: #4d4d4d;
    }
  }

  .item {
    text-align: center;
    .item-image {
      width: 112px;
      height: 112px;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #4d4d4d;
      .about_border {
        width: 112px;
        height: 112px;
        border-radius: 4px;
        border: 4px solid #a1773d;
        left: 10px;
        top: 10px;
      }
    }
    .item-content {
      h4 {
        font-weight: 700;
        font-size: 24px;
        color: #a1773d;
      }
      p {
        font-weight: 400;
        font-size: 16px;
        color: #4d4d4d;
      }
    }
  }
  .left {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
  }
  .right {
    position: absolute;
    top: -350px;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .about-two {
    .text-center {
      p {
        width: 100% !important;
      }
    }

    .left,
    .right {
      display: none;
    }
   
  }
 
}
.screens{
  .item{
    width: 30%;
    margin: auto;
    h3 {
      font-weight: 700;
      font-size: 34px;
      color: #a1773d;
      display: flex;
      align-items: center;
      justify-content: end;
      &::after {
        content: "";
        display: block;
        margin-left: 10px;
        width: 62px;
        height: 16px;
        border-radius: 4px;
        background-color: #4d4d4d;
      }
    }
    p {
      font-weight: 400;
      font-size: 24px;
      color: #4d4d4d;
    }
  }
  .open{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    background-color: #EFEFEF;
    img{
      top: 46%;
      right: 10%;
      z-index: 5;

    }
  }
 .main{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  img{
    top: 26%;
    left: 10%;
    z-index: 5;
  }
 }
 img{
  max-height: 550px;
 }
 .main-second{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  img{
    top: 20%;
    left: 10%;
    z-index: 5;
  }
 }
}
@media (max-width: 768px) {
  .screens{ 
    .item{
      width: 100%;
    }
    .open ,  .main , .main-second {
      height: auto;
      padding: 25px;
    } 
    img{
      margin:auto;
    }
    br{
      display:none;
    }
  }

}
.join{
  background-color: #A1773D;
  overflow: hidden;

 .item-image{
  overflow: visible;
  clip-path: inset(-250px -100px 0 -100px); /* Top, right, bottom, left clipping */
  .two{
    margin-top: -130px ;
  }
  .three{
    margin-top:  -20px ;

  }
  .four{
    margin-top:-250px  ;
  }
  .first , .second{
    top: -70px !important;
  } 
  .first{
    z-index: 2;
    right: 80px;
  } 
  .second{
    z-index:3;
    right:-150px;
  }
 }


  h3 {
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: end;
    &::after {
      content: "";
      display: block;
      margin-left: 10px;
      width: 62px;
      height: 16px;
      border-radius: 4px;
      background-color: #FFFFFF;
    }
  }
  p {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
  }
  .second{
    margin-left:-350px !important;
  }
}
@media (max-width: 768px) {
  .join{
    .buttons{
      flex-direction: column;
    }
    h3{
      font-size: 30px;
    }
    .first{
      display: none;
    }
  }
}
.footer{
  background-color: #4D4D4D;
  .icon{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 200px;
  }
  .logo{
    width: 140px;
    height: 140px;
  }
  h5{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  h6{
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
  }
  p{  
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
  }
  .arrow{
    width: 40px;
    height: 40px; 
    left: 10%;
    top: 70%;
  }
}
@media (max-width: 768px) {
    .footer {

      .row{
        align-items: end !important;
        flex-direction: column-reverse !important;
      }
      .logo{
        margin-left: auto;
      }
      .col-md-2{
        text-align: end !important;
        padding-right: 30px;
      }
    }
}
.about-two  {
  p {
    text-align: center !important;
    text-align: justify !important;
    text-align-last: center ;
  }
  .text-center p{
    text-align-last: end !important ;
  }
}
.about-one {
  p {
    text-align-last: end;
    text-align: justify !important;
  }
}