:root{
    --gradient-1: linear-gradient(-59deg, rgba(242,197,255,1) 0%, rgba(69,174,255,1) 45%, rgba(0,0,0,1) 100%);
    --gradient-2: linear-gradient(-59deg, rgba(69,174,255,1) 0%, rgba(242,197,255,1) 100%);
}

body{
    font-family: "Roboto", sans-serif;
}

.container{
    max-width:1100px;
}

.btn-rounded{
    border-radius:30px;
}
.btn-primary{
    background:var(--gradient-1);
    border:none;
    border-radius:30px;
}

.header .navbar-brand img{
    max-width:150px;
    height:auto;
}
.header .btn-top{
    margin-top:8px;
    font-weight:600;
    padding:5px 60px;
    font-size:21px;
}
.header .navbar-expand-lg .navbar-nav .nav-link{
    font-size:24px;
    font-weight:500;
    padding-right:30px;
    padding-left:30px;
}




.footer{
    padding:10px 0px;
}
.footer .navbar-brand img{
    max-width:150px;
    height:auto;
}
.footer  .nav-link{
    font-size:16px;
    font-weight:500;
    padding-right:20px;
    padding-left:20px;
    font-weight:600;
    color:#000;
}


.bg-primary{
    background:var(--gradient-1);
}
.section{
    padding:100px 0px;
}

.section-1{
    padding:100px 0px;
    /*text-align:justify;*/
}
.section-1 .section-icon{
    padding:20px;
}
.section-1 .btn-take{
    font-size:24px;
    font-weight:600;
}
.section .section-title{
    font-size:38px;
    font-weight:600;
    padding-bottom:10px;
}
.section .section-subtitle{
    font-size:24px;
    padding-bottom:20px;
}

