* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s linear;
}
body {
  overflow-x: hidden;
}
#social_link {
  padding: 0 7vw;
  background-color: rgb(46, 46, 63);
  display: flex;
  justify-content: space-between;
}
#social_link i {
  font-size: 17px;
  color: rgb(161, 121, 65);
}
#social_link span {
  color: white;
  font-family: "karla", sans-serif;
  margin-left: 10px;
  letter-spacing: 0.2px;
}
#social_link .links i {
  font-size: 17px;
  margin-right: 20px;
  color: rgb(184, 149, 101);
}
#social_link .links button {
  height: 50px;
  background-color: rgb(172, 136, 86);
  color: #ffffff;
  padding: 0 15px;
  font-size: 16px;
  font-family: "karla", sans-serif;
  border: none;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 1000px) {
  #social_link {
    display: none;
  }
}
header {
  width: 100vw;
  padding: 20px 7vw;
  display: flex;
  justify-content: space-between;
  background-color: rgb(37, 37, 53);
  position: sticky;
  top: -1px;
  z-index: 10;
}
header .logo {
  font-size: 25px;
  color: rgb(172, 136, 86);
  font-family: "lobster two", sans-serif;
  display: flex;
  align-items: center;
}
header .logo img {
  height: 25px;
  margin-right: 10px;
}
header nav {
  display: flex;
  align-items: center;
}
header nav a {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 5px 20px;
  text-decoration: none;
  font-family: "josefin sans", sans-serif;
  letter-spacing: 0.2px;
}
#menuIcon {
  display: none;
}
@media screen and (max-width: 890px) {
  header {
    padding: 15px 5vw;
  }
  header nav {
    display: none;
  }
  #menuIcon {
    display: block;
    padding: 0;
    height: 38px;
  }
}

#navBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: none;
  padding: 50px 10px 0 10px;
  overflow-y: scroll;
}
#navBody a {
  font-family: "montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px;
  text-decoration: none;
  color: rgb(44, 44, 44);
  letter-spacing: 0.5px;
}
#navBody .contactBtn {
  background: linear-gradient(to left, rgb(148, 107, 50), rgb(198, 153, 89));
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-family: "poppins", sans-serif;
  line-height: 30px;
  font-weight: 600;
  padding: 15px 25px;
  border: none;
  border-radius: 30px;
  margin-top: 30px;
  box-shadow: rgba(198, 152, 89, 0.338) 5px 0px 15px;
}
#navBody .socialMedia {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  bottom: 50px;
}
#navBody .socialMedia i {
  padding: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(to left, rgb(148, 107, 50), rgb(198, 153, 89));
  color: #ffffff;
  font-size: 23px;
  margin: 0 10px;
  box-shadow: rgba(198, 152, 89, 0.338) 5px 0px 15px;
}

#disclaimerBtn {
  background: linear-gradient(to left, rgb(148, 107, 50), rgb(198, 153, 89));
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  padding: 11px 21px;
  border: none;
  border-radius: 30px;
  box-shadow: rgba(198, 152, 89, 0.338) 5px 0px 15px;
}

/*######################################    HOME    ############################################ */

#home {
  height: 90vh;
  width: 100vw;
}
#hero1 {
  background: linear-gradient(to left top, transparent, rgba(0, 0, 0, 0.573)), url(Images/hero01.jpg);
  background-size: cover;
  height: 90vh;
  background-position: top right;
}
#hero2 {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.557), rgba(0, 0, 0, 0.573)), url(Images/hero02.jpg);
  background-size: cover;
  height: 90vh;
  background-position: top right;
}
#carousel_content {
  width: 750px;
  top: 15%;
  left: 13%;
  text-align: left;
}
#carousel_content h1 {
  font-size: 4.3vw;
  font-family: "josefin sans", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 6vw;
}
#carousel_content p {
  font-size: 18px;
  letter-spacing: 0.6px;
  margin-top: 20px;
  font-family: "poppins", sans-serif;
  line-height: 30px;
}
#carousel_content button {
  background: linear-gradient(to left, rgb(148, 107, 50), rgb(198, 153, 89));
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-family: "poppins", sans-serif;
  line-height: 30px;
  font-weight: 600;
  padding: 15px 25px;
  border: none;
  border-radius: 30px;
  margin-top: 30px;
  box-shadow: rgba(198, 152, 89, 0.338) 5px 0px 15px;
}
#indicators {
  display: none;
}

