@font-face {
  font-family: "OpenSans Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NunitoRegular";
  src: url("../fonts/NunitoRegular-vmABZ.ttf") format("truetype");
}
@font-face {
  font-family: "pirulen";
  src: url("../fonts/pirulen.ttf") format("truetype");
}
@font-face {
  font-family: "BetterYesterday";
  src: url("../fonts/BetterYesterday.otf") format("opentype");
}
* {
  font-family: "OpenSans Regular";
}
body {
  background: #a27b5c;
  color: #dcd7c9;
  /* overflow: hidden; */
}

/* .csec {
  background: #A27B5C;
} */
a {
  color: #dcd7c9;
  font-size: 16px;
  font-family: "NunitoRegular";
}
a:hover {
  text-decoration: none;
  color: #dcd7c9;
}
a:focus {
  outline: 0;
  text-decoration: none;
  color: #dcd7c9;
}
.cwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.cdetails {
  gap: 50px;
  display: flex;
  align-items: center;
  background: #582f0e;
  padding: 10px 16px;
  border-radius: 24px;
}
/* .cdetails a:first-child{
      background: #582f0e;
    padding: 8px 16px;
    border-radius: 24px;
} */
.minheight {
  height: 300px;
}
.cdetails a i {
  margin-right: 5px;
}
/* .cdetails a:hover,
.csocial a:hover {
  color: #DCD7C9;
} */
.csocial {
  display: flex;
  gap: 20px;
  /* font-size: 16px; */
}
.menusec {
  background: #582f0e;
}
.navmenu {
  display: flex;
  gap: 64px;
}
.navmenu a {
  color: #dcd7c9;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: 0.5s;
}
.navmenu a:hover {
  color: #dcd7c9;
}
.menuwrap {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navlogo {
  width: 40px;
}
.navlogo a {
  font-family: "pirulen";
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
  gap: 6px;
  letter-spacing: 1px;
}
.navlogo img {
  width: 100%;
}
.menusec_mob {
  background: #582f0e;
  display: none;
}
.navlogo_mob a img {
  width: 50px;
}
.navlogo_mob a {
  font-family: "pirulen";
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
  gap: 6px;
  letter-spacing: 1px;
}
.navmenu_mob_list {
  position: absolute;
  background: #582f0e;
  right: 0;
  width: 100%;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navmenu_mob_list ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  transform: translateY(-18vh);
}
.navmenu_mob #mob_menu,
.navmenu_mob #mob_menu_close {
  background: transparent;
  border: 0;
  outline: 0;
}
.herosec {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/hero.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80vh;
}
.herosec_mob {
  display: none;
}
.herowrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
.herocontent {
  width: 40%;
  color: #dcd7c9;
  background: rgba(0, 0, 0, 0.1);
  padding: 24px;
  text-align: center;
}
.herocontent h2 {
  margin-top: 0;
  margin-bottom: 12px;
}
.herocontent p {
  margin: 0;
}
.hbuttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.hbuttons a {
  flex: 1 1 0%;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 12px 24px;
  font-size: 16px;
  text-transform: capitalize;
  background: #582f0e;
  color: #dcd7c9;
  letter-spacing: 0.5px;
  border: 1px solid #582f0e;
}
.hbuttons a:first-child {
  border: 1px solid #dcd7c9;
  background: transparent;
  transition: 0.5s;
}
/* .hbuttons button:first-child:hover {
  background: #582f0e;
  border: 1px solid #582f0e;
} */
.fixpad {
  padding-top: 50px;
  padding-bottom: 50px;
}
body {
  background: url(../images/memphis-mini-dark.webp);
}
.sec1wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sec1head {
  text-align: center;
}
.sec1head h1 {
  /* font-size: 32px; */
  text-transform: capitalize;
  line-height: 52px;
}
.sec1pict {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  /* column-gap: 15px; */
  row-gap: 28px;
}
.secimg img {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.cardwrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.cardcont {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(359deg, #582f0e, transparent);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 20px;
  transition: all 1s;
  box-sizing: border-box;
}
.cardcont span {
  text-transform: capitalize;
  /* letter-spacing: 2px; */
  font-size: 30px;
  transition: all 0.5s;
  font-family: "BetterYesterday";
}
.cardcont .opa {
  opacity: 0;
  transition: all 1s;
}
.cardwrap:hover .cardcont .opa {
  opacity: 1;
}
.pictwrap {
  overflow: hidden;
}
.secimg {
  transition: 0.5s;
  transform: scale(0.9);
}
.secdet {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  gap: 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0 !important;
  border: 1px solid #582f0e;
  opacity: 1;
  transition: 0.5s;
  background-color: #582f0e;
  transform: translateY(0px);
  border: 1px solid #582f0e;
  color: #dcd7c9;
}
.pictwrap:hover .secimg {
  opacity: 0.9;
  /* transform: scale(0.9); */
}
.pictwrap:hover .secdet {
  transform: translateY(-50px);

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
h1 {
  font-weight: 900;
  text-transform: capitalize;
  /* color: #582f0e; */
}
h2 {
  text-transform: capitalize;
  font-weight: 900;
  line-height: 44px;
  /* text-align: center; */
}
p {
  font-size: 16px;
  line-height: 28px;
}
.sec2 {
  /* background: #DCD7C9;; */
  color: #dcd7c9;
  /* background: #582f0e; */
}
.sec2cont {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.sec2cont h2 {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 900;
}
.sec3wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sec3head {
  text-align: center;
}
.sec3boxwrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
}
.sec3boxi {
  background: #582f0e;
  color: #dcd7c9;
  border-radius: 5px;
  padding: 20px;
  flex: 1 1 0%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.sec3box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
.sec3img {
  width: 100px;
}
.sec3img img {
  width: 100%;
  /* height: 100px; */
}
.scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.scrolltop a i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 58px;
  background: #25d366;
  text-align: center;
  font-size: 32px;
}
.scrolltopcall {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
.scrolltopcall a i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 64px;
  background: #1e84dd;
  text-align: center;
  font-size: 32px;
}
.sec4wrap {
  display: flex;
  gap: 25px;
  align-items: center;
}
.sec4cont {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sec4img {
  width: -webkit-fill-available;
}
.sec4img img {
  width: 100%;
}
.sec4imga {
  transform: translateY(50px);
}
.sec5wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sec5head {
  text-align: center;
}
.locationwrap {
  display: flex;
  flex-wrap: wrap;
  /* z-index: -1; */
}
.locbox {
  flex: 1 1 20%;
  padding: 16px;
  background: #582f0e;
  color: #dcd7c9;
  opacity: 0.8;
  transition: 0.5s;
  text-align: center;
}
.locbox span {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.locbox img {
  width: 100%;
}
.locbox:hover,
.active {
  background: #582f0e;
  color: #dcd7c9;
  opacity: 1;
}
.sec6head {
  text-align: center;
}
.sec6wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faqwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.faqbox {
  flex: 1 1 48%;
}
.faqbox h3 {
  font-weight: 600;
  margin-bottom: 8px;
  background: #582f0e;
  color: #dcd7c9;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.6px;
}
.faqbox p {
  margin: 0;
  padding: 0 10px;
}
.footer {
  background: #582f0e;
  color: #dcd7c9;
}
.footwrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footlist {
  flex: 1 1 0%;
  /* border: 1px solid; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 210px;
}
.footlist h3 {
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: 1px;
}
.footlist p {
  margin: 0;
}
.footlinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footlinks li a {
  color: #dcd7c9;
  text-transform: capitalize;
  display: block;
  letter-spacing: 0.5px;
  line-height: 25px;
  display: inline-block;
}
.footlinks li a:hover {
  color: #dcd7c9;
}
.footlinks li a:hover i {
  margin-right: 20px;
}
.footlinks li a i {
  margin-right: 10px;
}
.footsocial {
  display: flex;
  gap: 30px;
}
.footsocial a {
  color: #dcd7c9;
}
.footsocial a:hover {
  color: #dcd7c9;
}
.copyright {
  /* text-align: center; */
  margin-top: 36px;
}
.copyright p {
  font-size: 13px;
}
.sec4 {
  /* background: #582f0e; */
  color: #dcd7c9;
}
.cleft {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.adloc {
  /* color: #582f0e; */
  font-size: 16px;
}
.adress {
  display: flex;
  gap: 12px;
  align-items: center;
}
.contactus {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contactus input,
textarea {
  padding: 10px;
  border: 0;
  outline: 0;
  letter-spacing: 0.6px;
  color: #333;
}
.contactus input[type="submit"] {
  background: #582f0e;
  color: #fff;
}
.fixpad2 {
  padding: 75px 15px;
}
.fixcolor {
  color: #ad784d;
}
.fixmrg {
  margin-bottom: 40px;
}
.contact_links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.contact_links a {
  border-radius: 4px;
  padding: 12px;
  background: #582f0e;
  flex: 1 1 0%;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

#preloader {
  background: #000 url("../images/AfraidElementaryCowrie-max-1mb.gif") no-repeat
    center center;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
}
/* 404 */
.error {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.errorpage {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.errorpage h2 {
  font-size: 100px;
  letter-spacing: 10px;
  line-height: 100px;
}
.errorpage span {
  font-size: 20px;
  text-transform: capitalize;
}
.errorpage a {
  background: #582f0e;
  padding: 12px 28px;
  border-radius: 40px;
  text-transform: capitalize;
  letter-spacing: 1px;
  opacity: 0.9;
  transition: 0.5s;
  margin-top: 12px;
}
.errorpage a:hover {
  opacity: 1;
}
@media (max-width: 376px) {
  .cdetails {
    gap: 10px;
  }
  .sec1head h1{
    font-size: 30px;
    line-height: 48px;
  }
  .menusec_mob {
    display: block;
  }
  .menusec {
    display: none;
  }
  .herosec_mob {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../images/imgud.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 75vh;
    display: block;
  }
  .herosec{
    display: none;
  }
  .footwrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .locationwrap {
    flex-direction: column;
    row-gap: 25px;
  }
  .sec4wrap {
    flex-wrap: wrap;
  }
  .sec4imga {
    display: none;
  }
  .sec3boxwrap {
    row-gap: 25px;
  }
  .herocontent {
    width: 100%;
  }
  .navmenu {
    display: none;
  }
  .cwrap {
    flex-direction: column;
    gap: 20px;
  }
  .scrolltopcall {
    position: fixed;
    bottom: 92px;
    right: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .contact_links {
    flex-direction: column;
    align-items: stretch;
  }
  .hbuttons{
    flex-direction: column;
  }
}

/* profile */

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-transform: capitalize;
  letter-spacing: 0.6px;
}
.profile_head {
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  font-weight: 600;
}
.profile_list_wrap span {
  color: #582f0e;
}
.profile_wrap {
  display: flex;
  gap: 40px;
}
.profile_list_wrap {
  display: flex;
  gap: 80px;
  /* background: #582f0e; */
  box-shadow: 0 0 14px #582f0e;
  padding: 20px;
  min-height: 316px;
}
.profile_main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service_profile {
  display: flex;
  gap: 36px;
}
.service_profile_wrap {
  flex: 0 1 50%;
}
.head_wrap_p {
  margin: 24px 0;
}

@media screen and (min-width: 376px) and (max-width: 480px) {
  .cwrap {
    flex-direction: column;
    gap: 24px;
  }
  .cdetails {
    gap: 20px;
  }
  .menusec {
    display: none;
  }
  .herosec_mob {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../images/imgud.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 75vh;
    display: block;
  }
  .menusec_mob {
    display: block;
  }
  .herosec {
    display: none;
  }
  .herocontent {
    width: 100%;
  }
  .herocontent h2 {
    font-size: 36px;
  }
  .herocontent p {
    font-size: 18px;
  }
  .hbuttons {
    flex-direction: column;
    gap: 18px;
    margin-top: 36px;
  }
  .hbuttons a {
    /* padding: 4px; */
    font-size: 18px;
    letter-spacing: 1px;
  }
  .sec1pict {
    justify-content: center;
  }
  .sec3boxwrap {
    row-gap: 25px;
  }
  .sec4wrap {
    flex-direction: column;
  }
  .sec4imga {
    display: none;
  }
  .footwrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .locationwrap {
    flex-direction: column;
    gap: 12px;
  }
  .profile_wrap {
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
  }
  .service_profile {
    flex-direction: column;
  }
  h1 {
    font-size: 28px;
  }
  .scrolltopcall {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .cleft {
    margin-bottom: 30px;
  }
  .contact_links {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .scrolltopcall {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .sec3boxwrap {
    row-gap: 25px;
  }
  .locationwrap {
    /* flex-direction: column; */
    gap: 12px;
  }
  .locbox {
    flex: 1 1 48.8%;
  }
  .cwrap {
    flex-direction: column;
    gap: 24px;
  }
  .menusec {
    display: none;
  }
  .herosec_mob {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../images/imgud.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 75vh;
    display: block;
  }
  .menusec_mob {
    display: block;
  }
  .herosec {
    display: none;
  }
  .herocontent {
    width: 100%;
  }
  .footwrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec4wrap {
    flex-direction: column;
  }
  .sec4imga {
    display: none;
  }
  .sec1pict {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sec4imga {
    display: none;
  }
  .sec3boxwrap {
    row-gap: 25px;
  }
  .herocontent {
    width: 80%;
  }
  .footwrap {
    align-items: flex-start;
  }
  .locbox {
    flex: 1 1 30%;
  }
  .locationwrap {
    gap: 12px;
  }
}
