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

@font-face {
    font-family: netflix_regular;
    src: url(./NetflixSans-Regular.otf);
}

@font-face {
    font-family: netflix_medium;
    src: url(./NetflixSans-Medium.otf);
}

@font-face {
    font-family: netflix_light;
    src: url(./NetflixSans-Light.otf);
}

@font-face {
    font-family: netflix_bold;
    src: url(./NetflixSans-Bold.otf);
}


/*navigation bar*/

.navi {
    background-color: black;
    height: 12vh;
}

.nav_logo {
    /* border: 1px solid white; */
    height: 80px;
    width: 185px;
    padding-left: 7px;

}

.nav_logo img {
    /* border: 1px solid white; */
    height: 68px;
    width: 175px;
    margin-top: 2px;

}

.menu {
    display: flex;
    list-style: none;
    gap: 1rem;
}

.navi_2 ul li {
    color: #fff;
    display: grid;
    place-content: center;
    margin: 0;
}

.navi_2 ul li a {
    text-transform: uppercase;
    color: red;
    text-decoration: none;
    font-size: 18px;
    /* border: 1px solid black; */
}

/* .navi_2 ul li a:hover{
    // color: white;
    // border-color:  white;
    transition: all ease 1s;
    transform: scale(1.1,1.1) !important;
}

.navi_2 ul li a:not(:hover){
    filter: blur(0.3px) !important;
    transform: scale(0.9,0.9) !important;
} */


/*.bolly a{
    text-transform: uppercase;
    color: red;
    font-size: 18px;
}

.tolly a{
    text-transform: uppercase;
    color: red;
    font-size: 18px;
}*/
/* .holly{
    border: 1px solid white;
}
.bolly{
    border: 1px solid white;
} 
.tolly{
    border: 1px solid white;
}*/

.holly_grid {
    display: flex;
}

.bolly_grid {
    display: flex;
}

.tolly_grid {
    display: grid;
    grid-template-columns: auto auto auto;
}

.dropdown-menu {
    width: 100%;
    /* border: 1px solid green; */
    /* position: absolute; */
    /* top: 100%; */
    /* left: 0 !important; */
    /* width: 1000px; */
    height: 17rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    /* padding: 0 12rem; */
    /* overflow: hidden; */
}


.crcl_bolly {
    height: 16rem;
}

.bolly_grid_1 {
    display: flex;
    width: 100%;
    /* gap: 20px; */
    padding-top: 0.3rem;
}

.bolly_grid_1 a {
    list-style: none;
    /* border: 1px solid white; */
    height: 15.5rem;
    margin: auto;
    width: 11.55rem;
    overflow: hidden;
    position: relative;
}

.bolly_grid_1 img {
    width: 11.55rem;
    height: 15.5rem;
    transition: all ease 0.5s;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
}

.button_view {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.bolly_grid_1 a:hover .image {
    opacity: 0.3;
}

.bolly_grid_1 a:hover .button_view {
    opacity: 1;
}

.play_button {
    height: 2rem !important;
    width: 2rem !important;
}

/* .bolly_grid_1 img:hover{
    transform: scale(1.2);
} */


.img_grid {
    height: 9rem;
    width: 100%;
}

.form-inline {
    /* border: 1px solid white; */
    /* width: 200px; */
    /* position: absolute; */
    padding-left: 450px;
}

.search_box {
    /* position: absolute; */
    width: 280px !important;
}


.form-inline svg {
    margin-left: -30px;
    cursor: pointer;
    /* position: fixed; */
    /* border: 1px solid white; */
}

.button_2 {
    padding-left: 15px;
    /* border: 1px solid white; */
    padding-top: 1px !important;
}

.log_in {
    background-color: red;
    border: 1px solid red;
    width: 70px !important;
    /* padding-left: 5px !important; */

}

.log_in:hover {
    background-color: rgba(252, 5, 5, 0.478);
    border-color: red;
}


/*trailer*/
.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.95);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.trailer .active {
    visibility: visible;
    opacity: 1;
}

