* {
    font-family: "Prompt", sans-serif;
}

html {
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
    margin-top: 56px;
}

footer {
    height: 10vh;
}


.prompt-light {
    font-family: "Prompt", sans-serif;
    font-weight: 300;
    font-style: normal;
}
/*
color primary #0166b3
color secondary #728bc6
*/
.carousel-control-next {
    justify-content: end !important;
}

.carousel-control-prev{
    justify-content: start !important;
}

.fix-font{
    font-family: FontAwesome;
}

.header {
    background-size: cover;
    /* background-image:  linear-gradient(90deg, rgba(159,147,186,0.9) 0%, rgba(121,194,244,0.9) 100%) , url(/imgs/bg-neta.jpg); */
    background-image:  url(/imgs/bg-neta.jpg);
    background-position: top center;
    min-height: 80vh;
}

/* loop chang pic */
.box4{
    display:flex;
    flex-direction: row;
    align-items: center;
    width: 500px;
    height: 300px;
    margin-left: 20%;
    margin-top: 5%;
    background-size: cover;
    background-position: center;
    animation-name:myAnimation;
    animation-duration:10s;
    animation-iteration-count: infinite;
}
@keyframes myAnimation {
    0%{ background-image: url(/imgs/test1.jpg)}
    20%{ background-image: url(/imgs/test2.jpg)}
    40%{ background-image: url(/imgs/test1.jpg)}
    60%{ background-image: url(/imgs/test2.jpg)}
    80%{ background-image: url(/imgs/test1.jpg)}
    100%{ background-image: url(/imgs/test2.jpg)}
}
/* loop chang pic */


.logo-neta2{
    max-width: 400px;
}

.car-neta2{
    max-width: 800px;
}

@media only screen and (max-width: 780px){
    .logo-neta2{
        max-width: 350px;
    }

    .car-neta2{
        max-width: 350px;
    }
}

.sub-header-text{
    letter-spacing:1px;
    line-height:1.6;
}

.with-corner {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
}
.with-corner::before, .with-corner::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.with-corner::before {
    background-image: url(/imgs/corner-l.png);
    top: 0;
    left: 0;
}
.with-corner::after {
    background-image: url(/imgs/corner-r.png);
    bottom: 0;
    right: 0;
}


.social-icon, .social-icon:visited {
    color: #666666;
    text-decoration: none;
    font-size: 30px;
}

.no-arrow {
    -moz-appearance: textfield;
}
.no-arrow::-webkit-inner-spin-button {
    display: none;
}
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select2-container--bootstrap-5 .select2-selection--single{
   border-radius: 50rem;   
}
.btn-red {
    background-color: #e5252a;
    border-color: #e5252a;
    color: #fff;
}
.btn-red:hover {
    background-color: #c52327;
    border-color: #c52327;
    color: #fff;
}


.footer {
    background-color: #f2f2f2;
}
.footer .copyright {
    background-color: #e0e0e0;
    color: rgb(102, 102, 102);
}


.header-policy {
    background-size: cover;
    /*background-image:  radial-gradient(circle, rgba(1,102,179,0.8) 0%, rgba(114,139,198,0.8) 100%) , url(img/header-bg.jpg);*/
    background-image:  linear-gradient(90deg, rgba(159,147,186,0.4) 0%, rgba(121,194,244,0.4) 100%) , url(/imgs/bg-mail.jpg);
    background-position: bottom center;
    min-height: 30vh;
}

.sub-header-text-policy{
    letter-spacing:1.5px;
    line-height:1.6;
    font-weight: 400;
}

.ul-policy{
    list-style-type: none;
}

.li-policy{
    letter-spacing:0.5px;
    line-height:1.6;
    margin-bottom: 10px;
    font-size: 14px;
}

.li-policy-contact{
    letter-spacing:0.5px;
    line-height:1.6;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px;

}

.header-hero{
    background-image: url(/imgs/bg-neta.jpg);
    background-size: cover;
    background-position: center;
}

.modal-header .btn-close{
    background-color: white;
}

.bg-incard{
    background-color: #4d6bfd;
    color: white;
    border: none;
   
}

.modal-header{
    border-bottom: none !important;
}

.modal-footer{
    border-top: none !important;
}

.card-right{
    background: rgb(255,255,255);
    background: linear-gradient(209deg, rgba(255,255,255,0.87) 7%, rgba(77,107,253,0.87) 67%, rgba(255,255,255,0.87) 100%);
    border-radius: 30px;
    border: none;
}

.text-header-normal{
    color: white;
    letter-spacing: 1.3px;
}
.text-header-big{
    color: white;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1.7rem;
}

.text-rainbow{
    color: white;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1.7rem;
    text-transform: capitalize;
    background: linear-gradient(180deg, rgba(255,0,232,1) 0%, rgba(107,127,245,1) 56%, rgba(0,219,255,1) 100%);
    background-size: 200% 200%;
    padding: 3px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 7px transparent;
    animation: gradient 5s ease infinite;
}

.btn-custom{
    color: white;
    background: transparent;
    border-radius: 30px;
    border: 2px solid white;
    padding: 5px 25px;
}


.btn-custom:hover{
    color: white;
    background: transparent;
    border-radius: 30px;
    border: 2px solid white;
    padding: 5px 25px;
}

.btn-custom:hover i{
    transform: translateX(10px);
    transition: 0.3s all;
}
@keyframes gradient {

    0%{
        background-position: 0% 50%;
    }

    25%{
        background-position: 50% 75%;
    }

    
    50%{
        background-position: 75% 100%;
    }

    
    75%{
        background-position: 100% 75%;
    }

    100%{
        background-position: 75% 50%;
    }
}

.logo-box{
    position: absolute;
    top: 40px;
    right: 40px;
}

.logo{
    height: 35px

}

.text-box{
    position: absolute;
    top: 30%;
    right: 0px;
    border-color: white;
    border: 2px;

}
.header-primary{
    color: #ffff;
    text-transform: uppercase;
    backface-visibility: hidden;
}

.header-primary-main{
    display: block;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 35px;

    animation-name: moveInLeft;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}

.header-primary-sub{
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 17.4px;
    animation: moveInRight 1s ease-out;
}

.timer{
    margin: auto;
    box-sizing: border-box;
}

.timer .flipdown{
    margin: auto;
    text-align: center;
}

.timer h1{
    text-align: center;
    font-size: 100px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 30px;
}

.timer .flipdown h2{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: black;
    justify-content: center;
    align-items: center;
    display: flex;
}
