.navbar {
    /* background: #5e9bbd;
    transition: top 0.3s; */
}

.navbarlomba {
    background: #fff;
    transition: top 0.3s;
}

.navbarlomba a{
 color:#021526;
}





.navbarlomba a:hover{
    color:#1E2A5E;
}

.bg-codero {
    background: #5e9bbd;
}

.font-big {
    line-height: normal;
    font-size: 4vw;
}

.font-big2 {
    line-height: normal;
    font-size: 60px;
}

.text-dark-blue {
    color: #254a6c;
}

.footer-11 {
    background: transparent;
    padding: 0 0 2em 0;
}

footer {
    padding: 7em 0;
}

.footer-10 {
    background: #fff;
    padding: 0 0 2em 0;
}

.footer-10 .border-top,
.footer-10 .border-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-10 .footer-heading {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}

.footer-10 .footer-bottom {
    font-size: 14px;
    color: #000;
}

.footer-10 .copyright {
    font-size: 12px;
    color: #000;
}

.footer-10 a:link {
    text-decoration: none;
}

.footer-10 .list-unstyled li a {
    color: #000;
}

.footer-10 .list-unstyled li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.footer-10 .ftco-footer-social li a {
    background: #ff8460;
    color: #fff;
}

.footer-10 .card-footer {
    border-radius: 25px;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: #ff8460;
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.bg-circle {
    background-image: url("../assets/images/logo/circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-origin: content-box;
}

.cloud img {
    object-fit: cover;
    /* Do not scale the image */
    object-position: top;
    /* Center the image within the element */
    width: 100%;
    max-height: 270px;
}

.cursor-pointer {
    cursor: pointer;
}

.card-rounded {
    border-radius: 35px;
}

.card-rounded-md {
    border-radius: 18px;
}

.btn-rounded {
    border-radius: 40px;
}

.bg-circle2 {
    background-image: url("../assets/images/tentang/circle2.svg");
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right top;
}

.bg-components {
    background-image: url("../assets/images/tentang/component_image.svg");
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: center;
}

.bg-tentang {
    background-image: url("../assets/images/tentang/border_tentang.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-origin: content-box;
}

.text-navy {
    color: #0e2548;
}

.bg-blue-light {
    background: #c3ecf4;
}

.bg-blue-light2 {
    background: #77abc0;
}

.bg-blue-light3 {
    background: #9cd0df;
}

.text-sea {
    color: #4b7c97;
}

@font-face {
    font-family: NerkoOne;
    src: url("../fonts/NerkoOne-Regular.ttf");
}

.font-price {
    font-family: NerkoOne;
}

.font-price2 {
    font-family: NerkoOne;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
}

.btn-contact {
    width: 125px;
    border-radius: 32px;
}

.ul-none {
    list-style: none;
}

.li-orange::before {
    content: "•";
    color: #ef6664;
    font-size: 1.3em;
    display: inline-block;
    width: 1em;
    font-weight: bolder;
    margin-left: -1.7em;
}

.carousel .carousel-control {
    visibility: hidden;
}

.carousel .carousel-indicators li.active {
    background-color: #efcc32 !important;
}

.carousel .carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
    margin-right: 6px !important;
    margin-left: 6px !important;
    border-radius: 50% !important;
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 0.1rem #efcc32;
}

.browser-window .content .carousel .carousel-indicators li.active {
    background-color: #c3ecf4 !important;
}

.browser-window .content .carousel .carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
    margin-right: 6px !important;
    margin-left: 6px !important;
    border-radius: 50% !important;
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 0.1rem #c3ecf4;
}

.browser-window .carousel-control-next, .carousel-control-prev {
    width: 3%!important;
    margin: 38px!important;
}

.swiper-pagination-bullet {
    width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 7px)
    );
    height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 7px)
    );
    margin-right: 6px !important;
    margin-left: 6px !important;
    display: inline-block;
    border-radius: 50%;
    background: var(
        --swiper-pagination-bullet-inactive-color,
        transparent
    ) !important;
    /* background-color: transparent !important; */
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5) !important;
    box-shadow: 0 0 0 0.1rem #efcc32;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: var(--swiper-pagination-color, #efcc32) !important;
}

.card-codero-home {
    left: 0;
    right: 0;
    
}


.card-body-home {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 5rem !important;
    margin-bottom: 100px;
}

