/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  overflow-x: hidden;
  color: #000;
  font-family: "swis721roman";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}

.medium {
  font-family: "Swis721 Thin";
  font-weight: normal;
  font-style: normal;
}

.bold {
  font-family: "Swis721 Thin";
  font-weight: 700;
  font-style: normal;
}

.regular-italic {
  font-family: "Swis721 Thin";
  font-weight: normal;
  font-style: italic;
}

.medium-italic {
  font-family: "Swis721 Thin";
  font-weight: normal;
  font-style: italic;
}

.bold-italic {
  font-family: "Swis721 Thin";
  font-weight: 700;
  font-style: italic;
}

.headingfont {
  font-family: "Swis721 Thin";
  font-weight: normal;
  font-style: normal;
  position: relative;
}
.headingfont::before {
  content: "";
  width: 10%;
  height: 4px;
  bottom: 0;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.headingfont.clr1::before {
  background: #6b8e23;
}

.headingfont2::before {
  content: "";
  width: 10%;
  height: 4px;
  bottom: 0;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.headingfont2.clr1::before {
  background: #6b8e23;
}

.container {
  max-width: 80%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 98%;
  }
}

.size36 {
  font-size: 25px;
  font-family: "Swis721 Thin";
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .size36 {
    font-size: 20px;
  }
}

.size60 {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .size60 {
    font-size: 35px;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1500px) {
  .size24 {
    font-size: 19px;
  }
}
@media screen and (max-width: 999px) {
  .size24 {
    font-size: 18px;
  }
}

.size21 {
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  .size21 {
    font-size: 17px;
  }
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .size18 {
    font-size: 17px;
  }
}

p, li {
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  p, li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
  p, li {
    font-size: 14px;
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 999px) {
  p, li {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  p, li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1300px) {
  p {
    margin-bottom: 0.7rem;
  }
}

.clr1 {
  color: #6b8e23;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
  padding: 2.1rem 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1400px) {
  .navbar {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 999px) {
  .navbar {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 600px) {
  .navbar {
    padding: 36px 0 14px;
  }
}
.navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
}
.navbar.scrolled .navbar-brand {
  width: 9%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1600px) {
  .navbar.scrolled .navbar-brand {
    width: 10%;
  }
}
@media screen and (max-width: 999px) {
  .navbar.scrolled .navbar-brand {
    width: 28%;
  }
}
@media screen and (max-width: 600px) {
  .navbar.scrolled .navbar-brand {
    width: 24%;
  }
}
.navbar .container {
  position: relative;
}
@media screen and (max-width: 999px) {
  .navbar .container {
    max-width: 100%;
  }
}
.navbar .navbar-brand {
  position: absolute;
  transition: all 0.6s ease;
  background: #6b8e23;
  padding: 10px;
  width: 10%;
  top: -2.1rem;
}
.navbar .navbar-brand img {
  transition: all 0.6s ease;
}
@media screen and (max-width: 1600px) {
  .navbar .navbar-brand {
    width: 11%;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    width: 32%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 26%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-toggler {
    color: #00072d;
    border: 1px solid #00072d;
    margin-left: auto;
    margin-right: 15px;
  }
  .navbar .navbar-toggler .menu {
    display: none;
  }
  .navbar .navbar-toggler .close1 {
    display: block;
  }
  .navbar .navbar-toggler.collapsed .close1 {
    display: none;
  }
  .navbar .navbar-toggler.collapsed .menu {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav {
    margin-top: 2.5rem;
  }
}
.navbar .navbar-nav .nav-item {
  padding: 0 1rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .navbar-nav .nav-item {
    padding: 0 0.7rem;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item {
    padding: 0;
  }
}
.navbar .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  top: 25%;
  background: #00072d;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item::before {
    content: unset;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #00072d;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: right;
    border-bottom: 1px solid #00072d;
    padding: 14px 1.5rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 1rem;
    font-size: 14px;
  }
}
.navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #6b8e23;
  transform: scaleX(0);
  transition: all 0.6s ease;
  left: 0;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item .nav-link::before {
    height: 2px;
    bottom: -1px;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #6b8e23;
  transition: all 0.6s ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover::before, .navbar .navbar-nav .nav-item .nav-link.active::before {
  transform: scaleX(1);
  opacity: 1;
  transition: all 0.6s ease;
}
.navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.navbar .navbar-nav .nav-item:last-child::before {
  content: unset;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
}
.navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.navbar .projeclog {
  width: 6%;
  margin: -16px 0px 0 0;
}
@media screen and (max-width: 999px) {
  .navbar .projeclog {
    width: 9%;
    margin: 0;
    position: absolute;
    right: 16%;
    top: -22px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .projeclog {
    width: 14%;
    margin: 0;
    position: absolute;
    right: 19%;
    top: -29px;
  }
}
.navbar .projeclog p {
  margin: 0;
}

.hmsec01 {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hmsec01 {
    overflow: hidden;
  }
}
.hmsec01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
  top: 0;
  text-align: center;
}
.hmsec01 .overlay h1::before {
  content: unset;
}
@media screen and (max-width: 600px) {
  .hmsec01 .overlay .logo {
    width: 35%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .parallax-top {
    width: 250% !important;
  }
}

.hmsec02 {
  padding: 5rem 0;
  position: relative;
  text-align: center;
  background: url(../img/farm.png) no-repeat;
  background-position: bottom;
}
.hmsec02 .img {
  width: 80%;
  margin: 0 auto;
}

.hmsec03 {
  position: relative;
  padding: 5rem 0;
  background: #6b8e23;
  color: #fff;
  text-align: center;
}
.hmsec03 .bgman {
  position: absolute;
  width: 25%;
  right: 0;
  top: 4%;
  opacity: 0.4;
}
.hmsec03 h1 {
  margin-bottom: 3.5rem;
}
.hmsec03 .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.hmsec03 .img img {
  transition: all 0.6s ease;
}
.hmsec03 .img .overlay {
  position: absolute;
  height: 100%;
  background: rgba(189, 165, 136, 0);
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.6s ease;
  transform: scale(0);
}
.hmsec03 .img .overlay span {
  font-size: 2.9rem;
}
.hmsec03 .img:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.hmsec03 .img:hover .overlay {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s ease;
}

.hmsec04 {
  position: relative;
  padding: 5rem 0;
  text-align: center;
}
.hmsec04 .item {
  height: 100%;
  background: #fff;
  box-shadow: 0 6px 19px rgba(0, 0, 0, 0.2117647059);
  text-align: center;
}
.hmsec04 .item .txt {
  padding: 2rem 10px;
}

.hmsec05 {
  position: relative;
  padding: 5rem 0;
  background: #6b8e23;
}
.hmsec05 .img {
  position: relative;
  border: 4px solid #fff;
}
.hmsec05 .img .overlay {
  position: absolute;
  right: -80%;
  top: 50%;
  background: #fff;
  width: 100%;
  padding: 3rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .hmsec05 .img .overlay {
    position: unset;
    transform: unset;
    background: transparent;
  }
}
.hmsec05 .overlay2 {
  padding: 4.5rem 5rem;
}
@media screen and (max-width: 600px) {
  .hmsec05 .overlay2 {
    padding: 2.5rem 15px;
  }
}
.hmsec05 .p-lg-0 {
  background: #fff;
}
@media screen and (max-width: 600px) {
  .hmsec05 .p-lg-0 {
    background: transparent;
  }
}
.hmsec05 h1::before {
  margin: 0;
  right: unset;
}
.hmsec05 ul {
  padding: 0 0 0 20px;
  margin: 2.5rem 0 0;
}
.hmsec05 ul li {
  margin: 0 0 1rem;
}

.hmsec06 {
  position: relative;
  padding: 5rem 0;
  background: url(../img/bgtest.webp) no-repeat;
  background-size: cover;
}
.hmsec06 h1 {
  text-align: center;
}
.hmsec06 .item {
  background: #fff;
  text-align: center;
  padding: 2rem 1.5rem;
  box-shadow: 0 6px 19px rgba(0, 0, 0, 0.2117647059);
}
.hmsec06 .item .ico {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.hmsec06 .item .fa-star {
  color: #6b8e23;
  font-size: 24px;
}

.hmsec07 {
  position: relative;
  padding: 5rem 0;
}
.hmsec07 h1 {
  text-align: center;
}
.hmsec07 #accordionfaq {
  padding: 0 10%;
}
.hmsec07 .card {
  margin-top: 1rem;
}
.hmsec07 .card .card-header {
  padding: 0;
  background: transparent;
}
.hmsec07 .card .card-header button.btnlink {
  width: 100%;
  display: block;
  padding: 0.76rem 1.5rem;
  color: #000000;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  text-align: left;
  border: 1px solid #6b8e23;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .hmsec07 .card .card-header button.btnlink {
    padding: 0.46rem 2rem 0.46rem 1rem;
    font-size: 14px;
  }
}
.hmsec07 .card .card-header button.btnlink .material-symbols-outlined {
  transition: all 0.6s ease;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.5rem;
}
.hmsec07 .card .card-header button.btnlink .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.hmsec07 .card .card-header button.btnlink .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.hmsec07 .card .card-header button.btnlink.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.hmsec07 .card .card-header button.btnlink.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}
.hmsec07 .card .card-body {
  background: #fff;
}

#Configration {
  background: #fff;
  position: relative;
  padding: 5rem 0;
}
#Configration .img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#Configration .img img {
  transition: all 0.6s ease;
}
#Configration .img .overlay {
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.5803921569);
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.6s ease;
}
#Configration .img .overlay .material-symbols-outlined {
  font-size: 3.5em;
}
#Configration .img:hover img {
  transition: all 0.6s ease;
  transform: scale(1.1);
}
#Configration .img:hover .overlay {
  opacity: 1;
  transition: all 0.6s ease;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: #fff !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-nav .owl-prev i.material-symbols-outlined, .owl-nav .owl-next i.material-symbols-outlined {
  color: #6b8e23;
  font-size: 32px;
  font-weight: bold;
}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  opacity: 0.8;
  cursor: not-allowed !important;
}
.owl-nav .owl-prev {
  left: -25px;
}
@media screen and (max-width: 999px) {
  .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-nav .owl-next {
  right: -25px;
}
@media screen and (max-width: 999px) {
  .owl-nav .owl-next {
    right: 0;
  }
}

button:focus {
  outline: 0;
  box-shadow: unset;
}

#location {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  padding: 4rem 0;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #location {
    padding: 2.5rem 15px;
  }
  #location .orchang {
    order: -1;
  }
}
#location .row {
  position: relative;
  z-index: 1;
}
#location .txt {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 999px) {
  #location .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}
