@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..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');

:root{
    --color-primary: #073066;
    --color-primary2: #001d45;
    --color-primary3: #33629e;
    --color-secondary: #6291d2;
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
}

body{
    margin-top: 70px;
    font-family: "Poppins", sans-serif;
}

header{
    /* border-bottom: 1px solid #fff; */
    background-color: var(--color-primary2);
}

.nav-link{
    color: white;
}

.hero-section{
    background-image: url(../image/joe-ciciarelli-08AJKJf75kw-unsplash.jpg);
    background-size: cover;
    background-position: center;
    height: 700px;
    display: flex;
    align-items: center;
}

.hero-section::after{
    margin-top: 70px;
    content: '';
    position: absolute;
    height: 700px;
    background-color: #0000005a;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
}

.hero-section .container{
    position: relative;
    z-index: 99;
}

.carousel{
    margin-bottom: -200px;
}

.carousel img{
    position: relative;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 70px 70px 0px 0px;
}

/* .card-about{
    border-radius: 8px;
}

.card-about .card:nth-child(1){
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.card-about .card:nth-child(2){
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}

@media (min-width: 992px) {
    .card-about .card:nth-child(2){
        border-left: 0px;
        border-right: 0px;
    }
}

.card-about .card:nth-child(3){
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
} */

/* .card-about .card{
    background-color: transparent !important;
    color: white;
    border-color: var(--color-secondary) !important;
} */


.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-pagination {
    position: relative;
    margin-top: 10px
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: #c5c5c5;
    border: 0;
    opacity: 1;
    margin-right: 10px;
    border-radius: 5px
}

.swiper-pagination-bullet-active {
    background: #23A2B8;
    width: 18px
}

.swiper-button-next,.swiper-button-prev{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .4s;
}

.swiper.mySwiper:hover .swiper-button-next,.swiper.mySwiper:hover .swiper-button-prev{
	opacity: 1;
	transition: .4s;
}

@media (max-width:992px) {

	.swiper.mySwiper .swiper-button-next,.swiper.mySwiper .swiper-button-prev{
		opacity: 1;
	}
	
}

.swiper.mySwiper .swiper-button-next.swiper-button-disabled, .swiper.mySwiper .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next::after,.swiper-button-prev::after{
	background-color: #FFF;
	border: 3px solid #009B4C;
	border-radius: 5px;
	color: black;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.swiper-slide img{
	aspect-ratio: 2/1;
	object-fit: cover;
}

.card-wcy{
    background-image: url(../image/dark-section-bg-shape.png);
    background-color: var(--color-primary2);
    background-size: cover;
    background-position: center;
    padding: 50px;
    border-radius: 10px;
}

.wcy-section .container img{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    aspect-ratio: 3/1;
    object-fit: cover;
}

.portfolio-img{
    width: 100%;
    aspect-ratio: 1/1.2;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#Layanan{
    background-color: whitesmoke;
    background-image: url(../image/light-bg-section-shape.png);
    background-size: cover;
    background-position: center;
}

#Galeri{
    background-image: url(../image/dark-section-bg-shape.png);
    background-color: var(--color-primary2);
    background-size: cover;
    background-position: center;
}

.avatar{
    aspect-ratio: 1/1 !important;
    object-fit: cover;
}

.myTesti .card{
    border-right: 1px solid #c5c5c5 !important;
    border-radius: 0px;
}

.example-image{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.gallery-video-card{
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    background-color: #000;
}

.gallery-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-video{
    display: block;
}

.gallery-video-card.is-playing .gallery-video{
    display: block;
}

.gallery-video-card.is-playing .gallery-video-play{
    display: none;
}

.gallery-video-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease;
}

.gallery-video-play:hover{
    transform: translate(-50%, -50%) scale(1.07);
}

.lis-kontak{
    background-color: whitesmoke;
    border: 0px;
}

.lis-kontak .card{
    border: 0px;
}

.lis-kontak i{
    font-size: 30px;
    color: var(--color-primary3);
    transition: .5s;
}

.lis-kontak .card:hover{
    background-color: #33629e;
    color: white;
    transition: .5s;
}

.lis-kontak .card:hover i{
    color: white;
    transition: .5s;
}

/* .lis-kontak .card{
    display: flex;
    align-items: center;
    text-align: left;
} */

.ratio iframe{
    border-radius: 10px !important;
}

.radius-10{
    border-radius: 10px;
}

.btn-primary{
    background-color: var(--color-primary);
    border: 0px;
    padding: 15px 30px !important;
}

footer{
    margin-bottom: 10px;
}

footer .card-footer{
    background-image: url(../image/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 15px !important;
    color: white;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    footer .card-footer{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

footer .card-footer a{
    color: white !important;
}