/*
Theme Name: MC-4
Theme URI: https://makerandcoder.com
Template: shoptimizer
Author: DDprotech
Author URI: https://ddprotech.com/
Description: Maker and Coder child Theme
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 1.0.0.1685524822
Updated: 2023-05-31 09:20:22

*/
body{
width:100%;
overflow-x:hidden;
}
html{
scroll-behavior: smooth;
}

/* Footer Style Starts */
.new-footer-wrap {
    display: flex;
    padding: 40px 0px 40px 40px;
}
.logo-colm {
    width: 78%;
}
.foot-list-one {
    width: 11%;
    border-right: 1px solid #7B7B7B;
}
.foot-list-two {
    width: 11%;
    padding-left: 10px;
}
ul.foot-list {
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
ul.foot-list li {
    font-family: "filson-pro", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
ul.foot-list li.highlight {
    font-weight: 500;
}
.tnc-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0px;
    margin: 0px 40px 0px 20px;
    border-top: 1px solid #7B7B7B;
}
ul.tnc-list {
    list-style: none;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
}
ul.tnc-list li {
    font-family: 'filson-pro', sans-serif;
    font-size: 14px;
    padding: 0px 10px;
    color: #fff;
    font-weight: 200;
    border-right: 1px solid #fff;
}
ul.tnc-list li:last-child {
    border-right: none;
}
.tnc-wrap a {
    font-family: 'filson-pro', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
}
.logo-colm img {
    width: 10%;
}
#sb_instagram::-webkit-scrollbar {
  width: 1px;
  padding-left: 20px !important;
}
#sb_instagram::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
}
#sb_instagram::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  outline: 1px solid #c0c0c0;
}
.new-footer-wrap ul.foot-list li.highlight a {
    color: #fff;
}
ul.foot-list li a {
    color: #fff;
}
.elementor-2870.elementor-location-footer {
    margin-top: -12px;
}
.foot-list-two.rearng-mbil {
    width: 100%;
    margin-top: 30px;
}
.foot-list-two.rearng-mbil ul.foot-list {
    display: flex;
    margin-left: 0px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.foot-list-two.rearng-mbil ul.foot-list li.highlight {
    padding-right: 15px;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none !important;
}


@media (max-width: 960px) {
    .tnc-wrap {
        display: block;
        text-align: center;
    }  
    ul.tnc-list {
        justify-content: center;
        margin: 10px 0px;
    }
    .new-footer-wrap {
        display: block;
        padding: 40px 0px 0px 10px;
    }
    .foot-list-one, .foot-list-two {
        width: 50%;
        display: inline-block;
    }
    ul.foot-list {
        margin-left: 10px;
    }
    .logo-colm {
        width: 50%;
        padding-left: 10px;
    }
    ul.tnc-list li {
        font-size: 13px;
    }
    .logo-colm img {
        width: unset;
    }
    .desktop-only {
        display: none !important;
    }
    .mobile-only.arng-list {
        display: flex !important;
        margin-top: 40px;
    }
    .play-kit-wrap {
        display: none;
    }
    .fly-kit-wrap {
        display: none;
    }
    h1.empower {
        font-size: 32px !important;
        width: 90% !important;
    }
    .learn-illus-wrap {
        display: none;
    }
    .explore-sec{
    	display: block !important;
    }
    .explore-sec .two-colm{
    	width: 100%;
    }
}

@media (min-width: 961px) and (max-width: 1100px) {
    .logo-colm {
        width: 60%;
    }
    .logo-colm img {
        width: 20%;
    }
    .foot-list-one {
        width: 20%;
    }
    .foot-list-two {
        width: 20%;
    } 
}

@media (min-width: 1101px) and (max-width: 1600px) {
    .logo-colm {
        width: 75%;
    }
    .foot-list-one {
        width: 13.5%;
    }
    .foot-list-two {
        width: 11.5%;
    } 
    .logo-colm img {
        width: 15%;
    }
}

@media (min-width: 2000px) {
    .logo-colm {
        width: 84%;
    }
    .foot-list-one {
        width: 8%;
    }
    .foot-list-two {
        width: 8%;
    } 
}
/* Footer Style Ends */

.two-colm {
    width: 50%;
}
section.explore-sec {
    display: flex;
}
.exp-edu-wrap, .exp-par-wrap {
    position: relative;
}
.exp-edu-tit, .exp-par-tit {
    position: absolute;
    top: 50px;
    /*left: 25%;*/
    /*transform: translateX(-15%);*/
    z-index: 9;
    display: flex;
    justify-content: center;
    width: 100%;
}
.exp-edu-sd-wrap, .exp-par-sd-wrap {
    position: absolute;
    /*top: 83%;*/
    bottom: 40px;
    left: 10%;
    display: flex;
    z-index: 9;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 20px;
}
.exp-edu-sd-wrap img, .exp-par-sd-wrap img {
    width: 50%;   
}
.exp-edu-sd-wrap p, .exp-par-sd-wrap p {
    width: 70%;  
    margin-bottom: 0px;
}
.exp-edu-sd-wrap p, .exp-edu-sd-wrap p a{
    font-family: "filson-pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000 !important;
}
.exp-edu-sd-wrap p a::hover{
    color: #000 !important;
}
.exp-par-sd-wrap p, .exp-par-sd-wrap p a{
    font-family: "filson-pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #e3dede !important;
}
.exp-par-sd-wrap p a::hover{
    color: #e3dede !important;
}
.text-wrapper-header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    /*height: 700px;*/
  
}
/*.text-wrapper-header h1{*/
/*    font-size: 14em;*/
/*    text-transform: uppercase;*/
    /*position: fixed;*/
