@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

*{
 font-family: "Saira", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    
}
h1,h2{
    font-size: 5rem;
}
body{
    background: #ffffff;
}
html{
    font-size: 62%;

}
.about-btn a{
    color:#fff !important;
}
.container{
    width:80%;
    margin:0 auto;
}

.top-navbar{
    width:100%;
    height: 5rem;
    background: #e7d57e;
}
.top-nav{
 
    width:100%;
    display: flex;
    justify-content: space-between;
    height: 5rem;
    align-items: center;

}

.swiper {
  width: 100%;
  height: auto !important;
}

.swiper-slide{
position: relative;
}

.swiper img {
  width: 100%;
   object-fit: cover;
}

.banner-text{
    position: absolute;
    top:25%;
    left:10%;
    width:40%;
    opacity:0;
    transform: translateY(-100%);
    transition: transform 1s ease-in;
  animation: fade 1s ease-in-out 0.3s 1 forwards;
}

.banner-text h1{
    font-size: 5rem;
    color:#fff;
}

.slider-button{
    background: #e7d57e;
    border: none;
    color:#000000;
    padding: 10px;
    margin-top: 10px;
}

.main-navbar{
    height: 0rem;
    width:100%;
    transition: all 0.5s;
    animation: nav-animation 0.5s 0.2s forwards;
}

.main-nav{
    
    width:100%;
    height: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.logo{
    font-size: 20px;
}
.logo img{
    height: 100px;
}

.nav-links{
    width:40%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-links a{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

.qt-btn{
    background: none;
    border:2px solid #c5d118;
    border-radius: 10px;
    padding: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-out;
}
.qt-btn:hover{
    background-color: #e7d57e;
}
.about{
    padding-top:100px;
    padding-bottom: 100px;
    background: #d3c88d;
    
    
}
.about-content{
    text-align: center;
}
.about-content h1{
    font-size: 5rem;
    padding-bottom: 10px;

}
.about-content p{
    font-size: 2rem;
    color: #414141;
}

.service{
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-swiper{
    position: relative;
}

.head-sec {
    padding-bottom: 100px;
    padding-top: 100px;
    font-size: 4rem;
}
.service-head {
    position: absolute;
    bottom: 0px;
    
    font-size: 4rem;
    color: #dcdcdc;
    backdrop-filter: blur(10px);
    height: 10rem;
    width: 100%;
    padding: 15px;
}

.footer{
    height: 300px;
    background: #000000;
    margin-top: 50px;
}

.menu{
   height: 50%;
    width: 100%;
    background: #fff;
    position: absolute;
    top:0;
    transform: translateY(-100%);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s;
    

    
}
.close{
    width:3rem;
    height: 3rem;
    background: #414141;
    position: absolute;
    right:10px;
    top:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close i{
    color:#fff
}
.menu.change{
 transform: translateY(0);
}
.nav-icon{
    height: 3rem;
    width: 3rem;
    
   display: flex;
   flex-direction: column;
   justify-content: space-evenly; 
   cursor: pointer;
   display: none;
   
}
.line{
    height: 2px;
    width:100%;
    background-color: #8b8b8b;
}
.nav-mobile{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.nav-mobile a{
    font-size: 2rem;
    color: #000000;
}

.contact{
    background-color: #726101;
}

.footer-sec{
    padding-top:20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-sec h3{
    color: #dcdcdc;
    font-size: 2rem;

}
.footer-1{
    width:600px;
    color: #dbdbdb;
}
.contact-sec-1 p{
    font-size: 2rem;
    color: #fff;
;
}
.footer-1 p

 {
    font-size: 16px;
    margin-top:20px;
}
.footer-2 p{
     color: #dbdbdb;
      font-size: 16px;
       margin-top: 20px;
}
.footer-links

 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 13rem;
    margin-top: 20px;
}

.footer-links a{
    color:#fff;
    font-size: 16px;
}

.service-content {
    display: flex;
    flex-direction: row;
  
    flex-wrap: wrap;
    flex-flow: wrap;
    
}

.services-box{
    width:24%;
    height: 400px;
    background: #fff;
    padding: 2rem;
   box-shadow: 2px 2px 10px 3px #f1f1f1fc;
   
   
}

.services-box img{
    width:100%;
    height: auto;
    border-radius: 10px;
    
}

.services-box h2{
    margin-top:2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.contact

 {
    height: 90vh;
    background: #c0c0c0;
    padding-top: 50px;
    border-top: 6px solid #9a880b;
}

.contact-sec{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact-sec-1{
    width:50%;
}
.form-group{
    margin-top: 10px;
}
.form-group textarea{
    width:100%;
    padding: 10px;
    border: 0;
}
.form-group input[type="text"]{
    width:100%;
    padding: 10px;
    border: 0;
}
.banner{
    height: 300px;
    width:100%;
    background:url(../images/bnr1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-head{
    color: #fff;
    position: absolute;
    width:20%;
    top:6rem;
        transition: transform 1s ease-in;
  animation: fade 1s ease-in-out 0.3s 1 forwards;
}

.contact-btn{
    background: #dfa519;
    border: none;
    border-radius: 0;
    width: 100%;

}
.preloader{
          /*
          Making the preloader floating over other elements.
          The preloader is visible by default. 
          */
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 1000;
          background: #000000;
          display: flex;
          align-items: center;
          justify-content: center;
      }
      .about-btn {
    padding: 10px;
    background-color: #184e87;
    
    color: #fff;
        margin-top: 2rem;
}
.top-nav i{
    font-size: 2rem;
    color:#786003;
}
.top-nav span {
    font-size: 14px;
    font-weight: bold;
}#social_container {
        position: fixed;
        bottom: 0px;
        right: 0;
        width: 50px;
        height: auto;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        overflow: hidden;
    }
    #social_container a i{
        transition: all ease-in-out 200ms;
    }
    #social_container a:hover i{
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    #social_container a{
        display: block;
        float: left;
        width: 100%; /** kaç adet buton varsa 100/adet olarak ayarlanması gerek **/
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 1.4em;
    }
    #social_container .whatsapp{
        background-color: #25d366;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #social_container .messenger{
        background-color: #567aff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #social_container .telegram{
        background-color: #20afde;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #social_container .telephone{
        background-color: #25d366;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #social_container .call_you{
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 35.5px;
        overflow: hidden;
        cursor: pointer;
    }
    #social_container .call_you img{
        width: 40px;
    }
    #show_contact_form{
        display: none;
        position: fixed;
        right: 0 !important;
        bottom: 0 !important;
        width: 568px;
        height: 500px;
        z-index: 99;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #a71e24;
    }
    .open_form_inner{
        padding: 15px;
        padding-top: 30px;
    }
    .open_form_title {
        width: 100%;
        height: 36px;
        text-align: right;
    }
    #close_form_button{
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 999;
        padding: 6px 13px;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }
@media only screen and (max-width: 768px){
    #social_container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: inherit;
        width: 100%;
        height: inherit !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    #social_container a{
        display: block;
        float: left;
        width: 20%; /** kaç adet buton varsa 100/adet olarak ayarlanması gerek **/
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 1.1em;
    }
    #social_container .whatsapp{
        background-color: #25d366;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #social_container .messenger{
        background-color: #567aff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #social_container .telegram{
        background-color: #20afde;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #social_container .telephone{
        background-color: #25d366;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #social_container .call_you{
        background-color: #fff;
        padding-top: 5px;
        padding-bottom: inherit;
        max-height: 35.5px;
        overflow: hidden;
    }
    #social_container .call_you img{
        width: 30px;
    }
    #show_contact_form{
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #a71e24;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .open_form_inner{
        padding: 15px;
        padding-top: 30px;
    }
    .open_form_title {
        width: 100%;
        height: 36px;
        text-align: right;
    }
    #close_form_button{
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 999;
        padding: 6px 13px;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }
}
@keyframes nav-animation {

    0%{
        height: 0rem;
    }
    100%{
        height: 10rem;
    }
    
}

