* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Aclonica", sans-serif;
}

body {
  background-color: #FFFFFF;
}

header {
  width: 100%;
}

.logo {
  color: black;
  font-size: 2.4rem;
  font-family: "Praise", cursive;
}

.navbar-nav .nav-link {
  color: black;
  font-size: 1rem;
  font-family: "Abel", sans-serif;
}

.navbar-nav .nav-link:hover {
  color: black;
}

/* .navbar-toggler-icon {
  width: 100%;
} */
@media (max-width: 767px) {
  .navbar-toggler{
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #171616!important;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
  }
 .navbar-toggler-icon .fa-solid{color: #fff!important; padding-top: 4px;}
}

/* one */

.one {
  content: '';
  position: relative;
  width: 100%;
  height: 46rem;
  background-image: url('DJI_0971.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.one-content {
  padding-left: 2rem;
  padding-top: 2rem;
}

.one-contentbtn {
  margin-top: 1.5rem;
  background: #000;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 1rem;
}

.one-contentbtn a {
  color: #fff;
  font-weight: 400;
}

.one-contentbtn:hover a {
  color: #000;
}

.one-contentbtn:hover {
  background: #fff;
  border: 1px solid #000;
}

form {
  position: absolute;
  top: 22%;
  left: 60%;
  width: 30%;
  height: 44%;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  text-align: center;
}

input,
textarea,
.loginbtn {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
}


form > div:nth-child(1) {
  color: white;
  letter-spacing: 2px;
  font-size: 27px;
}

.one h1 {
  font-family: "Syne", sans-serif;
  font-size: 4rem;
  color: #fff;
}

.tarshal {
  margin-top: 6rem;
}

.onepera {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.view a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
}

/* Contact Form Styles */
#contact {
  margin-top: 3rem;
  margin-left: 5rem;
  margin-bottom: 5rem;
}

#contact h1 {
  font-size: 3rem;
  font-family: "Syne", sans-serif;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: grey;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: lightgrey;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}


/* Media queries for responsiveness */

/* For tablets and smaller screens */
@media (max-width: 1040px) {
.one{
  height: 40rem;
}
form {
  position: absolute;
  top: 10%;
  left: 55%;
  width: 36%;
  height: 35%;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  text-align: center;
}
.one-contentbtn {
  padding: 10px 20px;
  font-size: 1rem;
}
}

/* For tablets and smaller screens */
@media (max-width: 768px) {
  form {
    left: 52%;
    width: 40%;
    height: 47%;
}
  .one{
    height: 34rem;
  }
  .tarshal {
    margin-top: 5rem;
}
.one h1 {
  font-family: "Syne", sans-serif;
  font-size: 3rem;
  color: #fff;
}
input, textarea, .loginbtn {
  width: 100%;
  border-radius: 5px;
  padding: 5px;
}
.one-contentbtn {
  padding: 8px 15px;
  font-size: 1rem;
}
}

/* For mobile devices */
@media (max-width: 480px) {
  form {
    top: 35%;
    left: 10%;
    width: 80%;
  }
  .one{
    height: 40rem;
  }
  .one h1 {
    font-family: "Syne", sans-serif;
    font-size: 1.5rem;
    color: #fff;
  }
.tarshal {
  margin-top: 0rem;
}
.one-contentbtn {
  margin-top: 0;
  background: #000;
  border: 1px solid #fff;
}
.one-contentbtn {
  padding: 4px 8px;
  font-size: 1rem;
}
input, textarea, .loginbtn {
  width: 100%;
  border-radius: 3px;
  padding: 1px;
}
form {
  padding: 20px;
  height: 35%;
}
}

/* one */





/*two */

