*{
    margin: 0;
    padding: 0;
    font-family: "Oswald", sans-serif;
}

#banner{
    background:linear-gradient(rgba(0,0,0,0.5),#cca31c), url(images/p1.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.logo{
    width: 200px;
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;

}

.text{
    /* width: 500px;
    #261e1b #cca31c #504e51
    position: absolute #0062ff;
    top: 4%;
    left: 33%; */
    text-align: center;
    color: #cca31c;
    padding-top: 2.5%;
    font-size: 40px;
}

.banner-text{
    text-align: center;
    color: #fff;
    padding-top: 280px;
}

.banner-text h1{
    font-size: 100px;
}

.banner-text p{
    font-size: 30px;
    font-style: italic;
    
}

#sideNav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background:#cca31c ;
    z-index: 2;
    transition: 0.5s;
}

nav ul li{
    list-style: none;
    margin: 50px 20px;
}

nav ul li a{
    text-decoration: none;
    color: #fff;
}

#menuBtn{
    /* width: 100px;
    height: 50px; */
    /* background: #cca31c; */
    text-align: center;
    position: fixed;
    right: 30px;
    top: 20px;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
}

#menuBtn img{
    width: 50px;
    margin-top: 15px;
}

@media screen and (max-width:770px){
    .banner-text h1{
        font-size: 44px;
    } 
    .text{
        /* width: 500px;
        #261e1b #cca31c #504e51
        position: absolute;
        top: 4%;
        left: 33%; */
        text-align: center;
        color: #cca31c;
        padding-top: 35%;
        font-size: 25px;
    }
    #banner{
        background:linear-gradient(rgba(0,0,0,0.5),#cca31c), url(images/p3.jpg);
        background-size: cover;
        background-position: center;
        height: 100vh;
    }
    .banner-text p{
        font-size: 15px;
        font-style: italic;
    }
    .logo{
        width: 50px;
        position: absolute;
        top: 4%;
        left: 5%;
        color: #fff;
    
    }
    
}

/* about */

#about{
    width: 100%;
    padding: 40px 0;
}

.title-text{
    text-align: center;
    padding-bottom: 20px;
}

.title-text h1{
    font-size: 70px;
    margin: auto;
    color: 	#cca31c;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.title-text h1::after{
    content: '';
    width: 60px;
    height: 35px;
    background: linear-gradient(#cca31c, #fff);
    position: absolute;
    top: -11px;
    left: 10px;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius:35px ;
    border-bottom-right-radius:35px ;
}

.about-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.abouts{
    flex-basis: 50%;
    text-align: left;
    margin-bottom: 10px;
    
}
.abouts h1{
    font-size: 30px;
}

.about-img{
    flex-basis: 50%;
    margin: auto;
    
    position: relative;
}
.about-img img{
    width: 50%;
    border-radius: 10px;
}

/* .about-img-overlay{
    width: 50%;
    height: 100%;
    position:absolute;
    border-radius: 10px;
    left: 190px;
    top: 0;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5), #cca31c);
} */

.about-desc{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.about-icon .fa{
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 8px;
    color: 	#cca31c;
    border: 1px solid 	#cca31c;
    padding-left: 25px;
}

.about-text p{
    padding: 0 20px;
    text-align: initial;
    font-style: italic;
}
@media screen and (max-width:770px){
    .title-text h1{
        font-size: 40px;
        margin: auto;
        color: #cca31c;
        position: relative;
        z-index: 1;
        display: inline-block;
    }
    .abouts{
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .about-img{
        flex-basis: 100%;
    }
    .about-img img{
        width: 100%;
    }
    /* .about-img-overlay{
        width: 100%;
        height: 100%;
        position:absolute;
        border-radius: 10px;
        left: 0px;
        top: 0;
        cursor: pointer;
        background: linear-gradient(rgba(0,0,0,0.5), #cca31c);
    } */
}


/* services */

#services{
    width: 100%;
    padding: 40px 0;
    background: #efefef;
}

.service-box{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}

.single-service{
    flex-basis: 48%;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}
.single-service img{
    width: 100%;
    border-radius: 7px;
}

.overlay{
    width: 100%;
    height: 99%;
    position:absolute;
    border-radius: 7px;
    top: 0;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5), #cca31c);
    opacity: 0;
    transition: 1s;
}

.single-service:hover .overlay{
    opacity: 1;
}
.service-desc{
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: 1s;
}
.service-desc h3{
    font-size: 30px;
}
.single-service:hover .service-desc{
    bottom: 40%;
    opacity: 1;   
}

@media screen and (max-width:770px){
    .single-service{
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .service-desc h3{
        font-size: 20px;
    }
    .single-service:hover .service-desc{
        bottom: 30% !important;   
    }
}

/* footer */

#footer{
    padding: 50px 0 20px;
    position: relative;
}
.footer-row{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.footer-left,.footer-right{
    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 20px;
}
.footer-right{
    text-align: right;
}
.footer-row p{
    line-height: 35px;
}
.footer-left .fa,.footer-right .fa{
    font-size: 20px;
    color: 	#cca31c;
    margin: 10px;
}
/* .developed{
    text-align: center;
}
.developed p{
    font-size: 20px;
    margin-top: 20px;
}
hr{
    border-color: #cca31c;
    height: 1px;
} */




@media screen and (max-width:770px){
    .footer-left,.footer-right{
        flex-basis: 100%;
        font-size: 14px;
    }
    .footer-left .fa,.footer-right .fa{
        font-size: 20px;
        color: 	#cca31c;
        margin: 10px;
    }
    .footer-right{
        text-align: center;
        /* border: 1px solid black; */
        margin-left: -20px;
    }
    .footer-row{
        width: 95%;
        margin-right: 0;
        
    }
}

#end-1{
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(rgba(255, 255, 255, 0.5), #cca31c);
}
.developed{
    text-align: center;
}