* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Marcellus", serif;
  background-color: #f6ece2;
}

nav {
  background-color: white;
  z-index: 100;
  transition: 0.5s;
  font-family: "Didact Gothic", sans-serif;
  height: 130px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
nav ul {
  margin-right: 40px;
  font-size: 18px;
}
nav ul li {
  list-style: none;
  display: inline;
  margin-right: 50px;
  color: #ab4516;
  transition: 0.5s;
  cursor: pointer;
}
nav ul li:hover {
  color: #ab4516;
  text-shadow: 1px 1px 1px gray;
}
nav .nav-mobile-ul {
  display: none;
}
nav a {
  text-decoration: none;
}

#navMobile {
  display: none;
  margin-top: -150vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  transition: 1s;
}
#navMobile ul li {
  margin-top: 20px;
  background-color: #f6ece2;
  list-style: none;
  margin-left: -40px;
  text-align: center;
  width: 101vw;
  padding: 15px;
  font-size: 14pt;
}
#navMobile a {
  text-decoration: none;
  color: black;
}

.title-head {
  color: #515453;
  margin-top: 100px;
}

#carousel {
  height: 100vh;
  margin-top: 20px;
  margin-bottom: 200px;
}

#section-2 {
  margin-bottom: 300px;
  overflow: hidden;
}
#section-2 .line-text {
  margin: 0 20px;
  color: black;
  -webkit-text-decoration: line-through black;
          text-decoration: line-through black;
  color: transparent;
}
#section-2 p:nth-child(1) {
  color: gray;
}
#section-2 p:nth-child(2) {
  font-size: 70px;
}
#section-2 p:nth-child(3) {
  font-size: 55px;
  margin-top: -40px;
}

#section-2a,
#section-3 {
  margin-bottom: 300px;
  overflow: hidden;
}
#section-2a img,
#section-3 img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#section-2a .col-sm:nth-child(2),
#section-3 .col-sm:nth-child(2) {
  padding: 30px;
}
#section-2a .col-sm:nth-child(2) h1,
#section-3 .col-sm:nth-child(2) h1 {
  font-size: 60px;
  font-weight: 700;
  color: #ab4516;
}
#section-2a .col-sm:nth-child(2) .sub-title,
#section-3 .col-sm:nth-child(2) .sub-title {
  font-size: 40px;
  margin-top: -20px;
}
#section-2a .col-sm:nth-child(2) hr,
#section-3 .col-sm:nth-child(2) hr {
  width: 20%;
  border-bottom: 1px solid black;
}
#section-2a .col-sm:nth-child(2) .desc,
#section-3 .col-sm:nth-child(2) .desc {
  padding-right: 70px;
  text-align: justify;
}

#section-2b,
#section-4 {
  margin-bottom: 300px;
  overflow: hidden;
}
#section-2b img,
#section-4 img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#section-2b .col-sm:nth-child(1),
#section-4 .col-sm:nth-child(1) {
  padding: 50px;
}
#section-2b .col-sm:nth-child(1) h1,
#section-4 .col-sm:nth-child(1) h1 {
  font-size: 60px;
  font-weight: 700;
  color: #ab4516;
}
#section-2b .col-sm:nth-child(1) .sub-title,
#section-4 .col-sm:nth-child(1) .sub-title {
  font-size: 40px;
  margin-top: -20px;
}
#section-2b .col-sm:nth-child(1) hr,
#section-4 .col-sm:nth-child(1) hr {
  width: 20%;
  border-bottom: 1px solid black;
}
#section-2b .col-sm:nth-child(1) .desc,
#section-4 .col-sm:nth-child(1) .desc {
  padding-right: 110px;
  text-align: justify;
}

#section-5 {
  overflow: hidden;
  font-family: "Didact Gothic", sans-serif;
}
#section-5 .all-slider {
  margin: 0 15px;
  height: 350px;
  background-size: cover;
}
#section-5 .all-slider p {
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding-top: 35%;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
  font-size: 25px;
}
#section-5 p:hover {
  opacity: 1;
}

#about {
  overflow: hidden;
  margin-top: 130px;
  font-family: "Didact Gothic", sans-serif;
}
#about .about-first .col-sm .kotak {
  background-color: rgba(155, 67, 35, 0.05);
  width: 95%;
  padding-top: 100px;
  height: 100%;
  margin: 0 auto;
}
#about .about-first .image-about-1 {
  height: 650px;
  background-position: -170px 0;
  border-right: 10px solid #ab4516;
  border-left: 10px solid #ab4516;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#about .about-first .line-text {
  margin: 0 20px;
  color: #ab4516;
  -webkit-text-decoration: line-through #ab4516;
          text-decoration: line-through #ab4516;
  color: transparent;
}
#about .about-first p:nth-child(1) {
  color: #ab4516;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