.two {
  position: relative;
  height: 44rem;
  background: url('3.webp') center/cover no-repeat;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content {
  max-width: 600px;
  height: 30rem;
  width: 550px;
  padding: 35px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
}

.content h1 {
  margin-top: 1rem;
  font-size: 3rem;
}

.content p {
  padding: 1rem;
  letter-spacing: 0.5;
  line-height: 1.7;
}

.aboutbtn {
  margin: 0 auto;
  font-size: 1.0rem;
  padding: 0.6rem 1.2rem;
  display: block;
  background-color: #000;
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 300;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.aboutbtn a {
  color: #fff;
}

.aboutbtn:hover a {
  color: #000;
}

.aboutbtn:hover {
  background-color: #ffffff;
  color: #fff;
  border-color: #000;
}

/* responsiveness */
@media (max-width: 1040px) {
  .two{
    height: 38rem;
  }
  .content {
    max-width: 500px;
    height: 30rem;
    width: 550px;
    padding: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}
  .aboutbtn{
    padding: 10px 20px;
  font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .two{
    height: 35rem;
  }
  .content {
    max-width: 65%;
    height: 29rem;
    width: 90%;
    padding: 20px;
}

  h1 {
    font-size: 2rem;
  }

  .content p {
    font-size: 1rem;
    padding: 1rem;
  }

  .aboutbtn {
    padding: 8px 15px;
    font-size: 1rem;
  }
}

@media (max-width: 480px){
 .two{
  height: 32rem;
 } 
 .content {
  max-width: 600px;
  height: 500px;
  width: 550px;
  padding: 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
}
 .content h1 {
  margin-top: 0rem;
  font-size: 1.5rem;
}
.content p {
  padding: 0rem;
  letter-spacing: 0.5;
  line-height: 1.2;
}
.content {
  max-width: max-content;
  height: auto;
  width: 16rem;
}
.aboutbtn{
  padding: 4px 8px;
  font-size: 1rem;
}
}

/*two */






















/* three Gallery Styles */
.three {
  height: 70rem;
  padding: 0rem 0rem;
}

.gallerytitle {
  text-align: center;
  padding: 32px;
  background-color: white;
  color: black;
}

.gallerybtn {
  margin: 0 auto;
  font-size: 1.0rem;
  padding: 0.6rem 1.2rem;
  display: block;
  background-color: #000;
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 300;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.gallerybtn a {
  color: #fff;
}

.gallerybtn:hover a {
  color: #000;
}

.gallerybtn:hover {
  background-color: #ffffff;
  color: #fff;
  border-color: #000;
}

.gallerybtndiv{
  margin-top: 3rem;
}

.gallerytitle h1{font-size: 3rem;}
.gallerytitle h1,.gallerytitle p {
  font-weight: 400;
  padding:1rem 10rem;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  /* max-width: 1400px; */
  margin: 0 auto;
  padding: 20px 10px;
}

.gallery img {
  width: 100%;
  max-width: 350px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

/* Media queries for responsiveness */
@media (max-width: 1040px) {
  .three {
    height: 90rem;
    padding: 0rem 0rem;
}
}

@media (max-width: 768px) {
  .three {
    height: 143rem;
    padding: 0rem 0rem;
}

.gallerybtndiv {
  margin-top: 1.5rem;
}

  .gallerytitle h1{
    font-weight: 400;
    padding: 1rem 5rem;
}

.gallerytitle p {
  font-weight: 400;
  padding: 1rem 5rem;
}

  .gallerytitle {
      padding: 16px;
  }

  .gallery img {
      max-width:100%;
}
}



@media (max-width: 480px){
  .three {
    height: 139rem;
    padding: 0rem 0rem;
}

.gallerybtndiv {
  margin-top: 0.5rem;
}

  .gallerytitle h1 {
    font-size: 1.5rem;
}
.gallerytitle h1{
  font-weight: 400;
  padding: 0.1rem 0rem;
  font-size: 1.5rem;
}
  .gallerytitle p {
    font-weight: 400;
    padding: 0rem 0rem;
    margin-bottom: 0rem;
}
.gallerybtn{
  padding: 4px 8px;
  font-size: 1rem;
}
}

/* three Gallery Styles */





/* Bootstrap Styles */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);







/*four */

.four {
  height: 40rem;
  padding: 0rem 0rem;
}

a {
  text-decoration: none !important;
}

.center-heading {
  text-align: left;
  border-bottom: 1px solid black;
  width: 8rem;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 2.5rem;
  color: black;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
  margin-top: 3rem;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 5rem;
}
.center-text p {
  margin-bottom: 30px;
}

.features-small-item {
  display: block;
  background: #F9FAFF;
  cursor: pointer;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%; /* Set width */
  height: 260px;
  background-size: cover;
  background-position: center;
}

.features-small-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #0d0d0d 0%, #000 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.features-small-item.active:before, 
.features-small-item:hover:before {
  opacity: 1;
}

.features-small-item.active .features-title, .features-small-item:hover .features-title {
  color: #ffffff;
}

.features-small-item.active p, 
.features-small-item:hover p {
  color: #fff;
}



.features-small-item .icon h5 {
    color:  #e9e9e9;
    font-size: 56px;
    width: 60px;
    height: 67px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.3s ease; 
}

.features-small-item:hover .icon h5 {
    transform: scale(1.3); 
}


.features-small-item .features-title {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.features-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px !important;
}

.with-bg-1 {
  background-image: url('./images/feature\ 1img.jpg');
}

.with-bg-2 {
  background-image: url('./images/feature2img.jpg'); 
}

.with-bg-3 {
  background-image: url('./images/feature3img.jpg'); 
}

.with-bg-4 {
  background-image: url('./images/feature4img.jpg');
}

@media (max-width: 1040px){
  .four {
    height: 35rem;
    padding: 2rem 0rem;
}
}

@media (max-width: 768px){
  .four {
    height: 49rem;
    padding: 0rem 0rem;
}
.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 3rem;
}
}

@media (max-width: 480px){
.four{
  height: 79rem;
  padding: 0rem 0rem;
}
.center-heading .section-title {
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
  letter-spacing: 1.75px;
  line-height: 15px;
  margin-bottom: 5px;
  margin-top: 2rem;
}
.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
}


/* Footer Styles */
footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}

.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-lg-4, .col-md-4, .col-sm-12 {
  box-sizing: border-box;
  padding: 15px 15px;
  flex: 1 1 100%;
}

footer h4 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}

footer p {
  font-size: 1rem;
  padding: 0rem;
  margin-bottom: 0rem;
}

footer table tr td i{
  font-size: 25px;
  text-align: center;
  padding-right: 1rem;
}


ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 10px;
}

