html,
body {
  margin: 0px;
  height: 100%;
}

body {
  font-family: 'Alegreya', serif;
  color: white;
  background-color: #2C3639;
}


nav {
  background-color: #3F4E4F;
  color: white;
  font-size: 34px;
}

header {
  color: white;
}

.navbar-brand {
  color: #DCD7C9;
  font-size: 44px;
}
.navbar-brand:hover {
  color: white;
}

.navbar .container-fluid ul li a {
  color: white;
}

#home-link {
  color: white;
}
/* .navbar-toggler-icon {
  color: white;
  background-color: white;
} */

/* Main */

#title {
  text-align: center;
  margin-top: 50px;
  font-size: 128px;
}

.box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

h3 {
  color: black;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 4px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #2C3639;

}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #A27B5C;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: #2C3639;
  font-family: courier, sans;
}

.card11 {
  display: block;
  position: relative;
  max-width: 100%;
  height: 500px;
  background-color: #DCD7C9;
  border-radius: 15px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #A27B5C;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(41);
  }
}

  .card1 {
    display: block;
    position: relative;
    max-width: 250px;
    background-color: #DCD7C9;
    border-radius: 15px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #A27B5C;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
    color: white;
  }
  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

h1 {
  color: #DCD7C9;
}

.spacer {
  height: 150px;
}

.modal-content {
  background-color: #DCD7C9;
}

.modal-content h1 {
  color: #2C3639;
  font-size: 44px !important;
}

/* Social Links */
.center-help {
  display: table;
  width: 100%;
  height: 100vh;
}

#social-test {
  display: flex;
  text-align: center;
  font-size: 30px;
  justify-content: flex-start;
}

 .social li {
    display: inline-block;
  }
  .social li a {
    color:#2C3639 ;
    border-radius: 6px;
    list-style-type: none;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    padding: 1%;
    border: 1px solid #2C3639;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    transition: ease .3s;
    &:hover {
      color: white;
      background-color: #2C3639;
      border: 1px solid #2C3639;
    }
  }

  ul.social {
    margin: 0px;
    padding: 0px;
  }

  .ll {
    width: 350px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
   padding: 0px;
  }


  /* Modal */

  
  .modal-body {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
  }

  .modal-body img {
    max-width: 50%;
  }

  .modal-body p {
    margin-top: 15px;
  }

  .modal-footer {
    justify-content: center;
  }

  .card-img {
    max-width: 75%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15%;
  }

  .card11 {
    text-align: center;
  }

  .card1 p {
   font-weight: 700;
  }

  .picture {
    display: flex;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }


  /* Form Page */

  .contentbox {
    display: flex;
    background-color: #DCD7C9;
    width: 100%;
    height:100vh;
    object-fit: contain;
  }

  .imagebox {
    width: 40%;
  background-image: url("Assets/IMG_20230608_144446_983.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  }

  .inputbox{
    width: 60%;
    background-color: #DCD7C9;
    display: flex;
    flex-direction: column;
    color: #DCD7C9;
    margin: 100px;
    margin-top: 75px;
  }

  /* #formpic {
    width: 200%;
    height: auto;
    object-fit: cover;
  } */

  .descriptionbox {
    height: 25%;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #DCD7C9;
    color: #025a4e;
    width: 60ch;
    margin-bottom: 50px;
  }

  .descriptionbox>h3 {
    color: #025a4e;
    font-size: 4rem;
    margin-bottom: 10px;
  }

  .descriptionbox>p {
    color: black;
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .descriptionbox+hr {
    color: #025a4e;
  }

  .formbox {
    height: 75%;
    width: auto;
    background-color: #DCD7C9;
    color: #025a4e;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    grid-auto-rows: 50px;
  }

  .one {
    grid-column: 1 / 1;
  }
  
  .two {
    grid-column: 2 / 2;
  }
  .three {
    grid-column: 1 / 1;
    grid-row: 2;
  }

  .four {
    grid-column: 2 / 2;
    grid-row: 2;
  }

  .five {
    grid-column: 1 / 1;
    grid-row: 3;
  }

  .six {
    grid-column: 2 / 2;
    grid-row: 3;
  }

  .seven {
    grid-column: 1 / 1;
    grid-row: 4;
  }

  .eight {
    grid-column: 1 / 1;
    grid-row: 5;
  }

  label {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #025a4e;
    margin-bottom: 5px;
  }

  .company{
    position: absolute;
    top: 0;
    width: 200px;
    height: auto;
    padding: 15px 0 0 15px;
}

input {
  border-radius: 5px;
  border: transparent;
  width: 90%;
  transition: .3s;
}

input:focus {
  box-shadow: 5px 5px 5px #2C3639;
  outline: none;
}

#btnsbm {
  background-color: #025a4e;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  padding-right: 100px;
  font-size: 28px;
  border: none;
  transition: .3s;
}

#btnsbm:hover {
background-color: #ffffff;
color: #025a4e;
}

#btnsbm:active {
  transform: scale(2);
}

#log {
  display: inline;
  font-size: 18px;
  margin-right: 15px;
}

#btnlog {
  background-color: #025a4e;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  transition: .3s;
}

#btnlog:hover {
  background-color: #ffffff;
  color: #025a4e;
  }

  header>a {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
  }

  header>a>button {
    background-color: #DCD7C9;
    color: #2C3639;
   padding: 15px;
   border: none;
   transition: .3s;
   border-radius: 5px;
  }

  header>a>button:hover {
    background-color: #2C3639;
    color: #DCD7C9;
   }