@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
:root {
    --white: #fdfcfc;
    --gray: #f6f6f6;
    --blue: #8eadd5;
    --black: #272d38;
  }
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 100%;
  }
html{
    scroll-behavior: smooth;
}
body {
    background-color: var(--white);
    height: 100vh;
    width: 100%;
    color: var(--black);
    font-family: "Inter", sans-serif;
    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;
}
#search:hover{
    color: gray;
    transition: ease-out 2s;
    font-weight: 300;
}
#search:focus{
    outline: none;
}    

.background{
    background: rgba(0, 0, 0,0.7) url(../img/background.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.firstsection{
    height: 100vh;
}

.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    max-width: 100%;
    height: 100vh;
}
.firsthalf{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.secondhalf{
    padding-left: 10px;
    width: 30%;

}

.secondhalf img{
    width: 90%;
    border: 4px solid grey;
    border-radius: 50px;
    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);
}

.text-big{
    font-size: 50px;
    text-decoration: underline;
    cursor: pointer;
    background-image: url(../img/4.jpeg);
    box-sizing: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-big :hover{
    font-size: 55px;
}
.text-small{
    font-size: 16px;

}
.btn{
    padding: 8px 20px;
    margin: 8px 3px;
    border: 2px solid white;
    border-radius: 8px;
    background: none;
    color: white;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
}

.btn:hover{
    color: gray;
    -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);

}

.btn-sm{
    padding: 6px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.btn-dark{
    color: black;
    border: 2px solid gray;
}
.section{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    max-width: 90%;
    margin: auto;
    font-family: 'Ubuntu', sans-serif;
    -webkit-backdrop-filter: blur(30px);

}

.section-Left{
    flex-direction: row-reverse;
}

.paras{
    padding: 0 50px;
}
.paras text-big{
    text-decoration: underline;
}
.sectionTag{
    padding: 16px 0;
}

.sectionSubTag{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: auto;
}

.thumbnail img{
    width: 350px;
    border: 2px solid black;
    border-radius: 26px;
    margin-top: 19px;
    -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);

}

.contact{
    background-color:#e9e9e9;
    height: 750px;
    -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);

}

.text-center{
    padding-top: 20px;
    text-align: center;
    padding: 30px;
    font-family: 'Ubuntu', sans-serif;

}

.form{
    max-width: 1200px;
    margin: 25px auto;
}

.form-input{
    margin: 14px 0;
    padding: 5px 3px;
    width: 100%;
    font-size: 19px;
    border: 3px solid gray;
    border-radius: 6px;
    font-family: 'Ubuntu', sans-serif;
}

.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;
    
}

.burger{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
}
.line{
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 3px 3px;
}

@media only screen and (max-width: 1050px) {
    .nav-list,
    .rightnav {
        display: none; /* Hide nav-list and rightnav on smaller screens */
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Add transition effect */
        opacity: 0;
        transform: translateY(-20px);
    }

    .nav-list.responsive {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        text-align: center;
        opacity: 1; /* Make visible when responsive class is applied */
        transform: translateY(0);
    }

    .section,
    .section-Left,
    .contact {
        padding: 30px;
        box-sizing: border-box;
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Add transition effect */
        opacity: 0;
        transform: translateY(-20px);
    }

    .thumbnail img {
        max-width: 100%;
        height: auto;
        border: 2px solid black;
        border-radius: 26px;
        margin-top: 19px;
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Add transition effect */
        opacity: 0;
        transform: translateY(-20px);
    }

    /* Make sections visible when responsive class is applied */
    .section.responsive,
    .section-Left.responsive,
    .contact.responsive,
    .thumbnail img.responsive {
        opacity: 1;
        transform: translateY(0);
    }
}
