@media only screen and (max-width: 991px) {
header .navbar-brand {
    margin-top: -0px;
}

.navbar-area {
    padding: 0px 0px !important;
}

header {
    padding: 10px 20px 10px 20px;
}

header.fixed {
    padding: 10px 20px 10px 20px;
}

header .navbar-brand img {
    height: 40px;
}

.main-sidemenu-btn {
    background: rgba(255,255,255,0.2);
    width: 45px;
    height: 45px;
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

.main-sidemenu-btn div {
    display: inline-block;
    min-width: 26px;
}

.main-sidemenu-btn span {
    background: #fff !important;
}


}

@media only screen and (max-width: 767px) {
h1, .display-1 {
    font-size: 30px;
}

h2, .display-2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 18px !important;
}

p {
    font-size: 15px;
}

p.smaller {
    font-size: 14px;
}

p.small {
    font-size: 14px;
}

.main-sidemenu {
    min-width: 100%;
    max-width: 100%;
}

.btn {
    font-size: 15px;
    line-height: 45px;
    padding: 0px 20px;
    min-width: 150px;
    white-space: nowrap;
}

ul.list {
    font-size: 14px;
}

.magnetic-box {
    height: 250px;
}

.banner {
    padding: 130px 0px 0px 0px;
}

.banner::before {
    top: -16%;
    right: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle, #EB0030 59%, #5B011000 96%);
    background: radial-gradient(circle, #EB0030 16%, #290008 95%);
    background: radial-gradient(circle, rgba(235, 0, 48, 1) -31%, rgba(41, 0, 8, 1) 67%);
}

.banner .display-1 {
    text-align: center;
    padding: 0px 25px;
}

.banner p {
    font-size: 19px;
    text-align: center;
}

.banner .round-animation {
    display: none;
}

.banner .arrow-long {
    display: none;
}

.banner .img-box {
    margin-top: 0px;
    margin-bottom: 80px;
}

.banner .img-box .align-img {
    position: absolute;
    top: -44px;
    left: 20px;
    max-height: 349px;
}

.banner .img-box .btn-default {
    top: 65%;
    margin-left: -110px;
    margin-top: -24px;
}

.video-box>img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1 / .65;
}


.video-box video {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1 / .65;
}

.the-challenge .video-box .play-btn {
    color: #EB0030;
}

.video-box .play-btn {
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    background: rgba(235, 0, 48, .4);
    margin-top: -35px;
    margin-left: -35px;
}

.video-box .play-btn:before {
    width: 74px;
    height: 74px;
    transform: scale(1.5);
}

.banner .display-2 {
    padding-left: 0px;
    margin-top: 80px;
    text-align: center;
}

.banner .video-mobile-btn {
    display: block;
    margin: 0 auto;
    color: #F7D5C1;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

.banner .video-mobile-btn i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-left: 1px;
    background: rgba(255,255,255,0.2);
    margin-right: 5px;
}

.banner .img-box2 .line-align {
    display: none;
}

.banner .img-box2 {
    display: none;
}

ul.list li .number {
    transform: scale(0.7);
    margin-right: 10px;
}

.banner #video-box {
    position: relative;
}

.banner #video-box:before {
    content: '';
    position: absolute;
    top: -41px;
    left: 50%;
    background: #f7c5ae;
    width: 2px;
    height: 142px;
    z-index: 1;
}

.banner #video-box:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: -7px;
    left: 50%;
    background: #f7c5ae;
    width: 2px;
    height: 60px;
    z-index: 1;
}

.row>* {
    padding-right: 18px;
    padding-left: 18px;
}

.inspiration-box .tag {
    top: 20px;
    left: 20px;
    font-size: 13px;
    letter-spacing: 0.13px;
    line-height: 33px;
    padding: 0px 15px;
}

.inspiration-box .text .display-3 {
    font-size: 22px;
}

.inspiration-box .text p {
    font-size: 15px;
}

.banner ul.list {
    font-size: 14px;
    padding-left: 0px;
    margin-bottom: 30px;
    position: relative;
}

.banner ul.list:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 18px;
    background: #4AD690;
    width: 1px;
    height: 75%;
}

