body {
    margin: 0px;
    background-color: #0abcf9;
    background-image: linear-gradient(315deg, #0abcf9 0%, #2c69d1 74%);
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper {
    width: 100%;
    z-index: 0;
    margin: 0px;
    background-color: #0abcf9;
    background-image: linear-gradient(315deg, #0abcf9 0%, #2c69d1 74%);
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.logo {
    height: 100%;
    width: auto;
}

h1 {
    font-size: 48pt;
    text-shadow: 3px 3px 20px rgba(66,66,66,0.81);
}

h2 {
    font-size: 24pt;
}

p {
    font-size: 16pt;
    color: #fff;
    font-size: x-large;
}

h1, h2, h3 {
	color: #fff;
	padding-bottom: 10px;
	line-height: 1em;
	font-weight: 500;
}

.button {
    /* background-color: #045de9; */
    background-color: #50AF31;
    /* color: #efefef; */ 
    color: #fff;
    border-radius: 100px;
    border: none;
    height: 54px;
    width: 300px;
    font-size: 24px;
    padding: 0px 24px 0px 24px;
    /* margin: 12px 12px 12px 0px; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: 0.4s;
}

a {
    height: inherit;
}

.button:hover {
    background-color: #63d43d;
}

.clickable {
	cursor: pointer;

}

@media only screen and (min-width: 1024px) {

    header {
        width: 150%;
        left: 50%;
        height: 76px;
        background-color: #FFF;
        border-bottom-left-radius: 200%;
        border-bottom-right-radius: 200%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    header > div {
        padding: 0px 128px 0px 128px;
        width: 350px; 
        display: flex;
        justify-content: center;
        align-items: center;
        color: #50AF31;
    }
    
    header > div > h2 {
        color: #50AF31;
        font-weight: 900;
        padding: 0px 0px 0px 12px;
        margin: 0px;
    }
    
    header > div > img {
        width: auto;
        height: 24px;
    }

    .banner {
        border-radius: 100%;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0px;
        margin: 0px;
    }

    .banner > * {
        padding: 0px;
        margin: 0px;
    }

    .mainContent > h1 {
        padding-top: 0px;
        margin-top: 0px;
    }

    .column {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .column > * {
        width: 600px;
        height: auto;
        padding: 64px 5% 0px 5%; 
    }
    
    .informational {
        display: inline-block;
        width: 100%; 
        min-height: 700px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .informational:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 10%;
        background-color: #fff;
    }
    
    .informational:before {
        z-index: -1;
        content: '';
        position: absolute;
        bottom: 90%;
        left: -25%;
        width: 150%; 
        height: 70%;
        border-radius: 100%;
        box-shadow: 0px 43px 0px 43px #fff;
    }
    
    .videoBox {
        background-color: #045de9;
    }
    
    .video-container {
        width:100%;
        height: 400px;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
    }
    
    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }
    
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .quote {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .quote > * {
        margin: 32px 0px 0px 0px;
    }
    
    .dot {
        height: 15px;
        width: 15px;
        margin: 0 3px;
        background-color: #0abcf9;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    
    .active {
        background-color: #045de9;
        /* border-radius: 12px;
        width: 25px; */
    }

    /* .contact {
        display: none;
    } */

    /* .mobile-contact {
        visibility: hidden;
    } */

    .contact {
            position: absolute;
            height: 100px;
            padding: 32px;
            right: 0px;
    }
    
    .panel {

        width: 120%;
        min-height: 130%;
        margin-top: 9%;
        padding: 0px 32px 0px 32px;
        display: flex;
        align-items: center;
        border-top-left-radius: 550%;
        border-top-right-radius: 550%;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
        background-color: #0abcf9;
        background-image: linear-gradient(315deg, #0abcf9 0%, #2c69d1 74%);
    }
    
    .carousel {
        display: flex;
        width: 100%;
        height: 250px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .corouselPanel {
        position: absolute;
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .corouselPanel > .informationPanel {
        max-width: 1500px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: space-between;
    }

    .informationPanel > .mainImg {
        border-radius: 160px/15px;
        max-height: 320px;
        /* max-height: 19vw;
        min-height: 18vw; */
        width: auto;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }

    .informationPanel > .secondImg {
        max-height: 320px;
        /* max-height: 19vw;
        min-height: 18vw; */
        width: auto;
    }

    .informationPanel > .details {
        padding: 0px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .dots {
        padding-top: 24px;
    }

    .details > p {
        padding: 6px;
        margin: 6px;
        font-size: 18pt;
        text-align: center;
        color: #297bff;
    }

    .details > .button {
        width: 240px;
        height: 32px; 
        padding: 0px 24px 0px 24px; 
        font-size: 24px;
        margin-top: 24px;
    }

}

@media only screen and (max-width: 1280px) and (min-width: 1023px) {
    .details > p {
        font-size: 16pt;
    }
    .informationPanel > .mainImg {
        border-radius: 160px/15px;
        max-height: 240px; 
        width: auto;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }

    .informationPanel > .secondImg {
        max-height: 240px; 
        width: auto;
    }
}

@media only screen and (max-width: 1023px) {

    header {
        width: 150%;
        left: 50%;
        height: 76px;
        background-color: #FFF;
        border-bottom-left-radius: 200%;
        border-bottom-right-radius: 200%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
    }

    header > div > * {
        display: none;
    }
    
    header > div {
        padding: 0px 18% 0px 0px;
        /* padding: 0px 128px 0px 128px; */
        width: auto; 
        display: flex;
        justify-content: center;
        align-items: center;
        color: #50AF31;
    }
    
    header > div > h2 {
        color: #50AF31;
        font-weight: 900;
        padding: 0px;
        margin: 0px;
    }
    
    header > div > img {
        width: auto;
        height: 24px;
    }

    h1, h2, h3, p {
        text-align: center;
    }

    .banner {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .banner > * {
        max-width: 600px;
        height: auto;
        padding: 12px 5% 12px 5%;
    }
    
    .informational {
        display: inline-block;
        width: 100%; 
        min-height: 1250px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .informational:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 10%;
        background-color: #fff;
    }
    
    .informational:before {
        z-index: -1;
        content: '';
        position: absolute;
        bottom: 90%;
        left: -50%;
        width: 200%; 
        height: 70%;
        border-radius: 100%;
        box-shadow: 0px 43px 0px 43px #fff;
    }
    
    .videoBox {
        background-color: #045de9;
    }
    
    .video-container {
        width:100%;
        height: 400px;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
    }
    
    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }
    
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .dot {
        height: 15px;
        width: 15px;
        margin: 0 3px;
        background-color: #0abcf9;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    
    .active {
        background-color: #045de9;
        /* border-radius: 12px;
        width: 25px; */
    }

    /* .contact {
        display: none;
    } */

    .mobile-contact {
        display: flex;
        justify-content: center;
    }
    
    .panel {
        width: 120%;
        min-height: 130%;
        margin-top: 9%;
        padding: 0px 32px 0px 32px;
        display: flex;
        align-items: center;
        border-top-left-radius: 550%;
        border-top-right-radius: 550%;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
        background-color: #0abcf9;
        background-image: linear-gradient(315deg, #0abcf9 0%, #2c69d1 74%);
    }

    .carousel {
        display: flex;
        width: 100%;
        height: 100px;
        flex-direction: column; 
        align-items: center;
        justify-content: space-around;
    }

    .corouselPanel {
        position: absolute;
        height: 1050px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        margin-bottom: 24px;
        align-items: center;
    }

    .dots {
        padding-bottom: 20px;
    }

    .corouselPanel > .informationPanel {
        margin-bottom: 0px;
        max-width: 1200px;
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: center;
    }

    .informationPanel > .mainImg {
        border-radius: 160px/15px;
        height: auto;
        width: 50%;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }

    .informationPanel > .secondImg {
        position: absolute;
        left: 16px;
        height: 20vw;
        width: auto;
    }

    /* .informationPanel > img:last-child {
        display: none;
    } */

    .informationPanel > .details {
        padding: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quote {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .quote > * {
        margin: 32px 0px 0px 0px;
    }

    .details > p {
        padding: 6px;
        margin: 6px;
        color: #297bff;
    }

    .details > .button {
        width: auto;
        height: 64px; 
        padding: 0px 24px 0px 24px; 
        font-size: 24px;
    }

    .mainContent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

.fade {
    -webkit-animation: fadeinout 1s linear forwards;
    animation: fadeinout 9s linear forwards;
}

@-webkit-keyframes fadeinout {
    0%,100% { opacity: 0; }
    15%,90% { opacity: 1; }
}

@keyframes fadeinout {
     0%,100% { opacity: 0; }
     15%,90% { opacity: 1; }
}

.fadein {
    -webkit-animation: fadeinanim 0.8s linear forwards;
    animation: fadeinanim 0.8s linear forwards;
}

@-webkit-keyframes fadeinanim {
    0%,50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeinanim {
    0%,50% { opacity: 0; }
    100% { opacity: 1; }
}

.fadein2 {
    -webkit-animation: fadeinanim2 1.5s linear forwards;
    animation: fadeinanim2 1.5s linear forwards;
}

@-webkit-keyframes fadeinanim2 {
    0%,70% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeinanim2 {
    0%,70% { opacity: 0; }
    100% { opacity: 1; }
}

.fadein3 {
    -webkit-animation: fadeinanim3 1.5s linear forwards;
    animation: fadeinanim3 1.5s linear forwards;
}

@-webkit-keyframes fadeinanim3 {
    0%,80% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeinanim3 {
    0%,80% { opacity: 0; }
    100% { opacity: 1; }
}