/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 
Colors

blue: #083f88
gray: #3C4142
white: #f1f1f1 
black: #191919

*/

body{
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    background-color: #f1f1f1;
    color: #191919;
}

a{
    text-decoration: none;
}
p{
    margin-bottom: 0;
}

.temppage_section{
    width: 100%;
    /* background-color: #083f88; */
    /* background-image: url('../images/slider-3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; */
    z-index: 0;
}
/* .temppage_section::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    backdrop-filter: blur(18px);
} */

.background_img{
    background-image: url('../images/slider-3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: grid;
    height: 100vh;
}

.background_img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    backdrop-filter: blur(30px);
}

.img_wrapper{
    height: 100vh;
    background-image: url('../images/bapanodungro.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-item{
    height: 100vh;
    width: 100%;
}
.slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_wrapper{
    background-color: #f1f1f1;
    padding: 50px 40px;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: -20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 3px 12px 50px rgb(0 0 0 / 20%);
    margin-top: auto;
    margin-bottom: auto;
}

.content_wrapper h1{
    font-size: 46px;
    font-weight: 700;
    padding: 10px;
    background-color: #083f88;
    color: #f1f1f1;
    max-width: fit-content;
    margin-bottom: 0px;
}

.content_wrapper h1 span{
    color: #083f88;
    background-color: #f1f1f1;
    padding: 2px 5px;
}

.icon_box{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.icon_box .icon{
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background-color: #083f88;
}

.icon_box .icon i{
    font-size: 20px;
    color: #f1f1f1;
}

.icon_box .content{
    display: flex;
    align-items: center;
    gap: 30px;
}
.icon_box .content p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    width: fit-content;
    white-space: pre-line;
    display: inline-flex;
}
.icon_box .content p a{
    color: #191919;
    transition: all 0.4s ease-in-out;
}

.icon_box .content p::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background-color: #083f88;
    transition: all 0.4s ease-in-out;
}

.icon_box .content p:hover a{
    color: #083f88;
}
.icon_box .content p:hover::after{
    width: 100%;
}
.btn_box a {
    padding: 3px 10px;
    background-color: #001d43;
    border: 1px solid #001d43;
    color: #f1f1f1;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease-in-out;
}
.btn_box a:hover{
    background-color: transparent;
    color: #191919;
}

.social_wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.social_wrapper h4{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #191919;
    margin-bottom: 0;
}
.social_links{
    display: flex;
    align-items: center;
}
.social_links .icon_box{
    margin-bottom: 0px;
    padding: 0px 15px;
}
.social_links .icon_box:nth-child(2){
    border-right: 1px solid rgb(8 63 136 / 60%);
    border-left: 1px solid rgb(8 63 136 / 60%);
}
.social_links .icon_box .icon{
    cursor: pointer;
    background-color: transparent;
    width: unset;
    height: unset;
}
.social_links .icon_box .icon i{
    font-size: 28px;
}
.social_links .icon_box .icon.insta i{
    /* color: #E4405F; */
    background: -webkit-linear-gradient(#405de6, #5851db,#833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social_links .icon_box .icon.youtube i{
    color: #FF0000;
}
.social_links .icon_box .icon.facebook i{
    color: #1877f2;
}

.coming_soon_content {
    padding-top: 25px;
    border-top: 1px solid rgb(8 63 136 / 60%);
}
.coming_soon_content h6{
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.coming_soon_content h6 span{
    font-size: 34px;
    font-weight: 700;
    background-color: #083f8824;
    color: #083f88;
    padding: 5px 30px;
    text-transform: uppercase;
}

.coming_soon_content .marquee_text p{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #083f88;
}


.logo_img_wrapper {
    width: 60%;
    max-width: 310px;
}


@media only screen and (max-width: 1300px) {
   
    .content_wrapper h1 {
        font-size: 42px;
    }
    .coming_soon_content h6 {
        font-size: 21px;
    }
    .coming_soon_content h6 span {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1199px) {
    .content_wrapper h1 {
        font-size: 36px;
    }
    .content_wrapper {
        padding: 30px 20px;
    }
    .coming_soon_content h6 span {
        font-size: 28px;
    }
    .coming_soon_content h6 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 1024px) {
    .content_wrapper h1 {
        font-size: 34px;
    }
    
}

@media only screen and (max-width: 992px) {
    
    /* .content_wrapper h1 {
        font-size: 38px;
    } */
    .icon_box{
        gap: 15px;
    }
    .icon_box .icon {
        width: 30px;
        height: 30px;
    }
    .icon_box .icon i {
        font-size: 16px;
    }
    .icon_box .content p {
        font-size: 16px;
    }
   
    .coming_soon_content h6 {
        /* font-size: 20px; */
        margin-bottom: 20px;
    }
    /* .coming_soon_content h6 span{
        font-size: 30px;
    } */
    .coming_soon_content .marquee_text p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .content_wrapper{
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        border-radius: 20px;
        width: 95%;
    }
    /* .img_wrapper{
        background-position: left center;
    } */
    .slider-item{
        height: 100%;
    }
    .background_img{
        height: 100%;
        padding: 50px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .content_wrapper{
        padding: 35px 25px;
    }
    .content_wrapper h1{
        font-size: 34px;
    }
    .coming_soon_content h6 {
        font-size: 18px;
    }
    /* .coming_soon_content h6 span {
        font-size: 28px;
    } */
    .icon_box{
        margin-bottom: 25px;
    }
    .social_wrapper{
        align-items: flex-start;
    }
    .social_links .icon_box:first-child {
        padding-left: 0;
    }
    .img_wrapper {
        height: 80vh;
    }
    .icon_box .content{
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .logo_img_wrapper {
        width: 100%;
        max-width: 230px;
    }
    .background_img {
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 400px) {
    .content_wrapper {
        padding: 30px 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .content_wrapper h1{
        font-size: 30px;
    }
    
    .coming_soon_content h6 span {
        font-size: 26px;
    }
    /* .img_wrapper {
        height: 45vh;
    } */
}