.banner .shape-img {
    margin-bottom: -2px;
}

p.big {
    font-size: 18px;
    line-height: 1.8em;
}

.book-discovery::after {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 24px;
    background: #FFF9F5;
    pointer-events: none;
    display: block !important;
    bottom: auto !important;
    z-index: 01;
}

.book-discovery p {
    margin: 30px 0 30px 0;
}

.book-discovery .check-list span {
    margin-bottom: 15px;
}

.book-discovery .shape-img {
    margin-top: 24px;
}

.book-discovery .label-tag {
    font-size: 16px;
    top: -102px;
    left: 50%;
    transform: translate(-50%, -0%) rotate(-4deg);
}

.label-tag {
    font-size: 16px;
    line-height: 44px;
}

.label-tag {
    font-size: 16px;
    top: -80px;
    left: 50%;
    transform: translate(-50%, -0%) rotate(-4deg);
}

.book-discovery .section-title {
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
}

.book-discovery::before {
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 32%);
    opacity: .6;
}

.check-list {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.check-list span {
    display: flex;
    width: calc(100% - 0px);
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.book-discovery .btn {
    width: 100%;
    margin-right: 0px;
    margin-top: 15px;
}

.book-discovery .display-1 {
    font-size: 38px;
}

.book-discovery:after {
    display: none;
}

.book-discovery:after {
    bottom: 0px;
}

.book-discovery.homi .girl-img {
    max-height: 316px;
    top: -32px;
    left: 20%;
}

.book-discovery.homi:after {
    display: block !important;
    content: '';
    position: absolute;
    bottom: 0px !important;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 2;
    background: transparent linear-gradient(180deg, #29000800 0%, #29000802 0%, #290008 100%) 0% 0% no-repeat padding-box;
    top: auto;
    right: auto;
}

.book-discovery .grass-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    height: 350px;
    object-fit: cover;
}

.contact .bg {
    padding: 60px 0px 87px 0px;
}

.contact .display-2 {
    font-size: 39px;
    text-align: center;
}

.contact .section-title .label-tag {
    top: -85px;
    left: 50%;
    transform: translate(-50%, -0%) rotate(-4deg);
}

.contact .display-2 {
    font-size: 35px;
    margin: 0px 0px 70px 0px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.contact .magnetic-box {
    height: 175px;
}

.contact .img-box .align-img {
    height: 215px;
}

.check-list.full {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.contact p {
    display: block;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
}

.contact .btn {
    width: 100%;
    margin-right: 0px;
    margin-top: 15px;
}

.footer {
    padding: 80px 0px 0px 0px;
}

.footer .logo {
    display: inline-block;
    margin-bottom: 50px;
}

.footer .logo img {
    max-height: 80px;
}

.footer .copyright p {
    text-align: left !important;
}

.footer .copyright .middle p a {
    margin: 5px 0px 5px 0px;
    width: 100%;
}

.footer .copyright {
    border-top: none;
    padding: 10px 0px 0px 0px;
    margin-top: 40px;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.footer .copyright .right p a {
    margin: 5px 15px 5px 0px;
}

.footer .copyright .copy-text {
    border-top: 1px solid rgba(247, 213, 193, .5);
    padding: 15px 0px;
    margin-top: 40px;
    text-align: center !important;
    margin-bottom: 0;
}

.breadcrumbs {
    display: none;
}

.banner.page-banner .display-1 {
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
    font-size: 38px;
}

.banner.page-banner {
    padding: 120px 0px 0px 0px;
}

.banner.page-banner .video-box>img {
    aspect-ratio: 1 / .7;
    height: 100%;
}

.banner.page-banner p {
    font-size: 15px;
    letter-spacing: 0.36px;
    margin-bottom: 40px;
    text-align: left;
    margin-top: 30px;
}

.banner.page-banner .btn {
    width: 100%;
    margin-right: 0;
}

.book-discovery.onze-focus .section-title .display-1 {
    font-size: 35px;
    margin-bottom: 0;
}

.book-discovery.onze-focus .shape-img {
    margin-bottom: 20px;
}

.blog-info p.big {
    font-size: 18px;
    line-height: 1.4;
}

.page-banner.blog-detials-banner .shape-img {
    margin-top: 200px;
}

.blog-info .top-minus {
    margin-top: -200px;
    margin-bottom: 50px;
}

.blog-info .imgstyle img {
    aspect-ratio: 1 / .8;
}

.blog-info p {
    font-size: 15px;
}

.number-list {
    font-size: 15px;
}

.author-box .img img {
    width: 130px;
    min-width: 130px;
    margin-right: 15px;
}

.blog-info .btn {
    width: 100%;
    margin-top: 15px;
}

.the-solution::before {
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 32%);
    opacity: .6;
}

.what-looks .ptop {
    padding-top: 0px;
}

.checklist li, .round-list li{
    font-size: 15px;
}

.largeimg-box.logobox>img {
    height: 120px;
}

.modal button.btn-close {
    top: -25px;
    right: 0px;
}

.page-banner.plus-zomaar .tag {
    font-size: 15px;
    line-height: 45px;
    padding: 0px 15px;
}

.achieve-goals {
    padding: 90px 0px 30px 0px;
}

.book-discovery.onze-focus {
    padding: 0px 0px 20px 0px;
}

.book-discovery.onze-focus.bdetails {
    padding: 0px 0px 100px 0px;
}

.banner.page-banner.onze-focus-banner::before {
    top: -7%;
    right: -78%;
    width: 183%;
    height: 95%;
}



/**/
.circle-section {
    width: 320px;
    display: block;
    margin: 0 auto;
}

.mobile-space-0 {
    padding: 0px !important;
    overflow: hidden;
}

.pin-wrap {
    position: sticky;
    top: 0;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pin-wrap .circle {
    width: 148px;
    height: 148px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}

.pin-wrap .circle.final1, .pin-wrap .circle.final2, .pin-wrap .circle.final3 {
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
}

.pin-wrap .circle.big-red {
    width: 230px;
    height: 230px;
    font-size: 25px !important;
    line-height: 1.5 !important;
}

.pin-wrap {
    height: 549px;
    display: inline-block;
    width: 100%;
}

.line-left {
    left: 29%;
}

.orbit-svg {
    top: 0%;
    height: 596px;
    left: -134px;
}

.pin-wrap .circle .info-overlay {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.pin-wrap .circle .info-overlay .overlay-box {
    min-width: 218px;
    padding: 16px;
}

.pin-wrap .circle .info-overlay .overlay-box .display-4 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 11px;
}

.pin-wrap .circle .info-overlay .overlay-box p {
    font-size: 11px;
    line-height: 1.8;
}

.final1 {
    left: 0% !important;
    top: 10% !important;
}

.line-left.show {
    transform: rotate(36deg) scaleX(1);
}

.line-left {
    left: 8%;
}

.line-right.show {
    transform: rotate(-38deg) scaleX(1);
}

.line-bottom {
    left: 50%;
    top: 63%;
}

.final3 {
    left: 50% !important;
    top: 72% !important;
    transform: translateX(-50%) !important;
}

.logos .logo-box {
    margin: 0px 20px;
}

.logos .logo-box.logo-3 img {
    max-height: 16px;
}

.logos .logo-box img {
    max-height: 42px;
}

.space-mobile-0 {
    padding: 0;
}


.book-discovery.onze-focus.bdetails::before {
    top: 23%;
    right: -35%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 32%);
    opacity: .6;
}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
h1, .display-1 {
    font-size: 46px;
}

h2, .display-2 {
    font-size: 34px;
}

.banner p {
    font-size: 18px;
}

p {
    font-size: 14px;
}

.banner .img-box .btn-default {
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -26px;
}


.btn {
    font-size: 14px;
    line-height: 50px;
    padding: 0px 15px;
    white-space: nowrap;
}

ul.list {
    font-size: 14px;
}

ul.list li .number {
    width: 30px;
    line-height: 32px;
    font-size: 20px;
    padding-left: 2px;
    margin-right: 15px;
}

ul.list li .number:before {
    width: 52px;
    height: 52px;
}

.inspiration-box .text .display-3 {
    font-size: 19px;
}

.inspiration-box .text p {
    font-size: 14px;
}

.check-list span {
    display: flex;
    width: calc(100% - 0px);
}

.banner::before {
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 35%);
}

.btn-primary {
    min-width: 100px;
}

.book-discovery::before {
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 22%);
}

.contact .img-box .align-img {
    height: 334px;
}

.footer .copyright p {
    font-size: 12px;
}

.footer .logo img {
    max-height: 80px;
}

.blog-info .imgstyle img {
    aspect-ratio: 1 / .6;
}

.book-discovery.onze-focus {
    padding: 0px 0px 50px 0px;
}


.book-discovery.homi .girl-img {
    max-height: 316px;
    top: -32px;
    left: 20%;
}

.book-discovery.homi .grass-img {
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
    height: 350px;
    object-fit: cover;
}

.book-discovery.homi:after {
    bottom: 0px;
}

/**/
.pin-wrap .circle {
    width: 148px;
    height: 148px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}

.pin-wrap .circle.final1, .pin-wrap .circle.final2, .pin-wrap .circle.final3 {
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
}

.pin-wrap {
    height: 549px;
}

.line-left {
    left: 29%;
}

.orbit-svg {
    top: -11%;
}

.pin-wrap .circle .info-overlay .overlay-box {
    min-width: 218px;
    padding: 16px;
}

.pin-wrap .circle .info-overlay .overlay-box .display-4 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 11px;
}

.pin-wrap .circle .info-overlay .overlay-box p {
    font-size: 11px;
    line-height: 1.8;
}

}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
h1, .display-1 {
    font-size: 46px;
}

