@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Libre+Baskerville&family=Poppins:ital,wght@1,300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(50, 100, 102), black);
    text-shadow: 0 .5rem .5rem rgba(0, 0, 0, .9);

}

h1 {
    font-family: poppins, san-serif;
    text-align: center;
}

b {
    color: rgb(230, 24, 24);
}

nav {
    display: flex;
    width: 100%;
    background: rgb(20, 22, 126);
    background-image: linear-gradient(rgb(20, 22, 126), black);
    position: relative;
    justify-content: space-between;
    text-align: center;
    padding: 10px 50px;
}

nav .icon {
    font-weight: 600;
    font-size: 25px;
    color: rgb(218, 208, 208);
    cursor: pointer;
    text-align: center;

}

nav ul {
    width: 100%;
    display: flex;
    list-style-type: none;
    justify-content: right;
}

nav ul li {
    margin: 10px 20px;
    padding: 0;
}

nav ul li a {
    color: rgb(218, 208, 208);
    font-size: 20px;
    letter-spacing: 1px;
    padding: 115px 5px;
    text-decoration: none;
}

nav a:hover {
    color: rgb(212, 32, 32);
}

.active {
    color: rgb(212, 32, 32);
}

#round-container {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    margin: 0 auto;
    margin-bottom: 20px;

}

#img-container {
    background: url(../images/img.jpg) no-repeat center center;
    height: 100%;
    border-radius: 50%;
}

.content-wrapper {
    background-image: linear-gradient(rgb(50, 100, 102), black);
    height: 100rem;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}

#img-container h3 {
    text-align: bottom;
}

.content-wrapper .name {
    text-align: right;
}

.para {
    font-size: 3rem;
    text-align: center;
    padding-right: 20rem;
    padding-left: 20rem;
    text-shadow: 0 .3rem .5rem rgba(0, 0, 0, .9);
    color: rgb(218, 208, 208);
    font-family: poppins, san-serif;
}

html,
body {
    font-size: 80%;
    font-weight: 300;
    color: rgb(218, 208, 208);
    min-height: 100vh;
}

.sign-page {
    min-height: 100vh;
}

.sign-up-form {
    height: 100%;
    width: 50%;
    background-image: linear-gradient(rgb(50, 100, 102), black);
    font-family: poppins, san-serif;
    box-shadow: 0 1.3rem 1.3rem rgba(0, 0, 0);
    padding: 4rem;
    margin: 15% auto;
    text-align: center;
}

.sign-up-form h1 {
    margin-bottom: 3rem;
}

.input-box {
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    border: 2px solid black;
    cursor: pointer;
}

button {
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    border: 2px solid black;
}

.sign-btn:hover {
    background-image: linear-gradient(rgb(40, 185, 190), black);
    color: white;
}

hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

.thankyou-form {
    height: 100%;
    width: 50%;
    background-image: linear-gradient(rgb(50, 100, 102), black);
    font-family: poppins, san-serif;
    box-shadow: 0 1.3rem 1.3rem rgba(0, 0, 0);
    padding: 4rem;
    margin: 15% auto;
    text-align: center;
}

.thankyou-form h1 {
    font-size: 50px;
    padding: 30px;
}

.container .heading {
    font-size: 4rem;
    text-transform: capitalize;
    color: rgb(212, 32, 32);
    font-family: poppins, san-serif;
    letter-spacing: .2rem;
    text-align: center;
    text-shadow: 0 .3rem .5rem rgba(0, 0, 0, .9);
}

.container {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(50, 100, 102), black);
}

.video-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.video-container .video {
    position: relative;
    height: 12rem;
    width: 25rem;
    margin: 2rem;
    box-shadow: 1.3rem 1.3rem 2.3rem rgba(0, 0, 0);
    overflow: hidden;
    border-radius: 1rem;
}

.video-container .video .iframe-image {
    width: 100%;
    height: 3000%;
    object-fit: cover;
    outline: none;
    border: none;
    cursor: pointer;
}

.video-container .video .youtube-logo {
    position: absolute;
    width: 130px;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#iframe-title {
    position: absolute;
    z-index: 100;
    top: 15%;
    left: 15%;
    font-size: 20px;
    font-weight: 200;
    text-shadow: none;
    color: white;
}

#three-dots {
    position: absolute;
    line-height: 6px;
    z-index: 100;
    top: 15%;
    right: 10%;
    font-size: 25px;
    text-shadow: none;
    color: white;
}