.text-blue{
    color:#8faffe;
}
.text-shadow{
    	
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.text-blue-gradient{
    background:var(--gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-blue-gradient-dark{
    background:var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-1{
    background:var(--gradient-1);
    margin-bottom:20px;
    padding:20px;
    color:#fff;
    border-radius:20px;
}

.box-1 .box-title{
    font-size:24px;
    font-weight:600;
    margin-bottom:10px;
}
.box-1 .box-text{
    
}


.section-3{
    background:url('../img/section-3-bg.jpg');
    background-size: cover;
}
.section-3 .video{
    border-radius:30px;
    background:#fff;
    padding:5px;
}
.section-3 .video iframe{
    border-radius:30px;
    overflow:hidden;
    max-width:100%;
    display:block;
}
.section-3 .section-title{
    margin-bottom:20px;
}

.section-3 .box-2{
    
    margin-bottom:20px;
}

.box-2 .box-title{
    font-weight:600;
    color:#000;
}
.box-2 .box-text{
    color:#fff;
}

.black-bar{
    padding:20px;
    color:#fff;
    font-size:18px;
    background:#000;
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height:60px;

}

.black-bar span{
    display:inline-block;
    padding-right:20px;
}

.black-bar .text {
    position: absolute;
    width: auto;
    height: 100%;
    margin: 0;
   
    text-align: center;
    /* Start off the right edge */
    transform: translateX(100%);
    /* Animate to the left */
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}





.black-bar .logo-bar{
    width:50px;
}
.section-4{
    padding:20px 0px;
    text-align:center;
}
.section-4 .btn-box{
    font-weight:600;
    font-size:24px;
    
}


.section-5{
    background:url('../img/section-5-bg.jpg') center;
    background-size: cover;
    padding:50px 0px;
    
}

.section-5 .section-title{
    font-size:28px;
    margin-bottom:50px;
}
.section-5 .section-title-bubble{

}

.section-5 .bubble{
    border-radius:30px;
    background:#fff;
    padding:10px 20px;
    margin-bottom:20px;
    display:inline-block;
}

.section-5 .bubble-dark{
    background:#494949;
}
.section-5 .bubble-1{
    width:80%;
}

.section-5 .bubble-2{
    width:70%;
    float:right;
    margin-top:100px;
}
.section-5 .bubble-3{
    float:right;
    width:70%;
    margin-bottom:100px;
}

.section-6{
    background:url('../img/section-6-bg.jpg') center;
    background-size: cover;
    padding:50px 0px;
    
}
.section-6 .icon img{
    max-width:100%;
    height:auto;
}
.section-6 .title{
    font-weight:600;
}
.section-6  .btn-box{
    font-weight:600;
    font-size:24px;
}

.section-7{
    background:#000;
    background: linear-gradient(-59deg, rgba(0,0,0,1) 0%, rgba(26,26,26,1) 100%);
    background-size: cover;
}
.section-7 .video{
    background:var(--gradient-2);
    border-radius:20px;
    padding:5px;
   
}
.section-7 .video iframe{
    overflow:hidden;
    max-width:100%;
    border-radius:20px;
    padding:0px;
    border:0px;
    margin:0px;
    display:block;
}
.section-7 .section-title{
    margin-bottom:20px;
    
}
.section-7 .accordion-item{
    background:none;
    border:none;
    color:#fff;
    
}
.section-7 .accordion-button{
    border:none;
    color:var(--gradient-2);
    outline:0;
    font-size:18px;
   box-shadow:none;

}

.section-7 .accordion-button:focus{
    outline:0;
    box-shadow: none;
    border-bottom:0px;
}


.section-8{
    background:url('../img/section-6-bg.jpg') center;
    background-size: cover;
    padding:50px 0px;
    
}

.testimonial-box{
    background:#fff;
    padding:10px;
}
.testimonial-box .video iframe{
    display:block;
}
.testimonial-box .title{
    background:var(--gradient-2);
    font-size:24px;
    color:#fff;
    padding:20px;

}
.testimonial-box .testimonial{
    color:#000;
    padding:5px 20px;
    font-size:14px;
    font-weight:500;

}

.testimonial-box.bbox-1,.testimonial-box.bbox-3{
    margin-top:100px;
}



.section-9{
    background:url('../img/section-9-bg.jpg');
    background-size: cover;
}

.section-9 .section-title{
    margin-bottom:20px;
}

.section-9 .box-title{
    color:#fff;
}
.section-9 .box-2{
    margin-bottom:20px;
}
.box-2 .icon-text{
    background:var(--gradient-2);
    color:#fff;
    font-weight:600;
    padding:5px 12px;
    font-size:24px;
    border-radius:10px;
    display:inline-block;
    box-shadow: 0 0 50px #fbfbfb;
}

.box-2 .icon-text2{
    background:#000;
    color:#fff;
    font-weight:600;
    padding:5px 12px;
    font-size:24px;
    border-radius:10px;
    display:inline-block;
    box-shadow: 0 0 50px #fbfbfb;
}


.section-10{
    background:url('../img/section-10-bg.jpg');
    background-size: cover;
    color:#000;
}

.section-10 .section-title{
    margin-bottom:20px;
    border:2px solid #8faffe;
    border-radius:30px;
    display:inline-block;
    padding:10px 40px;
}

.section-10 .faq-box{


    background:rgb(255 255 255 / 77%);
    border-radius:20px;

    
}


.section-10 .accordion-item{
    background:none;
    border:none;
    color:#fff;
    
}
.section-10 .accordion-button{
    border:none;
    color:var(--gradient-1);
    outline:0;
    font-size:18px;
   box-shadow:none;
   font-weight:600;

}

.section-10 .accordion-button:focus{
    outline:0;
    box-shadow: none;
    border-bottom:0px;
}

.section-10 .accordion-body{
    color:#000;
}


.section-11{
    background:#000;
    background:url('../img/section-11-bg.jpg');
    background-size: cover;
    color:#000;
    padding:100px 0px;
}


.accordion-button:after {
    display:none;
}



.accordion-button:before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 20px;
    content: ""; /*plus*/
    background-image:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 -0.5 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="si-glyph si-glyph-triangle-right"><title>1234</title><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M6.113,15.495 C5.531,16.076 4.01,16.395 4.01,14.494 L4.01,1.506 C4.01,-0.333 5.531,-0.076 6.113,0.506 L12.557,6.948 C13.137,7.529 13.137,8.47 12.557,9.052 L6.113,15.495 L6.113,15.495 Z" fill="%23f2c5ff" class="si-glyph-fill"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 -0.5 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="si-glyph si-glyph-triangle-down"><title>1237</title><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10.106,12.69 C9.525,13.27 8.584,13.27 8.002,12.69 L1.561,6.246 C0.979,5.665 0.722,4.143 2.561,4.143 L15.549,4.143 C17.45,4.143 17.131,5.664 16.549,6.246 L10.106,12.69 L10.106,12.69 Z" fill="%23f2c5ff" class="si-glyph-fill"></path></g></svg>');
    transform: var(--bs-accordion-btn-icon-transform);
}


.section-7 .accordion-button:before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 20px;
    content: ""; /*plus*/
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 -0.5 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="si-glyph si-glyph-triangle-down"><title>1237</title><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10.106,12.69 C9.525,13.27 8.584,13.27 8.002,12.69 L1.561,6.246 C0.979,5.665 0.722,4.143 2.561,4.143 L15.549,4.143 C17.45,4.143 17.131,5.664 16.549,6.246 L10.106,12.69 L10.106,12.69 Z" fill="%23f2c5ff" class="si-glyph-fill"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.section-7 .accordion-button:not(.collapsed)::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 -0.5 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="si-glyph si-glyph-triangle-down"><title>1237</title><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10.106,12.69 C9.525,13.27 8.584,13.27 8.002,12.69 L1.561,6.246 C0.979,5.665 0.722,4.143 2.561,4.143 L15.549,4.143 C17.45,4.143 17.131,5.664 16.549,6.246 L10.106,12.69 L10.106,12.69 Z" fill="%23f2c5ff" class="si-glyph-fill"></path></g></svg>');
    transform: var(--bs-accordion-btn-icon-transform);
}

/* MObile Tweaks */

@media(max-width: 600px) {


    .section{
        padding:50px 0px;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link{
        padding-left:0px;
        padding-right:0px;
    }


    .section .section-title{
        font-size:28px;
        text-align:center;
    }
    .section .section-subtitle{
        font-size:21px;
    }

    .section-1 .section-title{
        text-align:left;
        font-size:24px;
    }

    .section-1 .section-subtitle{
        text-align:left;
        font-size:18px;
    }
    .section .section-icon{
        text-align:center;
        margin-bottom:20px;
        padding:0px;
    }
    .section .section-icon img{
        max-width:60%;
    }

    .box-2{
        margin-top:20px;
    }
    .testimonial-box{
        margin-bottom:20px;
    }
    .testimonial-box.bbox-1, .testimonial-box.bbox-3{
        margin-top:0px;
    }


    .footer{
        text-align:center;
    }
    .footer .navbar-brand{
        display:block;
        padding-bottom:20px;
    }
    .footer .nav-link{
        font-size:14px;
        padding:5px 20px;
    }

  
    .section-6 .text{
        margin-bottom:20px;
    }

  }

  