.trailer video {
    position: relative;
    max-width: 900px;
    outline: none;
}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 32px;
}

@media (max-width: 991px) {
    .trailer video {
        max-width: 90%;
    }
}

/* modal */

.modal-header {
    background-color: #727272;
}

.modal-title {
    font-weight: 700;
    color: aliceblue;
}

.modal-body1 {
    padding: 20px;
}


/*middle1*/

.mid1 {
    height: 80vh;
    width: 100%;
    background: url(./middle1_backbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.mid1rap {
    height: 80vh;
    width: 100%;
    padding-top: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.small_div {
    height: 6vh;
    width: 11%;
    /* border: 1px solid white; */
    margin: auto;
}

.small_div p {
    font-size: 22px;
    color: white;
    font-family: 'netflix_regular';
}

.big_div {
    /* border: 1px solid white; */
    height: 13vh;
    width: 100%;
    /* text-align: center; */
}

.big_div p {
    margin-top: -22px;
    /* text-transform: uppercase; */
    text-align: center;
    font-family: 'netflix_bold';
    color: white;
    font-size: 50px;
}

#down_write {
    font-size: 28px;
    font-family: 'netflix_light';
}

.button_write {
    height: 10vh;
    width: 100%;
    /* border: 1px solid white; */
    padding-left: 680px;
    padding-top: 45px;
}

#sign_up_button {
    height: 8vh;
    width: 200px !important;
    background-color: red;
    border-radius: 7px;
    font-family: 'netflix_bold';
    font-size: 20px;
}

#sign_up_button:hover {
    background-color: rgba(255, 0, 0, 0.449);
}

/*middle2*/

/*navigation 2*/
.mid2 {
    height: 10vh;
    width: 100%;
    background-color: #000;
}