.video-container .video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
    border: none;
    cursor: pointer;
}

.video-container .video:hover {
    transform: scale(1.4);
}

.footer {
    width: 100%;
    background-color: black;
    padding: 20px;
    margin-top: auto;
}

.footer .social {
    color: rgb(50, 100, 102);
    font-size: 30px;
    text-align: center;
}

.footer .social a {
    color: inherit;
    margin: 0 8px;
    opacity: .5;
}

.footer .social a:hover {
    opacity: 1;
}

.f-list {
    text-align: center;
    font-size: 20px;
    color: rgb(50, 100, 102);
    list-style: none;
}

.f-list li a {
    color: inherit;
    opacity: .5;
    text-decoration: none;
}

.f-list a:hover {
    opacity: 1;
}

.follow {
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

.copyright-top {
    text-align: center;
}

.copyright {
    background-color: rgb(15, 15, 15);
    text-align: center;
    padding: 10px;
    margin: 0;
    font-size: 20px;
}

@media screen and (max-width: 2400px) {
    .sign-up-form {
        height: 100%;
        font-size: 20px;
    }
}

@media screen and (max-width: 1230px) {
    .thankyou-form h1 {
        font-size: 40px;
        padding: 30px;
    }

    .para {
        font-size: 2rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .sign-up-form {
        height: 100%;
        font-size: 20px;
    }

    .input-box {
        padding: 5px;
    }

    button {
        border-radius: 10px;
        padding: 3px;
    }

    .container .heading {
        font-size: 2.5rem;
    }

    .thankyou-form {
        height: 100%;
        width: 60%;
    }
}

@media screen and (max-width: 870px) {
    .thankyou-form h1 {
        font-size: 30px;
        padding: 20px;
    }

    nav {
        width: 100%;
        display: inline-block;
    }

    nav ul li a {
        font-size: 1.5rem;
        text-align: center;

    }

    nav .icon {
        padding: 15px 10px;
        text-align: center;
    }

    nav ul {
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {
    .video-container .video {
        height: 17rem;
        width: 35rem;
        margin: 2rem;
    }

    .para {
        padding-left: 3rem;
        padding-right: 3rem;
        font-size: 1.4rem;
    }

    .thankyou-form {
        height: 100%;
        width: 80%;
    }

    .container .heading {
        font-size: 2rem;
    }

    .sign-up-form {
        height: 100%;
        width: 80%;
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .container .heading {
        font-size: 1.5rem;
        padding: 30px;
    }
}

@media screen and (max-width: 600px) {
    .sign-up-form h1 {
        font-size: 40px;
    }

    .sign-up-form {
        height: 100%;
        width: 80%;

    }

    .sign-up-form .sign-btn {
        padding: 1px;
    }

    .sign-up-form .input-box {
        padding: 2px;
    }

    .thankyou-form {
        height: 100%;
        width: 80%;
    }

    .container .heading {
        font-size: 1.5rem;
        padding: 10px;
    }
}

@media screen and (max-width: 520px) {
    .container .heading {
        padding: 10px;
    }

    .sign-up-form h1 {
        font-size: 10px;
    }

    nav ul li a {
        font-size: 14px;
        padding: 0;
        margin: 0;
        border: none;
        word-spacing: 0;
    }

    nav {
        padding: 5px;
    }

    .thankyou-form h1 {
        font-size: 20px;
        padding: 20px;
    }
}

@media screen and (max-width: 520px) {
    .copyright {
        background-color: rgb(15, 15, 15);
        text-align: center;
        padding: 10px;
        margin: 0;
        font-size: 15px;
    }

    nav ul {
        justify-content: center;
        font-size: 12px;
    }

    .sign-up-form h1 {
        font-size: 20px;
    }

    @media screen and (max-width: 520px) {
        .video-container .video {
            height: 14rem;
            width: 30rem;
            margin: 1rem;
        }
    }

    @media screen and (max-width: 380px) {
        .video-container .video {
            height: 10rem;
            width: 20rem;
        }

        #iframe-title {
            left: 5%;
            font-size: 18px;
        }

        #three-dots {
            right: 15%;
        }
    }

    @media screen and (max-width: 264px) {
        .video-container .video {
            height: 7rem;
            width: 15rem;
        }

        #three-dots {
            display: none;
        }
    }
}