
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-size: 100% 100%, 100% 100%;
}

.header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header h1 {
    margin: 0 auto;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase; 
    letter-spacing: 3px; 
}

.flip-card p{
    font-size: 15px;
    font-weight: bold;
}

.main-content {
    padding: 50px;
    font-size: 44px;
    text-align: center;
}

.buttons form {
    text-align: center;
    margin: 50px;
}

.buttons select{
    padding: 10px;
    border: none;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
}

.buttons select {
    background-color: #fff;
    color: #000;
}

.my-button {
display: inline-block;
font-size: 16px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: white;
background-color: #0f2c43;
transition: 0.2s ease-in-out;
border: none;
cursor: pointer;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
padding: 8px 25px;
border: none;
border-radius: 20px;
background-image: linear-gradient(120deg, rgba(38, 139, 218, 0.6),  #60c2ec );
}

.my-button:hover {
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.my-button:active {
background-image: linear-gradient(120deg, rgba(38, 139, 218, 0.6), #60c2ec);
}

.flip-card {
background-color: transparent;
width: 190px;
height: 400px;
perspective: 1000px;
font-family: sans-serif;
margin: 20px;
}


.flip-card-inner {
position: relative;
width: 100%;
height: 90%;
padding: 10px;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border: 1px solid rgba(38, 139, 218, 0.6) ;
border-radius: 1rem;
}

.flip-card-front {
background: linear-gradient(120deg, #a0d3e8 60%, #b8e1ff 88%, #80c3f0 40%, rgba(38, 139, 218, 0.6) 48%);
    color: #2b3a4d;
}

.flip-card-back {
    background: linear-gradient(120deg, rgba(38, 139, 218, 0.6) 48%, #80c3f0 40%,
        #b8e1ff 88%, #a0d3e8 60%);
    color: white;
transform: rotateY(180deg);
}

.kodfun-galeri{
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap
}

#myCarousel img{
    height: 400px;
    border-radius: 18px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(38, 139, 218, 0.6) !important;
    border-radius: 50% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px !important;
    height: 30px !important;

}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    color: rgba(38, 139, 218, 0.6);
}

/*------------------------------------------------- Navbar--------------------------------------------------- */
#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
background: linear-gradient(120deg, #91d0eb, #61c0ff , rgb(38, 140, 218) 88%);
                padding: 0px !important;
}
.nav-item{
    font-size: 15px !important;
}

.navbar-brand img {
    width: 60px;
    margin-left: 0px !important;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.fa-bars {
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler {
    outline: none !important;
}
.carousel-inner{
    font-size: 30px !important;
}
/* -----------------------------banner section----------------------------- */
#banner {
    background-image: linear-gradient(120deg, #91d0eb, #61c0ff, rgb(38, 140, 218) 88%);
    color: #fff;
}

.promo-title {
    font-size: 40px;
    font-weight: 600;
    /* margin-top: 10px; */
}

#banner a {
    color: #fff;
    text-decoration: none;
}

.bottom-img {
    width: 100%;
}

.img-fluid{
    width: 100%;
}
/* -----------------------------Services Section--------------- */
#services {
    padding: 40px 0;
}

.service-img {
    width: 200px;
    margin-top: 10px;
}

.services {
    padding: 20px;
}

.services h4 {
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 18px !important;
}

.title::before {
    content: '';
    background: rgb(25, 119, 190);
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}

.title::after {
    content: '';
    background: rgb(25, 119, 190);
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
        /* margin-top: 10px; */
    display: block;
    transform: translateY(8px);
}

#services .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(120deg, rgba(38, 139, 218, 0.6), #60c2ec);

}
/* --------------------Social Media Section--------------- */
#social-media {
    background: #f8f9fa;
    padding: 100px 0;
}

#social-media p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img {
    width: 60px;
    transition: 0.5s;
}

.social-icons a:hover img {
    transform: translateY(-10px);
}
/* ---------------------footer Section------------------  */
#footer {
    background-image: linear-gradient(-30deg, #91d0eb, #61c0ff, rgb(38, 140, 218) 88%);
    color: #fff;
}

.footer-img {
    width: 100%;
}

.footer-box {
    padding: 20px;
}

.footer-box img {
    width: 120px;
    margin-bottom: 20px;
}

.footer-box .fa {
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 50%;
    background-image: linear-gradient(120deg, #91d0eb, #61c0ff, rgb(38, 140, 218) 88%);

}

.footer-box .form-control {
    box-shadow: none !important;
    border: none;
    border-radius: 6px;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary {
    box-shadow: none !important;
    border: none;
    border-radius: 6px;
    margin-top: 30px;
    background-image: linear-gradient(120deg, rgba(38, 139, 218, 0.6), #60c2ec);


}

hr {
    background-color: #fff;
}

.copyright {
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}

body {
    font-family: 'Inter', sans-serif;
    background: url('./picture/background.png') no-repeat center center fixed;
    background-size: cover;
}

h2{
    color: #1C0756;
    font-weight: 800;
    font-size: 30px;
}

.login-container {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    width: 400px;
    margin: 80px 100px auto auto; 
    text-align: center;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 0.5px solid #CDD0EF;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.button-container {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    margin-top: 20px;
}

input[type="submit"] {
    background-color: #1C0756; 
    color: white;
    border: none;
    padding: 10px 20px; 
    border-radius: 20px; 
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.toggle-link {
    font-size: 16px; 
    color: #1C0756; 
    cursor: pointer; 
    font-weight: bold;
    margin-left: 10px; 
}

.smiley-icon {
    font-size: 24px;
    cursor: pointer;
    color: #6200ea;
    margin-left: 15px;
}