/*    left: -60%;*/
/*    top: 19%;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/
.text-wrapper-header h1 {
    font-size: 14em;
    font-family: "filson-pro", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -5.5px;
    left: -60%;
    top: 19%;
    color: #000;
    width: 100%;
    text-align: center;
}
/*.text-wrapper-header h2{*/
/*    font-size: 14em;*/
/*    -webkit-text-fill-color: transparent;*/
/*    -webkit-text-stroke: 1px;*/
/*    -webkit-text-stroke-color: #000;*/
/*    text-transform: uppercase;*/
    /*position: fixed;*/
/*    left: 75%;*/
/*    width: 100%;*/
/*    top: 60%;*/
/*    text-align: center;*/
/*}*/
.text-wrapper-header h2 {
    font-size: 14em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #707070;
    text-transform: uppercase;
    font-family: "filson-pro", sans-serif;
    letter-spacing: -5.5px;
    left: 75%;
    width: 100%;
    top: 60%;
    text-align: center;
    margin-top: -100px;
    z-index: 9;
}
.future_header h6{
    font-size: 40px;
    margin-bottom: 40px;
    text-align:center;
    width: 100%
}
section.discover-sec {
    background: #EFEFEF;
    padding: 70px 0px 30px;
}
.home-pg-lay>.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}
section.bnr-vid-sec video {
    vertical-align: bottom;
}
.news-thumb {
    margin-bottom: 20px;
}
.news-pub-date {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #70707070;
    font-family: "filson-pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.news-lm {
    position: relative;
    margin-top: 30px;
}
.news-lm:after {
    position: absolute;
    background: url('http://onemgcloud.com/makerandcoders/wp-content/uploads/2023/06/right-arrow.png');
    background-size: cover;
    content: "";
    width: 25px;
    left: 112px;
    top: 3px;
    height: 25px;
}
section.social-updt-sec {
    display: flex;
    background: linear-gradient(to bottom, #EFEFEF 20%, #7EEBFF 20%, #2BFFFA);
    padding-bottom: 50px;
}
.cwu-wrap {
    text-align: center;
}
.cwu-wrap img {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 8%;
    margin-top: 5%;
}
section.home-news-sec {
    background: #EFEFEF;
    padding: 40px 0px 100px 40px;
}
.social-icon-wrap i {
    color: #000;
    margin: 10px;
    font-size: 35px;
}
.social-icon-wrap {
    margin-bottom: 50px;
}
.insta-feed-wrap img {
    margin: 0 auto;
}
.feed-inner-wrap {
    position: relative;
    background: #fff;
    width: 50%;
    height: 100%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
}
#sb_instagram.sbi_col_1 #sbi_images .sbi_item {
    height: 100%;
}
a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    height: 400px !important;
}
.social-updt-sec #sb_instagram .sbi_header_text.sbi_no_bio h3 {
    font-family: "filson-pro", sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.social-updt-sec span.sbi_follow_btn.sbi_custom {
    top: 44px !important;
}
/*.social-updt-sec #sb_instagram.sbi_fixed_height {*/
/*    height: 455px !important;*/
/*}*/
.feed-inner-wrap {
    width: 63%;
}
.two-colm.insta-feed-wrap {
    width: 40%;
}
.new-footer-wrap ul.foot-list li.highlight {
    font-weight: 400;
}
.four-colm {
    width: 24%;
}
/*.why-mc-wrap {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 50px 70px;*/
/*}*/
.why-mc-wrap h5 {
    font-size: 25px;
    font-family: "filson-pro", sans-serif;
    width: 70%;
    margin: 25px 0px 20px;
    line-height: 28px;
    font-weight: 600;
}
.why-mc-wrap p {
    font-family: "filson-pro", sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    width: 75%;
}
h3.empower {
    font-family: "filson-pro", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1.75px;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}