#location .txt ul {
  padding: 0 0 0 20px;
}
#location .txt ul li {
  margin: 0 0 10px;
  color: #000;
}
@media screen and (max-width: 600px) {
  #location .txt ul li {
    margin: 0 0 7px;
  }
}
#location .txt .contxt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  #location .txt .contxt {
    margin-bottom: 1.2rem;
  }
}
#location .txt .contxt .ico {
  max-width: 12%;
  flex: 0 0 12%;
}
#location .txt .contxt .txtcont {
  max-width: 88%;
  flex: 0 0 88%;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  #location .txt .contxt .txtcont {
    padding-left: 10px;
  }
}
#location h2 span {
  background: rgb(230, 195, 72);
  background: linear-gradient(90deg, rgb(230, 195, 72) 0%, rgb(247, 234, 160) 50%, rgb(230, 195, 72) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#location .img {
  position: relative;
}
#location .img .btn {
  position: absolute;
  left: 5%;
  bottom: 5%;
}
@media screen and (max-width: 600px) {
  #location .img .btn {
    position: unset;
    margin-top: 1rem;
  }
}
#location .arrow {
  position: relative;
  width: 23%;
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 1500px) {
  #location .arrow {
    width: 34%;
  }
}
@media screen and (max-width: 600px) {
  #location .arrow {
    width: 43%;
  }
}
#location .arrow .carousel-control-next, #location .arrow .carousel-control-prev {
  position: absolute;
  margin: 0 15px;
  width: 45%;
  max-width: 45%;
  flex: 0 0 45%;
}
#location .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
#location .owl-carousel .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 5px;
  transition: all 0.6s ease;
}
#location .owl-carousel .owl-dots button.owl-dot.active, #location .owl-carousel .owl-dots button.owl-dot:hover {
  background: #fff;
  transition: all 0.6s ease;
}
#location .bgclip {
  position: absolute;
  left: 0;
  color: #1f1f1f;
  bottom: 8%;
  z-index: 1;
  transform: rotate(180deg);
}

