@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');
*{
    margin: 0;
    padding: 0;
}

.logo{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo img{
    width: 100%;
    border: 3px solid rgb(240, 8, 8);
    border-radius: 50px;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    background-color: rgb(116, 108, 108);
}
.nav-list{
    width: 65%;
    display: flex;
    align-items: center;
}

.nav-list li{
    list-style: none;
    padding: 50px 25px;
    font-size: 25px;
    font-style: calc();
    margin: auto;

}

.nav-list li a{
    text-decoration: none;
    color: black;
}

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

.rightNav{
    width: 20%;
    text-align: center;
}

.btn{
    padding: 8px;
    margin: 7px;
    border: 3px solid black;
    border-radius: 20px;
    font-size: 20px;
    font-style: italic;
    cursor: pointer;
}

.btn:hover{
    color: red;
}

.background{
    background-size: cover;
    background-blend-mode: darken;
}

.firstHalf{
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-size: 95px;
    font-style: inherit;
}

.secondHalf{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 28px;
    font-style: italic;
}

.image{
    display: flex;
    margin: auto;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 1.8%;
    cursor: pointer;
}

.background{
    background-size: cover;
    background-blend-mode: darken;
}


.firstsection{
    height: 100vh;
}

.pic{
    padding-top: 5%;
}

.text{
    display: flex;
    padding-top: 5%;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 70px;
}

.txt{
    display: flex;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 70px;
}

.txxt{
    display: flex;
    padding-top: 1%;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 30px;
}

.txxxt{
    display: flex;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 30px;
}

.secRight{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: auto;
}

.secLeft{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: auto;
    flex-direction: row-reverse;
}

.thumbnail img{
    width: 270px;
    border: 3px solid black;
    border-radius: 30px;
}

.paras{
    padding: 120px;
    font-size: 20px;
}

.paras id{
    font-size: 35px;
}

.piks{
    padding-top: 5%;
}

.mrcnt{
    display: flex;
    padding-top: 3%;
    padding-right: 500px;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 70px;
    font-style: inherit;
}

.sctnTag{
    height: 300px;
    display: flex;
    padding-right: 150px;
    align-items: center;
    justify-content: center;
    max-width: 200%;
    color: grey;

}

.sctn{
    height: 300px;
    display: flex;
    padding-left: 150px;
    align-items: center;
    justify-content: center;
    max-width: 200%;
    flex-direction: row-reverse;
    color: grey;

}

.name{
    font-size: 30px;
    padding-top: 7%;
    padding-left: 35px;
    color: red;
}

.position{
    font-size: 18px;
    padding-top: 0.5%;
    padding-left: 50px;
    color: grey;
}

.Names{
    font-size: 30px;
    padding-top: 7%;
    padding-left: 35px;
    color: red;
}

.psn{
    font-size: 18px;
    padding-top: 0.5%;
    padding-left: 50px;
    color: grey;
}
.thmbnail img{
    width: 120px;
    border: 5px solid yellow;
    border-radius: 70px
}

.images{
    padding-top: 3%;
    padding-left: 230px;
    border: 3px;
    border-radius: 500px;
}

.line{
    padding-top: 1%;
    font-size: 35px;
    padding-left: 230px;
    color: blue;
}

.lines{
    padding-top: 5%;
    font-size: 45px;
    padding-left: 230px;
    color: black;
}

.paragraph{
    height: 200px;
    display: flex;
    font-size: 25px;
    padding-left: 220px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 80%;
    color: grey;
}

.btton{
    padding-left: 230px;
    padding-right: 1147px;
    font-size: 20px;
}


.contact-me{
    width: 100%;
    height: 290px;
    background: grey;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contact-me p{
    color: black;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.contact-me .button-two{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: .4s;
}

.contact-me .button-two:hover{
    background-color: transparent;
    border: 2px solid #f9004d;
    cursor: pointer;
}

footer{
    position: relative;
    width: 100%;
    height: 400px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer p:nth-child(1){
    font-size: 50px;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
}

footer p:nth-child(2){
    color: black;
    font-size: 17px;
    width: 500px;
    text-align: center;
    line-height: 26px;
}

.social{
    display: flex;
}

.social a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9004d;
    border-radius: 50%;
    margin: 22px 10px;
    color: aliceblue;
    text-decoration: none;
    font-size: 20px;
}

.social a:hover{
    transform: scale(1.3);
    transition: .3s;
}

.end{
    position: absolute;
    color: red;
    bottom: 35px;
    font-size: 20px;
}
