:root {
  --animate-delay: 0.5s;
}
body {
  font-family: "Poppins", sans-serif;
  /* font-family: "Playwrite NL", cursive; */
  background-color: #fefcf4;
}

.navbar-brand {
  font-size: 2rem;
  font-weight: 500;
}
.nav-link {
  color: white;
  font-size: 1.2rem;
}
.navbar {
  transition: all 0.5s;
}
.navbar-scrolled {
  /* background-color: black; */
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  /* border-radius: 10px; */
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.carousel-item {
  height: 80vh;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
.navbar-brand {
  font-size: 2rem;
  font-weight: 500;
}
.nav-link {
  color: white;
  font-size: 1.2rem;
}
/* carousel */
.carousel-overlay {
  position: absolute;
  height: 80vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-overlay h1 {
  color: white;
  font-size: 1.8rem;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}
.carousel-overlay h1 span {
  color: white;
  font-weight: 600;
  font-size: 5rem;
}
.carousel-overlay button {
  border: none;
  border-radius: 10px;
  color: white;
  background-color: #af8f6f;
  padding: 0.5rem 1.2rem;
  font-weight: 500;
}
/* disclaimer */
.policy h2 {
  color: gray;
  font-size: 1.3rem;
}
.policy h2 ul {
  font-family: "Courier Prime", monospace;
  font-size: policy 1rem;
  color: grey;
  font-weight: 400;
  line-height: 1.5;
}
.content ul li {
  margin-top: 1rem;
}
/* footer */
/* h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  } */
.footer a,
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: none;
  outline: none;
}

.footer a,
.footer a:active,
.footer a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer section {
  padding: 60px 0;
  /* min-height: 100vh;*/
}
.footer {
  /* background: linear-gradient(105deg, #6e99e6, #093c94); */
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fefcf4;
  /* background: linear-gradient(
        159deg,
        rgba(190, 184, 157, 1) 0%,
        rgba(175, 143, 111, 1) 23%,
        rgba(116, 81, 45, 1) 76%
      ); */
}
#footerbrand {
  font-size: 2rem;
  text-transform: initial;
}
/*END FOOTER SOCIAL DESIGN*/
/* .single_footer {
    } */
@media only screen and (max-width: 768px) {
  .single_footer {
    margin-bottom: 30px;
  }
}
.single_footer h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 20px;
}
.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #000;
  margin-top: 20px;
}
.single_footer p {
  color: #000;
}
.single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* .single_footer ul li {
    } */
.single_footer ul li a {
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 15px;
  /* text-transform: capitalize; */
}
.single_footer ul li a:hover {
  color: #af8f6f;
}

/* .single_footer_address {
    }
    .single_footer_address ul {
    } */
.single_footer_address ul li {
  color: #000;
}
.single_footer_address ul li span {
  font-weight: 400;
  color: #000;
  line-height: 28px;
}
.contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}
.subscribe__input {
  background-color: #000;
  border: medium none;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 150px 0 20px;
  text-align: center;
  /* text-transform: capitalize; */
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .subscribe__input {
    padding: 0 50px 0 20px;
  }
}

.subscribe__btn {
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #01c7e9;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.subscribe__btn i {
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .subscribe__btn {
    right: 0px;
  }
}

.subscribe__btn:hover i {
  color: #af8f6f;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
  margin-top: 40px;
}
.social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social_profile ul li {
  float: left;
}
.social_profile ul li a {
  text-align: center;
  border: 0px;
  /* text-transform: uppercase; */
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #000;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .social_profile ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.social_profile ul li a:hover {
  background: #af8f6f;
  border: 1px solid #ff3666;
  color: #000;
  border: 0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
  margin-top: 70px;
  padding-top: 40px;
  color: #000;
  font-size: 15px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.4); */
  border-top: 1px solid black;
  /* text-align: center; */
}
.copyright a {
  color: #01c7e9;
  transition: all 0.2s ease 0s;
}
.copyright a:hover {
  color: #af8f6f;
}

/*  */
/*  */
:root {
  --animate-delay: 0.5s;
}
body {
  font-family: "Poppins", sans-serif;
  /* font-family: "Playwrite NL", cursive; */
  background-color: #fefcf4;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
nav {
  font-family: "Poppins", sans-serif;
  /* background-color: black; */
}

.navbar-brand {
  font-size: 2rem;
  font-weight: 700;
  /* border-style: double;
  border-width: 15px;
  border-color: #af8f6f;
  border-top: none;
  border-bottom: none;
  border-right: none; */
}
nav .navbar-brand img {
  height: 5rem;
  width: 5rem;
  transform: scale(2);
  position: relative;
  left: 45%;
}
.navbar-brand .name-full {
  font-size: 0.9rem;
  font-weight: 400;
}
.footer .navbar-brand {
  font-size: 1.3rem;
}
.footer .navbar-brand .logohead {
  font-size: 0.8rem;
}
.nav-link {
  /* color: white; */
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
.nav-link:hover {
  border-bottom: 2px solid #af8f6f;
  color: black;
}
.navbar {
  transition: all 0.5s;
}
.navbar-scrolled {
  /* background-color: black; */
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  /* border-radius: 10px; */
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* carousel */

.carousel-item {
  height: 80vh;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
.carousel-overlay {
  position: absolute;
  height: 80vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-overlay h1 {
  color: white;
  font-size: 1.8rem;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}
.carousel-overlay h1 span {
  color: white;
  font-weight: 600;
  font-size: 5rem;
}
.carousel-overlay button {
  border: none;
  border-radius: 10px;
  color: white;
  background-color: #af8f6f;
  padding: 0.5rem 1.2rem;
  font-weight: 500;
}
/* body */
.body .details {
  border-radius: 20px;
  border-top: 5px solid orange;
}
.body .details h2 {
  font-size: 1.4rem;
  color: orange;
}
.details h3 {
  color: grey;
  font-size: 1.3rem;
  font-weight: 300;
}
form button {
  background-color: #af8f6f;
  color: white;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

/* footer */
/* h1,
h2,
h3,
h4,
h5,
h6 {
} */
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer section {
  padding: 60px 0;
  /* min-height: 100vh;*/
}
.footer {
  /* background: linear-gradient(105deg, #6e99e6, #093c94); */
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fefcf4;
  /* background: linear-gradient(
    159deg,
    rgba(190, 184, 157, 1) 0%,
    rgba(175, 143, 111, 1) 23%,
    rgba(116, 81, 45, 1) 76%
  ); */
}
#footerbrand {
  font-size: 2rem;
  text-transform: initial;
}
/*END FOOTER SOCIAL DESIGN*/
/* .single_footer {
} */
@media only screen and (max-width: 768px) {
  .single_footer {
    margin-bottom: 30px;
  }
}
.single_footer h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 20px;
}
.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #000;
  margin-top: 20px;
}
.single_footer p {
  color: #000;
}
.single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* .single_footer ul li {
} */
.single_footer ul li a {
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 15px;
  /* text-transform: capitalize; */
}
.single_footer ul li a:hover {
  color: #af8f6f;
}

/* .single_footer_address {
}
.single_footer_address ul {
} */
.single_footer_address ul li {
  color: #000;
}
.single_footer_address ul li span {
  font-weight: 400;
  color: #000;
  line-height: 28px;
}
.contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}
.subscribe__input {
  background-color: #000;
  border: medium none;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 150px 0 20px;
  text-align: center;
  /* text-transform: capitalize; */
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .subscribe__input {
    padding: 0 50px 0 20px;
  }
}

.subscribe__btn {
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #01c7e9;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.subscribe__btn i {
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .subscribe__btn {
    right: 0px;
  }
}

.subscribe__btn:hover i {
  color: #af8f6f;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
  margin-top: 40px;
}
.social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social_profile ul li {
  float: left;
}
.social_profile ul li a {
  text-align: center;
  border: 0px;
  /* text-transform: uppercase; */
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #000;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .social_profile ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.social_profile ul li a:hover {
  background: #af8f6f;
  border: 1px solid #ff3666;
  color: #000;
  border: 0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
  margin-top: 70px;
  padding-top: 40px;
  color: #000;
  font-size: 15px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.4); */
  border-top: 1px solid black;
  /* text-align: center; */
}
.copyright a {
  color: #01c7e9;
  transition: all 0.2s ease 0s;
}
.copyright a:hover {
  color: #af8f6f;
}
.footer .navbar-brand img {
  max-width: 50%;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
@media (width <= 1000px) {
  /* nav {
    background-color: #000;
  } */
  .footer .navbar-brand img {
    max-width: 100%;
  }
  .carousel-overlay h1 span {
    color: white;
    font-weight: 600;
    font-size: 4rem;
  }
  .navbar-brand {
    font-size: 0.5rem;
  }
  .navbar-brand .logohead {
    font-size: 1rem;
  }
  .body .details {
    border-radius: 0;
    border-top: 5px solid orange;
  }
  .body h3 {
    font-size: 1rem;
    color: grey;
  }
  .body .details h2 {
    font-size: 1.4rem;
    color: orange;
  }
  .footer .navbar-brand {
    display: flex;
    justify-content: center;
  }
  .footer .navbar-brand img {
    height: 100px;
  }
  .footer {
    padding-top: 2rem;
  }
  .footer .social_profile {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
  }
}
