*{
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

.background{
    background: rgba(0, 0, 0, 0.7) url(./Images/bg-big.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
}




/*-------------------------------------- Navbar menu --------------------------------------*/

.navbar{
    display: flex;
    flex-direction: row;
    position: sticky;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: all 0.4s ease-out;
}

.nav-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img{
    padding: 2px 3px;
    background-color: white;
    width: 70%;
    opacity: 0.9;
    border: 0.5px solid white;
    border-radius: 20px;
}

.nav-list li{
    list-style: none;
    padding: 26px 20px;
}

.nav-list li a{
    position: relative;
    padding: 5px;
    text-decoration: none;
    font-family: "Ubuntu";
    font-size: 20px;
    color: #cecccc;
}

.nav-list li a:hover{
    color: white;
}

.nav-list li a::after{
    position: absolute;
    content: "";
    background-color: white;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -2px;
}

.nav-list li a:hover:after{
    width: 100%;
}

.leftNav{
    width: 60%;
}

.rightNav{
    width: 40%;
}

.rightNav{
    text-align: right;
    padding: 0 23px;
}

#search{
    width: 200px;
    padding: 5px 5px;
    font-size: 17px;
    border: 2px solid black;
    border-radius: 9px;
}

.rightNav .btn-sm{
    padding: 5px 15px;
    margin: 10px 5px;
    border: 2px solid white;
    border-radius: 8px;
    font-size: 18px;
    background: none;
    color: white;
    cursor: pointer;
}

.rightNav .btn:hover{
    background-color: white;
    color: black;
}



/*-------------------------------------- Navbar menu --------------------------------------*/

.burger{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
}

.line{
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
    border-radius: 2px;
}




/*-------------------------------------- firstSection menu --------------------------------------*/

.firstSection{
    height: 100vh;
}

.box-main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Montserrat";
    height: 75%;
    max-width: 70%;
    margin: auto;
}

.firstHalf{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secondHalf{
    width: 30%;
}

.secondHalf img{
    width: 90%;
    border: 2px solid white;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.text-big{
    font-size: 40px;
    margin-bottom: 5px;
}

.text-small{
    margin: 10px 0;
    font-size: 17px;
}

.buttons{
    margin-top: 10px;
}

.btn{
    padding: 8px 20px;
    margin: 8px 12px 8px 5px;
    border: 2px solid white;
    border-radius: 8px;
    font-size: 18px;
    background: none;
    color: white;
    cursor: pointer;
}

.btn:hover{
    background-color: white;
    color: black;
}



/*--------------------------------- About section --------------------------------- */

#about{
    padding: 8rem 0 2rem;
    text-align: center;
    background-color: #f8f9fa;
}

.middle-container-2{
    margin: 50px;
}

.colum{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.title{
    font-size: 40px;
    text-decoration: underline;
    font-weight: 600;
    font-family: "Ubuntu";
    padding-bottom: 40px;
}

.about-column-left{
    display: flex;
    flex-direction: column;
    justify-content:  center;
    align-items: center;
    width: 50%;
    padding: 20px;
}

.about-column-right{
    width: 50%;
    padding: 20px;
}

.about-column-right img{
    width: 80%;
}

.about-column-left h4{
    font-family: "Montserrat";
    text-align: left;
    font-size: 30px;
    padding: 5px;
}

.about-column-left ul li{
    margin: 10px 0;
    padding: auto 6px;
    font-family: "Ubuntu";
    font-size: 20px;
    text-align: left;
}





/*-------------------------------------- Second menu --------------------------------------*/

.second{
    margin: 200px auto;
}

.serviceHeading{
    font-size: 40px;
    font-family: "Ubuntu";
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
}

.secondSection{
    text-align: start;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin: 100px auto;
}

.secLeft{
    flex-direction: row-reverse;
}

.paras{
    padding: 0 65px;
    font-family: "Ubuntu";
}

.sectionTag{
    padding: 16px 0;
}

.sectionSubTag{
    font-family: "Montserrat";
}

.thumbnail img{
    width: 300px;
    border-radius: 26px;
    border: 2px solid black;
    margin-top: 50px;
}



/*-------------------------------------- contact menu ---------------------------------------------*/

.contact{
    height: 800px;
    background-color: #f3f1f1;
    justify-content: center;
    align-items: center;
}

.contactHeading{
    text-align: center;
    padding-top: 30px;
    font-family: "Ubuntu";
    font-size: 40px;
    font-weight: 600;
    text-decoration: underline;
}

.form{
    margin: 25px 100px;
}

.form-input{
    padding: 5px 10px;
    margin: 14px 5px;
    width: 90%;
    font-size: 19px;
    border: 2px solid gray;
    border-radius: 6px;
    font-family: "Montserrat";
    justify-content: center!important;
    align-items: center!important;
}

.form .btn-dark{
    color: black;
    border: 2px solid gray;
}



/*-------------------------------------- Footer menu ---------------------------------------------*/

.footer{
    text-align: center;
    padding: 30px 0;
    font-family: "Ubuntu";
    display: flex;
    justify-content: center;
    color: white;
    font-size: 15px;
}



/*-------------------------------------- mediaQuery menu ---------------------------------------------*/

@media only screen and (max-width : 1140px){
    .background{
        background-repeat: no-repeat;
    }
    
    .burger{
        display: block;
    }

    .nav-list{
        flex-direction: column;
    }

    .navbar{
        flex-direction: column;
        height: 470px;
    }

    .rightNav{
        text-align: center;
    }

    #search{
        width : 160px;
    }

    .burger{
        display: block;
    }

    .h-nav{
        height: 75px;
    }

    .v-class{
        opacity: 0;
    }

    .box-main{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .colum{
        flex-direction: column;
    }

    .about-column-left, .about-column-right{
        width: 100%;
    }

    .about-column-left h4{
        text-align: center;
    }
    
    .about-column-left ul{
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .secondSection{
        flex-direction: column;
        text-align: center;
    }

    .text-big{
        align-items: center;
    }
    
    .text-small{
        align-items: center;
    }
    
    .buttons{
        align-items: center;
    }

    .paras{
        padding: 0;
    }
}