p.empower {
    font-family: "filson-pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
p.empower.wmc-desc {
    width: 45%;
    margin: 0 auto;
    text-align: center;
}
h1.empower {
    font-family: "filson-pro", sans-serif;
    font-size: 55px;
    font-weight: 900;
    width: 50%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    letter-spacing: -1.5px;
    padding-top: 40px;
}
section.elementor-section.empwr-bnr-sec {
    background-image: url('http://onemgcloud.com/makerandcoders/wp-content/uploads/2023/06/empower-banner.png');
    background-size: cover;
    background-position: center center;
    background-color: #E8E8E8;
    padding: 50px 0px 0px;
}
.align-bnr-img {
    width: 85%;
    display: flex;
    margin: 0 auto;
    margin-top: -50px;
}
.why-mc-sec {
    background: linear-gradient(to bottom, #E8E8E8, #ffffff);
    /*background: transparent linear-gradient(180deg, #E8E8E8 0%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;*/
    padding-top: 5%;
}
h2.emp-bnr {
    margin-top: 0px;
    font-family: "filson-pro", sans-serif;
    color: #000;
    font-size: 34px;
    font-weight: 800;
}
p.grade {
    margin-bottom: 0px;
    font-family: "filson-pro", sans-serif;
    color: #000;
    font-weight: 300;
}
p.sup {
    margin-bottom: 0px;
    font-family: "filson-pro", sans-serif;
    color: #000;
    font-weight: 500;
}
.kid-one {
    transform: translateY(37%);
    z-index: 99;
}
.kid-two {
    transform: translateY(18%);
}
.kid-three {
    transform: translateY(8%);
}
.kid-one img, .kid-three img {
    transform: scale(0.8) translateY(-10%);
}
.kid-two img {
    transform: scale(0.8) translate(20%, -10%);
}
h2.home {
    font-family: "filson-pro", sans-serif;
    font-size: 45px;
    font-weight: 300;
    color: #000;
    margin-bottom: 40px;
}
h2.home.nm-tit {
    text-align: center;
}
.cwu-wrap h2 {
    font-family: "filson-pro", sans-serif;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #000;
    margin-bottom: 30px;
}
.news-content h3 {
    font-family: "filson-pro", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-lm a {
    font-family: "filson-pro", sans-serif;
    color: #000;
    font-size: 18px;
}
.kid-one .grade-desc {
    padding-left: 20%;
}
.kid-two .grade-desc {
    padding-left: 35%;
}
.kid-three .grade-desc {
    padding-left: 30%;
}
.sep-img-wrap img {
    padding-left: 20%;
}
.features-small-text, .features-secondlayer-small-text {
    color: #000;
}
section.elementor-section.learn-sys-sec {
    background: linear-gradient(to bottom, #7EEBFF, #2BFFFA);
    padding: 75px 0px 50px;
    position: relative;
}
ul.tab-menu {
    width: 45%;
    margin: 0 auto;
    display: flex;
    list-style: none;
    justify-content: space-between;
    border-radius: 50px;
    background: #ffffff;
    margin-bottom: 30px;
}
.tab-menu li.active {
    background: linear-gradient(to bottom, #FFCD00, #ffffff);
}
.tab-menu li {
    background: #ffffff;
    width: 33.33%;
    text-align: left;
    padding: 10px 20px 10px 20px;
    font-family: "filson-pro", sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.5px;
    border-right: 1px solid #e8e8e8;
}
.tab-menu li a {
    color: #000;
}
.tab-menu li:first-child {
    border-radius: 50px 0px 0px 50px;
    padding-left: 50px;
}
.tab-menu li:last-child {
    border-radius: 0px 50px 50px 0px;
}
.tab-menu li a p {
    font-family: "filson-pro", sans-serif;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 15px;
}
h2.learn-tit {
    font-family: "filson-pro", sans-serif;
    font-size: 75px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
.tab-contents {
    width: 35%;
    margin: 0 auto;
}
p.shrt-desc {
    text-align: center;
    font-family: "filson-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.tab-content img {
    width: 45%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 30px;
}
p.sub-kit-type {
    font-family: "filson-pro", sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
}
p.kit-type {
    font-family: "filson-pro", sans-serif;
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
}
ul.learn-sys-list li {
    list-style: none;
    padding: 20px 0px;
    border-bottom: 1px solid #70707066;
    font-family: "filson-pro", sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
ul.learn-sys-list li p {
    font-family: "filson-pro", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
}
ul.learn-sys-list li:last-child {
    border-bottom: none;
}
.list-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list-img img {
    width: 110px;
    margin: unset;
    padding: 10px;
}
.learn-illus-wrap img {
    position: absolute;
    bottom: -18%;
    right: -6%;
    transform: scale(0.6);
}
.clp-left-wrap {
    width: 50%;
    padding: 10%;
}
.clp-rit-wrap {
    width: 50%;
}
.clp-wrap {
    display: flex;
    align-items: center;
}
section.elementor-section.join-maker-sec {
    background: url(https://makerandcoder.com/wp-content/uploads/2023/06/join-maker-bg.jpg);
    background-position: top center;
    background-size: cover;
    padding: 10% 0px;
}
.join-mak-wrap {
    width: 50%;
    float: right;
    padding: 1.5% 15% 1.5% 5%;
}
.join-mak-wrap h2 {
    font-family: "filson-pro", sans-serif;
    font-weight: 900;
    font-size: 44px;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 35px;
    line-height: 47px;
}
.join-mak-wrap p {
    font-family: "filson-pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
p.jmac-lm {
    position: relative;
    font-family: "filson-pro", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    display: inline-block;
}
p.jmac-lm:after {
    position: absolute;
    content: "";
    background: url(https://onemgcloud.com/makerandcoders/wp-content/uploads/2023/06/Group-3.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    right: -33px;
    top: 7px;
}
section.elementor-section.clp-sec {
    padding: 60px 0px 100px;
}
.learn-btm-illus-wrap {
    transform: scale(0.8);
    right: 0;
    position: absolute;
    /*bottom: -15%;*/
    top: 99%;
}
.fly-kit-wrap {
    position: absolute;
    top: 15%;
    transform: scale(0.6);
}
.play-kit-wrap {
    position: absolute;
    top: 15%;
    right: 0;
    transform: scale(0.6);
}
p.enq-txt {
    text-align: center;
}
p.enq-txt a {
    color: #000;
    letter-spacing: -0.5px;
    font-family: "filson-pro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    position: relative;
}
p.enq-txt a:after {
    position: absolute;
    background: url('http://onemgcloud.com/makerandcoders/wp-content/uploads/2023/06/right-arrow.png');
    background-size: cover;
    content: "";
    width: 25px;
    right: -35px;
    top: 3px;
    height: 25px;
}
span.sbi_follow_btn.sbi_custom {
    position: absolute;
    top: 50px;
    right: 65px;
}
.elementor.elementor-594.elementor-location-footer {
    margin-top: -11px;
}
.elementor.elementor-2944.elementor-location-footer {
    margin-top: -11px;
}
.sep-img-wrap-mbil {
    display: none;
}
section.why-mc-header.empower {
    background: transparent;
    padding-top: 15px;
}
section.why-mc-header.empower .why-mc-4layers {
    padding-top: 50px;
}
.ms-kids-layer4-hide {
    margin: 0px !important;
}
.why-mc-layer-content.slick-slide {
    padding-right: 15px;
}
.features-small-text {
    width: 85%;
}
.features-second-layer-header {
    align-items: flex-start !important;
}
.features-first-layer {
    padding: 40px 80px !important;
}
.features-ai-second-layer {
    padding: 0px 80px 40px !important;
}
.features-first-layer-header, .features-second-layer-header {
    width: 80%;
}
p.features-secondlayer-small-text {
    width: 80%;
}
.tab-only {
    display: none;
}
.temp-kit-wrap {
    display: flex;
}
.disc-sec-patrn {
    width: 33.33%;
}
.disc-sec-cpy {
    width: 33.33%;
    display: flex;
    flex-flow: column;
    justify-content: unset;
    margin-top: 8%;
}
.disc-sec-img {
    width: 33.33%;
    margin-top: -96px;
    z-index: 10;
}
.disc-sec-patrn img {
    transform: scale(1.5);
}
.disc-sec-cpy p {
    font-family: "filson-pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    width: 70%;
    margin-left: 115px;
}
a.fiyh-lm {
    position: relative;
    width: 75%;
    margin-left: 115px;
    font-family: "filson-pro", sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
a.fiyh-lm:after {
    position: absolute;
    background: url('http://onemgcloud.com/makerandcoders/wp-content/uploads/2023/06/right-arrow.png');
    background-size: cover;
    content: "";
    width: 25px;
    left: 112px;
    top: 3px;
    height: 25px;
}
.mac-news-wrap .owl-item {
    padding: 0 10px;
}
/*.mc-base-kit-content-header.mc-advanced-kit-header.right {*/
/*    width: 30%;*/
/*}*/
/*.mc-base-kit-content-header.mc-advanced-kit-header.right span.mc-base-midsmall-text.mc-advanced-kit-midsmall-text {*/
/*    padding-left: 100px;*/
/*}*/
/*.mc-base-kit-content-header.mc-advanced-kit-header.right {*/
/*    width: 30%;*/
/*}*/
.product-benefit-kit-content-text::before {
    background-color: #45C2CC;
}
p.mc-ben-desc {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #000;
    font-family: "filson-pro", sans-serif;
}
.mc-benefits-header .mc-benfits-text {
    padding-bottom: 20px;
    line-height: 45px;
}
.joiner-community-main-header {
    background-image: url('http://onemgcloud.com/makerandcoders/wp-content/uploads/2023/06/exp-parent-bg.png'), linear-gradient(164deg , #60E3ED, #45C2CC) !important;
    background-repeat: no-repeat;
    background-position: 85%;
    background-size: contain, contain;
}
.why-mc-large-text {
    line-height: 60px;
}
.mc-kids-profiles .mc-kid-small-text {
    padding-bottom: 0px !important;
}
img.fill-scrn {
    width: 100%;
}
.why-mc-text-content h6.whats-box-large-text {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #000;
    font-family: "filson-pro", sans-serif;
}
.postid-2860 .hide-for-controller {
    display: none;
}

@media (max-width: 360px) {
.exp-edu-sd-wrap p, .exp-par-sd-wrap p {
    width: 90% !important;
    font-size: 15px !important;
    line-height: 20px !important;
}
}

@media (max-width: 465px) {
    .exp-edu-tit, .exp-par-tit {
        top: 25px;
        /*left: 35%;*/
        /*transform: translateX(-30%) !important;*/
    }
}

@media (max-width: 768px) {
    .text-wrapper-header {
        /*height: 300px;*/
    }
    section.explore-sec {
        display: block;
    }
    .two-colm {
        width: 100%;
    }
    .text-wrapper-header h1 {
        font-size: 5em;
        line-height: 70px;
        letter-spacing: -3.5px;
    }
    .text-wrapper-header h2 {
        font-size: 5em;
        line-height: 70px;
    }
    section.social-updt-sec {
        display: grid;
        background: linear-gradient(to bottom, #FFFFFF 10%, #7EEBFF 10%, #2BFFFA);
    }
    .insta-feed-wrap {
        order: 1;
    }
    .cwu-wrap {
        order: 0;
    }  
    .exp-edu-sd-wrap, .exp-par-sd-wrap {
        bottom: 35px;
    }
    .feed-inner-wrap {
        width: 95%;
        padding: 20px;
    }
    a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
        height: 300px !important;
    }
    span.sbi_follow_btn.sbi_custom {
        top: 20px;
        right: 25px;
    }
    .cwu-wrap img {
        width: 40%;
        margin-top: 12%;
    }
    section.home-news-sec {
        padding : 40px 0px 0px 15px;
        background: #ffffff;
    }
    section.discover-sec {
        padding: 40px 0px;
    }
    .cwu-wrap h2 {
        font-size: 35px;
    }
    .mobile-only {
        display: block !important;
    }
    h2.home {
        font-size: 28px;
        text-align: center;
    }
    .exp-edu-sd-wrap p, .exp-par-sd-wrap p {
        width: 85%;
        font-size: 16px;
    }
    .exp-edu-sd-wrap img, .exp-par-sd-wrap img {
        width: 50%;
        margin-left: auto;
    }
    span.sbi_follow_btn.sbi_custom {
        position: unset;
    }
    .clp-wrap {
        display: grid;
    }
    .clp-left-wrap {
        width: 100% !important;
        order: 1;
    }
    .clp-rit-wrap {
        width: 100% !important;
        order: 0;
    }
    .learn-btm-illus-wrap {
        display: none;
    }
    section.elementor-section.clp-sec {
        padding: 0px 0px 0px;
    }
    h3.empower {
        line-height: 40px;
    }
    .clp-left-wrap {
        padding: 10% 5%;
    }
    section.elementor-section.join-maker-sec {
        background: linear-gradient(to bottom, #60E3ED, #45C2CC);
        padding-bottom: 0px
    }
    .join-mak-wrap {
        width: 100%;
        padding: 1.5% 10% 1.5% 10%;
    }
    .join-mak-wrap h2 {
        font-size: 30px;
        line-height: 35px;
    }
    h2.learn-tit {
        font-size: 50px;
        line-height: 55px;
    }
    .tab-contents {
        width: 90%;
    }
    .tab-menu li {
        width: 75%;
    }
    p.empower.wmc-desc {
        width: 90%;
    }
    section.elementor-section.empwr-bnr-sec {
        background-image: url('https://makerandcoder.com/wp-content/uploads/2023/06/empower-baner-bg.jpg');
        background-position: bottom center;
        padding: 10px 0px 15px;
    }
    .grade-desc {
        width: 75%;
        margin: 0 auto;
        padding-top: 25px;
    }
    .emp-bnr-img {
        margin-top: 25px;
    }
    .sep-img-wrap {
        display: none;
    }
    .sep-img-wrap-mbil {
        display: block;
    }
    .why-mc-small-text {
        padding: 0px 25px !important;
    }
    .why-mc-wrap p, .why-mc-wrap h5 {
        width: 100%;
    }
    .features-first-layer {
        padding: 40px 0px !important;
    }
    .features-ai-second-layer {
        padding: 0px 0px 40px !important;
    }
    /*.features-headers {*/
    /*    padding-bottom: 20px;*/
    /*    padding-top: 0px;*/
    /*}*/
    .rmv-top-spc-mbil {
        padding-top: 0px !important;
    }
    p.features-secondlayer-small-text {
        width: 100%;
    }
    .tab-content img {
        width: 55%;
    }
    .disc-sec-cpy p {
        width: 100%;
        margin-left: 0px;
    }
    a.fiyh-lm {
        width: 100%;
        display: block;
        margin-left: 0px;
    }
    a.fiyh-lm:after {
        right: 50%;
    }
    .disc-sec-cpy {
        width: 100%;
        padding: 0px 25px;
    }
    .disc-sec-img {
        width: 90%;
        margin: 0 auto;
        margin-top: -35px;
    }
    .text-wrapper-header h2 {
        margin-top: -22px;
    }
    .disc-sec-patrn {
        width: 100%;
        padding-top: 50px;
    }
    .disc-sec-patrn img {
        transform: none;
    }
     .social-updt-sec span.sbi_follow_btn.sbi_custom {
        top: 27px !important;
    }
    .two-colm.insta-feed-wrap {
       width: 100%;
    }
    .why-mc-header {
        padding: 0px 0px 0px;
        margin-top: 0px;
    } 
    .why-mc-large-text {
        font-size: 45px;
        line-height: 52px;
    }
    .mc-base-content {
        padding: 40px 0px 20px;
    }
    .mc-base-kit-Feature-header {
        padding: 0px 0px 50px;
    }
    .mc-base-kit-content-header.mc-advanced-kit-header.right {
        width: 100%;
    }
    .mc-base-kit-content-header.mc-advanced-kit-header.right span.mc-base-midsmall-text.mc-advanced-kit-midsmall-text {
        padding-left: 0px;
    }
    .mc-base-kit-content-header.mc-advanced-kit-header {
        padding: 25px 20px 15px 20px;
    }
    .mc-base-content.mc-advanced-kit-content {
        align-items: flex-start;
    }
    .mc-base-midsmall-text.mc-advanced-kit-midsmall-text, .mc-base-kit-Feature-small-text.mc-advanced-kit-small-text, .mc-base-kit-Feature-large-text.mc-advanced-kit-large-text, .joiner-learn-more.mc-advanced-kit-learn-more  {
        text-align: left !important;
    }
    span.joiner-learn-more.mc-advanced-kit-learn-more {
        width: 100%;
    }
    .benefits-content-header {
        padding: 20px 30px !important;
    }
    .sep-img-wrap-mbil img{
        width: 100%;
        margin-top: 25px;
    }
    .cirrculam-lesson-header .mc-benfits-text {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .joiner-community-main-header {
        background-image: linear-gradient(164deg , #60E3ED, #45C2CC) !important;
    }
    .product-production-content .product-text-small {
        padding: 0px 20px !important;
    }
    .mc-kids-main-header .mc-benfits-text {
        text-align: center;
    }
    .emp-bnr-img img{
        width: auto !important;
        margin: auto;
    }
    .join-maker-community-img-mble {
        width: 100%;
    }
    img.join-maker-community-img {
        display: none;
    }
    img.expand-img-sr {
        width: 100%;
    }
    .production-main-header {
        padding: 50px 20px 0px !important;
    }
    h2.home.nm-tit {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .yellow-circle-inner-content .yellow-circle-product-header {
        line-height: 27px;
    }
    .mc-base-content.mc-advanced-kit-content .mc-base-large-text {
        text-align: left !important;
    }
}

@media (min-width: 466px) and (max-width: 960px) {
    .tab-only {
        display: block;
    }
    .not-for-ninesixty.mobile-only{
        display: none !important;
    }
    .exp-edu-tit, .exp-par-tit {
        top: 25px;
        /*left: 35%;*/
        /*transform: translateX(-20%) !important;*/
    }
    section.social-updt-sec {
        background: linear-gradient(to bottom, #FFFFFF 20%, #7EEBFF 15%, #2BFFFA) !important;
    }
}

@media (max-width: 600px) {
    ul.tab-menu {
        width: 100vw;
        overflow: auto;
        white-space: nowrap;
        border-radius: 50px 0px 0px 50px;
    }
}

@media (min-width: 601px) and (max-width: 960px) {
    ul.tab-menu {
        width: 90vw;
    }    
    .tab-content img {
        width: 30%;
    }
}

@media (min-width: 769px) and (max-width: 960px) {
    .tab-contents {
        width: 65%;
        margin: 0 auto;
    }
    .learn-btm-illus-wrap {
        transform: none;
        right: 0%;
        /*bottom: -10%;*/
        top: 99%;
    }
    h3.empower {
        line-height: 45px;
        margin-bottom: 20px;
    }
    .clp-left-wrap {
        padding: 7% 5%;
    }
    section.elementor-section.clp-sec {
        padding-bottom: 0px;
    }
    .join-mak-wrap {
        padding: 1.5% 3% 1.5% 5%;
    }
    .join-mak-wrap h2 {
        font-size: 30px;
        line-height: 47px;
    }
    .features-first-layer {
        padding: 40px 0px !important;
    }
    .features-ai-second-layer {
        padding: 0px 0px 40px !important;
    }
    p.empower.wmc-desc {
        width: 60%;
    }
    .feed-inner-wrap {
        width: 90%;
    }
    .exp-edu-sd-wrap, .exp-par-sd-wrap {
        left: 7%;
        padding-right: 50px;
    }
    .text-wrapper-header h1 {
        font-size: 8em;
    }
    h2.hero-title-header {
        font-size: 8em;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .feed-inner-wrap {
        width: 80%;
        padding: 40px 25px;
    }
    a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
        margin-right: 3px;
    }
    .cwu-wrap img {
        width: 30%;
        margin: 0 auto;
        margin-bottom: 8%;
        margin-top: 8%;
    }
    .news-lm:after {
        right: 40%;
        top: 3px;
    }
    .exp-edu-tit {
        top: 15px;
        /*left: 8%;*/
        text-align: center;
    }
    .exp-par-tit {
        top: 15px;
        /*left: 13%;*/
        text-align: center;
    }
    .exp-edu-sd-wrap, .exp-par-sd-wrap {
        top: 70%;
    }
    .exp-edu-sd-wrap p, .exp-par-sd-wrap p {
        width: 90%;
        font-size: 16px;
        line-height: 20px;
    }
    h2.home {
        font-size: 30px;
    }
    section.home-news-sec {
        padding: 40px 0px 50px 40px;
    }
    span.sbi_follow_btn.sbi_custom {
        right: 45px;
    }
    ul.tab-menu {
       width: 70%; 
    }
    .tab-contents {
        width: 50%;
    }
    .learn-btm-illus-wrap {
        right: -15%;
        bottom: -9%;
    }
    .clp-left-wrap {
        padding: 5%;
    }
    section.elementor-section.clp-sec {
        padding-bottom: 0px;
    }
    .join-mak-wrap {
        padding: 1.5% 3% 1.5% 5%;
    }
    section.elementor-section.join-maker-sec {
        padding: 2% 0px;
    }
    .join-mak-wrap h2 {
        font-size: 38px;
    }
    .fly-kit-wrap, .play-kit-wrap {
        display: none;
    }
    h1.empower {
        font-size: 45px;
        width: 70%;
        padding-top: 10px;
    }
    .kid-one {
        transform: translateY(30%);
    }
    h2.learn-tit {
        font-size: 65px;
    }
    .learn-illus-wrap img {
        right: -12%;
    }
    .text-wrapper-header h1 {
        font-size: 8em;
    }
    h2.hero-title-header {
        font-size: 8em;
    }
    .disc-sec-img {
        margin-top: -70px;
    }
    .text-wrapper-header h2 {
        margin-top: -50px;
    }
    .disc-sec-cpy p {
        width: 80%;
        margin-left: 11%;
    }
    a.fiyh-lm {
        width: 80%;
        margin-left: 11%;
    }
    a.fiyh-lm:after {
        right: 50%;
    }
    .disc-sec-cpy {
        justify-content: flex-start;
        margin-top: -1%;
    }
    .two-colm.insta-feed-wrap {
       width: 50%;
    }
    .two-colm.cwu-wrap {
       width: 45%;
    }
    .joiner-community-content {
        width: 40%;
        margin-right: auto;
        padding: 20px 0px 30px;
    }
    .slick-dots {
        bottom: -25px !important;
    }
    .production-main-header {
        padding: 50px 50px 0px;
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {
    h1.empower {
        width: 65%;
    }   
    ul.tab-menu {
        width: 55%;
    }
    .tab-contents {
        width: 45%;
    }
    .learn-illus-wrap img {
        bottom: -21.5%;
        right: -10%;
        transform: scale(0.5);
    }
    .learn-btm-illus-wrap {
        bottom: -11%;
    }
    section.elementor-section.clp-sec {
        padding: 40px 0px 70px;
    }
    section.elementor-section.join-maker-sec {
        padding: 5% 0px 4%;
    }
    .join-mak-wrap {
        width: 54%;
        padding: 0% 15% 0% 5%;
    }
    .exp-edu-tit {
        top: 25px;
        /*left: 13%;*/
    }
    .exp-par-tit {
        top: 25px;
        /*left: 17%;*/
    }
    h2.home {
        font-size: 37px;
    }
    .exp-edu-sd-wrap p, .exp-par-sd-wrap p {
        width: 80%;
        line-height: 1.2;
    }
    .news-lm:after {
        right: 37%;
        top: 2px;
    }
    .feed-inner-wrap {
        width: 65%;
    }
    a.fiyh-lm:after {
        right: 55%;
    }
    .text-wrapper-header h2 {
        margin-top: -70px;
    }
    .disc-sec-img {
        margin-top: -80px;
    }
    h2.hero-title-header {
        font-size: 10em;
    }
    .text-wrapper-header h1 {
        font-size: 10em;
    }
    .disc-sec-cpy {
        margin-top: 4%;
    }
    .disc-sec-cpy p, a.fiyh-lm {
        margin-left: 95px;
    }
    .two-colm.insta-feed-wrap {
        width: 50%;
    }
    .two-colm.cwu-wrap {
       width: 45%;
    }
    .two-colm.exp-edu-wrap {
        height: 740px;
        background: #ece2d6;
    }
    .two-colm.exp-par-wrap {
        height: 740px;
        background: #000;
    }
}

@media (min-width: 1024px) and  (max-width: 1600px) {
    .why-mc-wrap h5 {
        width: 80%;
    }
    .why-mc-wrap p {
        width: 90%;
    }
    p.features-secondlayer-small-text {
        width: 90%;
    }
    p.empower.wmc-desc {
        width: 60%;
    }
    .features-first-layer {
        padding: 40px 20px !important;
    }
    .features-ai-second-layer {
        padding: 0px 20px 40px !important;
    }
}

@media (min-width: 2000px) {
    .align-bnr-img {
        justify-content: space-between;
    }
    .why-mc-sec {
        padding-top: 18%;
    }
    .kid-one img, .kid-two img, .kid-three img {
        transform: none;
        padding-top: 20px;
    }
    .kid-two img {
        transform: translateX(20%);
    }
    .fly-kit-wrap, .play-kit-wrap {
        transform: scale(0.8);
    }
    .kid-one {
        transform: translateY(39%);
    }
    .kid-two {
        transform: translateY(15%);
        z-index: 99;
    }
    .kid-three {
        transform: translateY(6%);
        z-index: 99;
    }
    .learn-illus-wrap img {
        bottom: -17%;
    }
    .learn-btm-illus-wrap {
        transform: scale(0.9);
        right: 50px;
        /*bottom: -15%;*/
        top: 99%;
    }
    section.elementor-section.join-maker-sec {
        padding: 10% 0px;
    }
    div#sb_instagram {
        height: 100% !important;
    }
    a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
        height: 500px !important;
    }
    div#sbi_images {
        height: unset !important;
        padding: 10px !important;
    }
    p.empower {
        font-size: 22px;
    }
    .why-mc-wrap h5 {
        font-size: 31px;
        line-height: 37px;
    }
    .why-mc-wrap p {
        font-size: 22px;
    }
    h3.empower {
        font-size: 45px;
    }
    p.enq-txt a {
        font-size: 22px;
    }
    .features-small-text {
        width: 70%;
    }
    h1.empower {
        width: 35%;
    }
    .disc-sec-cpy p, a.fiyh-lm, .exp-edu-sd-wrap p, .exp-par-sd-wrap p, .news-lm a {
        font-size: 20px;
    }
    .news-pub-date {
        font-size: 18px;
    }
    .news-content h3 {
        font-size: 24px;
    }
    .yellow-circle-inner-content {
        top: 111px !important;
    }
    .news-lm:after {
        left: 125px;
    }
    a.fiyh-lm:after {
        left: 130px;
        top: 5px;
    }
    ul.tab-menu {
        width: 40%;
    }
}

.home-news-sec .owl-dots {
    margin-top: 15px;
    text-align: center;
}
.home-news-sec .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.home-news-sec .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.temporary-hide {
    display: none !important;
}

.product-detail-smooth-scrolling-desktop {
    display: inline-flex;
    width: 100%;
    margin-top: 50px;
}
.product-detail-smooth-scrolling-sec {
    margin-right: 30px;
}
.product-detail-smooth-scrolling-sec-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "filson-pro", sans-serif !important;
    letter-spacing: -0.5px;
}
.product-detail-smooth-scrolling-sec-icon {
    color: #000;
    margin-left: 13px;
    background: #45c2cc;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    width: 23px;
    height: 23px;
    line-height: 1.4;
}
.product-detail-smooth-scrolling-sec-title a {
    color: #000;
}
.product-img-sec #wpgs-gallery, .product-img-sec .slick-slider {
    margin-bottom: 0px;
}
.product-header.benef {
    padding-top: 60px
}

@media (min-width: 1024px) and (max-width: 1200px) {
.product-detail-smooth-scrolling-sec-icon {
    font-size: 15px;
    width: 20px;
    height: 20px;
    margin-left: 13px;
}
.product-detail-smooth-scrolling-sec-title {
    font-size: 18px;
}
.product-detail-smooth-scrolling-sec {
    margin-right: 15px;
}
}

@media (min-width: 2000px) {
.product-detail-smooth-scrolling-sec-title {
    font-size: 24px;
}
}
@media (max-width: 768px) {
    .product-detail-smooth-scrolling {
        display: inline-flex !important;
        margin-top: 50px;
        width: 100%;
    }
    .product-detail-smooth-scrolling-desktop {
        display:none;
    }
    .product-detail-smooth-scrolling-sec {
        margin-right: 14px;
    }
    .product-detail-smooth-scrolling-sec-title {
        font-size: 17px;
    }
    .product-detail-smooth-scrolling-sec-icon {
        color: #000;
        margin-left: 10px;
    }
}