*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --primary-color: #020203;
    --secondary-color: #fff;
    --gold-color: #D4AF36; 
}
.container{
    width: 1140px;
    margin: auto;
}
h1,h2,h3,h4,h5,h6, .text-overlay{font-family: "Bold", sans-serif;}
a, p{font-family: "Medium", sans-serif; text-decoration: none;}


/* header */
#mob-header{
    display: none;
}
.mob-location{
    display: none;
}
header{
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding-top: 5px;
}
.header-sec{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px 0px;
}
.header-sec .location{
    display: flex;
    align-items: center;
    gap: 0px 20px;
}
.header-sec .location a{
    color: var(--secondary-color);
    font-size: 14px;
    font-family: "Medium", sans-serif;
}
.header-sec .menu {
    display: flex;
    align-items: center;
    gap: 28px;
}
.header-sec .menu a{
    font-size: 19px;
    color: var(--secondary-color);
    transition: 0.3s;
}
.header-sec .menu a:hover{
    color: var(--gold-color);
}
/* .is-active{
    color: var(--gold-color) !important;
} */

/* hero */
#hero{
    height: 90vh;
    background-color: #020203;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#hero img{
    width: 660px;
}
/* footer */
footer{
    height: 100%;
    background-color: var(--primary-color);
    padding: 20px 0px;
}
.footer-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.footer-icons{
    display: flex;
    align-items: center;
    gap: 0px 20px;
}
.footer-icons a{
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 8px;
}
.footer-icons a img{
    width: 18px;
}
.footer-list{
    display: flex;
    align-items: center;
    gap: 0px 25px;
}
.footer-list a{
    font-size: 19px;
    color: var(--secondary-color);
    transition: 0.3s;
}
.footer-list a:hover{
    color: var(--gold-color);
}


/* about */
#dif-header{
    background-color: var(--primary-color);
}
.dif-header-sec{
    padding: 20px;
    color: var(--secondary-color);
}
.top-nav{
    text-align: center;
    color: var(--white-color);
}
.top-nav .location a{
    color: var(--white-color);
}
.bottom-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dif-header-logo a{
    text-decoration: none;
    color: var(--secondary-color);
}
.dif-header-logo a h3{
    font-size: 26px;
}
.dif-header-list{
    display: flex;
    align-items: center;
    gap: 0px 25px;
    font-size: 19px;
}
.dif-header-list a{
    color: var(--secondary-color);
}


/* dif-hero */
.image-container {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
  }

  .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292929; 
    mix-blend-mode: multiply; 
  }

  .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    font-size: 58px; 
  }
.dif-hero-sec h3{
    font-size: 68px;
    color: var(--secondary-color);
}
.dif-who-are{
    background-color: var(--primary-color);
    padding: 150px 50px;
    color: var(--secondary-color);
    text-align: center;
}
.dif-who-are p{
    line-height: 1.8;
    font-weight: 200;
    font-size: 19px;
}
.mob-call{
    display: none;
}
.mob-call a{
    position: fixed;
    bottom: 0;
    border: 1px solid var(--gold-color);
    width: 100%;
    color: var(--gold-color);
    padding: 4px;
    text-align: center;
    background-color: var(--primary-color);
    z-index: 100;
}
.mob-call:hover{
    background-color: var(--gold-color);
    color: var(--secondary-color);
}


/* contact */
form{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
form .input_box{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 15px 0px;
}
.input_box label{
    font-size: 12px;
}
.input_box label span{
    font-style: italic;
    color: gray;
}
.input_box input, .input_box textarea{
    width: 580px;
    height: 50px;
    padding: 10px 4px;
    font-size: 16px;
    font-family: "Regular", sans-serif;
}
.input_box textarea{
    resize: none;
    height: 200px !important;
}
form button{
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 4px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: none;
    cursor: pointer;
}

form button:hover{
    opacity: 0.8;
}
.about-send{
    width: 600px;
    margin: auto;
    font-size: 16px;
}
.about-send a{
    color: var(--secondary-color);
    text-decoration: underline;
}
.contact-option{
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.con-opt{
    width: 300px;
    padding: 19px;
    /* background-color: #0e0e0e; */
    border-radius: 8px;
    margin: 10px;
    text-align: left;
}
.con-opt h3{
    font-size: 24px;
    margin-bottom: 8px;
}
.con-opt a{
    color: var(--secondary-color);
    font-size: 20px;
    margin-block-start: 8px;
    margin-bottom: 4px;
}
.con-opt a p{
    font-size: 26px;
}
.con-opt a:hover{
    color: var(--gold-color);
}



/* importants */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  --moz-appearance: textfield;
}

/* letter */
.letter{
    text-align: left;
    display: none;
}
.letter h6{
    font-size: 18px;
}
.letter pre{
    font-size: 17px;
    margin: 8px 0px;
}

.dif-who-are-sec img{
    margin-block-start: 40px;
}