@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&family=Playfair+Display&display=swap");

@media (min-width: 1024px) {
* {
  margin: 0;
  border: 0;
}

.body {
  margin: 0;
  padding: 0;
  background-color: white;
}

.navbar {
  margin: 0;
  display: flex;
}

.div {
  display: flex;
  flex: 1;
  color: black;
}

.logo {
  padding-top: 10px;
}

.navlogoimg {
  display: flex;
  border-bottom: 0.5px solid goldenrod;
}

.navlogodiv {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.5px solid goldenrod;
  color: black;
}

.navpagesdiv {
  height: 100px;
  display: flex;
  flex-direction: column;
  flex: 1;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  justify-content: space-around;
  margin-top: 0px;
  color: rgb(0, 80, 0);
  background-color: white;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0.5px;
  border-style: solid;
  border-color: goldenrod;
}
.navpagesdiv .ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
}
.navpagesdiv .ul .li {
  list-style: none;
  margin-right: 60px;
  color: rgb(0, 80, 0);
}
.navpagesdiv .ul .li:hover {
  cursor: pointer;
  color: goldenrod;
}

.feature-main {
  margin-top: 0px;
  padding-top: 0px;
  background-color: white;
  border-bottom: 0px;
  border-style: solid;
  border-color: rgb(200, 200, 200);
  height: 90vh;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.feature-main .h1 {
  align-items: center;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 60px;
  color: rgb(0, 80, 0);
}
.feature-main .h1thin {
  text-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  color: goldenrod;
}

.feature-btn {
  width: 500px;
  height: 80px;
  border: 0.5px solid goldenrod;
  border-radius: 4px;
  padding: 20px;
  color: goldenrod;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: bold;
  background-color: rgb(0, 80, 0);
}

.feature-btn:hover {
  border: 0.5px solid rgb(0, 80, 0);
  background-color: goldenrod;
  color: rgb(0, 80, 0);
}

.feature-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: opacity(20%);
}

.feature-text {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  text-align: center;
  font-size: 120;
  color: white;
}

.feature-two {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  padding: 120px;
  height: auto;
  background-color: rgb(0, 80, 0);
  color: goldenrod;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 26px;
}
.feature-two .h1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 60px;
  color: goldenrod;
}

.feature-btn-second {
  margin-top: 20px;
  width: 500px;
  height: auto;
  border: 0.5px solid goldenrod;
  border-radius: 4px;
  padding: 20px;
  color: goldenrod;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: bold;
  background-color: rgb(0, 80, 0);
}

.feature-btn-second:hover {
  border: 0.5px solid rgb(0, 80, 0);
  cursor: pointer;
  background-color: goldenrod;
  color: rgb(0, 80, 0);
}

.feature-btn-yellow {
  margin-top: 20px;
  width: 500px;
  height: 80px;
  border: 0.5px solid rgb(0, 80, 0);
  border-radius: 4px;
  padding: 20px;
  color: rgb(0, 80, 0);
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: bold;
  background-color: goldenrod;
}

.feature-btn-yellow:hover {
  border: 0.5px solid goldenrod;
  background-color: rgb(0, 80, 0);
  color: goldenrod;
}

.feature-three {
  padding-top: 60px;
  padding-bottom: 60px;
  color: goldenrod;
  background-color: white;
  text-align: center;
}
.feature-three .h1 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 60px;
  color: rgb(0, 80, 0);
}

.feature-gallery-img {
  width: auto;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.feature-four {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-top: 0px;
  color: rgb(0, 80, 0);
  background-color: rgb(240, 240, 240);
  text-align: center;
  height: 600px;
  display: flex;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 26px;
}
.feature-four .h1 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 60px;
  color: rgb(0, 80, 0);
}

.feature-five {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  padding: 120px;
  height: auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: rgb(0, 80, 0);
  background-color: rgb(240, 240, 240);
}
.feature-five .h1 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 60px;
  color: rgb(0, 80, 0);
}

.paragraphText {
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide-img {
  border-radius: 12px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  margin-top: 0px;
  border-top: 0.5px solid goldenrod;
  color: rgb(0, 80, 0);
  background-color: white;
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.footer .ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: bold;
  color: rgb(0, 80, 0);
}
.footer .li:hover {
  color: goldenrod;
}

.link {
  color: rgb(0, 80, 0);
  text-decoration: none;
}

.link:hover {
  color: goldenrod;
}

.copyright {
  padding: 10px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 14px;
  color: rgb(0, 80, 0);
  background-color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
}
}

