@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Slab:wght@100..900&display=swap');

@font-face {
    font-family: 'Ligconsolata Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Ligconsolata Regular'), url('Ligconsolata-Regular.woff') format('woff');
    }


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    scroll-behavior: smooth;
}

body{
    /* font-family: "Lato", sans-serif; */
    font-family: "Roboto Slab";
    min-width: 1335px;

}
button{
  background-color: transparent;
  border: none;
  outline: none;
}

/* Header */

header{
    z-index: 1111;
    width: 100%;
    position: fixed;
    background-color: #586273;

}

.header__width{
    max-width: 1224px;
    height: 90px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.navbar{
    display: flex;
    width: 356px;
    justify-content: space-between;
    align-items: center;
}
.navbar a{
    font-size: 20px;
    color: #ffffff;
    border-bottom: 1px solid #586273;
    padding-bottom: 4px;
    transition: 300ms ease-out;
    font-weight: 400;
}

.navbar a:hover{
    border-bottom: 1px solid #ffb81c;
    ;
    transition: 300ms ease-out;

}
.active{
  color: #ffb81c !important;
}
.navbar a:active{
    color: #ffb81c;
    border-bottom: 1px solid #333333;
    transition: 300ms  ease-out;
}

.btn__1 a{
    width: 150px;
    height: 58px;
    background-color: #ffb81c;
    color: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    padding: 16px 24px;
    transition: 300ms;

}
.btn__1 a:hover{
    background: #fdc958;
    color: #000000;
    transition: 300ms ease-out;
}
.btn__1 a:active{
    background: #FFB81CAB;
    color: #000000;
    transition: 300ms ease-out;
}

/* Header end */

/* Hero */

.hero {
    width: 100%;
    height: 900px;
    color: white;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;

  }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( #1A1A1AB0,  #1A1A1AB0);
    z-index: 1;
  }
  .hero-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-content h1{
    font-size: 64px;
    font-weight: 800;
    padding-top: 198px;
    width: 659px;
    text-align: center;

  }
  
  .hero_second_section{
    width: 1224px ;
    /* border: 1px solid; */
    display: flex;
    justify-content: space-between;
  }

  .paymant{
    width: 290px;
  }
.paymant_p{
    font-family: "Lato";
    font-size: 20px;
    /* line-height: 100%; */
    font-weight: 400;
}
.paymant_blur{
    background: #ffffff1a;
    padding: 30px;
    margin-top: 15px;
    backdrop-filter: blur(20px);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* backdrop-filter: blur(20px)
 */
.paymant_blur div{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.paymant_blur div p{
    font-size: 16px;
    line-height: 20px;
    color: #ffb81c;
    font-weight: 400;
}
.paymant_blur img{
    margin-top: 10px;
}

.btn_2 a{
  padding: 16px 72px;
  background-color: #FFB81C;

  font-size: 20px;
  color: #000000;
  border-radius: 8px;
  transition: 300ms ease-out;
  border: 1px solid #ffb81c;
}
.btn_2 a:hover{
  background-color: #fdc958;
  color: #ffffff;
  transition: 300ms ease-out;
  border: 1px solid #ffb81c;
}
.btn_2 a:active{
  background-color: #FFB81CAB;
  color: #000000;
  transition: 300ms ease-out;
  border: 1px solid #FFB81CAB;
}

.buttons{
  display: flex;
  gap: 4.98px;
}
.buttons button {
  bottom: 20px;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  border: none;
  padding: 11.42px 17.13px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  border-radius: 5px;
}
  
.buttons button:hover {
  background: rgba(255, 255, 255, 0.5);
  
}
  
#prev {
  left: 20px;
}
  
#next {
  right: 20px;
}


/* end hero */
/* ----------------------------------------------------- */
/* about */
/* ----------------------------------------------------- */

.about{
  max-width: 1224px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}

.about_text{
  max-width: 527px;
}

.about_text h2{
  font-size: 48px;
  color: #000000;
}

.about_text .first-childe{
  margin-top: 32px;
  font-size: 18px;
  font-family: "Lato";
  line-height: 150%;
}

.about_text h3{
  margin-top: 32px;
}
.about_text .second_childe{
  font-size: 18px;
  font-family: "Lato";
  line-height: 150%;
}

.shinko{
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.shinko a{
  border-radius: 8px;
  border: 2.95px solid #FFB81C;
}
.shinko a img{
  padding: 8px 10px 6px 10px;
}

.last-childe{
  margin-top: 32px;
  font-size: 18px;
  font-family: "Lato";
  line-height: 150%;
}
.btn_3{
  margin-top: 32px;
}
.btn_3 a{
  font-size: 20px;
  padding: 16px 24px;
  color: #000000;
  border-radius: 8px;
  border: 2px solid #FFB81C;
}
.btn_3 a:hover{
  background-color: #fdc958;
  transition: 300ms ease-out;
  border: 2px solid #ffb81c;
}
.btn_3 a:active{
  background-color: #FFB81CAB;
  color: #000000;
  transition: 300ms ease-out;
  border: 2px solid #FFB81CAB;
}


.about_photo{
  max-width: 600px;
  position: relative;
}

.shape-1{
  position: absolute;
  right: 0;
  width: 473px;
  height: 580px;
}
.about_img_1{
  position: absolute;
  right: 45px;
  top: 20px;
  width: 553px;
  height: 406px;
  border-radius: 8px;
}
.about_img_2{
  position: absolute;
  top: 219px;
  right: 45px;
  width: 460px;
  height: 363px;
  border-radius: 8px;
  z-index: 1;
}
.about_img_3{
  position: absolute;
  top: 452px;
  bottom: 30px;
  right: 19px;
  width: 562px;
  height: 413px;
  border-radius: 8px;
}
.shape-2{
  position: absolute;
  top: 420px;
  bottom: 0;
  right: 0px;
  width: 600px;
  height: 490px;
  z-index: -1;
}


/* end about */
/* ----------------------------------------------------- */
/* servoces */
/* ----------------------------------------------------- */

.services{
  max-width: 1224px;
  margin: 150px auto;
  display: flex;
  justify-content: space-between;
  color: #2C3E50;
}

.services-img{
  position: relative;
}

.services-shape{
  width: 447px;
  height: 540px;
}
.services-absolute-img{
  position: absolute;
  border-radius: px;
  left: 30px;
  top: 30px;
  width: 506px;
  height: 428px;
}

.services-text{
  width: 600px;
}

.services-text h2{
  font-size: 48px;
}
.services-p{
  margin-top: 20px;
  font-size: 20px;
}

.services-description{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.services-description div{
  padding: 16px 0;
  border-bottom: 1px solid #E3AF3D63;
}

/* end services */
/* ----------------------------------------------------- */
/* trust */
/* ----------------------------------------------------- */


.trust{
  max-width: 1224px;
  margin: 160px auto;
}

.trust h2{
  text-align: center;
  font-size: 48px;
}
.trust-p{
  font-size: 20px;
  line-height: 150%;
  width: 768px;
  margin: auto;
  text-align: center;
  margin-top: 1.5rem;
  font-family: "Lato"
}

.trust-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  margin-top: 4rem;
}

.trust-middle-img{
  width: 540px;
  height: 480px;
}

.trust-col{
  width: 290px;
  height: 765px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
}
.trust-col div{
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.trust-col div h3{
  font-size: 24px;
}
.trust-col div p{
  font-size: 20px;
  line-height: 140%;
  font-family: "Lato"
}



/* end trust */

/* ----------------------------------------------------- */
/* equipmant */
/* ----------------------------------------------------- */

.equipmant{
  max-width: 1224px;
  margin: 160px auto;
}

.equipmant h2{
  text-align: center;
  font-size: 48px;
}
.equipmant-p{
  font-size: 20px;
  line-height: 150%;
  width: 768px;
  margin: auto;
  text-align: center;
  margin-top: 1.5rem;
  font-family: "Lato"
}

.equipmant-row{
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.equipmant-row div{
  width: 387px;
  height: 530px;
  padding: 9.41px;
  border: 0.94px solid #4B4F548F;
  border-radius: 7.52px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  transition: 300ms ease-out;
}
.equipmant-row div:hover{
  box-shadow: 10px 10px 20px 0px #BCBCBC;
  transition: 300ms ease-out;

}
.equipmant-img{
  width: 100%;
}

.equipmant-row h3,
.equipmant-row p{
  padding-left: 11.29px;
}
.equipmant-row button{
  margin-left: 11.29px;
}
.equipmant-row h3{
  font-size: 18px;
}
.equipmant-row p{
  font-size: 15.05px
};
.btn-4{
  background-color: transparent;
}
.btn-4{
  color: #ffb81c; 
  transition: 300ms ease-out;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;

}
.btn-4:hover {
  color: #cf8e02; 
  transition: 300ms ease-out;
}


.equipmant-btn{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.equipmant-btn .btn_3 a{
  padding: 16px 74px !important;
  transition: 300ms ease-out;
}

/* popup ----------------------------------------- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9;
}

.popup {
  position: fixed;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
  width: 95%;
  height: 75%;
  display: none;
  justify-content: center;
  align-items: center;

}

.popup-content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;

}

.popup-img {
  width: 440px;
  height: 390px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  position: relative;
  color: #ffffff;
  z-index: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.popup-img::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1; 
}
#popup-title{
  font-size: 20px;
  width: 70%;
}
.popup-describe{
  width: 420px;
}
#popup-subtitle{
  font-size: 20px;
  font-family: "Lato";
  margin: 10px 0 20px;
}

#popup-details li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#popup-details{
  font-size: 16px;
  font-family: "Lato";
  
}

.detail-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 35px;
  cursor: pointer;
  font-size: 25px;
  z-index: 111;
}

.popup ul {
  list-style: none;
  padding: 0;
}

.popup li {
  margin: 8px 0;
}
/* ----------------------------------------------- */

/* end equipmant */

/* ----------------------------------------------------- */

/* gallery */
/* ----------------------------------------------------- */

.gallery{
  max-width: 1224px;
  margin: 4rem auto;
}

.gallery h2{
  text-align: center;
  font-size: 48px;
}
.gallery-p{
  font-size: 20px;
  line-height: 150%;
  width: 768px;
  margin: auto;
  text-align: center;
  margin-top: 1.5rem;
  font-family: "Lato"
}
.gallery-row {
  margin: 4rem 0 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.gallery-row img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-row img:hover {
  transform: scale(1.02);
}

.gallery-row img.hidden {
  display: none;
}

.see-all-btn {
  display: block;
  margin: 20px auto;
  width: 248px;
  height: 58px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  color: #000000;
  border: 2px solid #ffb81c;
  border-radius: 8px;
  transition: 300ms ease-out;
  text-align: center;
  font-family: "Roboto Slab";
}
.see-all-btn:hover{
  background: #FFB81C87;
  transition: 300ms ease-out;
}
.see-all-btn:active{
  background: #FFB81C;
  transition: 300ms ease-out;
}
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007c;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  gap: 15px;
}

.image-popup img {
  width: 900px;
  height: 630px;
}

.image-popup button {

  padding: 16px 24px;
  background: #000000af;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 300ms ease-out;
}
.image-popup button:hover {
transition: 300ms ease-out;
  background: #444444af;

}
.image-popup button img{
  width: 20px;
  height: 37px;
}
.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.gallery-close-btn {
  position: absolute;
  top: 100px;
  right: 190px;
  font-size: 50px;
  color: #ffd375;
  cursor: pointer;
  z-index: 1111;
  padding: 0px 24px 8px;
  background-color: #000000af;
  border-radius: 8px;
}


/* ----------------------------------------------------- */
/* footer */
/* ----------------------------------------------------- */

footer{
  background-color: #565656;
  color: #C9C9C9;
  padding-top: 2rem;

}
.footer-row{
  max-width: 1224px;
  margin: 0 auto 2rem;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
}

.footer-logo{
  width: 205px;
  height: 45px;
}

.footer-main-content{
  width: 823px;
  display: flex;
  justify-content: space-between;
  /* gap: 112px; */
}
.footer-main-content div{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-main-content div h3{
  font-size: 20px;
}
.footer-main-content div p{
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.label{
  font-size: 14px !important;
  text-align: center;
  padding: 2rem 0;
}


/* ----------------------------------------------------- */

/* ---------------  contact page  ------------------ */

/* ----------------------------------------------------- */
.location{
  max-width: 1224px;
  margin: 3rem auto ;
}
.minihead{
  color: #FFB81CB2;
  font-family: "Lato";
  text-align: center;
}

.location h2{
  margin-top: 2rem;
  text-align: center;
  font-size: 48px;
  color: #101828;
}
.location-p{
  font-size: 20px;
  line-height: 150%;
  width: 768px;
  margin: auto;
  text-align: center;
  margin-top: 1.5rem;
  font-family: "Lato";
  color: var(--colors-text-text-tertiary-600, #475467);


}
iframe{
  margin: 5rem auto;
}

.conection{
  max-width: 1224px;
  margin: 0 auto 5rem;
}

.conection-minihead{
  color: #FFB81CB2;
  font-family: "Lato";
}
.conection h2{
  margin-top: 12px;
  font-size: 36px;
  color: #101828;
}
.conection-p{
  margin-top: 12px;
  font-family: "Lato";
  font-size: 20px;
  color: var(--colors-text-text-tertiary-600, #475467);
}

.contact-row{
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.contact-row div{
  padding: 20px;
  background: var(--Colors-Background-bg-secondary, #F9FAFB);
}

.contact-row div h3{
  margin-top: 3.5rem;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 600;
  color: #101828;
}
.contact-row div p{
  margin: 10px 0;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: var(--colors-text-text-tertiary-600, #475467);
}
.contact-row div b{
  color: #CC8D04;
  font-weight: 600;
  font-size: 16px;

}



@media (max-width: 1700px){
  .popup {
    top: 57% !important; 
  } 
  .image-popup{
    margin-top: 50px ;
  }

  .image-popup img {
    /* margin-top: 90px; */
    max-width: 650px;
    max-height: 450px;
  }
  /* .image-popup button {
    margin-top: 90px
  } */

  .gallery-close-btn{
    position: absolute;
    top: 50px;
    right: 70px;
    font-size: 50px;
    color: #ffd375;
    cursor: pointer;
    z-index: 1111;
    padding: 0px 24px 8px;
    background-color: #000000;
    border-radius: 8px;
  }
  .image-popup button img{
    width: 15px;
    height: 30px;
  }

}