*{
    user-select:none;
}

body{
    margin:0;
    overflow-x: hidden;
    background-color: #ffffff;
}

#preloader{
    background:black url('load-35.gif') no-repeat center;
    background-size:30%;
    height:100vh;
    width:100%;
    top:0;
    position:fixed;
    z-index:5000000000;
}

.first-nav{
  align-items: center;
  display:flex;
  justify-content:space-around;
  position:absolute;
  align-content:center;
    z-index:20000000;
  width:100%;

  background:rgba(4, 41, 68, 0.9);

}

.disap-nav{
  align-items: center;
  display:flex;
  justify-content:space-around;
  align-content:center;
  position:static;
  width:100%;
  opacity:0;
  background:rgba(4, 41, 68, 0.365);

}

.firstnavtext{
  background-color:rgba(0, 0, 0, 0.0);
  outline:none;
  border:1px solid white;
  font-size:13px;
   padding:9px 80px 8px 20px;
  border-radius:20px;
  color:white;
}

.secondnavtext{
  background-color:rgba(0, 0, 0, 0.0);
  outline:none;
  border:1px solid white;
  font-size:13px;
  padding:9px 20px 8px 80px;
  border-radius:20px;
  color:white;
}

.firstnavtext::placeholder, .secondnavtext::placeholder{
  color:white;
  opacity:0.6;
}


.first-nav > div > span > i{
  color:rgb(231, 231, 231);
  background-color:gray;
  padding:8px;
  font-size:15px;
  margin:0 5px;
  border-radius:100px;
}

.nav{
    width:100%;
    position:sticky;
    top:0;
    font-family:serif;
    display:flex;
    font-weight:200;
    justify-content: space-around;
    background:#d2ac61;
    align-items: center;
    z-index:20000000;
      color:white;
     box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

.nav a{
    transition:0.5s;
    color:white;
}



.brand{
    width:80px;
    padding-top:5px;
    padding-bottom:5px;
    
}

.branda{
    width:80px;
    padding-top:5px;
    padding-bottom:5px;
    display:none;
}


.men{
    list-style:none;
    display: flex;
    justify-content: space-around;
    width:70%;
    margin-right:10%;
}

li{
    float:left;
    letter-spacing:2px;
    font-size:13px;
}

li a{
    text-decoration:none;
    color:white;
    transition:0.5s;
}



.button{
    display:none;
}


.line1, .line2, .line3{
    width:20px;
    height:2px;
    background-color:white;
    margin:5px;
    transition:0.5s;
}

.bgx{
     transition:0.5s;
    background-color:black;
}


.button:hover .line1{
    animation-name:line1;
    animation-duration:2s;
}

.button:hover .line2{
    animation-name:line2;
    animation-duration:2s;
}

.button:hover .line3{
    animation-name:line3;
    animation-duration:8s;
}

@keyframes line1{
    0%{margin-right:0px;}
    50%{margin-right:25px;}
    100%{margin-right:0px;}
}

@keyframes line2{
    0%{margin-left:0px;
    background-color:#650167;
}
    50%{margin-left:25px;}
    100%{margin-left:0px;
        background-color:#21710b;
    }
}

@keyframes line3{
    0%{margin-right:0px;}
    50%{margin-right:1px;}
    100%{margin-right:0px;}
}

@media screen and (max-width:1000px){
    .men{
        width:60%;
    }

    li{
        padding:5px;
    }

    

    .landing{
        width:1100px;
    }
}

@media screen and (max-width:768px){
    .first-nav, .disap-nav{
        display:none;
    }

    .nav{
        position:fixed;
        background: #042944;
    }
    .brand{
        width:100px;
    }

     .branda{
        display: block;
        width:200px;
    }

    .men{
        position:absolute;
        display:flex;
        width:100%;
        height:80vh;
        padding-bottom:150px;
        flex-direction: column;
        right:0;
        color: black;
        top:65px;
        transform: translateX(100%);
        transition:0.5s;
        margin-right:0%;
        background-color:#042944;
        
    }

    li a:hover{
    border-bottom:none;
}

li{
    transition:1s;
    color:white;
}

    .menactive{
        transform: translateX(0%);
        transition:0.5s;
    }
    .x1{
        margin:-2px;
        transform: rotate(45deg);
        transition:0.5s;
    }

    .x2{
        margin:-2px;
        transform: rotate(-45deg);
        transition:0.5s;
    }

    .x3{
opacity:0;
        transition:0.5s;
    }

    .button{
        display:block;
        background-color:rgba(158, 158, 158, 0.288);
    }

    .bgx{
     transition:0.5s;
    background-color:white;
}

.bgnav a{
    color:white;
}

    li{
        text-align:center;
        padding-top: 20px;
        width:100%;
        color:white;
    }

    li a{
        color:white;
    }
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: rgba(11, 74, 125, 0.7);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: none; /* Hidden at top */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.back-to-top.show {
    display: flex;
    opacity: 1;
}

.back-to-top:hover {
    background: rgba(8, 55, 93, 0.7);
}






/* =========================
   SECTION WRAPPER
========================= */
.section{
  max-width:1200px;
  margin:auto;
  padding:60px 20px;
}

/* =========================
   HEADER AREA
========================= */
.about-header{
  display:flex;
  gap:80px;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom:60px;
}

.about-title{
  min-width:300px;
}

.about-title p{
  font-size:30px;
  letter-spacing:3px;
  font-weight:100;
  font-family:'Courier New', Courier, monospace;
  color:#d2ac61;
}

.about-underline{
  width:90px;
  height:8px;
  background:#d2ac61;
  margin-top:px;
}

.about-text{
    padding-top:90px;
  max-width:700px;
  font-size:16px;
  line-height:30px;
  font-weight:lighter;
  font-family: sans-serif;
  color:#3e4148;
}

.about-text a{
    color: #d2b318;
    text-decoration: underline;
}

/* =========================
   CARDS GRID
========================= */
.cards{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:30px;
}

/* =========================
   CARD STYLE
========================= */
.card{
  position:relative;
  overflow:hidden;
  cursor:pointer;
  height:360px;
}

.card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.4s ease;
}

/* zoom hover */
.card:hover img{
  transform:scale(1.05);
}

/* bottom gold overlay */
.card-overlay{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:#d2ac61;
  padding:22px 25px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:white;
}

.card-title{
    font-family: 'Courier New', Courier, monospace;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:300;
}

/* arrow */
.arrow{
  font-size:26px;
  font-weight:bold;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:1000px){
  .cards{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:700px){

    .section{
  padding:60px 0px 60px 0px;
}

  .about-header{
    flex-direction:column;
    gap:25px;
    padding: 0px 20px;
  }

  .about-title p{
  margin-top:100px;
}



.about-text{
    padding-top:30px;
}

  .cards{
    grid-template-columns:1fr;
    width:100%;
  }
}

.contact-section {
    padding: 60px 5%;
    background: #f7f7f7;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.contact-form, .contact-info {
    flex: 1 1 45%;
    min-width: 320px;
}

.hachtwo {
    font-size: 26px;
    font-weight:100;
    letter-spacing: 2px;
    color: #1d2d44;
}

.underline {
    width: 50px;
    height: 3px;
    background: #718096;
    margin: 10px 0 25px 0;
}

.formation input,
.formation textarea {
    width: 50%;
    padding: 15px 15px;
    margin-bottom: 12px;
    border: 0.5px solid #000;
    border-radius: 25px;
    background-color:#f7f7f7;
    font-size: 15px;
}

.formation input::placeholder,
.formation textarea::placeholder{
    color:black;
}

.formation input:focus,
.formation textarea:focus{
    border:none;
}

.formation textarea {
    height: 150px;
    resize: none;
    font-family:sans-serif;
}

.checkbox {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 10px;
}

.checkbox input {
    margin-right: 8px;
    width:2%;
    margin-right:2%;
}

.submit-btn {
    background: #0f2b46;
    color: white;
    padding: 15px 60px;
    border: none;
    border-radius: 30px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'Courier New', Courier, monospace;
}

.submit-btn:hover {
    background: #153a5b;
}

.social-icons #img {
    font-size: 25px;
    margin-right: 15px;
    cursor: pointer;
    color: #d2b318;
}

.social-icons #imgs {
    font-size: 25px;
    margin-right: 15px;
    cursor: pointer;
    color: #d2b318;
}

