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

body
{
    font-family: 'Work Sans', sans-serif;
}

.navbar
{
    margin: 30px auto;
    padding: 10px 50px 10px 50px;
    border-radius: 60px;
    /* width: 1200px; */
    background-color: white;
    vertical-align: middle;
}

.navbar .nav-link
{
    font-size: 17px;
    color: #838383;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.navbar .nav-link:hover
{
    color: white;
    background: #c6f557;
    border-radius: 6px;
    transition: .5s linear;
}

.navbar-brand img{
    width: 60%;
}

.header-section
{
    justify-content: center;
    align-items: center;
    /* height: 800px; */
    background: linear-gradient(to bottom, #838383 #e2e2e2);
    overflow-y: hidden;
}

.header-section .color {
    position: absolute;
    filter: blur(150px);
}

.header-section .color:nth-child(1) {
    top: 20px;
    width: 900px;
    left: 30px;
    height: 400px;
    background: #c6f557;
}

.header-section .color:nth-child(2) {
    top: 350px;
    bottom: -50px;
    left: 450px;
    width: 500px;
    height: 400px;
    background: #24bd82de;
}

.header-section .color:nth-child(3) {
    top: 400px;
    bottom: 50px;
    left: 550px;
    width: 300px;
    height: 300px;
    background: #00ffa695;
}

.header-section-img
{
    width: auto;
}

.box {
    position: relative;
}

.box .square {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 25px 45px rgba(0,0,0,0.1);
    box-shadow: inset 4px 4px 6px rgba(250, 250, 250, 0.267),
        inset 4px 4px 6px rgba(255, 255, 255, 0.438);
    border: 2px solid rgba(255, 255, 255, 0.822);
    border-right: 2px solid rgba(255, 255, 255, 0.493);
    border-bottom: 2px solid rgba(255, 255, 255, 0.493);
    border-radius: 60px;
    /* filter: blur(1.5px); */
    animation: animate 10s linear infinite;
    /*{
@keyframes animate
{

}
}*/
}

.box .square:nth-child(1) {
    top: 120px;
    right: 60px;
    width: 100px;
    height: 100px;
    animation: spin_circle 4s linear infinite;
}

.box .square:nth-child(2) {
    top: 280px;
    left: 370px;
    width: 120px;
    height: 120px;
    z-index: 2;
    animation: spin_circle 4s linear infinite;
}

.box .square:nth-child(3) {
    top: 400px;
    right: 40px;
    width: 70px;
    height: 70px;
    z-index: 2;
    animation: spin_circle 4s linear infinite;
}

.box .square:nth-child(4) {
    top: 590px;
    left: 120px;
    width: 50px;
    height: 50px;
    z-index: 2;
    animation: spin_circle 4s linear infinite;
}

.box .square:nth-child(5) {
    top: 120px;
    left: 180px;
    width: 90px;
    height: 90px;
    animation: spin_circle 4s linear infinite;
}


/* Animations */

@keyframes spin_circle
{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

@keyframes bounce
{
  0%,100%
  {
    transform: translateY(-30px);
  }
  50%{
    transform: translateY(0px);
  }
}


@keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-50px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

/* end of animations */

.log-btn-1
{
    width: 170px;
    margin-right: 15px;
    color: green !important;
    margin-top: 30px;
    border-radius: 30px;
    box-shadow:  -8px 8px 16px #b5b3b3,
             8px -8px 16px #ffffff;
}

.log-btn-2
{
    width: 170px;
    margin-right: 15px;
    color: white !important;
    margin-top: 30px;
    border-radius: 30px;
    box-shadow:  -8px 8px 16px #b5b3b3,
             8px -8px 16px #ffffff;
}



.header-left
{
    padding: 150px 20px 0px 120px ;
}

.header-left h1
{
    font-weight: 500;
    font-size: 60px;
    color: rgb(44, 37, 37);
    animation: fadeInLeft .5s linear;
}

.header-left p
{
    margin-top: 30px;
    font-size: 16px;
    color: black;
    animation: fadeInLeft 1s linear;
}

.header-left .btn-img
{
    width: 170px;
    margin-right: 15px;
    margin-top: 40px;
    border-radius: 30px;
    box-shadow:  -8px 8px 16px #b5b3b3,
             8px -8px 16px #ffffff;
}

.header-left .btn-img:hover
{
    box-shadow: none;
    transition: 0.5s ease-in;
}


.header-section-2
{
    justify-content: center;
    align-items: center;
    height: 800px;
    /* background: linear-gradient(to bottom, #838383 #e2e2e2); */
    /* overflow-y: hidden; */
}

.header-section-2 .header-right
{
    padding: 80px 120px 0px 20px ;
}

.header-right h1
{
    font-weight: 500;
    font-size: 50px;
    color: rgb(44, 37, 37);
    animation: fadeInLeft 2s linear;
}

.header-right h4
{
    margin-top: 30px;
    font-size: 20px;
    color: #838383;
    animation: fadeInLeft 2s linear;
}

.sub-header
{
    width: 130px;
    border-radius: 20px;
    color: darkgreen;
    text-align: center;
    padding: 5px;
    background-color: rgba(200, 240, 107, 0.4);
}

.header-section-2 .sub-row img
{
    width: 40px;
    margin-bottom: 10px;
}

.sub-row p
{
    font-weight: 100;
}


.section-3
{
    margin-top: 50px;
}

.section-3 .header-right
{
    padding: 80px 0px 0px 120px ;
}

.section-3-img
{
    animation: bounce 2s linear infinite;
    width: 400px;
}

.action-call img
{
    width: 170px;
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 30px;
    box-shadow:  -8px 8px 16px #b5b3b3,
             8px -8px 16px #ffffff;
}

.action-call img:hover
{
    box-shadow: none;
    transition: 0.5s ease-in;
}

.page-footer
{
    background: rgb(196, 196, 196);
    background: linear-gradient(45deg, rgb(205, 238, 172) 2%, rgba(242, 241, 241, 0.85) 100%);
    padding: 50px 100px 0px 100px;
}



/* Portrait and Landscape */
@media (max-width: 768px)
{

    .header-section .color:nth-child(1) {
        top: 20px;
        width: 230px;
        left: 10px;
        height: 400px;
        background: #c6f557;
    }

    .header-section .color:nth-child(2) {
        top: 350px;
        bottom: -50px;
        left: 10px;
        width: 200px;
        height: 400px;
        background: #24bd82de;
    }

    .header-section .color:nth-child(3) {
        top: 400px;
        bottom: 50px;
        left: 10px;
        width: 210px;
        height: 300px;
        background: #00ffa695;
    }

    .header-section .color
    {
        position: absolute;
        filter: blur(100px);
    }

    /* bubble */
    .box .square:nth-child(5) {
        top: 120px;
        left: 60px;
        width: 90px;
        height: 90px;
        animation: spin_circle 4s linear infinite;
    }

    .box .square:nth-child(1) {
        top: 240px;
        right: 60px;
        width: 100px;
        height: 100px;
        animation: spin_circle 4s linear infinite;
    }

    .box .square:nth-child(2) {
        top: 280px;
        left: 10px;
        width: 120px;
        height: 120px;
        z-index: 2;
        animation: spin_circle 4s linear infinite;
    }
    /* end of bubble */


    /* top section content */
    .header-left
    {
        padding: 80px 20px 0px 10px ;
    }

    .header-left h1
    {
        font-weight: 500;
        font-size: 50px;
        color: rgb(44, 37, 37);
        animation: fadeInLeft .5s linear;
    }

    .header-left h4
    {
        margin-top: 30px;
        font-size: 15px;
        animation: fadeInLeft 1s linear;
    }

    .header-left .btn-img, .action-call .btn-img
    {
        width: 150px;
        margin-right: 15px;
        margin-top: 40px;
        border-radius: 30px;
        box-shadow:  -8px 8px 16px #b5b3b3,
                8px -8px 16px #ffffff;
    }

    .header-left .btn-img:hover
    {
        box-shadow: none;
        transition: 0.5s ease-in;
    }
    /* end of top section content */


    /* section-2 */

    .header-section-2 .header-right
    {
        padding: 20px 15px 0px 20px ;
    }

    .header-right h4
    {
        margin-top: 30px;
        font-size: 15px;
        color: #838383;
        animation: fadeInLeft 2s linear;
    }
    /* end of section-2 */


    /* section-3 */
    .section-3
    {
        margin-top: 50px;
    }

    .section-3 .header-right
    {
        padding: 80px 0px 0px 20px ;
    }

    .section-3 .header-right h1
    {
        font-size: 40px;
    }

    .section-3-img
    {
        width: 300px;
        margin-top: 70px;
    }
    /* end of section-3 */


    .page-footer
    {
       margin-top: 400px;
       padding: 30px;
    }

    .navbar
    {
        margin: 20px auto;
        padding: 5px 20px 5px 20px;
        border-radius: 60px;
        /* width: 1200px; */
        background-color: white;
    }


    .navbar-brand img{
        width: 40%;
    }


}
