@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;700&family=Poppins:wght@500&display=swap');

*{
    font-family: 'DM Sans', sans-serif;
}

body{
    background: #2F1893;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1140px;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}


.navbar-light .navbar-brand {
    width: 106px;
    height: 32px;
    left: 2px;
    top: -6px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.292683px;
    color: #FFFFFF;
}

.nav-link {
    height: 26px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.hamburger {
    position: absolute;
    display: none;
    top: 15px;
    right: 16px;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.hamburger .bar {
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 10px;
}

.row {
    margin-top: 40px;
}

.page-descr h3 {
    position: relative;
    left: 19px;
    top: 20px;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.4px;
    color: #FFFFFF;
}

.page-descr {
    display: flex;
    flex-direction: column;
}

.page-descr h5 {
    position: relative;
    left: 23px;
    top: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 0.7;
}

.call-to-actn {
    display: flex;
    flex-direction: column;
}

.call-to-actn button {
    position: relative;
    width: 180px;
    padding: 17px 30px;
    left: 49px;
    top: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    border-radius: 100px;
    outline: none;
    border: none;
    background: #25DAC5;
}

.call-to-actn button:hover {
    background-color: blue;
}

.call-to-actn p {
    position: relative;
    height: 26px;
    left: 16px;
    top: 60px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.7;
}

.pg-img {
    position: relative;
    top: -310px;
    bottom: 30px;
}

.main-img{
    position: absolute;
    width: 1050px;
    height: 500px;
    left: 27px;
    top: 390px;
}

.uTube {
    position: relative;
    left: 505px;
    top: 625px;
}

.uTube-icon {
    position: relative;
    left: 455px;
    top: 625px;
}

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

    .main-img {
        position: absolute;
        width: 975px;
        height: 480px;
        left: 22px;
        top: 368px;
    }
    
    .uTube {
        position: relative;
        left: 505px;
        top: 615px;
    }

    .uTube-icon {
        position: relative;
        left: 455px;
        top: 617px;
    }
}



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

    body {
        width: 720px;
        margin: 0;
        padding: 0;
    }

    .container {
        max-width: 720px;
        margin-top: 20px;
        margin-left: 40px;
        padding-right: 17px;
        padding-left: 10px; 
    }
    
    br{
        display: none;
    }

    .row {
        position: relative;
        top: 21px;
    }

    .page-descr {
        position: relative;
        top: 50px;
        width: 100%;
    }

    .page-descr h3 {
        font-size: 47px;
        left: 10px;
    }

    .page-descr h5 {
        position: relative;
        top: 55px;
        left: 10px;
        font-size: 35px;
        line-height: 40px;
    }

    .call-to-actn button {
        position: relative;
        left: 3px;
        top: 145px;    
    }

    .call-to-actn p {
        position: relative;
        left: -243px;
        top: 170px;
        font-size: 20px;
    }

    .pg-img {
        top: -163px;
    }

    .main-img {
        position: relative;
        width: 644px;
        height: 331px;
        left: 5px;
        top: 390px;
        margin-bottom: 10px;
    }

    .uTube {
        position: relative;
        left: 284px;
        top: 189px;
    }

    .uTube-icon {
        position: relative;
        left: 234px;
        top: 191px;
    }   
}

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

    body {
        width: 375px;
        margin: 0;
        padding: 0;
    }

    .container {
        max-width: 375px;
        margin-top: 20px;
        margin-left: 3px;
        overflow: hidden;
    }
    
    br{
        display: none;
    }

    .hamburger{
        display: flex;
        top: 20px;
        right: 30px;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        display: none;
        width: 100%;
    }

    .nav-menu ul {
        width: 100%;
        flex-direction: column;
    }

    .nav.active{
        display: block;
        position: relative;
        top: 5px;
        left: -15px;
    }

    .row {
        position: relative;
        top: 21px;
    }

    .page-descr {
        position: relative;
        top: -50px;
        width: 100%;
    }

    .page-descr h3 {
        font-size: 40px;
        left: 10px;
        line-height: 37px;
    }

    .page-descr h5 {
        position: relative;
        top: 50px;
        left: 10px;
        font-size: 23px;
    }

    .call-to-actn {
        position: relative;
        width: 100%;
    }

    .call-to-actn button {
        position: relative;
        left: 3px;
        top: 28px;    
    }

    .call-to-actn p {
        position: relative;
        left: -70px;
        top: 43px;
        font-size: 20px;    
    }

    .pg-img {
        top: -315px;
    }

    .main-img {
        position: relative;
        width: 341px;
        height: 223px;
        left: 5px;
        top: 390px;
        margin-bottom: 10px;
    }

    .uTube {
        position: relative;
        left: 139px;
        top: 242px;
    }

    .uTube-icon {
        position: relative;
        left: 90px;
        top: 243px;
    }    
}