.pb-20 {
    padding-bottom: 10rem !important;
    margin-bottom: 200px;
}

.pt-10 {
    padding-top: 85px;
}

.pt-20 {
    padding-top: 230px;
}

.container-md {
    max-width: 1280px !important;
    /*Set your own width %; */
}

a.none-underline {
    text-decoration: none;
}

.margin-bottom-1 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 1em;
}

.watermark-blog {
    position: absolute;
    top: 16px;
    right: 9%;
    z-index: 2;
    height: 40px;
    user-select: none;
    -webkit-user-drag: none;
    /* pointer-events: none */
}

p.p-blog {
    text-indent: 30px;
    text-align: justify;
    font-size: 18px;
}


.mt-5-home {
    margin-top: 3rem!important;
}

.mt-6-home {
    margin-top: 6rem!important;
}
.pt-5-home {
    padding-top: 3rem!important;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}


@media (min-width: 1500px) {
    .bg-line1-home {
       background-size: 5% !important;background-position: 95% 7% !important;}
   .bg-line2-home {
       background-size: 4% !important;background-position: 36% 92% !important;}
}

@media (min-width: 1670px) {
   .bg-line1-home {
      background-size: 5% !important;background-position: 91% 6% !important;}
  .bg-line2-home {
      background-size: 4% !important;background-position: 38% 95% !important;}
}

@media (min-width: 800px) {
   .card-codero-home {
       position: absolute;top: -400px;}
   .margin-4 {
       margin-left: 4rem !important;margin-right: 4rem !important;}
   .pt-100 {
       padding-top: 60px;}
   .pt-10 {
       padding-top: 110px;}
   .pb-100 {
       padding-bottom: 550px;}
   .pb-100-home {
       padding-bottom: 450px;}

}

@media (min-width: 765px) and (max-width: 800px) {
   .card-codero-home {
       position: absolute;top: -700px;}
   .pb-100 {
       padding-bottom: 425px;}
   .pt-100 {
       padding-top: 94px;}
   p.p-blog {
       text-align: justify;font-size: 13px;}
}

@media (min-width: 700px) and (max-width: 765px) {
   .card-codero-home {
       position: absolute;top: -700px;}
   .pb-100 {
       padding-bottom: 1228px;}
   .pt-100 {
       padding-top: 94px;}
   .pb-100-home {
       padding-bottom: 726px;}
   .pt-20 {
       padding-top: 600px;}
   p.p-blog {
       text-align: justify;font-size: 13px;}
}

@media (min-width: 600px) and (max-width: 700px) {
   .card-codero-home {
       position: absolute;top: -720px;}
   .pb-100 {
       padding-bottom: 1200px;}
   .pt-100 {
       padding-top: 68px;}
   .pb-100-home {
       padding-bottom: 726px;}
   .pt-20 {
       padding-top: 600px;}
   .img-fluid-home {
       border-radius: 15px;}
   p.p-blog {
       text-align: justify;font-size: 13px;}
}

@media (min-width: 450px) and (max-width: 600px) {
   .card-codero-home {
       position: absolute;top: -720px;}
   .pb-100 {
       padding-bottom: 1100px;}
   .pt-100 {
       padding-top: 181px;}
   .pt-20 {
       padding-top: 600px;}
   .pb-100-home {
       padding-bottom: 726px;}
   .mt-5-home {
       margin-top: 0rem!important;}
   .pt-5-home {
       padding-top: 0rem!important;}
   .img-fluid-home {
       border-radius: 15px;}
   .watermark-blog {
       position: absolute;top: 16px;right: 9%;height: 32px;}
   p.p-blog {
       text-align: justify;font-size: 12px;}
   .watermark-blog {
       position: absolute;top: 16px;right: 9%;height: 32px;}
   p.p-blog {
       text-align: justify;font-size: 12px;}
}

