@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

* {
    font-family: 'Poppins', 'Courier New', Courier, monospace;
    scroll-behavior: smooth;
}

.judul{
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    /* identical to box height */

    text-transform: capitalize;
}
.text_information{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.015em;
    text-transform: capitalize;

}
.text_padding_1{
    padding: 16px 0px ;
}
.heading_text1{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;
    text-align: center;
}
.heading_text2{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.heading_text3{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.subjudul{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    /* identical to box height */

    text-align: center;
    text-transform: capitalize;
}
.text_keterangan{
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: center;
text-transform: capitalize;
}

.popup_screen{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    display: none;
}
.popup_box{
   
    position: relative;
    width: 600px;
    height: 400px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0 0 0 / 20%);
    display: flex;
}
.popup_box .imgbox{
    position: relative;
    width: 300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_box .imgbox::before{
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: #e7ffe0;
    border-radius: 50%;
}
.popup_box .imgbox img{
    position: relative;
    max-width: 250px;
    z-index: 1;
}
.popup_box .content{
    color: #050A30;
    position: relative;
    width: 300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_box .content h3{
    color: #333;
    line-height: 1em;
    font-weight: 300;
    font-size: 2em;
}
.popup_box .content h2{
    color: #ff4d54;
    line-height: 1em;
    font-size: 4em;
}
.popup_box .content h2 span{
    color: #333;
    font-size: 0.75em;
    text-transform: uppercase;
}
.popup_box .content p{
    font-weight: 300;
}
.popup_box .content a{
    display: inline-block;
    padding: 10px 20px;
    background-color:#ff4d54 ;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 10px;
}
.close{
    position: absolute;
    top:20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #f3f3f3 url(../Image/Icon/close.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;

}

.homepage-bg{
    background-image: url(../Image/Layout/Head.png);
    min-height: 824px;
    background-position: center;
    background-size: cover;
    color: white;
}
.navigation{
    position: relative;
    top: 39px;
}
.whatsapp_button img{
    width: 60px;
    
}
.whatsapp_button{
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.btn-order{
    background-color: #fff;
    border: none;
    color:#0066CC;
    padding: 5px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 15px;
    height: 45px;
    width: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.info_head{
    position: relative;
    top: 93px;
}
.banner_text{
    width: 480px !important;
}
.text_why{
    width: 504px !important;
}

.box-disc{
    border-radius: 10px;
    border:3px solid #fff;
    background-color: #002851;
    margin: 24px 0px 0px !important;
}
.box-disc h3{
    color: #fff;
    line-height: 1em;
    font-weight: 500;
    font-size: 18px;
    display: inline;
}
.box-disc h2{
    color: #ff4d54;
    line-height: 1em;
    font-size: 26px;
    font-weight: 700;
    display: inline;
}
.box-disc p{
    color: #3FA9F5;
   
}
.part01{
    min-height:650px ;
}
.part02{
    background-image: url(../Image/Layout/1-2.png);
    min-height: 882px;
    background-position: center;
    background-size: cover;
    color: white;
}
.box-card{
    background-color: #fff;
    width: 333px !important;
    height: 321px !important;
    color: #2774AB;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;

}
.part03{
    background-color: #C3DAF0;
    min-height: 725px;
}

.testi{
    background-image: url(../Image/Layout/2-1.png);
    background-position: center;
    background-size: cover;
    min-height: 519px;

}

.box-card-testi{
    background-color: #fff;
    width: 344px !important;
    height: 439px !important;
    color: #2774AB;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    padding-top: 64px;

}
.kenapa_tangki_merpati{
    background-image: url(../Image/Layout/wallpaper1.jpg);
    background-position: center;
    background-size: cover;
    min-height: 950px;

}

.box-card-why{
    background: rgba(0, 48, 97, 0.75);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    width: 356px !important;
    height: 355px !important;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    padding-top: 32px;
}

.spesification{
    background-image: url(../Image/Layout/3-2.png);
    background-position: center;
    background-size: cover;
    min-height: 1209px;
}
.box_spesifikasi{
    min-height: 600px;
    background: rgba(195, 218, 240, 0.6);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 34px;
}

.footer{
    background-image: url(../Image/Layout/4-3.png);
    background-position: center;
    background-size: cover;
    min-height: 750px;
}
.container-footer{
    position: relative;
    top: 150px;
    color: #fff;
    
}
.footer_text{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.015em;
    text-transform: capitalize;
}
.footer-last{
    background-color: #050A30;
    color: #fff;
    height: 30px;
}
.shopee_footer_icon img{
    max-width: 140px;
}

/*responsive*/
@media(max-width: 1200px) {
    .judul {
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 72px;
        /* identical to box height */
        letter-spacing: 0.005em;
    }
    .text_information{
        max-width:400px;;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    .banner_img img {
        width: 470px !important;
        padding-bottom: 10px !important;
    }
    .part03{
        min-height: 800px;
        padding-bottom: 75px;
    }
    .foto_tangki img{
        width: 400px;
    }
    .text_why{
        width: auto !important;
        text-align: center;
        padding-bottom: 20px;
    }
}

@media(max-width: 992px) {
    .info_head{
        position: relative;
        top: 60px;
    }
    .judul {
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 72px;
        /* identical to box height */
        letter-spacing: 0.005em;
    }
    .banner_img img {
        width: 400px !important;
        padding-bottom: 10px !important;
    }

    .text_information{
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        max-width:650px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .banner_text {
        align-self: center;
        text-align: center;
        left: 0px;
    }
    .banner_class {
        flex-direction: column-reverse;
        
    }
    .container-footer{
        flex-direction: column-reverse;
        top: 50px;
    }
  
    .homepage-bg {
        height:900px  !important;
        
    }
    .part01{
        min-height:450px ;
        padding-bottom: 25px;
    }
    .part02{
        min-height: 300px;
        padding-bottom: 20px;
        
    }
    .box-card{
        background-color: #fff;
        width: 200px !important;
        height: 200px !important;
        color: #2774AB;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        text-transform: capitalize;
        border-radius: 30px;
    }
    .box-card img{
        width: 100px;
    }
    .part03{
        min-height: 800px;
    }
    .footer_text{
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 50px;
        text-align: center;
        letter-spacing: -0.015em;
        text-transform: capitalize;
    }
    .footer img{
        width: 150px ;
    }
    .footer{
        min-height: 800px;
    }
    
}

@media(max-width: 767px) {
    .foto_tangki img{
        width: 400px;
    }
    
    .popup_box{
        width: 300px;
        height: auto;
        flex-direction: column;
    }
    .popup_box .imgbox{
        height: 200px;
        transform: translateY(-50px);
    }
    .popup_box .imgbox::before {
        background: #fff;
    }
    .popup_box .content{
        height: auto;
        text-align: center;
        padding: 20px;
        padding-top: 0;
    }

    .close{
        top:-50px;
        right: -10px;
    }
    
}

@media(max-width: 574px) {
    .navbar-brand img{
        height: 40px !important;
    }
    .btn-order{
        background-color: #fff;
        border: none;
        color:#0066CC;
        padding: 5px 24px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px !important;
        border-radius: 15px;
        height: 35px;
        width: auto;
        font-weight: 500;
        line-height: 24px;
    }
    .banner_img img {
        width: 350px !important;
        padding-bottom: 10px !important;
    }
    .homepage-bg {
        height:824px  !important;
        
    }
    .text_why{
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
}
@media(max-width: 450px) {
    .heading_text1{
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        text-transform: capitalize;
        text-align: center;
    }
    .heading_text2{
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 30px;
        text-transform: capitalize;
    }
    .heading_text3{
        font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    }
    .banner_class img {
        width: 320px !important;
    }
    .judul {
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 72px;
        /* identical to box height */
        letter-spacing: 0.005em;
    }
    .btn-sm-hide{
        visibility: hidden;
    }
    .foto_tangki img{
        width: 320px;
    }
    .box_spesifikasi_img img{
        width: 320px !important;
    }
    .box-card{
        background-color: #fff;
        width: 300px !important;
        height: 300px !important;
        color: #2774AB;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        text-transform: capitalize;
        border-radius: 30px;
    }
    .box-card img{
        width: 150px;
    }
    .box-card-testi{
        background-color: #fff;
        width: 294px !important;
        height: 389px !important;
        color: #2774AB;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        text-transform: capitalize;
        border-radius: 30px;
        padding-top: 64px;
    
    }
    .box-card-testi img{
        width:250px ;
    }
    .box-card-why{
        background: rgba(0, 48, 97, 0.75);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 35px;
        width: 326px !important;
        height: 325px !important;
        color: #fff;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        text-transform: capitalize;
        padding-top: 32px;
    }
}

