@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
.logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    width: 45%;
    border: 3px solid white;
    border-radius: 110px;
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
    border: 2px solid rgba(255, 255, 255, 0.18);

}
.navbar{
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    cursor: pointer;
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
    border: 2px solid rgba(255, 255, 255, 0.18);


}
.nav-list{
    width: 70%;
    display: flex;
    align-items: center;


}

.nav-list li{
    list-style: none;
    padding: 26px 30px;

}

.nav-list li a{
    text-decoration: none;
    color: white;
    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
    background-image: url(../img/4.jpeg);
    box-sizing: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-list li a:hover{
    text-decoration: underline;
    color: gray;
    font-size: 40px;
    box-shadow: gray;
    transition: ease-out 2s;
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
    border: 2px solid rgba(255, 255, 255, 0.18);

}
.rightnav{
    width: 30%;
    text-align: right;
    padding: 0 23px;
}

#search{
    padding: 5px;
    font-size: 17px;
    border: 2px solid gray;
    border-radius: 9px;
}

.background{
    background: rgba(0, 0, 0,0.7) url(../img/background.jpg);
    background-size: cover;
}
.firstsection{
    height: 100vh;
}

.boxmain{
    padding: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    max-width: 50%;
    margin: auto;
    height: 55%;
    padding-right: 300px;
}
.firsthalf{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.secondhalf{
    width: 30%;

}

.secondhalf img{
    height: 55vh;
    width: 200%;
    border: 4px solid grey;
    border-radius: 300px;
    display: block;
    margin: auto;
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
    border: 2px solid rgba(255, 255, 255, 0.18);

}
.h1{
    font-size: 50px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/4.jpeg);
    box-sizing: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
    border: 2px solid rgba(255, 255, 255, 0.18);
}
.textbig{
    font-size: 16px;
    text-decoration: none;

}
.textsmall{
    font-size: 16px;

}



.text-footer{
    text-align: center;
    padding: 30px 0;
    font-family: 'Ubuntu', sans-serif;
    display: flex;
    justify-content: center;
    color: white;
    background-image: url(../img/4.jpeg);
    box-sizing: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}