#AboutPoddarGroup {
  background: url("../img/Amenities/bg.jpg") no-repeat;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
  color: #000;
}
#AboutPoddarGroup ul {
  list-style-type: none;
  padding: 0;
  margin-top: 2.9rem;
}
#AboutPoddarGroup ul li {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  #AboutPoddarGroup ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
#AboutPoddarGroup ul li h3 {
  font-size: 80px;
  line-height: 62px;
}
#AboutPoddarGroup ul li h4 {
  font-family: "Bodoni MT";
  margin: 0;
}
#AboutPoddarGroup ul li p {
  line-height: 23px;
}

#Plans {
  background: #fff;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
}
#Plans .img {
  border: 1px solid #00072d;
}
#Plans .img .overlay {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#Plans .owl-nav .owl-prev, #Plans .owl-nav .owl-next {
  border: 1px solid #00072d;
}

footer {
  position: relative;
  background: #6b8e23;
}
footer .container {
  max-width: 70%;
}
@media screen and (max-width: 1700px) {
  footer .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 1500px) {
  footer .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  footer .container {
    max-width: 98%;
  }
}
footer h1 span {
  background: rgb(230, 195, 72);
  background: linear-gradient(90deg, rgb(230, 195, 72) 0%, rgb(247, 234, 160) 50%, rgb(230, 195, 72) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
footer .sec01 {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
  color: #fff;
}
footer .sec01 p .fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
footer .sec01 p .fa.fa-facebook {
  background: #3b5998;
  color: white;
}
footer .sec01 p .fa.fa-twitter {
  background: #55acee;
  color: white;
}
footer .sec01 p .fa.fa-linkedin {
  background: #007bb5;
  color: white;
}
footer .sec01 p .fa.fa-youtube-play {
  background: #f70000;
  color: white;
}
footer .sec01 p .fa.fa-pinterest {
  background: #e60023;
  color: white;
}
footer .sec01 p .fa.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: white;
}
footer .sec01 p .fa.fa-rss {
  background: #a2a2a2;
  color: white;
}
footer .sec01 .bgclip {
  position: absolute;
  right: 0;
  color: #3f3f3f;
  bottom: 11%;
  font-size: 7em;
}
@media screen and (max-width: 1500px) {
  footer .sec01 .bgclip {
    font-size: 6rem;
    line-height: 97px;
  }
}
@media screen and (max-width: 999px) {
  footer .sec01 .orchang {
    order: -1;
  }
}
footer .sec01 .brdr {
  position: relative;
}
footer .sec01 .brdr::before {
  content: "";
  width: 1px;
  right: 0;
  background: #fff;
  height: 90%;
  top: 5%;
  position: absolute;
}
@media screen and (max-width: 999px) {
  footer .sec01 .brdr::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  footer .sec01 {
    padding: 2.5rem 0;
  }
}
footer .sec01 .txsec {
  margin-bottom: 1.7rem;
  width: 100%;
  display: block;
  flex-wrap: wrap;
}
footer .sec01 .txsec p {
  margin: 0;
  color: #fff;
}
footer .sec01 .txsec p a {
  color: #fff;
  text-decoration: none;
}
footer .sec01 .txsec .txtse {
  max-width: 70%;
  flex: 0 0 70%;
}
@media screen and (max-width: 999px) {
  footer .sec01 .txsec .txtse {
    max-width: 85%;
    flex: 0 0 85%;
  }
}
@media screen and (max-width: 600px) {
  footer .sec01 .txsec .txtse {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}
footer .sec01 .txsec .imgrera {
  max-width: 22%;
  flex: 0 0 22%;
}
@media screen and (max-width: 600px) {
  footer .sec01 .txsec .imgrera {
    max-width: 35%;
    flex: 0 0 35%;
  }
}
footer .sec01 .divline {
  width: 20%;
}
@media screen and (max-width: 600px) {
  footer .sec01 .divline {
    width: 32%;
  }
}
footer .sec01 p {
  color: #fff;
}
footer .sec01 p a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer .sec01 p a:hover {
  color: #b88a44;
  transition: all 0.6s ease;
}
footer .sec01 input, footer .sec01 textarea {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  background: transparent;
  width: 100%;
  padding: 15px 12px;
  font-size: 14px;
  resize: none;
}
footer .sec01 input::-moz-placeholder, footer .sec01 textarea::-moz-placeholder {
  color: #fff;
}
footer .sec01 input::placeholder, footer .sec01 textarea::placeholder {
  color: #fff;
}
footer .sec02 {
  background: #121212;
  padding: 14px 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  footer .sec02 {
    margin-bottom: 50px;
  }
}
footer .sec02 p {
  color: #e4e4e4;
}
footer .sec02 p a {
  color: #e4e4e4;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer .sec02 p a:hover {
  color: #b88a44;
  transition: all 0.6s ease;
}
footer p {
  margin: 0;
  color: #000;
}
footer p a {
  color: #e4e4e4;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer p a:hover {
  color: #b88a44;
  transition: all 0.6s ease;
}

#thank-you {
  background: url(../img/bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
  position: relative;
  height: 100vh;
}

#scroll, .scroll-anchor {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #6b8e23;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
}
@media screen and (max-width: 600px) {
  #scroll, .scroll-anchor {
    width: 40px;
    height: 32px;
    bottom: 50px;
  }
}
#scroll:hover, .scroll-anchor:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