.mid2_back_1 {
    height: 100vh;
    background: url(./mid2_back1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mid2_back_2 {
    height: 100vh;
    background: url(./mid2_back2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mid2_back_3 {
    height: 100vh;
    background: url(./mid2_back3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.nav_logo2 {
    height: 60px;
    width: 100px;
    padding-left: 15px;
    /* border: 1px solid white; */
}

.nav_logo2 img {
    height: 60px;
    width: 60px;
    /* border: 1px solid white; */
    margin-top: -5px;
}

.navi3 {
    flex: 1 !important;
}

.ul_navi {
    /* border: 1px solid white; */
    display: flex !important;
    gap: 1rem !important;
    list-style: none !important;
    /* width: 85rem; */
}

.li_navi {
    list-style: none !important;
    display: inline-block !important;
    position: relative !important;

}

.a_navi {
    text-decoration: none;
    color: red !important;
    /* border-bottom: 1px solid black; */
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'netflix_light';
    padding-left: 15px !important;
    letter-spacing: 0.1rem !important;
}

.a_navi:hover {
    transition: all ease 1s;
    border-bottom: 1px solid #fff !important;
}

/*.a_navi::before{
    content: "" !important;
    position: absolute !important;
    transform: scaleX(0) !important;
    height: 1px !important;
    color: red !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
}*/

.li_fala {
    /* border: 1px solid white; */
    width: 550px;
    padding-left: 350px;
}

.anchor1 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;

}

.anchor1 i {
    width: 30px;
    padding-left: 5px;
}

.anchor1:hover {
    /* border: 1px solid red; */
    border-radius: 10px !important;
    background-color: rgba(5, 113, 254, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor2 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;
}

.anchor2 i {
    width: 30px;
    padding-left: 1.5px;
}

.anchor2:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(254, 5, 150, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor3 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;
}

.anchor3 i {
    width: 30px;
    padding-left: 2px;
}

.anchor3:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(5, 192, 254, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor4 {
    font-size: 25px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 5px;
    height: 40px;
    /* width: 100px !important; */
    /* border: 1px solid white; */
}

.anchor4 i {
    width: 30px;
    /* padding: 10px; */
    /* padding-left: 2px !important; */
}

.anchor4:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(254, 5, 5, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}



.li_button {
    /* border: 1px solid white; */
    padding-left: 40px !important;
    padding-top: 5px;
}

.btn_edit {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #999;
}

.btn_edit:hover {
    background-color: rgba(252, 5, 5, 0.478);
    border-color: red;
}


.li_subscribe {
    /* border: 1px solid white; */
    /* padding-left: 0px !important; */
    padding-top: 3px;
}

.btn_subs {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000;
    width: 150px;
    height: 6vh;
    color: rgb(250, 2, 2);
}

.btn_subs:hover {
    background-color: rgb(252, 5, 5);
    border-color: red;
}

/*middle 2 details*/

.mid2_back_1rap {
    height: 100vh;
    width: 100%;
    padding-top: 250px;
    padding-left: 80px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.back1_logo {
    /* padding-top: 50px; */
    /* border: 1px solid white; */
    height: 20vh;
    width: 30%;
}

.back1_logo img {
    height: 18vh;
}

.detail_write1 {
    /* border: 1px solid white; */
    height: 6vh;
    width: 30%;
}

.detail_write1 p {
    color: rgba(255, 255, 255, 0.729);
    font-family: 'netflix_light';
    word-spacing: 23px;
    font-size: 16px;
    padding-left: 3px;
}

.data_write1 {
    /* border: 1px solid white; */
    height: 14vh;
    width: 25%;
}

.data_write1 p {
    color: rgba(255, 255, 255, 0.729);
    font-size: 16px;
    padding-top: 5px;
    padding-left: 5px;
}

.button_st1 {
    /* border: 1px solid white !important; */
    width: 30%;
    height: 10vh;
    padding-left: 80px !important;
    padding-top: 10px;
}

.btn_st1 {
    height: 7vh;
    width: 180px;
    /* color: ; */
    background-color: rgba(255, 0, 0, 0.362);
    border-color: red;
}

.btn_st1:hover {
    background-color: rgba(251, 24, 24, 0.934);
    border-color: red;
}

/*coursel 2 detail*/
.mid2_back_2rap {
    height: 100vh;
    width: 100%;
    padding-top: 220px;
    padding-left: 80px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.back2_logo {
    /* padding-top: 50px; */
    /* border: 1px solid white; */
    height: 20vh;
    width: 30%;
}

.back2_logo img {
    height: 15vh;
}

.detail_write2 {
    /* border: 1px solid white; */
    height: 6vh;
    width: 30%;
}

.detail_write2 p {
    color: rgba(255, 255, 255, 0.729);
    font-family: 'netflix_light';
    word-spacing: 23px;
    font-size: 16px;
    padding-left: 3px;
}

.data_write2 {
    /* border: 1px solid white; */
    height: 19vh;
    width: 25%;
}

.data_write2 p {
    color: rgba(255, 255, 255, 0.729);
    font-size: 16px;
    padding-top: 5px;
    padding-left: 5px;
}

.button_st2 {
    /* border: 1px solid white !important; */
    width: 30%;
    height: 10vh;
    padding-left: 80px !important;
    padding-top: 10px;
}

.btn_st2 {
    height: 7vh;
    width: 180px;
    /* color: ; */
    background-color: rgba(255, 0, 0, 0.362);
    border-color: red;
}

.btn_st2:hover {
    background-color: rgba(251, 24, 24, 0.934);
    border-color: red;
}

/*coursel 3 detail*/
.mid2_back_3rap {
    height: 100vh;
    width: 100%;
    padding-top: 200px;
    padding-left: 80px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.back3_logo {
    /* padding-top: 50px; */
    /* border: 1px solid white; */
    height: 28vh;
    width: 30%;
}

.back3_logo img {
    height: 25vh;
    /* border: 1px solid white ; */
    filter: drop-shadow(5px 5px 5px white);
}

.detail_write3 {
    /* border: 1px solid white; */
    height: 6vh;
    width: 30%;
    padding-top: 8px;
}

.detail_write3 p {
    color: rgba(255, 255, 255, 0.729);
    font-family: 'netflix_light';
    word-spacing: 23px;
    font-size: 16px;
    padding-left: 3px;
}

.data_write3 {
    /* border: 1px solid white; */
    height: 19vh;
    width: 25%;
}

.data_write3 p {
    color: rgba(255, 255, 255, 0.729);
    font-size: 16px;
    padding-top: 5px;
    padding-left: 5px;
}

.button_st3 {
    /* border: 1px solid white !important; */
    width: 30%;
    height: 10vh;
    padding-left: 80px !important;
    padding-top: 10px;
}

.btn_st3 {
    height: 7vh;
    width: 180px;
    /* color: ; */
    background-color: rgba(255, 0, 0, 0.362);
    border-color: red;
}

.btn_st3:hover {
    background-color: rgba(251, 24, 24, 0.934);
    border-color: red;
}


/* middle3 */



.middle3_1 {
    background: rgba(255, 0, 0, 0.877);
    background: linear-gradient(0deg, rgba(113, 13, 13, 0.988) 0%, rgba(0, 0, 0, 1) 55%);
    height: 80vh;
    background-size: cover;
}

.middle3_1 h3 {
    color: aliceblue;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6rem;
    padding-left: 5rem;
    font-family: 'netflix_bold';
    /* border: 1px solid white; */
}

.middle3_1 h3 span {
    color: red;
    font-weight: 900;
}

.movie_series_gallery {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    height: 10vh;
    width: 100%;
    /* border: 1px solid green; */
}

.series_gallery {
    height: 8vh;
    width: 100%;
    padding-top: 10px;
    /* border: 1px solid white; */
}

.series_gallery p {
    font-size: 25px;
    color: white;
    text-align: center;
    font-family: 'netflix_bold';
    text-transform: uppercase;
}

.series_gallery p:hover {
    color: rgb(255, 0, 0);
    cursor: pointer;
}

.movies_gallery {
    height: 8vh;
    width: 100%;
    padding-top: 10px;
    /* border: 1px solid white; */
}

.movies_gallery p:hover {
    color: rgb(255, 0, 0);
    cursor: pointer;
}

.movies_gallery p {
    font-size: 25px;
    color: white;
    text-align: center;
    font-family: 'netflix_bold';
    text-transform: uppercase;
}

.grid_rotates {
    display: grid;
    grid-template-columns: auto auto;
    /* height: vh; */
    /* border: 1px solid red; */
}

/*rotate1*/
.gallery_1 {
    position: relative;
    width: 200px;
    height: 150px;
    transform-style: preserve-3d;
    animation: rotate 35s linear infinite;
    margin-left: 17rem;
    padding-top: 3rem;
    /* border: 1px solid white; */
}

@keyframes rotate {
    from {
        transform: perspective(1200px) rotateY(0deg);
    }

    to {
        transform: perspective(1200px) rotateY(360deg);
    }
}

.gallery_1 span {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(280px);
}

.gallery_1 span img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*rotate2*/
.gallery_2 {
    position: relative;
    width: 200px;
    height: 150px;
    transform-style: preserve-3d;
    animation: rotate 35s linear infinite;
    margin-left: 20rem;
    /* border: 1px solid white; */
    padding-top: 3rem;
}

@keyframes rotate {
    from {
        transform: perspective(1200px) rotateY(360deg);
    }

    to {
        transform: perspective(1200px) rotateY(0deg);
    }
}

.gallery_2 span {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(280px);
}

.gallery_2 span img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.button-8 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    /* align-items: center;
    justify-content: center;
    text-align: center; */
    margin-right: 20px;
    margin-left: 44.5rem;
    margin-top: 10rem;
}

.button-8 a {
    text-decoration: none;
    color: aliceblue;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    transition: 0.4s;
}

.button-8 a:hover {
    color: red;
}

.button-8:before {
    content: "";
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);

    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button-8:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}


/*middle 4*/

.mid4 {
    height: 120rem;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1)80%, rgb(113, 13, 13));
}

.mid4rap {
    height: 120rem;
    width: 100%;
    /* padding-top: 15rem; */
}

.enjoy {
    height: 10rem;
    width: 100%;
    /* border: 1px solid white; */
    padding-top: 35px;
}

.enjoy p {
    font-size: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'netflix_bold';
    color: white;
}

.big_div1 {
    height: 20.5rem;
    /* border: 1px solid white; */
    width: 100%;
}

.write_detail_1 {
    height: 3rem;
    width: 100%;
    /* border: 1px solid white; */
}

.write_detail_1 p {
    color: white;
    font-family: 'netflix_bold';
    text-transform: uppercase;
    font-size: 23px;
    padding-top: 10px;
    padding-left: 20px;
}

.movie_details_1 {
    /* border: 1px solid white; */
    height: 16rem;
    width: 100%;
}

.crcl_top10 {
    height: 16rem;
    /* border: 1px solid white; */
}


.movie_details_1_grid_1 {
    display: flex;
    width: 100%;
    /* gap: 20px; */
    padding-top: 0.3rem;
}

.movie_details_1_grid_1 a {
    list-style: none;
    /* border: 1px solid white; */
    height: 15.5rem;
    margin: auto;
    width: 11.55rem;
    overflow: hidden;
    position: relative;
}

.movie_details_1_grid_1 img {
    width: 11.55rem;
    height: 15.5rem;
    transition: all ease 0.5s;
    opacity: 1;
    display: block;
    /* width: 100%; */
    /* height: auto; */
    backface-visibility: hidden;
}

.button_view_top10 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.movie_details_1_grid_1 a:hover .image_detail_top10 {
    opacity: 0.3;
}

.movie_details_1_grid_1 a:hover .button_view_top10 {
    opacity: 1;
}

.play_button_top10 {
    height: 2rem !important;
    width: 2rem !important;
}

.right_crcl {
    border: 1px solid white;
    width: 30px;
    height: 50px;
    justify-content: center;
    margin-top: 120px;
}

.left_crcl {
    border: 1px solid white;
    width: 30px;
    height: 50px;
    justify-content: center;
    margin-top: 120px;
}

/*footer*/
.foot{
    height: 14rem;
    width: 100%;
    /* border: 1px solid white; */
    background-color: #000;
}

.footrap{
    height: 12rem;
    width: 100%;
    display: flex;
    gap: 15px;
}
.div_pic{
    height: 14rem;
    width: 30rem;
    /* border: 1px solid white; */
    text-align: center;
    /* padding-top: 2rem; */

}
.div_pic img{
    height: 8rem;
    /* border: 1px solid white; */
}
.div_pic ul li a{
    list-style: none;
    text-decoration: none;
    margin: auto;
    /* border: 1px solid white; */
    
}
.social_media{
    padding-top: 5px;
    font-size: 30px;
    color: white;
    padding-left: 25px;
    letter-spacing: 20px;
    
}
.div_write{
    height: 10rem;
    width: 58rem;
    /* border: 1px solid white; */
    display: grid;
    grid-template-columns: auto auto auto;
}
.explore{
    /* border: 1px solid white; */
    width: 300px;
}
.explore h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.explore p{
    text-transform:capitalize;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.explore p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
.company{
    /* border: 1px solid white; */
    width: 300px;
}
.company h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.company p{
    text-transform:capitalize;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.company p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
/* .connect{
    border: 1px solid white;
    width: 350px;
} */
.connect h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.connect p{
    /* text-transform:capitalize; */
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.connect p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
.copyright{
    height: 2rem;
    width: 100%;
    /* border: 1px solid white; */
}
.copyright p{
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.675);
    font-family: 'netflix_medium';
}
