@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;1,100&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'popins', sans-serif;
}


#imageid {
    height: 650px;
    width: 1000px;
    border-radius: 48%;
    box-shadow: 5px 7px 9px black;
    animation-duration: 4s;
    margin-right: 40px;
}
.navclass{
    height: 100px;
    width: 450px;
}
.thiscls{
    margin-top: 0;
}

@media (max-width:768px) {
    #imageid {
        height: 100%;
        width: 350px;
        margin-left: 30px;
        margin-top: 20px;

    }
    .navclass{
        height: 80px;
        width: 200px;
    }
    #pid{
        margin-top: 70px;
    }
    #idp{
        margin-top: 60px;
    }
    .thiscls{
        margin-top: 50px;
    }
  
   
  
}

#navcss {

    font-size: 1em;
    font-weight: 500;
    padding-left: 10px 40px;
    margin: 5px 20px;
    padding-left: 10px;
    transition: .3s ease-in;
    border-radius: 8px;
    color: white;
    background: linear-gradient(45deg, #4f1919, #f44e4e);





}

.whatsapp {
    height: 75px;
    width: 75px;
    /* background-color: #4f1919; */
    border-radius: 50%;
    margin-right: 10px;
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);

}

.whatsapp p {
    color: rgb(22, 23, 22);
    font-size: 10px;
    width: 100%;
    font-weight: 600;

}

.whatsapp img {
    height: 100%;
    width: 100%;
}

#navcss:hover {
    cursor: pointer;
    top: 0;
    width: auto;
    height: auto;
    background: linear-gradient(45deg, #4f1919, #f44e4e);

}

.carousel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: rgb(252, 250, 250);
}

.ban {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}



.shadow {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .56);
    height: 100%;
    width: 100%;

}

.cr1 h5 {
    font-size: 60px;
    margin-top: 150px;
    padding: 50px;
}

.cr2 img {
    height: 500px;
    width: 500px;
    border-radius: 50%;
}

.banner1 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;


}

.banner2 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;


}

.banner3 {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;


}

.banner1 img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zoom-out 3s linear infinite;

}

@keyframes zoom-out {
    100% {
        width: 100%;
    }
}

.banner2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zoom-out 3s linear infinite;

}

@keyframes zoom-out {
    100% {
        width: 100%;
    }
}

.banner3 img {
    width: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zoom-out 3s linear infinite;

}

@keyframes zoom-out {
    100% {
        width: 100%;
    }
}


.text-box {
    width: 600px;
    position: absolute;
    top: 300px;
    left: 100px;
    color: white;
    animation: textanimate 9s linear infinite;
    transform: translateY(100px);
    z-index: 999;
}



.text-box h1 {
    font-family: "popins", sans-serif;
    margin-bottom: 40px;
    color: white;
    font-size: 25px;
}

.text-box p {
    font-family: "popins", sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-top: -20px;
    letter-spacing: 1px;
    color: white;
}

.text-box span {
    /* background-color: red; */
    height: 1px;
    width: 150px;
    position: absolute;
}

.text-box1 {
    animation-delay: 3s;
}

.text-box2 {
    animation-delay: 6s;
}

.text-box3 {
    animation-delay: 9s;
}

.banner1 {
    animation: slide1 9s linear infinite;
}

.banner2 {
    animation: slide2 9s linear infinite;
}

.banner3 {
    animation: slide3 9s linear infinite;
}

/* .banner4 {
    animation: slide4 12s linear infinite;
} */

@keyframes slide1 {
    0% {
        visibility: visible;
    }

    25% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    75% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

@keyframes slide2 {
    0% {
        visibility: hidden;
    }

    25% {
        visibility: hidden;
    }

    50% {
        visibility: visible;
    }

    75% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
    }
}

@keyframes slide3 {
    0% {
        visibility: hidden;
    }

    25% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    75% {
        visibility: visible;
    }

    100% {
        visibility: hidden;
    }
}

@keyframes textanimate {
    10% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width:992px) {
    .shadow {
        height: 100%;
    }

    .ban {
        height: 72vh;
    }

    .text-box {
        width: 400px;
        left: 10px;
        top: 30%;
    }

    .text-box p {
        width: 100%;
        font-size: 12px;
        margin-left: 1px;
    }
    .text-box h1 {
        font-family: "popins", sans-serif;
        margin-bottom: 40px;
        color: white;
        font-size: 22px;
    }

}





.sec1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    margin: 20px;
    /* background: #23242a; */
}

.box23 {
    position: relative;
    width: 450px;
    height: 830px;
    background: #3c52a8;
    border-radius: 8px;
    overflow: hidden;

}

.box23::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 830px;
    background: linear-gradient(0deg, transparent, transparent, #45f3ff, #45f3ff, #45f3ff);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;

}

.box23::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 830px;
    background: linear-gradient(0deg, transparent, transparent, #ee1818, #c00707, #c00711);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: 3s;

}

.borderline {
    position: absolute;
    top: 0;
    inset: 0;
}

.borderline::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 830px;
    background: linear-gradient(0deg, transparent, transparent, #ff2770, #ff2770, #ff2770);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -1.5s;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.box23 form {
    position: absolute;
    inset: 4px;
    background: #222;
    padding: 50px 40px;
    border-radius: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.box23 form h2 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 25px;
}

.box23 form .inputbox {
    position: relative;
    width: 300px;
    margin-top: 35px;
}

.box23 form .inputbox input {
    position: relative;
    width: 100%;
    padding: 20px 10px 10px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #23242a;
    font-size: 20px;
    letter-spacing: 0.5em;
    transition: 0.5s;
    z-index: 10;
}

.box23 form .inputbox span {
    position: absolute;
    left: 0;
    padding: 20px 0px 10px;
    pointer-events: none;
    color: #8f8f8f;
    font-size: 50px;
    letter-spacing: 0.1em;
    transition: 0.5s;

}

.box23 form .inputbox input:valid~span,
.box23 form .inputbox input:focus~span {
    color: #fff;
    font-size: 20px;
    transform: translateY(-34px);
}

.box23 form .inputbox i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
    pointer-events: none;
}

.box23 form .inputbox input:valid~i,
.box23 form .inputbox input:focus~i {
    height: 44px;
}

.box23 form .links {
    display: flex;
    justify-content: space-between;
}

.box23 form .links a {
    margin: 10px 0;
    font-size: 0.75em;
    color: #8f8f8f;
    text-decoration: none;
}

.box23 form .links a:hover,
.box23 form .links a:nth-child(2) {
    color: #fff;
}

.box23 form input[type="submit"] {
    border: none;
    outline: none;
    padding: 9px 25px;
    color: #1c1c1c;
    cursor: pointer;
    font-size: 0.9em;
    border-radius: 4px;
    font-weight: 600;
    width: 100px;
    margin-top: 10px;
}

.box23 form button {
    margin: 8px;
    border: none;
    outline: none;
    background-color: #45f3ff;
    font-size: 25px;
    width: 150px;
    font-weight: 700;
    text-transform: uppercase;

}

.box23 form button a {
    text-decoration: none;
    color: black;
}

.box23 form input[type="submit"]:active {
    opacity: 0.8;
}

