@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0px 0px 10px 0px;
    transition: .5s;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav .logo {
    float: left;
    background: #fff;
}

nav .logo img {
    height: 94px;
    transition: .5s;
    padding: 12px;
}

nav ul {
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    list-style: none;
}

nav.white {
    background: rgb(255, 255, 255);
    z-index: 10000;
}

nav ul li a {
    line-height: 80px;
    color: #3312a4;
    ;
    padding: 3px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

nav ul li a:hover {
    color: #fff;
    background: #3312a4;
}

.sec1 {
    width: 100%;
    height: 100vh;
    background: url(../image/maxresdefault.jpg);
    background-size: cover;
}

.responsive-bar {
    display: none;
}

@media (max-width:1286px) {
    .responsive-bar {
        display: block;
        width: 100%;
        height: 75px;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 20px;
        box-sizing: border-box;
        z-index: 1000000;
        background: rgb(255, 255, 255);
    }
    .responsive-bar .logo img {
        float: left;
        height: 66px;
    }
    .responsive-bar .menu img {
        float: right;
        margin: 29px 11px 0px 11px;
        padding: 0;
        width: 40px;
        height: 30px;
        cursor: pointer;
        filter: invert(1);
    }
    nav,
    nav.white {
        background: #ffffff;
        height: 100px;
        padding: 0;
        /* z-index: 0; */
    }
    nav .logo {
        display: none;
    }
    nav ul {
        position: absolute;
        width: 100%;
        top: 75px;
        left: 0;
        background: #fff;
        float: none;
        display: none;
    }
    nav ul.active {
        display: block;
    }
    nav ul li {
        width: 100%;
    }
    nav ul li a {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        /* line-height: 30px !important; */
        line-height: 45px;
    }
    section {
        margin-top: 6pc;
    }
}


/* section design */

.patti {
    background: #200581;
}

.slidercolor {
    background: url(../image/slider/s3.jpg);
    background-position: center;
    position: relative;
    /* padding: 23px; */
    height: 516px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.container {}

.intendLink {
    display: flex;
    padding: 12px;
}

.intendLink li {
    list-style: none;
    color: white;
    margin: 0 6px;
}

.intendLink li a {
    text-decoration: none;
    color: #fff;
}

.container2 {
    display: flex;
    justify-content: center;
    padding: 6pc 0 0 0;
}

.upheading {
    color: white;
    font-weight: bolder;
}

.thirdHeading {
    text-align: center;
    padding-top: 5pc;
}

.thirdHeading p {
    display: block;
    margin: 0 auto;
    width: 95%;
}

.howCreditCard {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contentCard {
    width: 350px;
    text-align: center;
    margin: 23px;
    padding: 23px;
}

.contentCard:hover {
    transition: all 0.3s ease-out;
    box-shadow: -4px 2px 27px -1px rgb(51 66 155 / 44%);
}

.contentCard img {
    margin-bottom: 25px;
}

.contentHead h5 {
    color: red;
}

.container2 {
    text-align: center;
    margin: 3px;
}


/* design of the contact form */

.contactmainForm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container9 {
    position: relative;
    min-width: 1100px;
    min-height: 550px;
    display: flex;
    z-index: 1000;
}

.container9 .contactInfo {
    position: absolute;
    top: 40px;
    width: 350px;
    height: calc(100% - 80px);
    background: #3312ad;
    ;
    z-index: 1;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.container9 .contactInfo h2 {
    color: white;
    font-size: 24px;
    font-weight: 500;
}

.container9 .contactInfo ul.info {
    padding: 0;
    position: relative;
    margin: 20px 0;
}

.container9 .contactInfo ul.info li {
    position: relative;
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    cursor: pointer;
}

.container9 .contactInfo ul.info li span:nth-child(1) {
    width: 30px;
    min-width: 30px;
}

.container9 .contactInfo ul.info li span:nth-child(1) img {
    max-width: 100%;
    filter: invert(1);
}

.container9 .contactInfo ul.info li span:nth-child(2) {
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
}

.container9 .contactInfo ul.sci3 {
    position: relative;
    display: flex;
}

.container9 .contactInfo ul.sci3 li {
    list-style: none;
    margin-right: 15px;
}

.container9 .contactInfo ul.sci3 li a {
    text-decoration: none;
}

.container9 .contactInfo ul.sci3 li a img {
    filter: invert(1);
}

.container9 .contactForm {
    position: absolute;
    padding: 70px 50px;
    padding-left: 250px;
    margin-left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    background: #fff;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.25);
}

.container9 .contactForm h2 {
    color: #3312ad;
    font-size: 24px;
    font-weight: 500;
}

.container9 .contactForm .formBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.container9 .contactForm .formBox .inputBox {
    position: relative;
    margin-bottom: 35px;
}

.container9 .contactForm .formBox .inputBox.w50 {
    width: 47%;
}

.container9 .contactForm .formBox .inputBox.w100 {
    width: 100%;
}

.container9 .contactForm .formBox .inputBox input,
.container9 .contactForm .formBox .inputBox textarea {
    width: 100%;
    resize: none;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #3312ad;
    border: none;
    outline: none;
    border-bottom: 1px solid #3312ad;
}

.container9 .contactForm .formBox .inputBox textarea {
    height: 120px;
}

.container9 .contactForm .formBox .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    pointer-events: none;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
}

.container9 .contactForm .formBox .inputBox input:focus~span,
.container9 .contactForm .formBox .inputBox input:valid~span,
.container9 .contactForm .formBox .inputBox textarea:focus~span,
.container9 .contactForm .formBox .inputBox textarea:valid~span {
    transform: translateY(-20px);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #e86226;
    font-weight: 500;
}

.container9 .contactForm .formBox .inputBox input[type="submit"] {
    position: relative;
    cursor: pointer;
    background: #3312ad;
    border: none;
    max-width: 150px;
    padding: 12px;
    color: #fff;
}

.container9 .contactForm .formBox .inputBox input[type="submit"]:hover {
    background: #6341e0;
}


/* ?responsive the contact form */

@media (max-width:1132px) {
    .container9 {
        width: 90%;
        min-width: auto;
        margin: 20px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    }
    .contactInfo {
        top: 0 !important;
        height: 550px !important;
        position: relative !important;
        box-shadow: none !important;
    }
    .container9 .contactForm {
        position: relative;
        width: calc(100% - 350px);
        padding-left: 0;
        margin-left: 0;
        padding: 40px;
        height: 550px;
        box-shadow: none;
    }
}

@media (max-width:991px) {
    .container9 {
        display: flex;
        flex-direction: column-reverse;
    }
    .container9 .contactForm {
        width: 100%;
        height: auto;
    }
    .container9 .contactInfo {
        width: 100%;
        height: auto !important;
        flex-direction: row;
    }
    .container9 .contactInfo ul.sci3 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:514px) {
    .container9 .contactForm {
        padding: 25px;
    }
    .container9 .contactInfo {
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
    }
    .container9 .contactInfo ul.sci3 {
        margin-top: 40px;
    }
    .container9 .contactForm .formBox .inputBox.inputBox.w50 {
        width: 100%;
    }
}


/* footer design */

footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #381da9;
}

footer .container4 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

footer .container4 .sec h2 {
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

footer .container4 .sec h2::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff3b3b;
}

.sec ul li a {
    color: #fff;
    text-decoration: none;
}

.sec ul li {
    list-style: none;
}

.sec ul {
    padding: 0;
}

.sci2 {
    margin-top: 20px;
    display: grid;
}

.sci2 li {
    list-style: none;
}

.sci2 li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #1d038b;
    display: grid;
    align-items: center;
    justify-content: center;
}

.aboutus img {
    background: white;
    padding: 12px;
    width: 7pc;
}

.sci2 li:hover a {
    color: #ff3838;
    background: white !important;
}

.sci2 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 50px);
}

.copyright {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background: #1d038b;
    color: white;
    text-align: center;
    flex-wrap: wrap;
}

nav {
    margin: 0px 550px;
}

@media only screen and (max-width: 1500px) {
    nav {
        margin: 0px;
    }
}


/* card responsive */

@media (max-width:412px) {
    .box-container {
        padding: 19px 0px;
    }
    .box-container .box {
        margin: 7px 0px;
    }
}


/* footer responsive */

@media (max-width:1052px) {
    footer {
        padding: 40px;
    }
    footer .container4 {
        grid-template-columns: repeat(2, 1fr);
    }
    nav {
        margin: 0px;
    }
}

@media (max-width:656px) {
    footer .container4 {
        grid-template-columns: repeat(1, 1fr);
    }
}