@font-face {
    font-family: 'MYRIADPRO';
    src: url('/assets/font/MYRIADPRO-REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}
 @font-face {
    font-family: 'MYRIADPRO';
    src: url('/assets/font/MYRIADPRO-BOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}
.gradient1 {
    background: radial-gradient(circle at top right,#be4884 0%,#1d2154 50%);

	}
	.gradient2 {
        background: radial-gradient(circle at top right,#198b8e 0%,#1d2154 50%);
	}
	.gradient3{
        background: radial-gradient(circle at top right,#fbc561 0%,#e07757 50%);
	}
	.gradient4 {
        background: radial-gradient(circle at top right,#be4884 10%,#1d2154 100%);
	}
	.gradient5 {
		background: radial-gradient(
			73.22% 73.22% at 50% 50%,
			#5fc0b3 0%,
			#1183b1 100%
		);
	}

	.gradient6 {
		background: radial-gradient(
			73.22% 73.22% at 50% 50%,
			#52c797 0%,
			#1a8b8e 100%
		);
	}

	.gradient7 {
		background: radial-gradient(
			73.22% 73.22% at 50% 50%,
			#f5b35f 0%,
			#e07858 100%
		);
	}
    .gradient8 {
        background: linear-gradient(292.72deg, #198B8E -19.52%, #1D2154 58.07%);
        /* background: radial-gradient(circle at bottom right,#198B8E 10%,#1d2154 100%); */
    }
    .gradient9 {
        background: linear-gradient(292.72deg, #4EC297 -19.52%, #1A8B8E 58.07%);
    }
    .gradient10 {
        background: radial-gradient(118.85% 121.74% at 118.85% -21.74%, #65DB9A 0%, #198B8E 75.29%) ;
        }
    .gradient11 {
        background: radial-gradient(118.85% 121.74% at 118.85% -21.74%, #198B8E 0%, #1D2154 75.29%);
    }
    .gradient12 {
        background: radial-gradient(127.06% 170.14% at 118.85% -21.74%, #65DB9A 0%, #198B8E 75.29%);
    }
        .gradient13 {
        background: linear-gradient(90deg, #F9A76C 0%, #FBC164 100%);
    }
        .bg-who-1{
        background: radial-gradient(114.13% 177.29% at 146.4% 0%, #FBC561 0%, #E07757 75.29%);
    }
    .bg-who-2{
        background: radial-gradient(349.66% 302.34% at 57.94% -114.61%, #FBC561 0%, #E07757 75.29%);
    }
        .nav-item.dropdown.dropdown-mega {
            position: static;
        }

        .nav-item.dropdown.dropdown-mega .dropdown-menu {
            width: 90%;
            top: auto;
            left: 5%;
        }

        .nav-item.dropdown.dropdown-medium {
            position: static;
        }

        .nav-item.dropdown.dropdown-medium .dropdown-menu {
            width: 45%;
            top: auto;
            /* left: 5%; */
        }

        .sticky-top.navbar-dark .navbar-nav .nav-link {
            /* padding: 20px 0; */
            color: #ffffff;
        }

        .hero1 {
            /*margin-top: 100px;*/
        }

        @media (min-width: 992px) {
            .navbar-dark {
                background: #1d2154;
                /*background: transparent;*/
            }
        }

        @media (min-width: 992px) {
            .sticky-top .navbar-dark {
                position: fixed;
                background: #1d2154;
            }
        }

        /* untuk tablet dan smartphone */

        @media (max-width: 992px) {
            .navbar-dark .navbar-nav .nav-link {
                margin-left: 5px;
            }

            .dropdown-toggle::after {
                float: inline-end;
                margin-top: 10px;
            }

            .hero1 {
                margin-top: 0px;
            }

            .navbar-dark {
                background: #1d2154;
            }

            .navbar-dark .navbar-nav .nav-link,
            .navbar-dark .navbar-nav .nav-link.show,
            .sticky-top.navbar-dark .navbar-nav .nav-link {
                padding: 10px 0;
                color: #fff;
            }

            .nav-item.dropdown.dropdown-mega .dropdown-menu {
                width: 100%;
                top: auto;
                left: 5%;
            }

            .navbar-collapse {
                margin-top: 10px;
            }

            .sec3-kiri {
                position: relative !important;
                width: 100% !important;
            }

            .sec3-image {
                width: 100% !important;
                margin-top: -30px !important;
            }

			.box .anak2 {
				display : block !important;
			}

			.box .v-title {
				display : none !important;
			}

			.hero-search {
				margin-top : 20px !important;
			}

			.hero-kiri {
				position: relative;
				margin-top: 20px !important;
				margin-left: 0px;
				/*color: #ffffff;*/
    /*            font-family: MyriadPro-Regular, sans-serif;*/
				/*font-size: 48px;*/
				/*font-weight: 400;*/
				/*line-height: 58px;*/
				/*text-align: center !important;*/
			}

			.hero-kanan {
				width: 100%;
				margin: 0px auto;
				display: flex;
				flex-direction: column;
				padding: 0px !important;
			}

			.box-article {
				margin-top : 30px !important;
				border-radius: 1.1em;
                height: 500px;
                width: 500px;
				margin-left: 0px !important;
				box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
				position: relative;

			}
			.anak1 {
				border-radius: 1.1em !important;
			}

			.wwd-title , .wwd-subtitle , .wwd-content , .wwd-button {
				text-align: center !important;
			}

			.veda-center {
				text-align: center !important;
			}

			.sepasi-nav{
				display :none !important;

			}
			 .header-logo {
                height: 79px;
            }



        }

        @media (min-width: 1200px) {
            /*.navbar-brand {*/
            /*    margin-left: 8rem !important;*/
            /*}*/

            /*.navbar-lang {*/
            /*    margin-right: 8rem !important;*/
            /*}*/

            .header-logo {
                /*height: 79px;*/
                width: 225.89px;
            }
        }

		.btn-veda {
            font-family: 'MYRIADPRO', sans-serif;
			padding: 15px 45px 15px 45px;
			border-radius: 50px 50px 50px 50px;
			background: #11577a;
			color: #fff;
            font-size: 18px;
            font-weight: 600;
            line-height: 21.6px;
            text-align: center;
			background: rgb(34,193,195);

			/*
			background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(12,77,94,1) 100%);
			*/

		}
        @media (min-width: 992px) {
            /*.navbar-brand {*/
            /*    margin-left: 4rem !important;*/
            /*}*/

            /*.navbar-lang {*/
            /*    margin-right: 4rem !important;*/
            /*}*/

            .header-logo {
                /*height: 79px;*/
                width: 225.89px;
            }

            .sticky-top {
                position: fixed;
                background: #1d2154 !important;
            }
        }

        @media (max-width: 768px) {
            .header-logo {
                height: 50px; /* Adjust as needed for better visibility on mobile */
            }

            .sticky-top {
                position: fixed;
                background: #1d2154 !important;
            }

            /* Additional mobile-specific styles can go here */
            .navbar {
                flex-direction: column;
            }

            .navbar-nav {
                flex-direction: column;
            }

            .navbar-toggler {
                margin-right: 1rem;
            }
            .nav-item.dropdown.dropdown-medium .dropdown-menu {
                width: 100%;
                top: auto;
                /* left: 5%; */
            }
        }

        .hero-kiri {
            margin-top: 100px;
            margin-left: 0px;
            position: relative;
        }

        /* Base Styles */
        .hero-search {
            position: relative; /* or position: absolute; if you need to position it relative to its containing block */
            width: 370px;
            height: 104px;
            margin-top: 10px;
            z-index: 10; /* Adjust the value as needed to ensure it is higher than other elements */
        }

        .hero-btn-search {
            width: 80px;
            height: 80px;
        }

        .d-show {
            display: none !important;
        }

        @media (max-width: 1400px) {
            .hero-search {
                width: 400px;
                height: 122px;
            }
            .hero-btn-search {
                width: 93px;
                height: 93px;
            }
        }

        @media (max-width: 1200px) {
            .hero-search {
                width: 350px;
                height: 104px;
            }
            .hero-btn-search {
                width: 80px;
                height: 80px;
            }
        }

        @media (max-width: 992px) {
            .hero-search {
                width: 100%;
                height: 87px;
            }
            .hero-btn-search {
                width: 66px;
                height: 66px;
            }
        }

        @media (max-width: 768px) {
            .hero-search {
                height: 70px;
            }
            .hero-btn-search {
                width: 53px;
                height: 53px;
            }
        }

        @media (max-width: 576px) {
            .hero-search {
                height: 52px;
            }
            .hero-btn-search {
                width: 40px;
                height: 40px;
            }
        }


        @media (max-width: 800px) {
            .box {
                flex-direction: column;
            }
        }

        .box {
            flex: 1;
            transition: 1s;
            flex-direction: row;
        }

        .box-active {
            flex: 4;
            margin-left: 0px;
        }

        .box:hover {
            flex: 4;
        }

        .box .anak {
            height: 296px;
        }

        .box .fill {
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
        }

        .box .hehe {
            width: 139px;
            height: 296px;
        }

        .learn-more:hover {
            color: #fff !important;
			background: rgb(34,193,195);
			background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(38,121,135,1) 80%);
        }

        .box .hore {
            display: none;
        }

        .box .hore .active {
            display: block;
        }

        .wwdk:hover>.wwdk-item {
            background-color: #2f3132 !important;
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        }

        .hero-kanan {
            width: 100%;
            /* margin: 0px auto; */
            display: flex;
            justify-content: space-between;
            /* padding: 20px; */
        }

        .box-valoka {
            border-radius: 1.1em;
            height: 500px;
            width: 500px;
            position: relative;
        }

        .box-article {
            border-radius: 1.1em;
            /* height: 100%; */
            height: 500px;
            width: 500px;
            margin-left: 30px;
            position: relative;
        }

        .bg-valoka {
            position: absolute;
            background-position: center;

            background-repeat: no-repeat;

            border-top-left-radius: 1.1rem;
            border-top-right-radius: 1.1rem;

            margin-top: -1px;
        }

        .v-title {
            font-size: 30px;
            font-weight: 400;
            line-height: 40px;
            text-align: left;
            color: #fff;
            height: 280px;
            position: absolute;
            bottom: 50px;
            right: 0px;
        }

        .box .h-title {
            width: 193px;
            position: absolute;
            height: 28px;
            margin-top: 14px;
            margin-left: 40px;
            color: #fff;
            font-size: 24px;
            font-weight: 400;
            line-height: 28px;
            text-align: left;
        }

        .v-title .v-transform {
            position: absolute;
            bottom: 120px;
            right: -120px;
            width: 300px;
            transform: rotate(-90deg);
            color: #fff;
        }

        .box .anak1 {
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            border-top-left-radius: 1.01rem;
            border-top-right-radius: 1.01rem;
			width: 100%;
            height: 240px;
            /* box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5); */
        }

        .box .anak2 {
            height: 294px;
            border-bottom-left-radius: 1.1rem;
            border-bottom-right-radius: 1.1rem;
            background: transparent;
        }

        .box .anak2 .footer-info {
            position: absolute;
            height: 160px;
            margin-top:  60px;
            margin-left: 40px;
            color: #fff;
            font-size: 27px;
            font-weight: 700;
            line-height: 40px;
            text-align: left;
            overflow: hidden;
            margin-right: 30px;
        }

		.btn-circle.btn-xl {
			width: 70px;
			height: 70px;
			padding: 10px 16px;
			border-radius: 35px;
			font-size: 24px;
			line-height: 1.33;
		}

		.btn-circle {
			width: 30px;
			height: 30px;
			padding: 6px 0px;
			border-radius: 15px;
			text-align: center;
			font-size: 12px;
			line-height: 1.42857;
		}
		/* Image hover */
		div.image-block:hover img {
			transform: scale(1.1);
			transition: all 0.3s ease;
		}
		div.image-block img {
			transition: all 0.3s ease;
		}




	.text-justify{text-align:justify !important;}

	.mt-10 {
		margin-top:50px;
	}
    .mb-10 {
		margin-bottom:50px;
	}

    .dropdown-item {
        font-family: 'MYRIADPRO', sans-serif;
        font-weight: 400;
        padding: .5rem 1rem !important;
        margin: 2px;
        color: #fff;
        white-space: normal;
        word-wrap: break-word;
        font-size: 14px;
        line-height: 16.8px;
        letter-spacing: 2%;
        position: relative;
    }

    .dropdown-item span {
        position: relative;
        display: inline-block;
    }

    .dropdown-item span::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px; /* Adjust as needed to position the line */
        width: 0;
        height: 2px;
        background-color: #F7A16C;
    }

    .dropdown-item:hover span::after {
        width: 100%;
    }

    .dropdown-item:hover {
        background: transparent;
        color: #F7A16C;
    }

    .dropdown-menu {
        border: 0px;
        border-radius: 0px;
        background-color: #1d2154;
    }



	@media (min-width: 992px) {
		.navbar-dark .navbar-nav .nav-link::before {
			height: 2px;
			bottom: 0px;
		}

	}

	.navbar-dark .navbar-toggler {
		color: #ffffff !important;
		border-color: #6c757d !important;
	}
    .gallery {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .img-box {
        width: 158px;
        height: 520px;
        /* margin: 10px; */
        border-radius: 20px;
        position: relative;
        overflow: hidden;
        transition: 0.5s;
    }

    .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-box p {
        color: white;
        position: absolute;
        bottom: 0;
        left: 30px;
        opacity: 0;
        transition: bottom 0.5s, opacity 0.5s;
    }

    .img-box .title {
        position: absolute;
        bottom: 180px;
        right: -120px;
        width: 300px;
        transform: rotate(-90deg);
        color: #fff;
        opacity: 1;
    }

    .img-box:hover {
        cursor: pointer;
    }

    .img-box:hover p {
        opacity: 1;
        bottom: 25px;
    }

    .imgs-active {
        width: 500px;
    }

    .imgs-active .title {
        opacity: 0;
    }

    .imgs-active p {
        opacity: 1;
        bottom: 25px;
    }

    /* Responsive Styles */
    /* @media (max-width: 2000px) {
        .img-box {
            width: 200px;
            height: 650px;
        }

        .img-box .title {
            bottom: 250px;
        }

        .imgs-active {
            width: 650px;
        }
    }

    @media (max-width: 1800px) {
        .img-box {
            width: 180px;
            height: 585px;
        }

        .img-box .title {
            bottom: 225px;
        }

        .imgs-active {
            width: 585px;
        }
    }

    @media (max-width: 1600px) {
        .img-box {
            width: 170px;
            height: 552px;
        }

        .img-box .title {
            bottom: 210px;
        }

        .imgs-active {
            width: 552px;
        }
    } */

    @media (max-width: 1400px) {
        .img-box {
            width: 165px;
            height: 535px;
        }

        .img-box .title {
            bottom: 200px;
        }

        .imgs-active {
            width: 535px;
        }
    }

    @media (max-width: 1200px) {
        .img-box {
            width: 158px;
            height: 520px;
        }

        .img-box .title {
            bottom: 180px;
        }

        .imgs-active {
            width: 520px;
        }
    }

    @media (max-width: 992px) {
        .img-box {
            width: 460px;
            height: 460px;
        }

        .img-box .title {
            bottom: 160px;
        }

        .imgs-active {
            width: 460px;
        }
    }

    @media (max-width: 768px) {
        .img-box {
            width: 395px;
            height: 395px;
        }

        .img-box .title {
            bottom: 140px;
        }

        .img-box p {
            left: 20px;
        }

        .imgs-active {
            width: 395px;
        }
    }

    @media (max-width: 576px) {
        .img-box {
            width: 272px;
            height: 368px;
            margin: 0;
        }

        .img-box .title {
            bottom: 120px;
            right: -90px;
            width: 250px;
        }

        .img-box p {
            left: 15px;
            opacity: 1;
        }

        .imgs-active {
            width: 272px;
        }
    }

