
body{
    font-family: 'Times New Roman', Times, serif;
}

.navbg{
    background: transparent;
    color: rgb(72, 153, 207);
}

.navbg1{
    background: rgb(43, 42, 42);
    color: white;
}

.hero{
    height: auto;
    background-image:url("../imgs/th.jpg");
    /* background-image: radial-gradient(rgba(255, 0, 0, 0.432),rgba(200, 0, 0, 0.329)), url("../imgs/th.jpg"); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    animation: infinite 10s 10s hero;
    color: aliceblue;
    min-height: 60dvh;
    font-family: 'Times New Roman', Times, serif;
}



@keyframes hero {
    20%{
        background-image: url("../imgs/OIP.jpg");
        /* background-image: radial-gradient(rgba(200, 0, 0, 0.432),rgba(220, 0, 0, 0.329)),  url("../imgs/OIP.jpg"); */
        background-position: bottom;
    }
    40%{
        background-image:url("../imgs/s1.jpg");
        /* background-image:radial-gradient(rgba(200, 0, 0, 0.432),rgba(220, 0, 0, 0.329)),  url("../imgs/s1.jpg"); */
        background-position: bottom;
    }
    60%{
        background-image:url("../imgs/th (5).jpg");
        /* background-image:radial-gradient(rgba(200, 0, 0, 0.432),rgba(220, 0, 0, 0.329)),  url("../imgs/th (5).jpg"); */
        background-position: bottom;
    }
    80%{
        background-image:url("../imgs/th (4).jpg");
        /* background-image:radial-gradient(rgba(200, 0, 0, 0.432),rgba(220, 0, 0, 0.329)),  url("../imgs/th (4).jpg"); */
        background-position: bottom;
    }
    100%{
        background-image:url("../imgs/th (6).jpg");
        background-image:url("../imgs/th (6).jpg");
        /* background-image:radial-gradient(rgba(200, 0, 0, 0.432),rgba(220, 0, 0, 0.329)),  url("../imgs/th (6).jpg"); */
        background-position: bottom;
    }
}


#ch{
    font-size: 2.7em;
    font-weight: bold;
    text-shadow: 1px 2px 2px rgba(37, 37, 37, 0.589),-2px -2px 2px rgba(37, 37, 37, 0.589);
    font-family:castellar,algerian,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}

#h-text{
    font-size: 1em;
    font-weight: bolder;
        font-size: 1em;

}

.navbg::-webkit-scrollbar-track{
    background: #000;
}

.testimoni{
    display: flex;
    justify-content: space-between;
    scroll-behavior: smooth;
    scroll-snap-type: mandatory;
    overflow-x:auto;
    overflow-y: hidden;
    
}    
.items{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 350px;
    border-radius: 100px;
    text-align: center;
    border: none;
}

.items>img{
    border-radius: 100%;
    border: 3px solid wheat;
    box-shadow: 4px 4px 12px rgb(34, 31, 31),-4px -4px 12px rgb(34, 31, 31);
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: auto;
}

.contact_form{
    background-image: url("../imgs/theeternalcircle.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.testimoni-text{
    font-size: 12px;
    font-style: italic;
}


.h-text-div{
     padding-top:100px;
     padding-bottom:50px;
      /* z-index:1; */
      
      height: auto;
      
}

.w-div{
    background-image: url('../imgs/theeternalcircle.gif');
    background-image:radial-gradient(rgba(2, 0, 0, 0.432),rgb(8, 1, 1)), url('../imgs/illuminati-triangle-with-skull-head-logo_88879-239.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    color: #f5f2f2;
}

.img-believe{
    width: 90%;
    margin: auto;
    display: block;
    max-height: 200px;
    padding: 12px;
    object-fit: contain;
}

#csize{
    max-height: 230px;
    width: 100%;
}
@media (max-width:575px) {
    .navbg{
        
        background: rgb(43, 42, 42);
        color: white;
    }
    #ch{
        font-size: 1.3em;
        font-weight: bolder;
        text-align: center;
        
    }
    #h-text{
        text-align: center;

    }

    #csize{
        /* max-height: 80dvh; */
        height: 100vh;
    }
}
