@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&family=Roboto:wght@100;400&display=swap');
@font-face{
    font-family: Atteron personal use;
    src: url(/style/Atteron\ Personal\ Use\ Only.ttf);
    font-family: Bell MT Regular;
    src: url(/style/Bell\ MT\ Regular.otf);
    font-family: Candara;
    src: url(/style/Candara_Bold.ttf);
    font-family: Candara Regular;
    src: url(/style/Candara.ttf);
    font-family: Calibri;
    src: url(/style/calibril.ttf);
}
body{
    margin: 0;
    padding: 0;
    background-color: rgb(241, 236, 228);
}
/* navbar */
nav{
justify-content: center;
align-items: center;
height: 40px;
display: flex;
padding-left: 38px;
}
.link{
align-items: center;
list-style: none;
justify-content: space-between;
display: flex;
gap: 9rem;
padding-right: 45px;
font-size: large;     
font-family: calibri;
font-weight: 200;
}

.links>a{
text-decoration: none;
color: black;
}     
.links>a:hover{
color: rgb(223, 168, 52);
}
.links{
color:black;
}
.links:hover{
color: rgb(223, 168, 52);
}
img{
height: 100px;
color: white;
}
.container{
width: 100%;
display: flex;
justify-content: center;

}
.hero{
    height: 685px;
    width: 100%;
background-image: url(/contact/549A2017\ copy\ 1.jpg);
background-size: cover;
/* background-position: center; */
 background-attachment: fixed; 
}

/* content */
.text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
 
}
.text b{
    font-family: Candara;
    font-size: 50px;
}
.text p{
    font-family: Candara Regular;
    font-size: larger;
}
.contact{
    gap: 2rem;
    display: flex;
    justify-content: center;
}
.text1 .contact{
    gap: 1rem;
    display: flex;
    justify-content: center;
    
}
.text1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
span{
    font-family: Candara Regular;
    font-size: 30px;
    color: #564332;
}
.text1 p{
    font-family: Calibri;
    width: 45%;
    color: #564332;
}
/* fade image */
.slider{
    height: 450px;
    width: 300px;
    animation: slide 15s infinite;
    background-image: url(/contact/001GIT.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 8px;
}
@keyframes slide{
    20%{
        background: url(/contact/001GIT.jpg);
    }
    40%{
        background: url(/contact/002GIT.jpg);
    }
    60%{
        background: url(/contact/003GIT.jpg);
    }
    80%{
        background: url(/contact/004GIT.jpg);
    }
    100%{
        background: url(/contact/005GIT.jpg);
    }            
}    

  /*contact form  */
.container4{
    height: 700px;
    width: 90%;
    margin: 0 auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    background-color: #E7E3D8;

}
.container4 img{
height: 450px;
width: 300px;
}
h1{
font-family: Atteron personal use;
font-weight: 100;
display: flex;
align-items: center;
justify-content: center;
}
form{
position: relative;
display: grid;
width: 400px;
height: 570px;
flex-direction: column;
}
.container4 p{
font-family: Bell MT Regular;
}
button{
font-family: Bell MT Regular;
/* background: white; */
height: 35px;
width: 115px;
}
.button{
display: flex;
justify-content: center;
}

form {
display: flex;
flex-direction: column;
gap: 15px;
}

.form-row {
display: flex;
gap: 15px;

}
label{
font-family: Bell MT Regular;
width: 500px;
background-color: transparent;
}
input, textarea {
width: 100%;
padding: 5px 0;
border: none;
border-bottom: 2px solid #000;
font-size: 14px;
background: none;
outline: none;
}

textarea {
resize: none;
height: 80px;
}
select{
    border: none;
    border-bottom: 2px solid black;
    background-color: transparent;
}
option{
    height: 100px;
}

/* map */
.map{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.map p{
    font-family: Candara Regular;
    color: #564332;
    font-size: larger;
}
.no{
    font-family: Calibri;
    color: #564332;
    display: flex;
    gap: 15rem;
    justify-content: center;
    padding-left: 107px;
}
.no a{
    text-decoration: none;
    color: #564332;
}

/* question */
.question{
    font-family: Bell MT Regular;
    font-size: xx-large;
    color: #564332;
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-weight: 600;
    align-items: center;
}
.QA{
    font-family:Candara Regular;
    color: #564332;
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 50px;
}
.QA1{
    width: 2597px;
}

/* footer */
footer{
width: 100%;
height: 300px;
background-color: #E7E3D8;
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
}
footer img{
height: 30px;
}
.footer_icon{
display: flex;
gap: 2rem;
}
.icon{
transition: all 0.3s linear;
}
.icon:hover{
transform: scale(1.5);
}
footer p{
      font-family: calibri ;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #564332;
      text-align: center;
      font-size: large;
      font-weight: 600;
}

@media (max-width: 768px) {
    @font-face{
    font-family: Atteron personal use;
    src: url(/style/Atteron\ Personal\ Use\ Only.ttf);
    font-family: Bell MT Regular;
    src: url(/style/Bell\ MT\ Regular.otf);
    font-family: Candara;
    src: url(/style/Candara_Bold.ttf);
    font-family: Candara Regular;
    src: url(/style/Candara.ttf);
    font-family: Calibri;
    src: url(/style/calibril.ttf);
}

.hero {
  background-image: url('/contact/549A2017\ copy\ 1.jpg');
  background-size: cover;             
  background-position: center;        
  background-repeat: no-repeat;
  background-attachment: scroll;       
  position: relative;
  height: 450px;
}
    .container{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    }
}
    .menu-toggle {
      display: none;
      font-size: 30px;
      color: white;
      cursor: pointer;
      padding: 10px;
      position: absolute;
      top: 20px;
      right: 20px;
      color: #564332;
    }
    
    /* Default nav styling */
    .nav-links {
      display: block;
    }
        @media (max-width: 768px) {
      nav {
        flex-direction: column;
        align-items: flex-start;
      }

    
      .menu-toggle {
        display: block;
      }
    
      .nav-links {
        display: none;
        width: 100%;
      }
    
      .nav-links.active {
        display: block;
      }
    
      .link {
        flex-direction: column;
            align-items: flex-end;
            gap: 1rem;
            padding-top: 4rem;
            padding-right: 1rem;
      }
    .text{
    position: relative;
    bottom: 50%;
 
}
.text b{
    font-size: 30px;
}
.text p{
    font-size: small;
}
.text1 p{
    width: 100%;
}
.text1 span{
    font-size: 17px;
    font-family: Candara Regular;
}
.container4{
    width: 90%;
}
  .form-row{
    width: 315px;
} 
.email{
    width: 315px;
}
textarea{
    width: 315px;
} 
label{
    width: 100%;
}
button {
    color: black;
    background:white;
    border: solid 1px black;
    align-items: center;
    justify-content: center;
}
.text2 .contact p{
    font-size: 20px;
}
.no{
        font-size: x-small;
        gap: 1rem;
        padding-left: 0px;
}
.map{
    height: 400px;
}
.question{
    font-size: 15px;
}
.QA{
    flex-direction: column;
}
.QA1{
    font-size: 10px;
    width: 315px;
}
.QA2{
    font-size: 10px;
}
footer{
    height: 300px;
    }
    footer p{
      font-family: calibri ;
      flex-direction: column;
            font-size: small;
    }
    }