* {
  margin: 0px;
  padding: 0px;
}

body,
html {
  overflow-x: hidden;
}

header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
}

.head {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
  align-items: center;
  grid-template-areas: "logo menu icons ";
  padding: 10px 10px;
}

.logo img {
  width: auto;
  height: auto;
  max-height: 75px;
}

.menu nav {
  align-items: center;
  justify-items: center;
}

.menu nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgb(236, 236, 232);
}

.menu nav ul li a {
  color: white;
  text-decoration: none;
}

.menu nav ul li a:hover {
  color: #c19f5f;
  text-decoration: none;
}

ul li {
  font-family: "Cormorant", serif;
  font-size: 20px;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  color: #c19f5f;
}

.menu {
  display: block;
}

.hamburger {
  display: none;
}

aside {
  display: none;
}

aside .menus nav ul li a {
  color: white;
  text-decoration: none;
}

aside .menus nav ul li a:hover {
  color: #c19f5f;
  text-decoration: none;
}

aside .menus nav ul li {
  font-size: 20px;
}

.contbgimgage {
  position: relative;
}

.contbgimgage img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.contoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(14, 1, 1, 0.4);
  z-index: 5;
}

.contimgcontent {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 40%;
  z-index: 7;
}

.contimgcontent h2 {
  color: rgba(255, 255, 255, 0.849);
  font-size: 4.5rem;
  font-family: "Cormorant", serif;
}

.contactdetails {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
  width: 100%;
  background-color: black;
  padding: 80px;
  box-sizing: border-box;
}

.continfo,
.locdetails,
.calldetails,
.emaildetails,
.workdetails {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.continfo i {
  color: #c19f5f;
  font-size: 25px;
  margin-bottom: 10px;
}

.continfo .locdetails h6,
.calldetails h6,
.emaildetails h6,
.workdetails h6 {
  font-size: 20px;
  color: white;
  font-family: "Cormorant", serif;
  margin-bottom: 10px;
}

.continfo .locdetails p,
.calldetails p,
.emaildetails p,
.workdetails p {
  font-size: 14px;
  color: rgb(201, 197, 197);
  font-family: "Mulish", serif;
  margin-bottom: 3px;
}

.map {
  background-color: black;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 70vh;
  background-color: black;
}

.contactus {
  background-color: black;
}

.contheading {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.contheading h4 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 24px;
  color: white;
  font-family: "Cormorant", serif;
}

.contheading .underline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1px;
  width: 6%;
  background-color: #c19f5f;
}

.details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.details .detail {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

input,
textarea {
  margin-bottom: 30px;
  border-radius: 30px;
  border: 1px solid rgb(161, 161, 161);
  padding: 20px;
  background-color: black;
  color: rgb(161, 161, 161);
  ;
}

input::placeholder {
  color: rgb(194, 192, 192);
  font-size: 16px;
  font-family: "Cormorant", serif;
}

textarea::placeholder {
  color: rgb(194, 192, 192);
  font-size: 16px;
  font-family: "Cormorant", serif;
}

button {
  padding: 15px 35px;
  background-color: black;
  color: #c19f5f;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #c19f5f;
  font-family: "Cormorant", serif;
  margin-bottom: 20px;
}

.foot {
  position: relative;
  background-color: black;
  color: white;
}

.footimg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.footimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/bgfooter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.6;
}

.footer-section {
  padding-top: 16rem;
}

.footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-left: 10px;
}

.logointro .Exploresection .Post {
  display: flex;
  flex-direction: column;
}

.logointro .logopara,
.links {
  margin-top: 30px;
}

.logointro .logopara p {
  color: white;
  font-size: 20px;
  font-family: "Cormorant", serif;
  margin: 0;
}

.logointro .links {
  display: flex;
  gap: 20px;
}

.logointro .links i {
  color: #c19f5f;
  font-size: 20px;
}

.Exploresection .phone,
.location,
.mail {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 10px;
}

.Exploresection .phone i,
.location i,
.mail i {
  color: #caa96b;
  font-size: 20px;
}

.Exploresection .phonedetails h6,
.locationdetails h6,
.maildetails h6 {
  color: #caa96b;
  font-size: 16px;
  font-family: "Cormorant", serif;
  margin-bottom: 0px;
  letter-spacing: 4px;
}

.Exploresection .phonedetails p,
.locationdetails p,
.maildetails p {
  color: rgba(224, 222, 222, 0.925);
  font-size: 20px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-bottom: 10px;
}

.Exploresection h3,
.Post h3 {
  color: #c19f5f;
  font-size: 2.0rem;
  font-family: "Cormorant", serif;
  margin-bottom: 30px;
}

.Post .Posts {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 25px;
}

.Post .Posts .postinfo h6 {
  color: #c19f5f;
  font-size: 16px;
  font-family: "Cormorant", serif;
  margin-bottom: 0;
}

.Post .Posts .postinfo p {
  color: white;
  font-size: 20px;
  font-family: "Cormorant", serif;
}

.Post .Posts img {
  width: 70px;
  height: 70px;
}

.foot-end {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding-top: 10%;
}

.foot-end p {
  font-size: 16px;
  margin-bottom: 20px;
  z-index: 5;
}

.foot-end p span {
  color: white;
}

.foot-end .footcolor {
  color: #c19f5f;
}

@media(max-width:1440px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;

  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #10181fcc;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 20px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #c19f5f;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .icons i {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #caa96b;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  .icons i {
    font-size: 20px;
  }

  .contactdetails {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .continfo .locdetails p,
  .calldetails p,
  .emaildetails p,
  .workdetails p {
    font-size: 14px;
  }

  input,
  textarea {
    padding: 20px;
  }

  button {
    padding: 15px 35px;
  }

  .footimg {
    height: 100vh;
  }

  .footer-section {
    width: 40%;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 70px;
    text-align: center;
    padding-bottom: 3rem;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 820px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #caa96b;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  .icons i {
    font-size: 20px;
  }

  .contactdetails {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .continfo .locdetails p,
  .calldetails p,
  .emaildetails p,
  .workdetails p {
    font-size: 12px;
  }

  input {
    padding: 20px 15px;
  }

  button {
    padding: 15px 35px;
  }

  .footimg {
    height: 100vh;
  }

  .footer-section {
    width: 50%;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 70px;
    text-align: center;
  }

  .logointro .logopara p {
    font-size: 20px;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection .phonedetails p,
  .locationdetails p,
  .maildetails p {
    font-size: 18px;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }

}

@media (max-width: 600px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #caa96b;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  .icons i {
    font-size: 20px;
  }

  .contactdetails {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px;
  }

  .contimgcontent h2 {
    font-size: 3.2rem;
  }

  .continfo .locdetails p,
  .calldetails p,
  .emaildetails p,
  .workdetails p {
    font-size: 12px;
  }

  input {
    padding: 20px 15px;
  }

  button {
    padding: 15px 35px;
  }

  .footimg {
    height: 100vh;
  }

  .footer-section {
    width: 70%;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 70px;
    text-align: center;
  }

  .logointro .logopara p {
    font-size: 20px;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection .phonedetails p,
  .locationdetails p,
  .maildetails p {
    font-size: 18px;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 520px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #caa96b;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  .icons i {
    font-size: 20px;
  }

  .contactdetails {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
  }

  .contimgcontent h2 {
    font-size: 3.2rem;
  }

  .continfo .locdetails p,
  .calldetails p,
  .emaildetails p,
  .workdetails p {
    font-size: 16px;
  }

  details {
    flex-direction: row;

  }

  .details .detail {
    flex-direction: column;
  }

  input {
    padding: 20px 50px;
    width: 350px;
    height: 100%;
  }

  textarea {
    padding: 20px 50px;
    width: 350px;
    height: 100%;
  }

  button {
    padding: 20px;
    width: 150px;
    height: 100%;
  }

  .footimg {
    height: 100vh;
  }

  .footer-section {
    width: 70%;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 70px;
    text-align: center;
    padding-bottom: 1rem;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .logointro .logopara p {
    font-size: 18px;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }

  .Exploresection .phonedetails h6,
  .locationdetails h6,
  .maildetails h6 {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
  }

  .Exploresection .phonedetails p,
  .locationdetails p,
  .maildetails p {
    font-size: 16px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
  }

  .Post {
    display: none;
  }

  .foot-end {
    margin-top: 70px;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
  }

  .foot-end p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

@media (max-width: 375px) {
  .head {
    grid-template-areas: "menu logo icons";
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
  }

  .hamburger {
    display: block;
    color: white;
  }

  .hamburger i {
    font-size: 30px;
  }

  aside {
    color: rgb(252, 249, 249);
    background-color: #172430CC;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-300px);
    transition: all 0.5s ease-in-out;
  }

  aside .menus nav ul {
    list-style: none;
  }

  aside .menus nav ul li {
    font-size: 24px;
    margin-bottom: 40px;
  }

  aside .menus nav ul li:hover {
    color: #caa96b;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .close i {
    font-size: 30px;
  }

  .menu {
    display: none;
  }

  .icons i {
    font-size: 20px;
  }

  .contactdetails {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 20px;
  }

  .contimgcontent h2 {
    font-size: 3.0rem;
  }

  .continfo .locdetails p,
  .calldetails p,
  .emaildetails p,
  .workdetails p {
    font-size: 14px;
  }

  details {
    flex-direction: row;
  }

  .details .detail {
    flex-direction: column;

  }

  input {
    padding: 20px 40px;
    width: 325px;
    height: 100%;
  }

  textarea {
    padding: 20px 40px;
    width: 325px;
    height: 100%;
  }

  button {
    padding: 20px;
    width: 150px;
    height: 100%;
  }

  .footimg {
    height: 100%;
  }

  .footer-section {
    width: 100%;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 70px;
    text-align: center;

  }

  .logointro .logopara p {
    font-size: 16px;
  }

  .logointro .links {

    align-items: center;
    justify-content: center;
  }

  .Post {
    display: none;
  }

  .Exploresection .phone,
  .location,
  .mail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .Exploresection .phonedetails,
  .locationdetails,
  .maildetails {
    margin-bottom: 10px;
    text-align: left;
  }

  .Exploresection .phonedetails p,
  .locationdetails p,
  .maildetails p {
    font-size: 16px;
  }

  .Exploresection h3,
  .Post h3 {
    font-size: 1.8rem;
  }

  .foot-end {
    margin-top: 70px;
    text-align: center;
    justify-content: center;
    padding: 10px;
  }

  .foot-end p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;

  }
}