
    @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

    .header-7-2 .navbar-light .navbar-nav .nav-link {
        font: 400 0.75rem/1rem "Inter", sans-serif;
        letter-spacing: 0.1em;
        color: #2c3a4f;
        transition: 0.3s;
    }

    .header-7-2 .navbar-light .navbar-nav .nav-link.active,
    .header-7-2 .navbar-light .navbar-nav .nav-link:hover {
        font-weight: 600;
    }

    .header-7-2 .header-sticky.scrolled {
        background-color: #fff !important;
        transition: background-color 200ms linear, box-shadow 300ms linear;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
    }

   

    .header-7-2 .navbar {
        padding: 1.5rem 2rem;
    }

    .header-7-2 button:focus {
        outline: none;
    }

    .header-7-2 .btn-how {
        font: 400 1rem/1.5rem Poppins, sans-serif;
        padding: 1rem 2.25rem;
        border-radius: 999px;
        border: 1px solid #34B3FF;
        color: #34B3FF;
        transition: 0.2s;
    }
    .header-7-2 .btn-how:hover {
        border: 1px solid #34B3FF;
        color: #ffffff;
        background-image: linear-gradient(#34B3FF, #93d3f8);
        border-color: #34B3FF;
        transition: 0.2s;
    }
    

    .header-7-2 .title-font {
        font: 600 3rem/2.5 "Inter", sans-serif;
        letter-spacing: -0.025em;
        color: #113873;
        margin-bottom: 1rem;
        margin-top: 1rem;
        text-align: left;
    }

    .header-7-2 .caption-font {
        font: 400 1rem/1.5rem Poppins, sans-serif;
        font-size: 1rem;
        line-height: 2rem;
        letter-spacing: 0.05em;
        margin-bottom: 2rem;
        color: #6681a9;
        text-align: left;
    }

    .header-7-2 .carousel-number {
        z-index: 10;
        position: absolute;
        font-weight: 800;
        font-size: 9rem;
        bottom: 0rem;
        color: #253753;
        right: 0px;
    }

    .header-7-2 .rectangle {
        z-index: 10;
        position: absolute;
        top: 2.25rem;
        right: 0px;
    }

    .header-7-2 .owl-carousel .owl-nav button.owl-next,
    .header-7-2 .owl-carousel .owl-nav button.owl-prev {
        padding: 14px !important;
    }

    .header-7-2 .owl-carousel .owl-nav button.owl-prev {
        background-color: #f8fcfe;
    }

    .header-7-2 .owl-carousel .owl-nav button.owl-next {
        background-color: #def7ff;
    }

    .header-7-2 .owl-theme .owl-nav button.owl-prev:hover {
        background-color: #def7ff;
    }

    .header-7-2 .owl-theme .owl-nav button.owl-next:hover {
        background-color: #a8e8fd;
    }

    .header-7-2 .carousel-img {
        height: 620px;
        width: auto !important;
    }

    .header-7-2 .owl-theme .owl-nav [class*="owl-"] {
        margin: 5px 5px 5px 16px;
    }

    .header-7-2 .main {
        padding: 2rem 2rem 4rem;
    }

    .header-7-2 .left-col {
        margin-bottom: 3rem;
    }

    @media (min-width: 278px) 
    {
        .header-7-2 .carousel-img {
            margin-left: auto;
            margin-right: auto;
            width: 100% !important;
            height: auto;
            border-radius: 20px;
        }
        .header-7-2 .title-font {
            font: 600 1.5rem/1.5 "Inter", sans-serif;            
            color: #113873;                        
            text-align: center;            
        }
    
        .header-7-2 .caption-font {
            font: 400 0.75rem/1rem Poppins, sans-serif;            
            line-height: 1.2rem;
            letter-spacing: 0.05em;
            margin-bottom: 2rem;
            color: #6681a9;
            text-align: center;
        }

        .header-7-2 .card{
            border-radius: 20px;
            padding: 0.25rem;
            width: 100%;
            height: 100%;
        }
        .header-7-2 .card iframe{
            border-radius: 20px;
            width: 100%;
            height: 230px;
        }
    }

    @media (min-width: 576px) {
        .header-7-2 .title-font {
            font: 800 3rem/1.25 "Inter", sans-serif;
        }
    }

    @media (min-width: 768px) {
        .header-7-2 .main {
            padding: 2rem 4rem 4rem;
        }

        .header-7-2 .left-col {
            margin-bottom: 6rem;
        }

        .header-7-2 .title-font {
            margin-top: 2rem;
        }

        .header-7-2 .caption-font {
            margin-bottom: 4rem;
        }
        .header-7-2 .card{
            border-radius: 20px;
            padding: 1rem;
            width: 100%;
        }
        .header-7-2 .card iframe{
            border-radius: 20px;
            width: 100%;
        }
    }

    @media (min-width: 992px) 
    {
        .header-7-2 {
            background-image: url("http://api.elements.buildwithangga.com/storage/files/2/assets/Header/Header7/Header-7-9.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .header-7-2 .navbar {
            padding: 1.5rem 3rem;
        }

        .header-7-2 .main {
            padding: 2rem 4rem 5rem 7rem;
        }

        .header-7-2 .left-col {
            margin-bottom: 0rem;
        }

        .header-7-2 .title-font {
            font: 600 3rem/3.5rem "Inter", sans-serif;
            letter-spacing: -0.025em;
            color: #113873;
            margin-bottom: 2rem;
            margin-top: 2rem;
            text-align: left;
        }
    
        .header-7-2 .caption-font {
            font: 400 1rem/1.5rem Poppins, sans-serif;
            font-size: 1rem;
            line-height: 2rem;
            letter-spacing: 0.05em;
            margin-bottom: 2rem;
            color: #6681a9;
            text-align: left;
        }

        .header-7-2 .owl-theme .owl-dots,
        .header-7-2 .owl-theme .owl-nav {
            position: absolute;
            bottom: -45px;
            left: -119px;
        }

        .header-7-2 .carousel-number {
            bottom: 2.25rem;
        }

        .header-7-2 .owl-carousel .owl-nav button.owl-next,
        .header-7-2 .owl-carousel .owl-nav button.owl-prev {
            padding: 30px !important;
        }
        .header-7-2 .carousel-img {
            margin-left: auto;
            margin-right: auto;
            width: 100% !important;
            height: auto;
            border-radius: 20px;
        }
        .header-7-2 .owl-carousel button{
            margin-top: -50px;
            /* background-color: #69315e; */
        }
        .header-7-2 .card{
            border-radius: 20px;
            padding: 1rem;
            width: 100%;
        }
        .header-7-2 .card iframe{
            border-radius: 20px;
            width: 100%;
            height: 100%;
        }
    }

    

    @media (min-width: 1280px) {

        .header-7-2 .carousel-img {
            margin-left: auto;
            margin-right: auto;
            width: 80% !important;
            height: auto;
            border-radius: 20px;
        }
        .header-7-2 .owl-carousel button{
            margin-top: 10px;
            /* background-color: #69315e; */
        }
        .header-7-2 .owl-carousel .item{
            margin-top: 10px;
            padding: 20px;            
        }
        
    }

    @media (max-width: 1024px) {

    
        .header-7-2 .carousel-img {
            margin-left: auto;
            margin-right: auto;
            width: 100% !important;
            height: auto;
        }

        .header-7-2 .owl-carousel button{
            margin-top: 10px;
            /* background-color: #69315e; */
        }
        .header-7-2 .owl-carousel .item{
            margin-top: 0px;
            padding: 20px;            
        }
    }