#about .about-first p:nth-child(2) {
  text-align: center;
  margin-top: 100px;
  font-size: 17px;
}
#about .about-first p:nth-child(3) {
  text-align: center;
  margin-top: 100px;
  font-size: 20px;
  color: #ab4516;
  font-weight: 500;
}
#about .about-second {
  margin-top: 150px;
}
#about .about-second .col-sm .kotak {
  background-color: rgba(155, 67, 35, 0.05);
  width: 95%;
  padding-top: 100px;
  margin: 0 auto;
  height: 100%;
}
#about .about-second .line-text {
  margin: 0 20px;
  color: #ab4516;
  -webkit-text-decoration: line-through #ab4516;
          text-decoration: line-through #ab4516;
  color: transparent;
}
#about .about-second .image-about-2 {
  height: 650px;
  background-size: cover;
  border-top: 10px solid #ab4516;
  border-bottom: 10px solid #ab4516;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: scaleX(-1);
}
#about .about-second p:nth-child(1) {
  color: #ab4516;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
#about .about-second p:nth-child(2) {
  text-align: center;
  margin-top: 100px;
  font-size: 17px;
}
#about .about-second p:nth-child(3) {
  text-align: center;
  margin-top: 100px;
  font-size: 20px;
  color: #ab4516;
  font-weight: 500;
}

footer {
  background-color: #9b4323;
  padding: 120px 20px;
  padding-bottom: 10px;
  color: white;
  position: relative;
  background-repeat: no-repeat;
  margin-top: 200px;
}
footer .footer-logo p {
  margin-top: 0;
}
footer a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
footer a:hover {
  color: orange;
}
footer img {
  margin-top: -95px;
}
footer p {
  margin-top: 30px;
  font-family: "Didact Gothic", sans-serif;
}
footer p span {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 30px;
}
footer .footer-logo {
  margin-top: -10px;
}

.nav-mobile-show-all {
  width: 100vw;
  height: 100vh;
  background-color: #ab4516;
  color: white;
  position: fixed;
  top: 0;
  z-index: -1000;
  padding-top: 150px;
  font-family: "Didact Gothic", sans-serif;
  margin-top: -150vh;
  transition: 0.5s;
}
.nav-mobile-show-all p {
  margin-bottom: 20px;
  font-size: 20px;
  padding: 20px;
}
.nav-mobile-show-all a {
  text-decoration: none;
  color: white;
}

.nav-mobile-show-all-active {
  margin-top: 0;
  z-index: 500;
}

.show-nav {
  position: fixed;
  background-color: #f6ece2;
  width: 100vw;
  height: 100vh;
  background-color: #f6ece2;
  top: 0;
  z-index: -1000;
  margin-left: -200vw;
  overflow: auto;
  transition: 1s;
}
.show-nav .side {
  position: fixed;
  float: left;
  background-color: #ab4516;
  width: 30%;
  height: 100vh;
  padding: 20px;
  color: white;
}
.show-nav .side p:nth-child(1) {
  font-size: 15px;
  margin-top: 180px;
  margin-bottom: 20px;
  cursor: default;
}
.show-nav .side p {
  font-size: 25px;
  margin-bottom: 25px;
  cursor: pointer;
}
.show-nav .side a {
  text-decoration: none;
  color: white;
}
.show-nav .side .line-text {
  margin: 0 20px;
  -webkit-text-decoration: line-through white;
          text-decoration: line-through white;
  color: transparent;
}
.show-nav .side .nav-title-1,
.show-nav .side .nav-title-2,
.show-nav .side .nav-title-3,
.show-nav .side .nav-title-4,
.show-nav .side .nav-title-5 {
  transition: 0.3s;
}
.show-nav .side .nav-title-1:hover,
.show-nav .side .nav-title-2:hover,
.show-nav .side .nav-title-3:hover,
.show-nav .side .nav-title-4:hover,
.show-nav .side .nav-title-5:hover {
  cursor: pointer;
  font-weight: 700;
}
.show-nav .side .close-nav {
  position: absolute;
  left: 30px;
  top: 150px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: 0.3s;
}
.show-nav .main-nav {
  float: right;
  margin-top: 130px;
  width: 70%;
  height: auto;
}
.show-nav .main-nav img {
  width: 100%;
}
.show-nav .main-nav .form {
  margin-top: 70px;
  padding: 20px 70px;
  margin-bottom: 100px;
}
.show-nav .main-nav .form input,
.show-nav .main-nav .form select,
.show-nav .main-nav .form textarea {
  border: 1px solid #ab4516;
  border-radius: 3px;
}
.show-nav .main-nav .form button {
  background-color: #ab4516;
  color: white;
  padding: 10px;
  width: 150px;
  border-radius: 7px;
}
.show-nav .main-nav .footer-nav {
  overflow: hidden;
}
.show-nav .main-nav .footer-nav .label-footer-nav {
  font-weight: 700;
  font-size: 20px;
}
.show-nav .main-nav .footer-nav p,
.show-nav .main-nav .footer-nav a {
  color: #ab4516;
}
.show-nav .main-nav .footer-nav a {
  text-decoration: none;
}
.show-nav .main-nav .footer-nav span {
  text-decoration: none;
  font-size: 25px;
  margin: 0 10px;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: -50px;
  border-radius: 50%;
  background-color: white;
  transition: 0.5s;
}