@media (min-width: 400px) and (max-width: 450px) {
   .card-codero-home {
       position: absolute;top: -700px;;}
   .pb-100 .pt-5 {
       padding-top: 1.5px !important;}
   .pb-100 .mt-5 {
       margin-top: 0.5rem !important;}
   .pt-10 {
       padding-top: 107px;}
   .bg-rectangle-home {
       background-size: 82% !important;background-position: 186% 21% !important;}
   .bg-line1-home {
       background-size: 12% !important;background-position: 99% 45% !important;}
   .bg-line2-home {
       background-size: 10% !important;background-position: 3% 94% !important;}
   .pb-100 {
       padding-bottom: 1100px;}
   .pt-100 {
       padding-top: 120px;}
   .img-fluid-home {
       border-radius: 15px;}
   .watermark-blog {
       position: absolute;top: 16px;right: 9%;height: 29px;}
   p.p-blog {
       text-align: justify;font-size: 12px;}
   .pb-100-home {
       padding-bottom: 726px;}
   .mt-5-home {
       margin-top: 0rem!important;}
   .pt-5-home {
       padding-top: 0rem!important;}
}

@media (max-width: 400px) {
   .card-codero-home {
       position: absolute;top: -700px;;}
   .pb-100 .pt-5 {
       padding-top: 1.5px !important;}
   .pb-100 .mt-5 {
       margin-top: 0.5rem !important;}
   .pt-10 {
       padding-top: 107px;}
   .bg-rectangle-home {
       background-size: 82% !important;background-position: 186% 21% !important;}
   .bg-line1-home {
       background-size: 12% !important;background-position: 99% 41% !important;}
   .bg-line2-home {
       background-size: 10% !important;background-position: 3% 94% !important;}
   .pb-100 {
       padding-bottom: 1110px;}
   .pb-100-home {
       padding-bottom: 726px;}
   .mt-5-home {
       margin-top: 0rem!important;}
   .pt-5-home {
       padding-top: 0rem!important;}
   .pt-100 {
       padding-top: 52px;}
   .img-fluid-home {
       border-radius: 15px;}
   .watermark-blog {
       position: absolute;top: 16px;right: 11%;height: 26px;}
   p.p-blog {
       text-align: justify;font-size: 11px;}
}

.bg-orange {
    background-color: #fcbb4d;
}

.back_card {
    backface-visibility: hidden;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
}

.bg-cardkurikulum {
    background-color: #f2f2f2;
}

.front_card {
    backface-visibility: hidden;
    z-index: 2;
    transform: rotateY(0deg);
}

