*{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
}
.header{
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(image/background.jpg);
  background-position: center;
  opacity: 0.95;
  background-size: cover;
  position: center;
}
nav{
  display: flex;
  padding: 2% ;
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: center;
}
nav img{
  width: 300px;
  height: 85px;
}
.nav-links{
  flex: 1;
  text-align: right;
}
.nav-links ul li{
  list-style: none;
  display:inline-block;
  padding: 8px ;
  position: relative;
}
.nav-links ul li a{
 color: #231F20;
 text-decoration: none;
 font-size: 17px ;
 font-family: 'Montserrat';
}
.nav-links ul li ::after{
 content: '';
 width: 0%;
 height: 2px;
 background: #E6B535;
 display: block;
 margin: auto;
 transition: 0.3s;
}
.nav-links ul li :hover::after{
  width: 100%;
}
 .dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  font-size: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.dropdown-content a:hover {
  background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
  display: block;
}
.frontpage{
  padding: 15%;
  text-align: center;
  color: #eaeaea;
 
}
.header .frontpage h1{
  font-family: 'cinzel';
  color: #eaeaea;
  font-weight: lighter;
  font-size: 50px;
}
.frontpage h2{
  color: #E6B535;
  font-family: 'cinzel';
  font-weight: lighter;
}
nav .fa-solid{
  display: none;
}
nav .fa-regular{
  display: none;
}

@media(max-width: 700px){
  .frontpage h1{
    font-size: 50px;
  }
  .frontpage h2{
    font-size: 25px;
  }
  .frontpage p{
    font-size: 20px;
  }
  .nav-links ul li{
    display:block;
  }
  .nav-links {
    position: absolute;
    background: #f1f1f1;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -300px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }
  nav .fa-solid{
    display: block;
    color: #231F20;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }
  nav .fa-regular{
    display: block;
    color: #231F20;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }
  .nav-links {
   padding: 30px;
  }

}

/*-----content --------*/

.philo{
  width: 80%;
  margin: auto;
  padding-top: 100px ;
  padding-bottom: 100px ;
}
.philo h1{
  text-align: Left;
  font-size: 36px;
  font-weight: 600;
}
.philo p{
  color:#231F20;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
  text-align: justify;
}
.row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
.services{
  padding-left: 7%;
  padding-right: 13%;
  padding-bottom: 150px;
  width: 80%;
  background-image: linear-gradient(rgba(100, 104, 121, 0.7),rgba(100, 104, 121, 0.7)),url(image/background1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.services-con{

  width: 100%;
  margin: auto;
  padding-top: 100px ;
  padding-bottom: 30px ;
}
.services-con h1{
  text-align: Left;
  font-size: 36px;
  font-weight: 600;
}
.services-con p{
  text-align: Left;
  font-size: 16px;
  font-weight: bold;
}

.service-col{
  
  width:200px;
  height: 240px;
  background: #231F20;
  border-radius: 5px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 20px 12px;
  box-sizing: border-box;
  transition: 0.5s;
  }
.service-inn h3 {
  text-align: center;
  font-weight: lighter;
  padding-top: 60px;
  padding-left: 15px;
  color: #E6B535;
}
.service-inn{
  width:140px;
  height: 100px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-align: center;
  border: 5px double #E6B535;
  border-radius: 5px;
  padding-bottom: 85px;
  padding-right: 20px;

}
.service-col:hover{
  box-shadow: 0 0 20px 0px rgb(255, 255, 255);
}
@media(max-width: 700px){
  .row{
    flex-direction: column;
    padding-left: 35%;
    padding-bottom: 5%;
  }
  .service-col{
    margin-top: 2%;
    margin-bottom: 2%;
  }
 
}
.contact-us{
  padding-bottom: 100px;
}
.contactUsW{
  width: 80%;
  margin: auto;
  padding-top: 100px ;
  padding-bottom: 50px ;
}
.contactUsW h1{
  text-align: Left;
  font-size: 36px;
  font-weight: 600;
}
.container{
  width: 80%;
  margin: auto;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}

.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;

}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
  
}
.right-side button{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #E6B535;
  cursor: pointer;
  transition: all 0.3s ease;
}


@media (max-width: 700px) {
  .container{
    width: 80%;
    padding: 30px 40px 40px 35px ;
  }
  .container .content .right-side{
   width: 55%;
   margin-left: 55px;
}
}
@media (max-width: 700px) {
  .container{
    margin: 40px 0;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

.footer{
  background-color: #231F20;
  padding: 3%;
}

.containerFoot .contentFoot{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.containerFoot .contentFoot .left-sideFoot{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.contentFoot .left-sideFoot::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.contentFoot .left-sideFoot .details{
  margin: 14px;
  text-align: left;
}
.contentFoot .left-sideFoot .details h3{
  color: #E6B535;
  font-size: 15px;

}

.contentFoot .left-sideFoot .details .text-one,
.contentFoot .left-sideFoot .details .text-two{
  color: #eaeaea;
  font-size: 13px;
}
.containerFoot .contentFoot .right-sideFoot{
  width: 50%;
  margin-left: 75px;
}
.contentFoot .right-sideFoot h3{
  font-size: 15px;
  font-weight: bold;
  color: #E6B535;
}
.ftr-links-sub a{
  font-size: 13px;
  color: #eaeaea;
}


@media (max-width: 700px) {
  .containerFoot{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .containerFoot .contentFoot .right-sideFoot{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 700px) {
  .containerFoot{
    margin: 40px 0;
    height: 100%;
  }
  .containerFoot .contentFoot{
    flex-direction: column-reverse;
  }
 .containerFoot .contentFoot .left-sideFoot{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .containerFoot .contentFoot .left-sideFoot::before{
   display: none;
 }
 .containerFoot .contentFoot .right-sideFoot{
   width: 100%;
   margin-left: 0;
 }
}

.fa-brands{
  color: #eaeaea;
  font-size: 20px;
  text-align: left;
}
.rightFoot h3{
  color: #E6B535;
  font-size: 15px;
}
.footer-legal {
  color: #eaeaea;
  text-align: center;
 
}