.back-top {
  bottom: 20px;
}

.back-to-top:hover {
  opacity: 0.8;
}

@media screen and (max-width: 992px) {
  nav {
    height: 170px;
  }
  #section-5 .all-slider {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  #navMobile {
    display: block;
  }
  nav {
    height: 100px;
  }
  nav .container {
    padding: 0;
  }
  nav .nav-ul {
    display: none;
  }
  nav .nav-mobile-ul {
    display: block;
    position: absolute;
    right: 0;
    margin-right: -40px;
    margin-top: -45px;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 30px;
  }
  nav .nav-mobile-ul i {
    color: #ab4516;
  }
  nav .nav-mobile-ul:hover {
    opacity: 1;
  }
  nav img {
    width: 200px;
  }
  #carousel {
    margin-top: 90px;
  }
  #section-2 .container {
    padding: 0;
  }
  #section-2 .line-text {
    margin: 0 17px;
    font-size: 11px;
  }
  #section-2 p:nth-child(1) {
    color: gray;
    font-size: 11px;
  }
  #section-2 p:nth-child(2) {
    font-size: 50px;
  }
  #section-2 p:nth-child(3) {
    font-size: 30px;
    margin-top: -10px;
  }
  #section-2a .col-sm:nth-child(2),
  #section-3 .col-sm:nth-child(2) {
    padding: 30px;
  }
  #section-2a .col-sm:nth-child(2) .desc,
  #section-3 .col-sm:nth-child(2) .desc {
    padding-right: 0;
  }
  #section-2b .col-sm:nth-child(1),
  #section-4 .col-sm:nth-child(1) {
    padding: 30px;
  }
  #section-2b .col-sm:nth-child(1) h1,
  #section-4 .col-sm:nth-child(1) h1 {
    font-size: 47px;
  }
  #section-2b .col-sm:nth-child(1) .sub-title,
  #section-4 .col-sm:nth-child(1) .sub-title {
    font-size: 40px;
  }
  #section-2b .col-sm:nth-child(1) .desc,
  #section-4 .col-sm:nth-child(1) .desc {
    padding-right: 0;
  }
  #section-5 .all-slider {
    height: 230px;
  }
  footer {
    padding-top: 220px;
  }
  footer #footerLogo {
    margin-top: -270px;
  }
  .back-to-top {
    position: fixed;
    z-index: 1000;
    right: 10px;
    bottom: 20px;
    border-radius: 50%;
    background-color: white;
    transition: 0.5s;
  }
  .show-nav .side {
    position: static;
    float: none;
    width: 100%;
  }
  .show-nav .main-nav {
    float: none;
    width: 100%;
  }
  .show-nav .main-nav .form {
    padding: 20px;
  }
  #about {
    margin-top: 100px;
  }
  #about .about-first .col-sm .kotak {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #about .about-first .image-about-1 {
    border: none;
  }
  #about .about-first .line-text {
    margin: 0 5px;
  }
  #about .about-first p:nth-child(1) {
    font-size: 13px;
    text-align: center;
  }
  #about .about-first p:nth-child(2) {
    margin-top: 50px;
    font-size: 12px;
  }
  #about .about-first p:nth-child(3) {
    margin-top: 50px;
    font-size: 13px;
  }
  #about .about-second .col-sm .kotak {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #about .about-second .image-about-2 {
    border: none;
  }
  #about .about-second p:nth-child(1) {
    font-size: 14px;
  }
  #about .about-second p:nth-child(2) {
    font-size: 11px;
    margin-top: 50px;
  }
  #about .about-second p:nth-child(3) {
    margin-top: 50px;
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  #section-2 .line-text {
    margin: 0 10px;
  }
  #section-2 p:nth-child(1) {
    font-size: 7px;
  }
  #section-2 p:nth-child(2) {
    font-size: 40px;
  }
  #section-2 p:nth-child(3) {
    font-size: 25px;
  }
  #section-2a,
  #section-3 {
    margin-bottom: 300px;
    overflow: hidden;
  }
  #section-2a img,
  #section-3 img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  #section-2a .col:nth-child(2),
  #section-3 .col:nth-child(2) {
    padding: 20px;
  }
  #section-2a .col:nth-child(2) h1,
  #section-3 .col:nth-child(2) h1 {
    font-size: 50px;
  }
  #section-2a .col:nth-child(2) .sub-title,
  #section-3 .col:nth-child(2) .sub-title {
    font-size: 30px;
  }
  #section-2b .col:nth-child(1),
  #section-4 .col:nth-child(1) {
    padding: 20px;
  }
  #section-2b .col:nth-child(1) h1,
  #section-4 .col:nth-child(1) h1 {
    font-size: 40px;
  }
  #section-2b .col:nth-child(1) .sub-title,
  #section-4 .col:nth-child(1) .sub-title {
    font-size: 30px;
  }
  footer p span {
    font-size: 20px;
  }
}/*# sourceMappingURL=index.css.map */