.flipper {
    transition: 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

ul.kurikulum {
    list-style-type: none;
    position: relative;
}

ul.kurikulum:before {
    content: " ";
    display: inline-block;
    position: absolute;
    margin-top: 18px;
    border: dashed;
    border-color: lightgrey;
    left: 20px;
    border-width: 1px;
    height: calc(100% - 30px);
    z-index: 400;
}

ul.kurikulum > li {
    margin: 20px 0;
    font-size: 20px;
}

ul.kurikulum > li:before {
    content: " ";
    background: #b2b2b2;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px double white;
    margin-top: 10px;
    left: 15px;
    width: 12px;
    height: 12px;
    z-index: 400;
}

.footer-10 .row-footer {
    background-image: url("../assets/images/footer/vector.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 1em;
}

.bg-rectangle1 {
    background-image: url("../assets/images/tentang/Rectangle1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-rectangle2 {
    background-image: url("../assets/images/tentang/Rectangle2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-rectangle3 {
    background-image: url("../assets/images/tentang/Rectangle3.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-rectangle4 {
    background-image: url("../assets/images/tentang/Rectangle4.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-codero2 {
    background-color: #254a6c;
}

.img-thumbnail {
    position: absolute !important;
    z-index: 0;
}

.layer {
    position: relative;
    z-index: 0;
}

.text-blue-ocean {
    color: #0261aa;
}

.bg-navy {
    background: #254a6c;
}

/*.nav-item .active {
    background: #366281 !important;
}*/

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #b2b2b2;
}

.separator:not(:empty)::before {
    margin-right: 0.25em;
}

.separator:not(:empty)::after {
    margin-left: 0.25em;
}

.input:focus {
    outline: none !important;
    background-color: white;
    border: 1px solid #0261aa;
    box-shadow: 4px -4px 15px rgba(27, 107, 255, 0.3),
        -4px 4px 15px rgba(27, 107, 255, 0.3);
}

.input {
    background-color: white;
}

.avatar-team {
    position: relative !;
    height: 350px;
}

.btn-team {
    position: relative !important;
    top: 30px;
}

.fw-bold2 {
    font-weight: 600 !important;
}

.fw-bold3 {
    font-weight: 500 !important;
}

.fs-11 {
    font-size: calc(4vw) !important;
}

.bg-tentang {
    background-image: url("../assets/images/blog/border_tentang.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-origin: content-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next {
    background-image: url("../assets/images/blog/next.png");
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    background-size: 41px;
    width: 50px !important;
}

.swiper-button-prev {
    background-image: url("../assets/images/blog/back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    background-size: 42px;
    width: 50px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: auto !important;
    right: 70px !important;
    top: 33px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: 33px !important;
}

.browser-window .content .carousel-control-next {
    right: -34px;
}

.browser-window .content .carousel-control-prev {
    left: -33px;
}

.browser-window .content .carousel-control-next-icon {
    background-color: #000 !important;
}

.browser-window .content .carousel-control-prev-icon {
    background-color: #000 !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.bg-rectangle-home {
    background-image: url("../assets/images/home/rectangle.svg");
    background-repeat: no-repeat;
    background-size: 42%;
    background-position: 113% 20%;
}

.bg-line1-home {
    background-image: url("../assets/images/home/line1.svg");
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 93% 8%;
}

.bg-line2-home {
    background-image: url("../assets/images/home/line2.svg");
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: 37% 92%;
}

.browser-window {
    text-align: left;
    width: 100%;
    height: 552px;
    display: inline-block;
    border-radius: 5px;
}

.browser-window .top-bar {
    height: 42px;
    border-radius: 10px 10px 0 0;
    border-top: thin solid #eaeae9;
    border-bottom: thin solid #dfdfde;
    background: linear-gradient(#e7e7e6, #e2e2e1);
}

.browser-window .circles {
    margin: 12px 19px;
}

.browser-window .circle {
    height: 11px;
    width: 11px;
    display: inline-block;
    border-radius: 50%;
    margin: 2px;
}

.browser-window .circle-red {
    background-color: #ff8460;
}

.browser-window .circle-yellow {
    background-color: #f5dd63;
}

.browser-window .circle-green {
    background-color: #5fd376;
}

.browser-window .content {
    margin: 0;
    width: 100%;
    min-height: 69%;
    display: inline-block;
    border-radius: 0 0 10px 10px;
    background-color: #000000;
}

.card-class {
    border-radius: 60px 60px 20px 20px;
    width: 100%;
    height: 550px;
    position: relative;
}

.card-myclass {
    border-radius: 60px 60px 20px 20px;
    width: 100%;
    height: 500px;
    position: relative;
}

.card-image {
    border-radius: 60px 60px 0 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
}

.slideout-anim-wrap span {
    display: block;
}

.slideout-anim-wrap,
.slide-anim-text {
    transition: 0.2s;
}

.slideout-anim-wrap {
    height: 30px;
    font: normal normal 500 1em/4em;
    overflow: hidden;
    width: auto;
}

.slide-anim-text {
    margin-top: 0em;
}

.slideout-anim-wrap:hover .slide-anim-text {
    margin-top: -5em;
}

.text-navy-primary {
    color: #366281;
}

.card .card-footer {
    display: block;
    justify-content: space-between;
    border-top: 1px solid #c3ecf4;
}

.hr {
    margin: 0em 0 !important;
}

.btn-class {
    background-color: #77abc0;
    color: #fff;
}

.btn-class:hover {
    background-color: #4b7c97;
    color: #fff;
}

.modal .modal-content .modal-content-scroll::-webkit-scrollbar {
    width: 10px;
}

.modal .modal-content .modal-content-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgb(255, 255, 255);
    border-radius: 10px;
}

.modal .modal-content .modal-content-scroll::-webkit-scrollbar-thumb {
    background: rgba(197, 194, 194, 0.8);
    opacity: 0.6;
    border-radius: 10px;
}

.modal .modal-content .modal-content-scroll::-webkit-scrollbar-thumb:hover {
    background: rgb(217, 215, 215);
}

.fs-11 {
    font-size: calc(4vw) !important;
}

/* .browser-window .content .carousel-indicators {
    margin-bottom: -1rem;
} */
.bg-yellow-light {
    background-color: #f5dd63;
    font-size: calc(4vw)!important;
}

.btn.btn-pill {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.ms-20 {
    margin-left: 120px !important;
}

#pinterest-container > span {
    width: 100% !important;
    overflow: hidden;
}

#pinterest-container > span > span > span > span {
    min-width: 0;
}

/*.iframeYT {
    pointer-events: none;
}*/
