html{
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

html,body {
    width: 100%;
    margin:0px;
    color: white;
}


/* Navigation bar styling START */

nav {
    display:flex;
    align-items: center;
    height: 50px;
    background-color: black;
    margin-left: auto;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%;

}


nav a{
    display: flex;
    align-items: center;
    height: 100%;
    color:white;
    font-size: 22px;
    text-align: center;
    padding: 0.25rem;
    box-sizing: border-box;
    text-decoration: none;
    margin-right:8px;
    background: black;

}


nav a:hover{
    background-color: cornflowerblue;
}

nav a:first-child  {
    color:cornflowerblue;
    padding-left: 10px;
    margin-right:auto;
    font-weight: 600;
    font-size: 28px;
}

nav a:last-of-type {
    margin-right: 15px !important;
}

#burger-svg{
    display: none;
    margin-left: auto;
    margin-right: 10px;
    height: 100%;
    fill: #6495ed
}

@media screen and (max-width: 768px) {

    #burger-svg{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    nav {
        display: block;
        margin:0;
        position: fixed; /* Set the navbar to fixed position */
        top: 0; /* Position the navbar at the top of the page */
        width: 100%;

    }

    nav a:not(:first-child)  {
        display: none;
        position: relative;
        text-align: left;
        width:100%;
        padding-left: 10px;



    }
    nav a:hover:first-child{
        background-color: black !important;
    }


}


@media screen and (min-width: 500px) {
    nav a {
        display: flex;
    }
}



/* Navigation bar styling END */




/* About styling START */

.parallax{
    width: 100%;
    background: url("images/kik.jpg") repeat fixed ;
    background-size:cover;
    background-position:top;
}

.parallax-about{
    width: 100%;
    background: url("images/header.jpg") repeat ;
    background-size:cover;
    background-position:top;
}

.align-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parallax-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000a3;
    height: 500px;
}

#full-parallax{
    background-color: #000000a3;

}

#company-name, #about{
    padding: 10px;
    color: white;

}

#company-name{
    color: cornflowerblue;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 50px;
    font-size:3.5rem;
    border: 2px solid white
}

#about{
    max-width: 900px;
    font-size: 1rem;
    line-height: 1.5;
}


@media screen and (max-width: 500px) {
    .parallax-inner{

    }
}
/* About styling END */


/* Services styling START */

#Services{
    background-color: black;

}

.service-wrapper{
    padding: 7% 0% 7% 0%;
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.padding {
    padding-top: 10px;
    padding-bottom: 30px;
}

.service-item{
    color: white;
    display: flex;
    flex-direction: column;
    margin:10px;
    padding: 10px;
    min-height: 230px;
    width: 320px;
    border: 2px solid #6495ed;
    background-color: #0000007d; 
}


.service-item h2{
    text-align: center;
    font-size:1.5rem;
    font-weight: 500;
}

#service-header{
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    text-decoration-line: underline;
    margin-top:0px;
    padding-top: 5%
}

@media screen and (max-width: 500px) {
    .service-item{
        max-width: none;
        width: 90%;
    }
}
/* Services styling END */


/* Gallery1 styling START */

#Gallery1 {
    display:block;
    padding: 10px 0px 10px 0px;
    background-color: black;
}

.gallery-wrapper1 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.gallery-wrapper1 img{
    height: auto;
    width: 300px;
    margin:0px 5px 10px 5px;
}


@media screen and (max-width: 500px) {

    .gallery-wrapper1 img{
        width: 100%;
        margin:5px 0px 5px 0px;
    }
    .gallery-wrapper1 {
        width: 100%;
    }
}

/* Gallery1 styling END */


/* Gallery2 styling START */

#Gallery2 {
    background-color: black;
    width: 100%;
}

.gallery-wrapper2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.gallery-wrapper2 img{
    height:300px;
    max-width: 500px;
    margin:0px 5px 10px 5px;
}

#gallery-header{
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    text-decoration-line: underline;
    margin-top:0px;
}


#Gradient{
background-color: black;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 81%, rgba(0,0,0,0.6418942577030813) 96%, rgba(0,0,0,0.6362920168067228) 100%);
}

@media screen and (max-width: 500px) {

    .gallery-wrapper2 img{
        height: auto;
        max-width: 100%;
        margin:5px 0px 5px 0px;
    }
}

/* Gallery2 styling END */



/* Contact styling Start */

#Contact {
    padding: 10px 0px 10px 0px;
    background-color: black;
    width: 100%;
}

.contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-evenly;
    margin: 30px 50px 30px 50px;
}

.contact-info{
    display:flex;
    flex-direction: column;
    padding: 10px;
}

.contact-info span{
    padding-bottom: 5px
}

.contact-info p{
    text-decoration-line: underline;
    box-sizing: border-box;
    font-size:1.3rem;
    font-weight: 500
}

.contact-map{
    padding: 10px;
}

.mapouter{
    z-index: 100;
    text-align:right;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
}

#gmap{
    height: 350px;
    width: 450px;
}

.contact-right{

}

.contact-form{
    display:flex;
    flex-direction: column;
    padding: 10px;
}

.contact-form p{
    text-decoration-line: underline;
    box-sizing: border-box;
    font-size:1.3rem;
    font-weight: 500;

}

.contact-form form{
    width: 500px;
}

.contact-form form input, .contact-form form textarea{
    width: 50%;
    height: 25px;
    font-size:1.2rem;
    margin: 1px 0px 10px;
}

.contact-form form button{
    width: 90px;
    height: 40px;
    color:white;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid white
}


#email-content{
    width:100%;
    height: 200px;
}


@media screen and (max-width: 500px) {
    #gmap{
        width: 100%;
    }

    .contact-wrapper{
        margin: 5px;
    }
    .contact-right{
        width: 100%;
    }
    .contact-form form{
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    gmap{
        max-width: 100%;
    }
    .contact-form2 form{
        width:100%;
    }
    .contact-left, .contact-right2{
        width: 100%;
    }

}

/*Contact 2*/

.contact-form2{
    display:flex;
    flex-direction: column;
    padding: 10px;
}

.contact-form2 p{
    text-decoration-line: underline;
    box-sizing: border-box;
    font-size:1.3rem;
    font-weight: 500;

}

.contact-form2 form{
    max-width: 500px;
}

.contact-form2 form input{
    width: 50%;
    height: 25px;
    font-size:1.2rem;
    margin: 1px 0px 20px;
    background-color: transparent;
    border:none;
    border-bottom:1px solid white ;


}

.contact-form2 form textarea{
    width: 50%;
    height: 25px;
    font-size:1.2rem;
    margin: 3px 0px 20px;
    background-color: transparent;
    border:1px solid white;
}

.contact-form2 form button{
    width: 90px;
    height: 40px;
    color:white;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid white;
}




/* Contact styling END */

footer{
    text-align: center;
    background-color: black;
    color: darkgray;
    width:100%;
    height: 20px;
    font-size: 0.8rem;
}
#footer-text{
    padding: 5px;
}



#konus{
    max-height: 150px;
    stroke: #6495ed;
    fill:none;
    padding-bottom: 15px;
    border-bottom: 2px solid #6495ed;
}