@media screen and (max-width: 900px) {
  #carousel_content {
    width: 90%;
    top: 20%;
    left: 5%;
    text-align: left;
  }
  #carouselExampleCaptions .carousel-control-prev,
  #carouselExampleCaptions .carousel-control-next {
    display: none;
  }
  #carousel_content h1 {
    font-size: 6vw;
    font-family: "josefin sans", sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 7.5vw;
  }
}
@media screen and (max-width: 600px) {
  #carousel_content {
    width: 90%;
    top: 10%;
    left: 5%;
    text-align: left;
  }
  #carousel_content h1 {
    font-size: 30px;
    font-weight: 900;
    font-family: "poppins", sans-serif;
    letter-spacing: 0.5px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
  }
  #carousel_content p {
    font-size: 17px;
    letter-spacing: 0.6px;
    margin-top: 50px;
    font-family: "poppins", sans-serif;
    line-height: 28px;
    text-align: center;
  }
  #carousel_content button {
    margin-top: 50px;
    margin-left: 20vw;
    padding: 10px 25px;
  }
  #hero1 {
    background: linear-gradient(to left top, rgba(0, 0, 0, 0.402), rgba(0, 0, 0, 0.4)), url(Images/hero01.jpg);
    background-position: top center;
  }
  #hero2 {
    background-position: center;
    background: linear-gradient(to left top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(Images/hero02.jpg);
  }
  #indicators {
    display: flex;
  }
}

/* ####################################   Features    #################################### */

.features {
  width: 100vw;
  padding: 0 7vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
  transform: translateY(-80px);
  z-index: 1;
  position: relative;
}
.features .item {
  max-width: 400px;
  min-width: 400px;
  height: 250px;
  background-color: rgb(42, 42, 59);
  padding: 60px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.features img {
  width: 65px;
}
.features .text h2 {
  font-size: 26px;
  color: #ffffff;
  margin-left: 25px;
  font-family: "Tiro Kannada";
}
.features .text p {
  color: rgb(180, 182, 185);
  margin-left: 25px;
  font-family: "karla";
  letter-spacing: 0.3px;
  margin-top: 15px;
}

@media screen and (max-width: 420px) {
  .features {
    width: 100vw;
    padding: 0 5vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    transform: translateY(-130px);
    display: none;
  }
  .features .item {
    max-width: 350px;
    min-width: 350px;
    height: 200px;
    padding: 30px 10px;
    border-radius: 50px 0;
  }
  .features img {
    width: 55px;
  }
  .features .text h2 {
    font-size: 25px;
    margin-left: 20px;
  }
  .features .text p {
    margin-left: 20px;
  }
}

/* ############################################   About Page   ################################### */

#aboutPage {
  padding: 10px 7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: url(Images/bg-map.png);
  background-size: cover;
}

#aboutPage img {
  height: 35vw;
  box-shadow: rgb(180, 149, 105) 20px 20px 0px 0px;
  border: 1px solid rgb(180, 149, 105);
  border-radius: 20px;
}
#aboutPage .content {
  width: 55%;
}
#aboutPage .content h4 {
  font-family: "Tiro Kannada";
  color: rgb(177, 133, 70);
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid rgb(148, 107, 50);
  padding-bottom: 10px;
  width: 120px;
  letter-spacing: 0.5px;
}
#aboutPage .content h1 {
  font-size: 40px;
  font-family: "poppins", sans-serif;
  font-weight: 900;
  margin-top: 30px;
}
#aboutPage .content p {
  font-size: 15px;
  font-family: "poppins", sans-serif;
  margin-top: 30px;
  color: rgb(105, 105, 105);
  line-height: 25px;
  letter-spacing: 0.4px;
}
#aboutPage .content .contact {
  padding: 10px 20px;
  border-left: 4px solid rgb(218, 169, 102);
  margin-top: 40px;
}
#aboutPage .content .contact i {
  font-size: 25px;
  color: rgb(46, 46, 63);
}
#aboutPage .content .contact span {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 25px;
  margin-left: 20px;
}
#aboutPage .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 800px) {
  #aboutPage {
    padding: 50px 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #aboutPage img {
    height: 50vw;
  }
  #aboutPage .content {
    width: 90%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  #aboutPage {
    background-size: cover;
    background-repeat: repeat;
    padding: 20px 5vw 0 5vw;
  }
  #aboutPage img {
    height: 90vw;
  }
  #aboutPage .content {
    width: 100%;
    margin-top: 50px;
  }
  #aboutPage .content h1 {
    font-size: 35px;
    margin-top: 25px;
    line-height: 50px;
  }
  #aboutPage .content p {
    margin-top: 20px;
  }
  #aboutPage .details {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
}