h2, .display-2 {
    font-size: 34px;
}

.banner p {
    font-size: 18px;
}

p {
    font-size: 14px;
}

.banner .img-box .btn-default {
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -15px;
}

.btn {
    font-size: 14px;
    line-height: 50px;
    padding: 0px 15px;
    white-space: nowrap;
}

ul.list {
    font-size: 14px;
}

ul.list li .number {
    width: 30px;
    line-height: 32px;
    font-size: 20px;
    padding-left: 2px;
    margin-right: 15px;
}

ul.list li .number:before {
    width: 52px;
    height: 52px;
}

.inspiration-box .text .display-3 {
    font-size: 19px;
}

.inspiration-box .text p {
    font-size: 14px;
}

.check-list span {
    display: flex;
    width: calc(100% - 0px);
}

.banner::before {
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 35%);
}

.btn-primary {
    min-width: 100px;
}

.book-discovery::before {
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 22%);
}


.book-discovery.homi .girl-img {
    max-height: 316px;
    top: -32px;
    left: 20%;
}

.book-discovery.homi .grass-img {
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
    height: 350px;
    object-fit: cover;
}

.book-discovery.homi:after {
    bottom: 0px;
}


/**/
.pin-wrap .circle {
    width: 200px;
    height: 200px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}

.pin-wrap .circle.final1, .pin-wrap .circle.final2, .pin-wrap .circle.final3 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.pin-wrap {
    height: 549px;
}

.line-left {
    left: 29%;
}

.orbit-svg {
    top: -30%;
    left: -1%;
    height: 950px;
}

.pin-wrap .circle .info-overlay .overlay-box {
    min-width: 218px;
    padding: 16px;
}

.pin-wrap .circle .info-overlay .overlay-box .display-4 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 11px;
}

.pin-wrap .circle .info-overlay .overlay-box p {
    font-size: 11px;
    line-height: 1.8;
}
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
h1, .h1 {
    font-size: 46px;
}

h4, .h4 {
    font-size: 19px;
}

.banner::before {
    background: radial-gradient(circle, rgba(235, 0, 48, 1) 7%, rgba(41, 0, 8, 1) 35%);
}

.btn {
    padding: 0px 22px;
    font-size: 16px;
    line-height: 52px;
}

ul.list {
    font-size: 20px;
}

.orbit-svg {
    top: -18%;
}


.pin-wrap .circle {
    width: 240px;
    height: 240px;
    font-size: 16px;
    line-height: 34px;
}

}

@media only screen and (min-width: 1400px)and (max-width: 1699px) {

}