﻿/*@media (orientation: landscape)*/
/* when viewport width is less then 900px footer element is overflowing from rest of the page*/
/*viewport width greater then 900px*/
/*@media only screen and (min-width : 900px) and (orientation: landscape) {
    .who-section .text-rapper, .what-section .text-rapper, .advantages-section .text-rapper {
        font-size: 1.8vw;
        line-height: 2vw;
    }
}*/

/*@media (orientation: portrait)*/
/*viewport width smaller then 900px*/
/*@media only screen and (max-width : 900px) and (orientation: landscape) {
    .who-section .text-rapper, .what-section .text-rapper, .advantages-section .text-rapper {
        font-size: 17px;
        line-height: 17px;
    }
}*/

@media only screen and (orientation: landscape) {
    .top-section-content div:last-of-type {
        padding-left: 30px;
    }

    .web-page {
        width: 450px;
    }

    .who-section .landscape-content, .what-section .landscape-content, .advantages-section .landscape-content {
        display: flex;
    }

    .who-section .portrait-content, .what-section .portrait-content, .advantages-section .portrait-content {
        display: none;
    }

    /*.who-section .section-content, .what-section .section-content {
        width: 95%;
    }

    .advantages-section .section-content {
        width: 75%;
    }*/

    .who-section .section-content, .what-section .section-content, .advantages-section .section-content {
        width: 95%;
    }    

    /*.contact-section .section-content {
        flex-direction:row;
    }*/

    .contact-section .left-fireworks, .contact-section .right-fireworks {
        width: 10%;
        
    }

    .contact-section .left-fireworks {        
        padding-right: 20px;
    }

    .contact-section .right-fireworks {        
        padding-left: 20px;
    }

    .who-section .text-rapper {
        /*top: 7%;
        left: 31%;*/
        top: 12%;
        left:28%;
        width: 61%;
    }

    .what-section .text-rapper {
        /*top: 10%;
        left: 31%;*/
        top:16%;
        left:27%;
        width: 62%;
    }

    .advantages-section .text-rapper {
        top: 10%;
        left: 26%;
        width: 65%;
    }

    .who-section .text-rapper, .what-section .text-rapper, .advantages-section .text-rapper {
        
        font-size: 2cqw;
        line-height: 2cqw;
        
    }
}

@media only screen and (orientation: portrait) {
    /*.who-section .right-side, .what-section .left-side {
        display: none;
    }

    .who-section .left-side, .what-section .right-side {
        width: 100%;
    }*/

    /*.top-section {
        padding:30% 0;
    }*/

    .top-section-content {
        flex-direction: column;
        text-align: center;
        /*padding: 20% 0;*/
        width: 90%;
        /*padding:50px 0;*/
    }

    .web-page {
        width: 100%;
    }

    .who-section .landscape-content, .what-section .landscape-content, .advantages-section .landscape-content {
        display: none;
    }

    .who-section .portrait-content, .what-section .portrait-content, .advantages-section .portrait-content {
        display: block;
    }

    .who-section .section-content, .what-section .section-content, .advantages-section .section-content {
        width: 90%;
    }    

    .who-section .text-rapper {
        top: 23%;
        left: 14%;
        width: 73%;
    }

    .what-section .text-rapper {
        top: 31%;
        left: 12%;
        width: 75%;
    }

    .advantages-section .text-rapper {
        top: 17%;
        left: 11%;
        width: 75%;
    }

    /*.contact-section .section-content {
        flex-direction: column;
    }*/

    .contact-section .left-fireworks, .contact-section .right-fireworks {
        /*width: 20%;*/
        display:none;
    }

    .who-section .text-rapper, .what-section .text-rapper, .advantages-section .text-rapper {
        /*font-size: 5.5cqw;
        line-height: 5.5cqw;*/

        font-size: 22px;
        line-height: 22px;
        /*text-align: justify;
        text-justify: inter-character;
        text-align-last: left;*/
        text-align:center;
    }
}



/*.colors {
    
    color: #EFD04F;
    color: #DBBE45;
    color: #FFE568;
}*/

/*.page-frame {
    min-width: 900px;
}*/

.top-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    min-height: 350px;
    /*background-color: #F7F2C7;*/
    /*background-color: #FBEDBE;*/
    background-color: #FFFDAF;
    /*overflow-x:auto;*/
    /*background-image: url('/Images/index/shapes.jpg');    
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;*/
}

/*section:not(.top-section) {
    padding: 3% 0;
}*/

.clip-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FEECBA;
    /*clip-path: ellipse(60% 80% at left center);*/
    /*clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 30% 100%);*/
    clip-path: polygon(0% 0%, 30% 0%, 70% 100%, 0% 100%);
    z-index: 1;
}

#particles_canvas {
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height:100%;
    margin: 0;
    z-index: 3;
}



.top-section-content {
    display:flex;
    z-index: 2;
}

.web-page {
    position: relative;
    display: block;
    /*width: 450px;*/
    border-radius: 10px;
}

.main-title {
    font-size: 60px;
    
    line-height: 45px;
    
    /*padding-left: 30px;*/
    margin: 0;
    
    color: #28617C;
    font-family: Tonight;
}

.secondary-title {
    font-size: 20px;
    
    font-weight: 500;
    line-height: 20px;
    /*padding-left: 30px;*/
    
    color: #28617C;
    margin-top: 10px;
}

.slant-rapper {
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
    z-index: 3;
    /*transform: scaleY(-1);*/
    
}

