html, body {
    font-family: 'Ubuntu', sans-serif;
    background-color: #fff;
}

iframe {
    width: 100%;
    height: 500px;
}

/* HEAD */
.navbar {
    padding: 15px 60px;
    z-index: 1;
}

.nav-item {
    margin: 0 10px;
}

.navbar-brand {
    max-width: 126px;
    height: 50px;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.collapse-custom {
    justify-content: flex-end;
}

.nav-link {
    cursor: pointer;
    font-size: 15px;
    color: #fff !important;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}

.nav-link:hover {
    color: rgba(99, 98, 247) !important;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.spacerbtn {
    margin-right: 10px;
}

.dropdown-custom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-item:hover {
    background-color:rgba(99, 98, 247) !important;
}

.nav-link-btn {
    height: 53px;
    width: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    font-size: 15px;
    color: #fff !important;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-size: 15px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.nav-link-btn:hover {
    color: rgba(99, 98, 247) !important;
    background-color: rgba(255, 255, 255, 0.9);
    border: 3px solid  transparent;
    text-decoration: none;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
/* /HEADER */

/* BODY */
.sections {
    max-width: 100%;
    padding: 0px 40px;
}

/* S1 */

.s1 {
    margin-top: 100px;
}

.bg-banner {
    background-image: url(../img/background-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 929px;
    height: 818px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.content-banner {
    max-width: 556px;
}

.position-title {
    margin-bottom: 60px;
}

.title-style {
    font-size: 60px;
    font-weight: 600;
    color: #160742;
}

.position-description {
    margin-bottom: 49px;
}

.description-style {
    font-size: 21px;
    color: #6D7389;
}

.stronger {
    font-weight: bold;
    color: #4c4f5c;
}

.btn-resgister {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #73C32F;
    width: 346px;
    height: 53px;
    border: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-resgister:hover {
    color: #73C32F;
    background-color: #fff;
    width: 356px;
    height: 63px;
    border: 1px solid #73C32F;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
/* /S1 */


/* S2 */
.s2 {
    padding-top: 155px;
    padding-bottom: 80px;
}

.position-title-benefit {
    margin-bottom: 30px;
    text-align: center;
}

.title-benefit {
    font-size: 40px;
    font-weight: 700;
    color: #160742;
}

.content-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 294px;
} 

.img-card {
    height: 70px;
    width: 70px;
    color: #362682;
    transition: width 1s, height 1s, transform 0.5s;
    -webkit-transition: width 1s, height 1s, transform 0.5s;
    -moz-transition: width 1s, height 1s, transform 0.5s;
    -ms-transition: width 1s, height 1s, transform 0.5s;
    -o-transition: width 1s, height 1s, transform 0.5s;
}

.img-card:hover {
    height: 80px;
    width: 80px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.position-title-card {
    margin-top: 25px;
    min-height: 60px;
}

.title-card {
    font-size: 22px;
    font-weight: 700;
    color: #1F0043;
}

.position-description-card {
    max-width: 270px;
    text-align: justify;
}

.description-card {
    font-size: 16px;
    color: #80788B;
    font-family: 'Rubik', sans-serif;
}

.bg-banner-2 {
    background-image: url(../img/background-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 594px;
    height: 814px;
    position: absolute;
    left: 0;
    z-index: 0;
}
/* /S2 */

/* S3 */
.s3 {
    padding-top: 35px;
    padding-bottom: 50px;
}

.content-about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 645px;    
    margin: 0 75px 0 auto;
}

.positon-title-about {
    margin-bottom: 35px;
}

.title-about {
    font-size: 40px;
    font-weight: 700;
    color: #160742;
}

.postion-descri-about {
    margin-bottom: 30px;
}

.descri-about {
    font-size: 18px;
    color: #80788B;
    font-family: 'Rubik', sans-serif;
}

.style-bold {
    font-weight: bold;
}

.position-btn-about {
    margin: auto;
}
/* /S3 */

/* S4 */
.s4 {
   padding-top: 70px;
   padding-bottom: 70px;
}

.content-work {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center;
    max-width: 358px;
}

.position-img-work {
    min-height: 125px;
}

.img-works {
    width: 115px;
    height: 103px;
    transition: width 2s, height 2s, transform 0.5s;
    -webkit-transition: width 2s, height 2s, transform 0.5s;
    -moz-transition: width 2s, height 2s, transform 0.5s;
    -ms-transition: width 2s, height 2s, transform 0.5s;
    -o-transition: width 2s, height 2s, transform 0.5s;
}

.img-works:hover {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.position-title-work {
    min-height: 75px;
}

.position-description-work {
    text-align: center;
    max-width: 311px;
}

/* /S4 */

/* S5 */
.bg-banner-3 {
    background-image: url(../img/background-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 929px;
    height: 892px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.s5 {
    padding-top: 172px;
    padding-bottom: 100px;
}

.position-title-block {
    margin-bottom: 30px;
    text-align: left;
}

.position-descri-block {
    max-width: 636px;
}

/* /S5 */

/* S6 */
.s6 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-plans {
    max-width: 459px;
}

.position-title-plans {
    margin-bottom: 30px;
    text-align: left;
}

.title-plans {
    font-size: 54px;
    font-weight: 700;
    color: #160742;
}

.descri-plans {
    font-size: 21px;
    font-style: italic;
    color: #80788B;
    font-family: 'Rubik', sans-serif;
}

.stronge-price {
    font-weight: bold;
}

.card-plans {
    max-width: 340px;
    min-height: 476px;
    padding: 100px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #dedbdb;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}

.style-register {
    font-size: 48px;
    font-weight: bold;
    color: #160742;
}

.registerformonth {
    font-size: 15px;
    color: #160742;
    font-family: 'Rubik', sans-serif;
}

.economiformonth {
    font-size: 16px;
    color: #7F7C8B;
    font-family: 'Rubik', sans-serif;
}

.value-card {
    font-size: 22px;
    color: #160742;
    font-weight: 600;
}

.value {
    font-size: 63px;
    font-weight: bold;
    color: #160742;
}

.time-value {
    font-size: 16px;
    color: #160742;
    font-family: 'Rubik', sans-serif;
}

.position-btn-subscribe {
    margin-top: 30px !important;
    margin: auto;
}

.btn-subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 53px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #dedbdb;
    color: #160742;
    font-size: 16px;
    margin: auto;
    font-weight: bold;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.btn-subscribe:hover {
    text-decoration: none;
    box-shadow: 0px 0px 15px #73C32F;
    color: #73C32F;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.btn-card-3:hover {
    box-shadow: 0px 0px 15px #D44BFC;
    color: #5D63F7;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.card-1 {
    margin-top: 170px !important;
}

.card-2 {
    margin-top: -100px;
}

.card-bkp {
    background: linear-gradient(334.84deg, #73C330 4.28%, #8ECF57 94.93%) !important;
}

.card-3 {
    margin-top: -200px;
}

.card-3-white{
    color: #FFF;
}   
  
.bg-sell {
    background-image: url(../img/more-sell.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 0;
    
}

.bg-1 {
    background-image: url(../img/vector1.png);
    width: 181px;
    height: 256px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.bg-2 {
    background-image: url(../img/vector2.png);
    width: 115px;
    height: 133px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.content-card-3 {
    z-index: 1;
}
/* /S6 */

/* ABOUT-US */
.about-us-content {
    max-width: 825px;
}

.content-about-us {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.svg-img-about {
    width: 380px;
    height: 380px;
    margin: auto;
}
/* /ABOUT-US */

/* S7 */
.s7 {
    padding-top: 60px;
}

.position-description-testimony {
    text-align: center;
}

.description-testimony {
    font-size: 18px;
    color: #80788B;
    font-family: 'Rubik', sans-serif;
}

.content-testimony {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 35px 0px;
    text-align: center;
}

.position-img-marks {
    margin-bottom: 30px;
}

.img-marks {
    width: 30px;
    height: 30px;
}

.position-testimony {
    max-width: 345px;
}

.testimony {
    font-size: 18px;
    color: #aaa5b3;
    font-family: 'Rubik', sans-serif;
    text-align: center;
}

.position-img-testimony {
    margin: 30px 0px;
}

.img-testimony {
    max-width: 100px;
    max-height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.name-testimony {
    font-size: 18px;
    font-weight: bold;
    color: #160742;
}

.work-testimony {
    font-size: 16px;
    color: #77747c;
    font-family: 'Rubik', sans-serif;
    text-align: center;
}
/* /S7 */

/* /BODY */

/* FOOTER */
.bg-banner-4 {
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1080px;
    position: absolute;
    z-index: 0;
}

.footer {
    padding-top: 530px;
    padding-bottom: 25px;
    color: #fff;
}

.content-footer {
    max-width: 435px;
    margin: auto;
    text-align: center;
}

.footer-down {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
}

.footer-address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.position-title-footr {
    margin-bottom: 20px;
}

.title-footer {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
}

.position-descri-footer {
    margin-bottom: 40px;
}

.descri-footer {
    font-size: 14px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.6);
}

.form-group-custom {
    display: flex;
    flex-direction: row;
}

.form-control-custom {
    padding: 23px 15px;
    background-color: rgb(30, 12, 84, 0.7);
    border: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.sucess-custom {
    padding: 23px 15px;
    border: none;
    color: rgb(205, 228, 235);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.error-custom {
    padding: 23px 15px;
    border: none;
    color: rgb(205, 228, 235);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.form-control-custom::placeholder {
    font-size: 14px;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
}

.btn-send {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    background-color: #362682;
    color: #fff;
    font-size: 12px;
    border: none;
    margin-left: -60px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-send:hover {
    background-color: #fff;
    font-weight: bold;
    color: #362682;
    border: 2px solid #362682;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

/* Styling Checkbox Starts */
.checkbox-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.right-space {
    margin-right: 20px;
}

.checkbox-label {
    display: block;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FFFFFF;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #362682;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #362682;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);	
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}

.form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.form-check-label  {
    font-size: 13px;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
}

.form-check-label a:hover {
    cursor: pointer;
    color: #D44BFC !important;
}

.footer-address {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 35px;
}

.links-nav {
    margin-right: 80px;
}

.navbar-footer {
    max-width: 126px;
    height: 45px;
    margin-bottom: 8px !important;
    margin: auto;
    display: block;
}

.footer-style {
    font-size: 22px;
    font-weight: 500;
}

.smaller {
    font-size: 16px;
    font-weight: 500;
}

.modal-body {
    text-align: center;
}

.iframe-space {
    margin-top: 15px;
}

.links-media {
    display: flex;
    flex-direction: column;
}

.text-style-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
}

.text-style-link:hover {
    text-decoration: none;
}

#insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /*Alsodefinestandardpropertyforcompatibility*/background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
}

#faceb:hover {
    color: #3b5998;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
}

#twitt:hover {
    color: #1DA1F2;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s
}

.positon-icon {
    margin: 10px 0px;
}

.icon-style {
    margin-right: 10px;
}

.positon-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.copyright-sytle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.copyright-sytle:hover {
    color: rgba(255, 255, 255);
    text-decoration: none;
}

/* /FOOTER */