@keyframes fade{

    0%{
        opacity:0;
        transform: translateY(-100%);
    }
    100%{
        opacity:1;
        transform: translateY(0);
    }
}


@media screen and (max-width:1400px){
   .nav-links {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.banner-text h1 {
    font-size: 4rem;
    color: #fff;
}
}

@media screen and (max-width:840px){
       .nav-links {
    display: none;
}
.nav-icon{
    height: 3rem;
    width: 3rem;
    
   display: flex;
   flex-direction: column;
   justify-content: space-evenly; 
   cursor: pointer;
   
}
.services-box {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 2rem;
    box-shadow: 2px 2px 10px 3px #f1f1f1fc;
}
.service-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner-text h1 {
    font-size: 2rem;
    color: #fff;
}
.banner {
    height: 200px;
    width: 100%;
    background: url(../images/bnr1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-text
{
  
    width: 75%;
}
.contact

 {
    height: auto;
    background: #8b8b8b;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-sec-1 {
    width: 100%;
}
.footer-1

 {
    width: 100%;
    color: #dbdbdb;
}
.top-nav i {
    font-size: 1rem;
    color: #786003;
}
.top-nav span {
    font-size: 8px;
    font-weight: bold;
}
}

@media screen and (max-width:640px){
    h1, h2 {
    font-size: 2rem;
}
.head-sec
 {
    padding-bottom: 100px;
    padding-top: 100px;
    font-size: 2rem;
}
.banner {
    height: 200px;
    width: 100%;
    background: url(../images/bnr1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
    .nav-icon{
    height: 3rem;
    width: 3rem;
    
   display: flex;
   flex-direction: column;
   justify-content: space-evenly; 
   cursor: pointer;
   
}
.top-nav i {
    font-size: 1rem;
    color: #786003;
}
.top-nav span {
    font-size: 8px;
    font-weight: bold;
}
.services-box {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 1rem;
    box-shadow: 2px 2px 10px 3px #f1f1f1fc;
}
.service-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
   .nav-links {
    display: none;
}
.banner-text h1 {
    font-size: 1rem;
    color: #fff;
}
.banner-text
{
  
    width: 75%;
}
.contact

 {
    height: auto;
    background: #8b8b8b;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-sec-1 {
    width: 100%;
}
.footer-sec{
    padding-top:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer{
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #726101;
    margin-top: 50px;
}
.footer-1

 {
    width: 100%;
    color: #dbdbdb;
}
}