.btn {
  background: #6b8e23;
  font-size: 17px;
  font-weight: normal;
  padding: 12px 2rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1400px) {
  .btn {
    font-size: 15px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 0;
  transition: all 0.6s ease;
  left: 0;
}
.btn:hover {
  transition: all 0.6s ease;
  color: #6b8e23;
}
.btn:hover::before {
  transition: all 0.6s ease;
  height: 100%;
}
.btn.white {
  background: #fff;
  color: #6b8e23;
  border: 1px solid #fff;
}
.btn.white::before {
  background: #6b8e23;
}
.btn.white:hover {
  transition: all 0.6s ease;
  color: #fff;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
.carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
  width: 44px;
  height: 44px;
  background: #6b8e23;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  .carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
    width: 32px;
    height: 32px;
    font-size: 23px;
  }
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 50%;
  z-index: 11;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .enquieryrap {
    display: flex;
    flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #6b8e23;
    transform: unset;
  }
}
.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: unset;
  border: 1px solid #fff;
  background: #6b8e23;
}
.enquieryrap .iconenqui img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 8px;
    height: 100%;
    box-shadow: unset;
    text-decoration: none;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    display: block;
  }
}
.enquieryrap .iconenqui .img {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
  }
}
.enquieryrap .iconenqui .img span {
  display: none;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
  }
}
.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 161px;
  background: #6b8e23;
  padding: 0.6rem 0.8rem;
  top: 0%;
  border-radius: 0 19px 19px 0;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(161px);
  font-weight: normal;
  border: 1px solid #fff;
}
@media screen and (max-width: 1600px) {
  .enquieryrap .iconenqui .txt {
    padding: 0.7rem 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}
.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
}

.modal-header {
  background: #6b8e23;
}
.modal-header .modal-title {
  font-weight: normal;
  color: #fff;
}

.modal-body {
  background: #fff;
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal-body {
    padding: 0.8rem 12px;
  }
}
.modal-body input, .modal-body textarea {
  color: #00072d;
  border: 1px solid #00072d;
  font-size: 14px;
  background: #fff;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
}
@media screen and (max-width: 600px) {
  .modal-body input, .modal-body textarea {
    padding: 10px;
  }
}
.modal-body input::-moz-placeholder, .modal-body textarea::-moz-placeholder {
  color: #00072d;
}
.modal-body input::placeholder, .modal-body textarea::placeholder {
  color: #00072d;
}

.fadein {
  animation-name: fadein;
  animation-fill-mode: both;
}

@font-face {
  font-family: "Swis721 Thin";
  src: url("../fonts/Swiss721BT-RomanCondensed.woff2") format("woff2"), url("../fonts/Swiss721BT-RomanCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "swis721roman";
  src: url("../fonts/swis721roman.woff2") format("woff2"), url("../fonts/swis721roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.circle-full-anim {
  animation: circle-full 0.8s ease-in-out forwards;
  transform-origin: left;
}

@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */