* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Castoro", serif !important;
  font-family: "EB Garamond", serif !important;
}

html {
  scroll-behavior: smooth;
}

.btn-mt {
  margin-top: 1em;
}

.visible,
.invisible {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.visible {
  opacity: 1;
}

.span {
  color: #ebab4e;
}

.btn {
  position: relative;
  padding: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(235, 171, 78, 0.7);
  top: 0;
  left: 0;
  transition: all 500ms ease;
}

.btn:hover::before {
  width: 100%;
}

.nav-btn {
  height: 40px;
  position: relative;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
}

.nav-btn:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(235, 171, 78, 0.6);
  top: 0;
  left: 0;
  transition: all 500ms ease;
}

.nav-btn:hover::before {
  width: 100%;
}

.nav-btn:hover {
  color: #fff;
}

.btn-nav {
  width: 105px;
  padding: 2px 10px;
  height: 40px;
  margin-left: 9px;
  font-size: 1rem;
  text-align: center;
}

.mr {
  margin-right: 5px;
}

body {
  background: #000;
}

.navbar {
  background: #000 !important;
}

.navbar-brand {
  color: #fff !important;
  font-size: 1.8rem !important;
  font-weight: bold !important;
}

.nav-link {
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: bold;
  margin: 0 4px !important;
  margin-right: 0px !important;
}

.navbar-toggler {
  background: #ebab4e !important;
  color: #000 !important;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.hero-container {
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}

.hero h1 {
  width: 100%;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.4em;
}

.hero p {
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  white-space: pre-line;
  margin-bottom: 0.6em;
}

@media screen and (min-width: 401px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .btn {
    width: 200px;
    position: relative;
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
  }

  .btn:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(235, 171, 78, 0.6);
    top: 0;
    left: 0;
    transition: all 500ms ease;
  }

  .btn:hover::before {
    width: 100%;
  }

  .btn:hover {
    color: #fff;
  }
}

@media screen and (min-width: 826px) {
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .hero h1 {
    font-size: 4.2rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .btn {
    width: 260px;
    position: relative;
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
  }

  .btn:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(235, 171, 78, 0.6);
    top: 0;
    left: 0;
    transition: all 500ms ease;
  }

  .btn:hover::before {
    width: 100%;
  }

  .btn:hover {
    color: #fff;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5em 0;
  margin-top: 0;
  text-align: center;
}

.services-container {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 4em 0;
}

.services-container h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.services-container-each {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3em;
}

.services {
  margin-bottom: 3em;
  width: 320px;
  background: linear-gradient(#202020, #000);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}

.services-icon-container {
  margin: 1.5em 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #000;
  padding: 1em;
}

.services-icon-container-img {
  filter: invert(78%) sepia(53%) saturate(681%) hue-rotate(329deg)
    brightness(98%) contrast(88%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.services-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-content-container h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

.services-content-container-lastheading {
  margin-bottom: 20px;
}

.services-content-container p {
  margin-bottom: 10px;
  font-weight: 400;
}

.services:hover {
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: 0 0 15px #ebab4e;
}

@media screen and (min-width: 663px) {
  .services-container h2 {
    font-size: 3.5rem;
    margin-bottom: 1em;
  }

  .services-container-each {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .services {
    margin-bottom: 1.8em;
    width: 320px;
    background: linear-gradient(#202020, #000);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.2s ease-in;
  }
}

/*contact us */
.services-container form {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.services-container form input,
.services-container form textarea {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #adacac;
  font-weight: 400;
}

.services-container form .input-field {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.services-container form input::placeholder,
.services-container form textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.services-container form .username {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.services-container form .subject {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
}

.services-container form .input-field textarea {
  height: 120px;
  resize: vertical;
}

.services-container form .input-field input:focus,
.services-container form textarea:focus {
  outline: none;
}

.services-container form .ctn-btn {
  position: relative;
  padding: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}

.services-container form .ctn-btn:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(235, 171, 78, 0.7);
  top: 0;
  left: 0;
  transition: all 500ms ease;
}

.services-container form .ctn-btn:hover::before {
  width: 100%;
}

@media (max-width: 945px) {
  .services-container form {
    margin: 0 1em;
  }

  .services-container form .username,
  .services-container form .subject {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

/*Testimonial*/
.testimonial-section {
  background-color: #ffffff;
  padding: 80px 0;
  min-height: 100vh;
}
.testi-img .img-box {
  max-width: 360px;
  margin: auto;
  text-align: center;
  position: relative;
}
.testi-img .circle {
  height: 360px;
  width: 360px;
  background: rgba(235, 171, 78, 0.7);
  position: absolute;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.testi-img .img-box-inner {
  position: relative;
  border-radius: 0 0 180px 180px;
  overflow: hidden;
}
.testi-img .img-box-inner img {
  max-width: 310px;
  filter: brightness(0.7);
}
.testimonial-section .carousel-inner {
  margin-bottom: 20px;
}

.testi-item {
  text-align: center;
}

.testimonial-section .carousel-control-prev img,
.testimonial-section .carousel-control-next img {
  width: 15px;
}
.testi-item h3,
.testi-item p {
  font-size: 1.2rem;
}
.testi-item h3 {
  text-transform: capitalize;
  font-size: 1.5rem;
}

/* Responsive */
@media (max-width: 991px) {
  .testi-img .img-box {
    max-width: 300px;
  }
  .testi-img .circle {
    height: 300px;
    width: 300px;
  }
  .testi-img .img-box-inner {
    border-radius: 0 0 150px 150px;
  }
  .testi-img .img-box-inner img {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .testi-img {
    margin-bottom: 25px;
  }
}

.carousel-indicators {
  top: 9em !important;
}

.slick-slide {
  width: 100px;
  height: 100px;
  margin: 0 20px;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slidess img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.item {
  filter: brightness(0.75);
}

.item img {
  height: 280px;
  object-fit: contain;
}

.owl-dot {
  box-sizing: content-box !important;
  flex: 0 1 auto !important;
  width: 30px !important;
  height: 3px !important;
  padding: 0 !important;
  margin-right: 3px !important;
  margin-left: 3px !important;
  text-indent: -999px !important;
  cursor: pointer !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 0 !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  opacity: 0.5 !important;
  transition: opacity 0.6s ease !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.active {
  opacity: 1 !important;
}

.owl-dot .active {
  opacity: 1 !important;
}

.owl-dot span {
  background: transparent !important;
}

.aboutus {
  text-align: center;
}

.team-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.team-member {
  width: 300px;
  background: linear-gradient(#202020, #000);
  text-align: center;
  margin: 1em 0;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.team-member:last-child {
  margin-bottom: 0;
}

.team-member:hover {
  box-shadow: 0 0 15px #ebab4e;
  cursor: pointer;
}

.team-member-img {
  width: 100%;
  height: 400px;
  background: rgba(235, 171, 78, 0.65);
}

.team-member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

@media screen and (min-width: 647px) {
  .team-container {
    align-items: center;
    justify-content: space-between;
  }

  .team-member {
    margin: 2em 0;
  }
}

.follow-details {
  color: white;
}

.icon-container {
  width: 50px;
  height: 30px;
}

.ic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(100%) sepia(0%) saturate(27%) hue-rotate(64deg)
    brightness(108%) contrast(106%);
  transition: all 0.2s ease;
}

.ic:hover {
  cursor: pointer;
  filter: invert(78%) sepia(53%) saturate(681%) hue-rotate(329deg)
    brightness(98%) contrast(88%);
}