.support-img {
    width:300px;
    margin-top: 15px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info {
        margin-top: 0px;
    }

    .formation input,
.formation textarea {
    width: 95%;
    padding:15px 0px 15px 15px;
}

.checkbox input {
    margin-right: 8px;
    width:10%;
    margin-right:2%;
}
}


.footer {
    background: #052845;
    color: #ffffff;
    padding-top: 50px;
    font-family: sans-serif;
}

/* SEARCH BAR */
.footer-search {
    position: relative;
    margin-bottom: 40px;
     margin-left:5%;
    width:40%;
}

.footer-search input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border-radius: 40px;
    border: 2px solid #ededed;
    background: transparent;
    color: white;
    font-size: 12px;
}

.footer-search input::placeholder{
    color:white;
}

.footer-search #search-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    cursor: pointer;
}

/* GRID LAYOUT */
.footer-grid {
    display: flex;
    margin-left:5%;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1 1 250px;
    min-width: 230px;
}

.footer-column h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #ded2a3;
    text-decoration: none;
    font-size: 13px;
}

/* CONTACT ITEMS */
.contact-item {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
}

#iconate, #iconater, #iconates {
    margin-right: 8px;
}

/* FOOTER BOTTOM */
.footer-bottom {
    background-color:black;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1px solid #335066;
    padding:15px 0px;
}

.footer-bottom p {
    color: #c4c4c4;
     margin:0 5%;
    font-size: 16px;
}

.highlight {
    color: #e2c374;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
    .footer-grid {
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-search input {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .footer {
        padding: 40px 5% 0px 0%;
    }

    .footer-column h3 {
        font-size: 18px;
    }

    .footer-column ul li a {
        font-size: 16px;
    }

    .footer-search{
         width:60%;
    }

    .footer-bottom{
        margin-top:0px;
    }

    .footer-search #search-icon {
    right: -20px;
    }

    .footer-search input {
        padding: 12px 40px 12px 15px;
    }

    #search-icon {
        font-size: 18px;
    }
}



#google_translate_element{
    position:fixed;
    padding:5px;
    border-radius:10px;
    background-color:white;
    z-index:50000;
}