@media (max-width: 1024px)
{
  * {
    margin: 0;
    border: 0;
  }
  
  .body {
    margin: 0;
    padding: 0;
    background-color: white;
  }
  
  .navbar {
    margin: 0;
    display: flex;
  }
  
  .div {
    display: flex;
    flex: 1;
    color: black;
  }
  
  .logo {
    padding-top: 10px;
  }
  
  .navlogoimg {
    display: flex;
    border-bottom: 0.5px solid goldenrod;
  }
  
  .navlogodiv {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0.5px solid goldenrod;
    color: black;
  }
  
  .navpagesdiv {
    height: 100px;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    justify-content: space-around;
    margin-top: 0px;
    color: rgb(0, 80, 0);
    background-color: white;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0.5px;
    border-style: solid;
    border-color: goldenrod;
  }
  .navpagesdiv .ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
  }
  .navpagesdiv .ul .li {
    list-style: none;
    margin-right: 60px;
    color: rgb(0, 80, 0);
  }
  .navpagesdiv .ul .li:hover {
    cursor: pointer;
    color: goldenrod;
  }
  
  .feature-main {
    margin-top: 0px;
    padding-top: 0px;
    background-color: white;
    border-bottom: 0px;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    height: 88vh;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .feature-main .h1 {
    align-items: center;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 60px;
    color: rgb(0, 80, 0);
  }
  .feature-main .h1thin {
    text-align: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    color: goldenrod;
  }
  
  .feature-btn {
    width: 500px;
    height: 80px;
    border: 0.5px solid goldenrod;
    border-radius: 4px;
    padding: 20px;
    color: goldenrod;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: bold;
    background-color: rgb(0, 80, 0);
  }
  
  .feature-btn:hover {
    border: 0.5px solid rgb(0, 80, 0);
    background-color: goldenrod;
    color: rgb(0, 80, 0);
  }
  
  .feature-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: opacity(20%);
  }
  .feature-02
  {
    display: flex;
    flex-direction: column;
  }
  .feature-text .h1{
    display: block;
    z-index: 1;
    position: absolute;
    top: 60vh;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    color: rgb(0, 80, 0);
  }
  
  .feature-two {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    padding: 40px;
    height: auto;
    background-color: rgb(0, 80, 0);
    color: goldenrod;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
  }
  .feature-two .h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 40px;
    color: goldenrod;
  }
  
  .feature-btn-second {
    margin-top: 20px;
    width: 80vw;
    height: auto;
    border: 0.5px solid goldenrod;
    border-radius: 4px;
    padding: 20px;
    color: goldenrod;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(0, 80, 0);
  }
  
  .feature-btn-second:hover {
    border: 0.5px solid rgb(0, 80, 0);
    cursor: pointer;
    background-color: goldenrod;
    color: rgb(0, 80, 0);
  }
  
  .feature-btn-yellow {
    margin-top: 20px;
    width: 500px;
    height: 80px;
    border: 0.5px solid rgb(0, 80, 0);
    border-radius: 4px;
    padding: 20px;
    color: rgb(0, 80, 0);
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: bold;
    background-color: goldenrod;
  }
  
  .feature-btn-yellow:hover {
    border: 0.5px solid goldenrod;
    background-color: rgb(0, 80, 0);
    color: goldenrod;
  }
  
  .feature-three {
    padding-top: 60px;
    padding-bottom: 60px;
    color: goldenrod;
    background-color: white;
    text-align: center;
  }
  .feature-three .h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 60px;
    color: rgb(0, 80, 0);
  }
  
  .feature-gallery-img {
    width: auto;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .feature-four {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-top: 0px;
    color: rgb(0, 80, 0);
    background-color: rgb(240, 240, 240);
    text-align: center;
    height: 600px;
    display: flex;
    flex: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 26px;
  }
  .feature-four .h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 60px;
    color: rgb(0, 80, 0);
  }
  
  .feature-five {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    padding: 40px;
    height: auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: rgb(0, 80, 0);
    background-color: rgb(240, 240, 240);
  }
  .feature-five .h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 40px;
    color: rgb(0, 80, 0);
  }
  
  .paragraphText {
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide-img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .footer {
    margin-top: 0px;
    border-top: 0.5px solid goldenrod;
    color: rgb(0, 80, 0);
    background-color: white;
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .footer .ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(0, 80, 0);
  }
  .footer .li:hover {
    color: goldenrod;
  }
  
  .link {
    color: rgb(0, 80, 0);
    text-decoration: none;
  }
  
  .link:hover {
    color: goldenrod;
  }
  
  .copyright {
    padding: 10px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 14px;
    color: rgb(0, 80, 0);
    background-color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}