ul li a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0.5rem;
}
ul li:hover a {
  color: white;
}

.text-center {
  text-align: center;
}

footer .icon a i{
  text-decoration: none;
  color: white;
  font-size: 25px;
  padding: 5px 5px 5px 5px;
}

.map {
  overflow: hidden;
  width: 100%;
  max-width: 25rem;
  height: 10rem;
}

.map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Media Queries */
@media only screen and (min-width: 600px) {
  .col-sm-12 {
    flex: 1 1 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-4 {
    flex: 1 1 50%;
  }
  footer {
    background-color: #333;
    color: #fff;
    padding: 20px 40px;
}
}

@media only screen and (min-width: 992px) {
  .col-lg-4, .col-md-4 {
    flex: 1 1 25%;
  }
  .map {
    max-width: none;
    margin-left: 0;
  }
  footer {
    background-color: #333;
    color: #fff;
    padding: 40px 30px;
}
}

/* Footer Styles */





/* Copyright Styles */
.Copyright {
  text-align: center;
  padding: 1rem;
  background-color: rgba(63, 50, 50, 0.2);
  font: 2rem;
}
@media (max-width: 480px){
  .Copyright {
    text-align: center;
    padding: 1rem;
    background-color: rgba(63, 50, 50, 0.2);
    font-size: 0.8rem;
  }
}
/* Copyright Styles */



/* gallery-page */
.five{
  height: auto;
  margin-bottom: 50px;
}
.column {
  max-width: 350px;
height: 300px;
}
.column img{
width: 100%!important;
height: 100%!important;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100vh;
overflow: auto;
background-color: black;
}
.modal img{
width: 100%;
height: 100%;
}

/* Modal Content */
.modal-content1 {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
/* width: 90%; */
width: 50rem;
max-width: 1200px;
}

/* The Close Button */
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
display: none;
height: 28rem;
}

/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* Caption text */
.caption-container {
text-align: center;
background-color: black;
padding: 2px 16px;
color: white;
}

img.demo {
opacity: 0.6;
}

.active,
.demo:hover {
opacity: 1;
}

img.hover-shadow {
transition: 0.3s;
}

.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 1040px){
  .five {
    height: auto;
    margin-bottom: 30px;
}
.mySlides {
  display: none;
  height: 18rem;
  }
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.modal-content1 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /* width: 90%; */
  width: 50rem !important;
  max-width: 1200px;
  }
}
@media (max-width: 768px){
  .five {
    height: auto;
    margin-bottom: 20px;
}
.mySlides {
  display: none;
  height: 19rem;
  }
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 55%;
}
.modal-content1{
    width:30rem!important;
}
}
@media (max-width: 480px){
.five {
  height: auto;
  margin-bottom: 10px;
}
.mySlides {
  display: none;
  height: 18rem;
  }
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 60%;
}
.modal-content1{
    width:18rem!important;
}
/* gallery-page */