/* ################################  Approach  ######################################## */

#approach {
  padding: 80px 7vw;
  height: 100%;
  margin-top: 50px;
  background-attachment: fixed;
}
#approach .heading {
  text-align: center;
}

#approach .heading p {
  color: rgb(198, 153, 89);
  font-family: "poppins", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 500;
}

#approach .heading h1 {
  color: #333;
  font-family: "poppins", sans-serif;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 45px;
  width: 550px;
  margin: 0 auto;
}

#approach .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

#approach .container img {
  width: 45%;
  border-radius: 25px;
}

#approach .container .content {
  width: 50%;
}

#approach .container .content p {
  font-size: 15px;
  font-family: "poppins", sans-serif;
  color: rgb(105, 105, 105);
  line-height: 25px;
  letter-spacing: 0.4px;
}
#approach .signCon {
  display: flex;
  justify-content: end;
  margin-top: 50px;
}

#approach .sign h2 {
  font-family: "Kristi", cursive;
  font-size: 30px;
  color: rgb(218, 169, 102);
}
#approach .sign h3 {
  line-height: 25px;
  font-size: 17px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  text-align: center;
}
#approach .sign span {
  font-weight: normal;
  font-size: 15px;
  color: rgb(107, 107, 107);
  font-family: "roboto slab", sans-serif;
}

@media screen and (max-width: 600px) {
  #approach {
    padding: 80px 1vw;
  }
  #approach .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
    gap: 50px;
  }
  #approach .container img {
    width: 100%;
    border-radius: 25px;
  }
  #approach .container .content {
    width: 100%;
  }
  #approach .heading h1 {
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 35px;
    width: 350px;
  }
  #approach .signCon {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}

/* ################################   Services    ##################################### */

#services {
  padding: 80px 7vw;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(Images/hero3.jpg);
  background-size: cover;
  height: 100%;
  margin-top: 50px;
  background-attachment: fixed;
}
.heading {
  text-align: center;
}
.heading p {
  color: rgb(198, 153, 89);
  font-family: "poppins", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.heading h1 {
  color: #ffffff;
  font-family: "poppins", sans-serif;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 45px;
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #services {
    padding: 80px 1vw;
  }
  .heading h1 {
    color: #ffffff;
    font-family: "poppins", sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 35px;
    width: 350px;
  }
}
#services_con {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  row-gap: 50px;
}
@media screen and (max-width: 800px) {
  #services_con {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    row-gap: 20px;
  }
}
#services_con .item {
  width: 340px;
  height: 260px;
  text-align: center;
  padding: 30px 25px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 8' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");
  overflow: hidden;
  position: relative;
}
#services_con .item .image {
  width: 340px;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.306), rgba(0, 0, 0, 0.32)), url(Images/hero3.jpg);
  background-size: cover;
  opacity: 0;
}
#services_con .item:hover .image {
  transform: translateY(0%);
  opacity: 1;
}
#services_con .item .image button {
  background: linear-gradient(to left, rgb(148, 107, 50), rgb(198, 153, 89));
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "poppins", sans-serif;
  line-height: 30px;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  margin-top: 100px;
  box-shadow: rgba(198, 152, 89, 0.338) 5px 0px 15px;
}
#services_con .item .image button:hover {
  background: linear-gradient(to top left, rgb(198, 153, 89), rgb(148, 107, 50));
}
#services_con .item img {
  height: 60px;
}
#services_con .item h3 {
  font-family: "poppins", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-top: 25px;
}
#services_con .item p {
  font-family: "poppins", sans-serif;
  font-size: 13px;
  color: rgb(180, 182, 185);
  letter-spacing: 0.5px;
  margin-top: 15px;
}

/* ##################################   Our Work  ##################################### */

#OurWork {
  padding: 80px 7vw;
  background-color: rgb(31, 31, 37);
}
#OurWork .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 100px;
}
#OurWork .item {
  width: 320px;
  text-align: center;
}
#OurWork .item img {
  height: 55px;
}
#OurWork .item h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "montserrat", sans-serif;
  color: #ffffff;
  margin-top: 30px;
  letter-spacing: 0.5px;
}
#OurWork .item p {
  font-size: 14px;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  color: rgb(178, 178, 178);
  margin-top: 20px;
  letter-spacing: 0.7px;
}

/* ##################################   Conatact  ##################################### */

#contact {
  padding: 100px 7vw;
  height: 100%;
  background: linear-gradient(to top left, rgba(37, 42, 46, 0.5), rgba(0, 0, 0, 0.825)), url(Images/hero01.jpg);
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: space-between;
}
#contact .heading {
  text-align: left;
}
#contact .heading p {
  color: rgb(198, 153, 89);
  font-family: "poppins", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 500;
}
#contact .heading h1 {
  color: #ffffff;
  font-family: "poppins", sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin-left: 0;
  width: 400px;
}
#contact form {
  width: 55%;
  background-color: #3a3a3a8b;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgb(81, 81, 81);
}
#contact form .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
#contact form input {
  min-width: 48%;
  padding: 12px 15px;
  background-color: #ffffff08;
  border: 1px solid rgba(175, 175, 175, 0.45);
  outline: none;
  border-radius: 8px;
  margin-top: 20px;
  color: #ffffff;
}
#contact form input::placeholder {
  color: #ffffff;
}
#contact form select {
  min-width: 48%;
  padding: 12px 15px;
  background-color: #ffffff08;
  border: 1px solid rgba(175, 175, 175, 0.45);
  outline: none;
  border-radius: 8px;
  margin-top: 20px;
  color: #ffffff;
}
#contact form select option {
  color: rgb(44, 44, 44);
}
#contact form textarea {
  width: 100%;
  padding: 12px 15px;
  background-color: #ffffff08;
  border: 1px solid rgba(175, 175, 175, 0.45);
  outline: none;
  border-radius: 8px;
  margin-top: 20px;
  color: #ffffff;
}
#contact form textarea::placeholder {
  color: #ffffff;
}
#contact form button {
  background: linear-gradient(to left, rgb(148, 107, 50), rgb(198, 153, 89));
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "poppins", sans-serif;
  line-height: 30px;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: rgba(198, 152, 89, 0.338) 1px 0px 10px;
}
#contact form button:hover {
  background: linear-gradient(to top left, rgb(198, 153, 89), rgb(148, 107, 50));
}
#contact .address {
  width: 380px;
  background-color: #06060698;
  height: 90vh;
  padding: 20px 30px;
  border-radius: 15px;
}
#contact .address .item {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}
#contact .address i {
  color: rgb(177, 133, 70);
  font-size: 33px;
  transform: translateY(8px);
}
#contact .address h4 {
  color: rgb(198, 153, 89);
  font-size: 19px;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 0;
}
#contact .address p {
  color: #ffffff;
  font-size: 16px;
  font-family: "rubik", sans-serif;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 5px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 1000px) {
  #contact {
    padding: 70px 2vw;
  }
  #contact form input {
    min-width: 100%;
  }
  #contact form select {
    min-width: 100%;
  }
}
@media screen and (max-width: 830px) {
  #contact {
    flex-direction: column;
  }
  #contact form {
    width: 100%;
    background-color: #ffffff11;
    padding: 25px;
    border-radius: 15px;
  }
  #contact .address {
    width: 100%;
    background-color: #06060698;
    height: 90vh;
    padding: 20px 30px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 830px) {
  #contact {
    padding: 70px 0;
  }
  #contact form {
    padding: 25px 10px 25px 10px;
  }
  #contact .address {
    width: 100%;
    background-color: #06060698;
    height: 100%;
    padding: 20px 10px 20px 10px;
    margin-top: 20px;
  }
  #contact .heading h1 {
    font-size: 25px;
    line-height: 38px;
    width: 340px;
  }
}

/* ##################################   FOOTER    ########################################## */
footer {
  padding: 50px 7vw 10px 7vw;
  background-color: rgb(37, 37, 53);
}
footer .logo {
  font-size: 28px;
  color: rgb(172, 136, 86);
  font-family: "lobster two", sans-serif;
  display: flex;
  align-items: center;
}
footer .logo img {
  height: 28px;
  margin-right: 10px;
}
footer .container {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
}
footer .container .item {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .container .item a {
  color: #c9c9c9;
  font-size: 16px;
  font-family: "montserrat", sans-serif;
  margin-top: 10px;
  text-decoration: none;
}
footer .container .item p {
  color: #e4e4e4;
  font-size: 16px;
  font-family: "montserrat", sans-serif;
  margin-bottom: 0px;
  margin-top: 10px;
}
footer .developer {
  color: #f1f1f1;
  text-align: center;
  margin-top: 40px;
  font-family: "poppins", sans-serif;
}
