@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}

.head {
    font-size: 1.5rem;
    margin-top: 27px;
}

.nav {
    display: flex;
    top: 0;
    z-index: 10;
    justify-content: space-around;
    align-items: center;
    /* border-bottom: 2px solid black; */
    background-color: white;
    position: sticky;
    height: 13vh;
    width: 100%;

}

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

.nav a:hover {
    text-decoration: none;
}

.nav .links .btn a:hover {
    color: white;
}


.links {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.links li {
    margin-left: 71px;
    list-style: none;
    font-size: 1.2rem;
    text-decoration: none;
}

.links .btn a{
    color: white;
}

.sun {
    fill: black;
}

.dark-mode .sun {
    fill: white;
}

.input {
    width: 28vw;
    border-radius: 7px;
    border: 1px solid;
    height: 5vh;
    margin-left: 41px;
}

.check {
    margin-left: 20px;
}

.caption {
    display: flex;
    justify-content: space-between;
    height: 45vh;
    overflow: hidden;
}

.caption .Gets_Started {
    position: absolute;
    height: 4vh;
    width: 9vw;
    top: 8vh;
    font-size: 1rem;
    left: 0;
    border: transparent;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
}

.caption .Gets_Started:hover {
    background-color: #0572e7;
}

.caption-title {
    height: 27vh;
    width: 28vw;
    display: flex;
    justify-content: center;
    margin-left: 6vw;
    color: #05054f;
}

.paragraph {
    font-size: 2rem;
    font-weight: 900;
    color: #1F6A74;
}



.caption .text {
    position: relative;
    color: #4070F4;
    font-size: 30px;
    font-weight: 600;
}

.text.first-text {
    left: 5vw;
    top: 4vh;
    font-size: 6.6rem;
    height: 24vh;
}

.text.sec-text {
    width: 29vw;
    left: 1vw;
    font-size: 6.6rem;
    height: 14vh;
    top: 5vh;
}

.caption .text.first-text {
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-mode .text.sec-text:before {
    background-color: #181818;
    transition-duration: 0.2s;
}

.dark-mode .text.first-text {
    color: white;
}

.dark-mode .three_grid .container1 {
    box-shadow: none;
}


.text.sec-text:before {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    border-left: 4px solid #4070F4;
    animation: animate 4s steps(10) infinite;
}

.extraBtn {
    height: 7vh;
    width: 12vw;
    position: absolute;
    left: 6vw;
    top: 44vh;
    text-decoration: none;
    list-style: none;
}

.extraBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 900;
    font-size: 1.4rem;
}





@keyframes animate {

    40%,
    60% {
        left: calc(100% + 1px);
    }

    100% {
        left: 0%;
    }
}

/* .caption h2 {
    padding-left: 100px;
    padding-top: 40px;
    color: rgb(22, 22, 150);
    font-size: 3rem;
    font-family: monospace;
    letter-spacing: 2px;
    font-weight: 600;
} */

.row a {
    text-decoration: none;
    color: white;
    padding-left: 4px;
}

/* dark mode start */

body {
    background-color: white;
    color: #181818;
    transition-duration: 0.2s;
}

.dark-mode {
    background-color: #181818;
    color: white;
    transition-duration: 0.2s;
}

.dark-mode .nav {
    background-color: #252525;
    color: white;
    transition-duration: 0.2s;
}

.dark-mode .links a {
    background-color: transparent;
    color: white;
    transition-duration: 0.2s;
}

/* .nav a:nth-child(1){
    color: white;
} */



.dark-mode .linkss a {
    background-color: transparent;
    color: white;
    transition-duration: 0.2s;
}

.dark-mode .buypack .linkss a {
    background-color: transparent;
    color: white;
    transition-duration: 0.2s;
}

.dark-mode span {
    color: white;
    transition-duration: 0.2s;
}

.dark-mode .searchbox {
    background-color: #121212;
    color: white;
    border: 1px solid rgb(22, 22, 150);
    transition-duration: 0.2s;
}

.dark-mode .caption h2 {
    color: white;
    transition-duration: 0.2s;
}

.dark-mode .buypack {
    background-color: #181818;
    transition-duration: 0.2s;
}

.dark-mode .buypack .links a {
    color: rgb(197, 190, 190);
    transition-duration: 0.2s;
}

.dark-mode .buypack .links a:hover {
    color: white;
    transition-duration: 0.2s;
}

.dark-mode .buypack .writingsection ul li {
    color: rgb(197, 190, 190);
    transition-duration: 0.2s;
}

.dark-mode .row i {
    color: orange;
    transition-duration: 0.2s;
}

/* darkmode end */

.mod {
    height: 60vh;
    width: 60vh;
    margin-top: 0;
    border: none;
    color: white;
    margin-right: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.mod .navmodel {
    height: 44vh;
    width: 55vh;
}

.mod:hover {
    border: none;
}

.down {
    background-color: rgb(5, 5, 79);
    height: 75vh;
}

.img {
    display: flex;
}

.img img {
    width: 6vw;
}

.pos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos #myVideo {
    height: 75vh;
}

.sun {
    fill: black;
}

.dark-mode .sun {
    fill: white;
}

/* play pause button */

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 15px;
    transition-duration: 0.2s;
    margin-top: 68vh;
    position: absolute;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.search {
    position: fixed;
    top: 5vh;
    z-index: 10;
    left: 92vw;
    height: 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchbox {
    width: 31vw;
    padding-left: 54px;
    height: 43px;
    border-radius: 13px;
}

.search span {
    position: absolute;
    left: 15vw;
    cursor: pointer;
}

.checkbox {
    left: -2vw;
    top: 7px;
    opacity: 0;
    position: absolute;
}

.label {
    margin: 0;
    left: 0;
    width: 50px;
    height: 10px;
    background-color: rgb(5, 5, 79);
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    transform: scale(1.5);
}

.ball {
    width: 20px;
    height: 10px;
    background-color: white;
    /* position: absolute; */
    top: 0px;
    left: 2px;
    border-radius: 6px;
    transition: transform 0.2s linear;
}

.checkbox:checked+.label .ball {
    transform: translateX(24px);
}

.demo_video_container {
    background-color: #1e3770;
    height: 190vh;
    width: 100%;
    border-radius: 45px;
    position: relative;
    width: 93%;
    left: 4vw;
}

.demo_video_container .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;

}

.demo_video_container span {
    margin-top: 5vh;
    font-size: 2rem;
    width: 41vw;
    font-weight: 500;
}

.grid-container {
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 10vw;
    margin-top: 6vh;
}

.grid-container>div {
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    text-align: center;
    padding: 20px 0px;
    font-size: 30px;
    width: 13vw;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.grid-container .item1 p {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 5px;

}

.grid-container .item2 p {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 5px;

}

.grid-container .item3 p {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 5px;

}

.grid-container .item4 p {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 5px;

}

.grid-container .number_png {
    width: 5vw;
    filter: brightness(2.5);
}

.item1 {
    grid-column: 1;
}

.video_section {
    display: grid;
    align-items: center;
    gap: 2vh;
    position: absolute;
    left: 5vw;
    top: 55vh;
}

.video_section .grid1 {
    margin-left: 10px;
    width: 30vw;
    height: 40vh;
    background-color: white;
}

.video_section .grid1:nth-child(1) {
    background-color: black;
}

.video_section .grid2 {
    margin-left: 10px;
    width: 30vw;
    height: 40vh;
    background-color: white;
    left: 50vw;
    position: relative;
}

#firstVideo {
    width: 29.9vw;
    height: 40vh;
}

.three_grid {
    height: 80vh;
    gap: 2vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.three_grid .container1 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 20vw;
    height: 55vh;
    background-color: #8fdce7;
    border-radius: 16px;
    box-shadow: -2px 4px 38px 5px #9d9d9d;
}

.container1 span {
    position: absolute;
    top: 308vh;
    background-color: #1e3770;
    color: white;
    width: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.container1 .img1{
    width: 50%;
}
.container1 .img2{
    width: 62%;
}
.container1 .img3{
    width: 43%;
}

.container1 ul {
    overflow: hidden;
    position: absolute;
    top: 311vh;
    width: 18vw;
    height: 27vh;
    margin-top: 1vh;
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
}


.buypack {
    width: 100%;
    height: 80vh;
    background-color: white;
}

.buypack h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 4rem;
}

.buypack .linkss {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.buypack .linkss a {
    /* text-decoration: none; */
    list-style: none;
    color: black;
    font-size: 36px;
}

.introduction_section {
    top: 2vh;
    height: 250vh;
    width: 100%;
    border-radius: 45px;
    position: relative;
    width: 93%;
    left: 4vw;
}

.introduction_section h3 {
    margin-bottom: 6vh;
    font-weight: 700;
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 {
    padding: 30px;
    margin-bottom: 24px;
    margin-left: 8vw;
    width: 76vw;
    height: 55vh;
    background-color: white;
}

.section1:nth-child(2) {
    background-color: #dfdfdf;
    color: black;
}

.section1:nth-child(3) {
    background-color: #dfdfdf;
    color: black;
}

.section1:nth-child(4) {
    background-color: #1E3770;
    color: white;
}

.section1:nth-child(5) {
    background-color: #1E3770;
    color: white;
}

.section1 p {
    margin-top: 10px;
    margin-left: 10px;
}

.section1 .right {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 10px;
}

.image_and_caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.image_and_caption span {
    margin: 0 16px 0px 7px;
    font-weight: 500;
}

.image_and_caption img {
    width: 22vw;
    height: 45vh;
}

.linkss li {
    list-style: none;
}

.linkss li a {
    text-decoration: none;
}

.buypack .writingsection {
    height: 94.3%;
    width: 100%;
}

.writingsection ul {
    padding: 1px 0px 0px 103px;
    font-size: 20px;
    position: absolute;
    width: 100%;
}

.writingsection ul li {
    margin-top: 73px;
    font-weight: 600;
    color: rgb(7, 7, 194);
}


@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
/* body {
    background: linear-gradient(0deg, #fff, 50%, #DEEEFE);
    font-family: 'Rubik', sans-serif;
    background: #455A64;
    height: 100 !important;
} */



.container-fluid {
    overflow: hidden;
    margin-top: 250px;
    /* background:#262626 ; */
    background-color: black;
    /* color: #627482  !important; */
    color: orange !important;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0px;
}

small {
    font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important;
}

.bold-text {
    /* color: #989c9e !important; */
    color: orange !important;
}

.mt-55 {
    margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important;
}


h3 {
    font-size: calc(34px + (40 - 34) * ((100vw - 360px) / (1600 - 360))) !important;
    color: orange !important;
}

.social {
    font-size: 21px !important;
}

.rights {
    font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
}


.but {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 30vh;
}

.buts {
    background-color: rgb(5, 5, 79);
    color: white;
    border-radius: 5px;
    height: 50px;
    width: 10vw;
    border: none;
    outline: none;
}

.but .dropdown {
    margin-bottom: 10vh;
}

.but a {
    text-decoration: none;
    list-style: none;
    color: white;
}

.buts:hover {
    background-color: rgb(22, 22, 150);
}

.buts a:hover {
    color: white;
}






.dropbtn {
    background-color: rgb(5, 5, 79);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    height: 50px;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    height: 50px;
    width: 10vw;
    left: -2vw;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    /* height: 50px; */
    width: 8vw;
    left: 0vw;
    top: 5.2vh;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgb(22, 22, 150);
}

/* responsive */



@media screen and (max-width: 700px) {

    .nav {
        height: 15vh;
        justify-content: space-between;
    }

    .img {
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 1vw;
        left: 13vw;
        height: 6vh;
    }

    .img img {
        height: 11vh;
        width: 20vw;
    }

    .head {
        margin-top: 0;
        font-size: 1.3rem;
    }

    .linkss {
        justify-content: space-between;
    }

    .linkss li {
        margin-left: 16px;
        list-style: none;
        font-size: 15px;
    }

    /* .search {
        margin-right: 48vw;
        margin-top: 12rem;
        width: 100%;
        height: 5vh;
    } */

    .searchbox {
        width: 67vw;
        padding-left: 31px;
        height: 37px;
        border: 1px solid black;
    }

    .search span {
        position: absolute;
        left: 18vw;
        cursor: pointer;
    }

    .label {
        width: 40px;
        height: 0;
        position: fixed;
        top: 6vh;
        z-index: 1000;
        left: 81vw;
    }

    .ball {
        width: 11px;
        height: 10px;
        background-color: white;
        top: 0px;
    }

    .checkbox {
        left: 81vw;
        top: 6vh;
    }

    .caption {
        align-items: center;

    }

    .caption h2 {
        letter-spacing: 3px;
        font-weight: 600;
        font-size: 1.77rem;
        padding-left: 4vw;
    }

    .mod {
        height: 29vh;
        width: 34vh;
        position: absolute;
        margin-top: 0;
        left: 21vw;
        top: 36vh;
    }

    .mod .navmodel {
        height: 29vh;
        width: 34vh;
    }

    .non-fix-section {
        margin-top: 0;
    }

    .down {
        height: 26vh;
    }

    .pos {
        height: 26vh;
    }

    .pos #myVideo {
        height: 26vh;
    }

    #myBtn {
        margin-top: 22vh;
        height: 3vh;
        font-size: 10px;
        width: 20vw;
        padding: 0;
        font-size: 10px;
    }

    .but {
        height: 9vh;
    }

    .dropdown {
        height: 31px;
        width: 18vw;
    }

    .dropdown .dropbtn {
        height: 31px;
        width: 18vw;
    }



    .dropbtn {
        padding: 0;
        font-size: 7px;
    }

    .links {
        height: 6vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 100%;
        position: absolute;
        top: 12vw;
    }

    .links li {
        font-size: 10px;
        margin-left: 6px;
    }

    .links .createAcc a {
        font-size: 10px;
        margin-left: 6px;
    }

    .links .Login a {
        font-size: 10px;
        margin-left: 6px;
    }

    .linkss {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .links svg {
        width: 4vw;
    }

    /* typewriter */

    .text.first-text {
        font-size: 2rem;
        top: -20vh;
        height: 6vh;
        left: 23vw;
    }

    .text.sec-text {
        font-size: 2rem;
        top: -21vh;
        left: 0;
        height: 5vh;
        width: 44vw;
    }

    .text.sec-text:before{
        top: 1vh;
    }

    .caption{
        height: 50vh;
    }

    .extraBtn{
        height: 6vh;
        width: 32vw;
        position: absolute;
        left: 33vw;
        top: 27vh;
    }
    .extraBtn a{
        font-size: 1rem;
    }

    .caption-title{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 88vw;
        height: 21vh;
    }

    .paragraph{
        font-size: 1.3rem;
    }
    .demo_video_container{
        height: 125vh;
        border-radius: 18px;
    }

    .demo_video_container .title{
        height: 15vh;
    }
    .demo_video_container .title span{
        width: 85vw;
        font-size: 16px;
        padding-left: 3vw;
    }

    .grid-container{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 27vh;
        margin-top: 0;
    }

    .grid-container .item1{
        display: block;
        height: 100%;
    }
    .grid-container .item2{
        display: block;
        height: 100%;
    }
    .grid-container .item3{
        display: block;
        height: 100%;
    }
    .grid-container .item4{
        display: block;
        height: 100%;
    }

    .grid-container .item1 p{
        font-size: 10px;
    }
    .grid-container .item2 p{
        font-size: 10px;
    }
    .grid-container .item3 p{
        font-size: 10px;
    }
    .grid-container .item4 p{
        font-size: 10px;
    }

    .video_section{
        height: 70vh;
        width: 82vw;
        left: 4vw;
        top: 42vh;
    }

    .video_section .grid1{
        height: 25vh;
        width: 80vw;
    }
    .video_section .grid2{
        height: 25vh;
        width: 80vw;
        left: 0;
    }

    .grid1 #firstVideo{
        height: 100%;
        width: 100%;
    }

    .three_grid{
        height: 117vh;
        display: grid;
    }
    .three_grid .container1{
        width: 80vw;
        margin-top: 10vw;
        height: 32vh;
    }
    .container1 .img1{
        width: 25%;
    }
    .container1 span{
        top: 228vh;
        width: 32vw;
        height: 3vh;
        font-size: 10px;
    }
    .container1 ul{
        top: 231vh;
        width: 75vw;
        font-size: 10px;
        display: grid;
        height: 15vh;
    }

    .container1 .img2{
        width: 38%;
    }

    .three_grid .container1:nth-child(2) span{
        top: 268vh;
    }
    .three_grid .container1:nth-child(2) ul{
        top: 271vh;
    }
    .container1 .img3{
        width: 24%;
    }

    .three_grid .container1:nth-child(3) span{
        top: 308vh;
    }
    .three_grid .container1:nth-child(3) ul{
        top: 311vh;
    }

    .buypack{
        margin-top: 5vh;
        height: 70vh;
    }

    .buypack .writingsection{
        height: 56vh;
    }

    .buypack h3{
        margin-left: 10vw;
    }

    .writingsection ul {
        padding: 1px 0px 0px 34px;
        font-size: 1rem;
    }

    .writingsection ul li {
        margin-top: 2vh;
    }

    .introduction_section{
        height: 115vh;
        top: 0;
    }

    .introduction_section .section1{
        height: 22vh;
    }

    .introduction_section .image_and_caption{
        height: 100%;
    }

    .image_and_caption img{
        height: 16vh;
        width: 27vw;
    }

    .image_and_caption span{
        height: 13vh;
        font-size: 7px;
        width: 31vw;
        margin-right: 0;
    }

    .section1 p{
        margin-left: 0;
        width: 27vw;
        height: 2vh;
        font-size: 6px;
        font-weight: 400;
    }

    .section1 .right{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }


}

.k {
    background-color: #05054f;
    margin-top: -3rem;
}