.slant-divider {
    width: 100%;
    height: 150px;
    /*left: 0;
    bottom: 0;
    z-index: 3;*/
    background-color: #FFFDAF;
    /*border-top: 3px solid white;*/
}



[data-role=btn-start] {
    display: inline-block;
    background-color: #FAB303;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.about-us {
    position: absolute;
    font-family: NeonSans;
    font-weight: bold;
    text-align: center;
    /*color: #28617C;*/
    font-size: 45px;
    /*background-color: #FFFDAF;
    padding-top:3%;*/
    color: white;
    width:100%;
    top: 30%;
    /*left: 50%;
    transform: translate(-50%, 0);*/
}

.new-account {
    position: absolute;
    /*font-family: NeonSans;*/
    font-weight: bold;
    text-align: center;
    /*color: #28617C;*/
    font-size: 30px;
    line-height:30px;
    /*background-color: #FFFDAF;
    padding-top:3%;*/
    color: white;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
}

    .new-account a {
        display: block;
        margin-top: 10px;
        /*font-family: Tonight;*/
        font-family: NeonSans;
        /*font-family: Chicago;*/
        /*font-family: NeonLightRegular;*/
        
        /*font-weight: bold;*/
        /*text-align: center;*/
        /*color: #28617C;*/
        font-size: 30px;
        color: white;
        /*color: #28617C;*/
        text-decoration: none;
        /*line-height: 25px;*/
        vertical-align: middle;
        padding: .2em;
        letter-spacing: .2rem;
        /*text-shadow: -3px -3px  white;*/
        /*background-color: #28617C;*/
        border: 3px solid white;
        border-radius: 10px;
    }

.section-content {
    /*display: flex;*/
    /*justify-content:center;*/
    margin: 0 auto;
    padding: 3% 0;
    /*width: 95%;*/
}

.section-divider {
    /*display:flex;
    justify-content:center;*/
    background-color: #FFFDAF;
    text-align: center;
    color: #FAB303;
    /*padding:3% 0;*/
    /*font-size:40px;
    font-weight:bold;*/
}

.who-section {
    /*width:100%;*/
    /*background-color: #FAB303;*/
    /*background-color: #60C6CF;*/ /*who section coupon text frame blue*/
    /*background-color: #B2EBF2;*/ /*mouse cursor blue*/
    background-color: #FFFDAF;
    /*color: white;*/
    /*padding:3% 0;*/
    /*padding:10% 0 3% 0;*/
}

/*.coupon-rapper {
    width: 55%;
    aspect-ratio: 2 / 1;
    background-image: url('/Images/index/coupon-01.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    display:flex;
    align-items:center;
    justify-content:center;
}*/

/*aspect-ratio 950/310*/
/*.coupon-rapper {
    width: 80%;
    aspect-ratio: 3.064; 
    background-image: url('/Images/index/coupon-02-a.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    margin: 0 auto;
}*/

/*aspect-ratio 320/310*/
/*.coupon-appendix {
    width: 33.684%;
    aspect-ratio: 1.032; 
    
    color: #FAB303;
}*/

/*aspect-ratio 630/310*/
/*.coupon-body {
    width: 66.315%;
    aspect-ratio: 2.032; 
    
    color: #FAB303;
    padding-left:5%;
}*/


.who-section .left-side {
        width: 70%;
    }
        
    .what-section .right-side {
        /*width: 70%;*/
        width:58%;
    }

.advantages-section .left-side {
    width: 85%;
}

.who-section .right-side, .what-section .left-side, .advantages-section .right-side {
    flex-grow: 1;
}

.who-section .landscape {
    /*container-type: size;*/
    /*resize: horizontal;*/
}

/*.who-section .portrait {
    width:90%;
    margin:0 auto;
}*/

.who-section .text-rapper, .what-section .text-rapper, .advantages-section .text-rapper {
    position: absolute;
    /*font-size: 2cqw;
    line-height: 2cqw;*/
    color: white;
}

/*.who-section .landscape .text-rapper {
    top: 7%;
    left: 31%;
    width: 61%;
}

.who-section .portrait .text-rapper {
    top: 31%;
    left: 8%;
    width: 84%;
}*/

.what-section {
    /*background-color: #B2EBF2;*/ /*mouse cursor blue*/
    background-color: #FFFDAF;
    /*background-color: #28617C;*/
    /*background-color: #F7F2C7;*/
    /*color: #FAB303;*/ /*gold*/
    color: #1D87B9; /*dark blue*/
    /*padding:3% 0;*/
}



    

    .what-section .text-rapper td {
        vertical-align: top;
        padding-bottom: 2%;
    }



.advantages-section {
    /*background-color: #FBEDBE;*/
    background-color: #FFFDAF;
    /*padding: 3% 0;*/
}

/*.advantages-section .section-content {
    display: grid;
    
    width: 95%;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap:3%;
}*/
   
/*.advantage-coupon{
    width:30%;
}*/



.what-section .text-rapper td, .advantages-section .text-rapper td {
    vertical-align: top;
    padding-bottom: 1%;
}

.contact-section {
    /*display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
    padding: 50px 0;
    color:white;
    /*background-color: #FAB303;*/
    background-color: #60C6CF;
}

    .contact-section .section-content {
        display: flex;
        align-items: center;
        justify-content: center;
        /*flex-direction: column;*/
        width:90%;
    }



.contact-info{
    flex-grow:1;
    text-align:center;
    /*padding:0 10px;*/
}

.contact-email {
    /*font-family: Tonight;*/
    font-family: NeonSans;
}

