* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}

html {
    font-size: 10px;
}

.main-container {
    width: 100%;
    float: right;
    margin: auto;
    margin-top: 9rem;
    /* border: 2px solid red;   */
    padding-left: 5rem;
    position: relative;
    z-index: -1111;
}

.main_c_h1 {
    font-size: 5.5rem;
    color: white;
    position: relative;
    top: 15%;
    /* border:2px solid red; */
}

.main-container {

    height: 60vh;
    background-color: rgb(53, 53, 207);
    /* background-image: linear-gradient(to right bottom,
                        rgba(14, 171, 211, 0.8),
                        blue);
                clip-path: ellipse(100% 100% at 50% 0%); */
}

.main-container img {
    /* border: 2px solid red; */
    position: absolute;
    width: 40%;
    height: 30rem;
    left: 50%;
    top: 8%;
}

/* ------------------------------------------- */
.div {
    /* border: 0px solid white; */
    width: 100%;
    height: 20rem;
    position: relative;
    /* top: 70vh; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.div div {
    border: 0px solid black;
    width: 15%;
    height: 100%;
    /* padding: 10rem; */
    border-radius: 0rem 0 7rem 0rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    margin-top: -15rem;
    /* cursor: pointer; */
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: bottomIntop;
}

@keyframes bottomIntop {
    0% {
        transform: translateY(25%);
    }

    /* 100% {
              transform: translateY(-8%);
            } */
}

.div div img {
    height: 70%;
    margin-left: 15%;
    width: 70%;
}

.div div:hover {
    box-shadow: brown 0px 0px 0px 2px inset, brown 10px -10px 0px -3px;
}

.div div:hover {
    background-color: rgb(115, 115, 233);
}

.div div:hover {
    color: white;
}

.div div p {
    text-align: center;
    font-size: 2rem;
    position: relative;
    /* top: 13rem; */
}

/* ------------------------------------- */
.stripe {
    /* border: 2px solid red; */
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
    padding: 3rem;
    background-color: crimson;
}

/* .stripe div{
                border: 2px solid blue;
                width: 30%;
            } */
.stripe div p {
    font-size: 3rem;
    color: white;
}

.stripe_one {
    /* border: 2px solid blue; */
    width: 70%;
}

#stripe_sel {
    width: 30%;
    margin-left: 4rem;
    background-color: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.go {
    width: 25%;
    font-size: 2rem;
    padding: 1rem;
    margin-left: 5%;
    font-weight: bold;
    background-color: rgb(38, 10, 150);
    color: white;
    border: none;
    cursor: pointer;
}

/* -------------------------------------------------------- */
.aboutus {
    margin-top: 10rem;
    width: 100%;
    padding: 2rem;
}
.aboutus .keyboard{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 2rem;
    box-shadow: rgba(5, 109, 125, 0.35) 0px 5px 15px;
}
.aboutus .keyboard-a{
    width: 50%;
}
.aboutus .keyboard-a-p{
    height: 100%;
    padding: 2rem;
    font-size: 2rem;
}
.aboutus .keyboard-a-p h1{
    position: relative;
}
.aboutus .keyboard-a-p p{
    margin-top: 2rem;
}
.aboutus .keyboard-a-img{
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    height: 100%;
    overflow: hidden;
}
.aboutus .keyboard-a-img img{
    width: 100%;
    height: 100%;
}
.p {
    padding: 6rem;
    text-align: center;
    font-size: 2rem;
    position: relative;
}

.aboutus .keyboard-a-p h1::after {
    content: "";
    width: 25%;
    height: .4rem;
    background: blue;
    position: absolute;
    top: 100%;
    left: 0%;
    border-radius: 50%;
}

.about_div {
    width: 100%;
    position: relative;
    top: 15rem;
}

.about_div p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2rem;
    text-align: justify;
}

/* ----------------------------------------------------- */
.service {
    width: 100%;
    margin-top: 10rem;
    min-height: 30rem;
}

.service #service_head {
    text-align: center;
    font-size: 26px;
    position: relative;
    text-transform: uppercase;
    color: black;

}

.service #service_head::after {
    content: "";
    width: 8%;
    height: .4rem;
    background: blue;
    position: absolute;
    top: 100%;
    left: 46%;
    border-radius: 50%;
}

.service_div {
    /* border: 2px solid red; */
    width: 100%;
    padding: 3rem 0;
    display: flex;
    align-items: inherit;
    justify-content: space-evenly;
    gap: 2rem;
}
.service_div_element{
    width: 25%;
    gap: 2rem;
    padding: 3rem 2rem;
    border-left: 4px solid rgb(20, 28, 196);
    border-right: 4px solid rgb(20, 28, 196);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s;
}
.service_div_element i{
    font-size: 5rem;
    color: blue;
}
.service_div_element a{
    /* font-size: 2rem; */
    text-align: center;
}
.why-choose{
    margin: 10rem 0;
    /* border:solid 1px red; */
    padding: 2rem;
}
.why-choose div{
    width: 100%;
    height: 50rem;
    border-left: 4px solid rgb(20, 28, 196);
    border-right: 4px solid rgb(20, 28, 196);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 2rem;
    overflow: hidden;
}
.why-choose div img{
    width: 100%;
    height: 100%;
}
/* ---------------------------------------------------- */
.batch-box {
    /* border: 2px solid red; */
    width: 98%;
    min-height: 45rem;
    margin: auto;
    position: relative;
    background: #fff;
    margin-top: 2rem;

}

.heading {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
}

.heading::after {
    content: "";
    width: 10%;
    height: .4rem;
    background: blue;
    position: absolute;
    top: 100%;
    left: 45%;
    border-radius: 50%;
}

.batch {
    /* border: 2px solid green; */
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

.batch .items {
    /* border: 2px solid red; */
    width: 40rem !important;
    height: 40rem;
    margin-left: 3.9rem;
    margin-right: 3rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: .8rem;
    padding: 1rem;
    border-left: 2px solid rgb(56, 56, 160);
    border-right: 2px solid rgb(56, 56, 160);
}

.item-cont {
    width: 100%;
    height: 35rem;
    /* border: 2px solid red; */
}

.items a {
    /* border: 2px solid pink; */
    display: block;
    width: 98%;
    height: 98%;
    margin: auto;
}

.batch a img {
    border: 2px solid black;
    width: 100%;
    height: 55%;
    cursor: pointer;
    padding: 1rem;
}

.batch .slick-slide {
    margin: 1rem;
}

.slick-dots {
    position: absolute;
    bottom: -2rem;
    visibility: hidden;
}

.slick-dots li.slick-active button:before {
    color: blue;
}

.slick-dots li button:before {
    font-size: 14px;
}

.slick-next:before,
.slick-prev:before {
    border-radius: 50%;
    color: #452bc5;
    font-size: 2.6rem;
    position: absolute;
}

.slick-next {
    right: 2.2rem;
}

.slick-prev {
    left: -1rem;
    z-index: 1;
    cursor: pointer;
}

h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 1rem;
    position: relative;
}

.items a div h3::after {
    content: "";
    width: 30%;
    height: .3rem;
    background: red;
    position: absolute;
    top: 100%;
    left: 35%;
    border-radius: 50%;
}

.item-cont p {
    text-align: center;
    font-size: 1.9rem;
    padding-top: 1.5rem;
    color: blue;
    width: 100%;
    word-wrap: break-word;
}

.item-cont h3 {
    color: black;
}

/* ------------------------------------------------- */
.div1 {
    position: relative;
    /* border: 2px solid red; */
    border-radius: 2rem;
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid rgb(8, 174, 230);
    border-top: 2px solid rgb(8, 174, 230);
    margin-bottom: 5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#l1,
#l3,
#l4,
#l5 {
    /* border: 2px solid red; */
    position: relative;
    right: 40%;
    top: 1rem;
    padding-top: 2rem;
    font-size: 2rem;
    background-color: white;
}


.div2 {
    /* border: 2px solid blue; */
    width: 50%;
    padding: 2rem 2rem;
}

.t11 {
    margin-left: 18%;
    font-size: 1.2rem;
    position: absolute;
}

.t12 {
    margin-left: 18%;
    font-size: 1.2rem;
    position: absolute;
}

.div2 h1 {
    text-align: center;
    color: black;
    font-size: 26px;
}

.div2 h1::after {
    content: "";
    width: 10rem;
    height: .3rem;
    background: rgb(8, 11, 184);
    position: absolute;
    top: 11.5%;
    left: 22.5%;
    border-radius: 50%;
}


.inpt {
    width: 100%;
    height: 4rem;
    padding: 2rem;
    border: 1px solid black;
    text-transform: capitalize;
    border-radius: .5rem;
}

.txt {
    width: 100%;
    height: 9rem;
    padding: 1rem 2rem;
    border: 1px solid black;
    resize: none;
    text-transform: capitalize;
    border-radius: .5rem;
}

.l {
    /* margin-left: 9rem; */
    font-size: 1.5rem;
    color: #19bb9d;
    visibility: visible !important;
}

.btn {
    background-color: rgb(25, 151, 248);
    width: 15rem;
    padding: 1rem 2rem;
    color: aliceblue;
    border-radius: 2rem;
    font-weight: bold;
    font-size: 2rem;
    font-weight: lighter;
    cursor: pointer;
    border: none;
    margin-top: 2rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn:hover {
    background-color: rgb(3, 139, 242);
}

.btn:active {
    background-color: rgb(10, 119, 202);
}

#cont {
    width: 100%;
}

#cont td {
    width: 100%;
    position: relative;
    /* text-align: center; */
}

#cont td input[type='text'],
#cont td input[type='email'],
#cont td textarea {
    width: 90%;
}

.div3 {
    border: 2px solid #19bb9d;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 45%;
    height: 50vh;
}

.div3 iframe {
    /* border: 2px solid red; */
    height: 100%;
    width: 100%;
}


/* -------------------------------------------------------------------- */
#input,
#input1,
#input2 {
    align-items: center;
    background: #1818ca;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    padding: 1rem 1.5rem;
    /* border: 2px solid red; */
    margin: 2rem auto;
}

#input,
#input1,
#input2:hover {
    background: #62aac6;
}

/* -------------popup working----------------------------- */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100vh;
    background-color: transparent;
    display: none;
    padding: 2rem;
}

.popup div:first-child {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: auto;
    padding: 2rem;
    border-radius: 1rem;
}

.popup h1 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1rem;
}

.fa-xmark {
    position: relative;
    font-size: 2rem;
    color: white;
    padding: .5rem;
    border-radius: .5rem;
    background-color: red;
    left: 98%;
    cursor: pointer;
}

.popup table{
    margin-top: 1rem;
    width: 100%;
    border-collapse: collapse;
}
.popup table td{
    width: 50%;
    position: relative;
    padding:1rem 1.5rem;
    /* border: solid 1px red; */
    background:none;
    /* height: 8rem; */
}
.popup table td input[type='text'],.popup table td textarea,.popup table td select{
    width: 100%;
    border-radius: .5rem;
    border: solid 1px gainsboro;
    padding: 1rem;
    font-size: 1.5rem;
    background: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    &:focus{
        border: solid 2px black;
    }
    &:focus + label{
        color: black !important;
    }
}
.popup table td label{
    position: absolute;
    font-weight: bold;
    font-size: 1.2rem;
    color: #0000FF;
    background-color: white;
    padding: 0 0.2rem;
    top: .3rem;
    left:3rem;
    visibility: hidden;
}
.popup table td span{
    color: red;
    font-size: 1.2rem;
}

#b3,
#b4 {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #19bb9d;
    border: none;
    border-radius: 1rem;
}

#b4 {
    background-color: #ea2d10;
    padding: 1.1rem 1.5rem;
    margin-left: 3rem;
}
.program-search{
    display:flex;
    justify-content:space-around;
    align-items:center;
    width:100%;
    background-color:#DC143C;
    color:white;
    gap:2rem;
    padding:4rem 2rem;
  }
  .program-search .new-div{
    font-size:2rem;
    display:flex;
    justify-content:space-around;
    align-items:center;
    gap: 2rem;
    width: 30%;
  }
  .program-search .new-div p{
    font-size: 4rem;
    text-align: center;
  }
  .program-search .new-div-option{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .program-search .new-div-option .new-div-first{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .program-search .new-div-option .go-to-program{
    width: 20%;
  }
  .program-search .new-div-option .new-div-second {
    width: 100%;
    height: 5rem;
  }
  .program-search .new-div-second select{
    height: 100%;
    font-size: 1.8rem;
    text-align: left;
    padding: .5rem 1rem;
    width:90%;
    border:none;
    cursor:pointer;
    border-radius:.5rem;
    &:hover{
      border:solid 2px #260A96;
    }
  }
  .program-search .go-to-program input[type="button"]{
    height: 5rem;
    padding: 0 2rem;
    font-weight:bold;
    border-radius:.5rem;
    background-color:#260A96;
    color:white;
    border:none;
    cursor:pointer;
    &:hover{
      background-color:white;
      color:#260A96;
    }
  }
/* --------------------media Quary using works------------------ */

@media(max-width:1269px) {
    html {
        font-size: 55%;
    }

    /* .fa-bars {
        display: block;
        cursor: pointer;
    } */

    .div div p {
        text-align: center;
        font-size: 2rem;
        position: relative;
        /* top: 13rem; */
    }

    .stripe div p {
        /* border: 2px solid blue; */
        font-size: 2.2rem;
        color: white;
    }

    .stripe_one {
        /* border: 2px solid blue; */
        width: 100%;
    }

    #stripe_sel {
        width: 25%;
        background-color: white;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        cursor: pointer;
    }

    .go {
        width: 25%;
        font-size: 1.5rem;
        padding: 1rem;
        margin-left: 5%;
    }

    /* .upper {
        display: none;
    } */
}

@media(max-width:968px) {
    .aboutus .keyboard{
        flex-direction: column-reverse;
    }
    .aboutus .keyboard .keyboard-a{
        width: 100%;
    }
    .program-search{
        flex-direction: column;
    }
    .program-search .new-div{
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 45%;
    }
    .popup table td{
        display: block;
        width: 100%;
    } 
    .aboutus .keyboard-a-p{
        font-size: 1.5rem;
    }
    .why-choose div{
        height: 20rem;
    }
    .div2,
    .div3 {
        width: 90%;
    }

    .div3 {
        width: 80%;
        height: 50%;
        margin-bottom: 2rem;
    }

    .inpt {
        margin-left: 2%;
    }

    .txt {
        margin-left: 2%;

    }


    .slick-dots {
        display: none !important;
    }

    .service #service_head {
        font-size: 20px;
    }

    .div2 h1 {
        font-size: 2rem;
    }

    .div div p {
        text-align: center;
        font-size: 2rem;
        position: relative;
        /* top: 13rem; */
    }

    .stripe div p {
        /* border: 2px solid blue; */
        font-size: 2.2rem;
        color: white;
    }

    .stripe_one {
        /* border: 2px solid blue; */
        width: 100%;
    }

    #stripe_sel {
        width: 25%;
        background-color: white;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        cursor: pointer;
    }

    .go {
        width: 25%;
        font-size: 1.5rem;
        padding: 1rem;
        margin-left: 5%;
    }

}

@media screen and (max-width:600px) {
    html {
        font-size: 35%;
    }
    .service_div{
        flex-direction: column;
        align-items: center;
    }
    .service_div_element{
        width: 80%;
    }
    .program-search .new-div{
        flex-direction: column;
    }
    .program-search .new-div .new-div-first{
        width: 100%;
    }
    .program-search .new-div p{
        font-size: 3rem;
    }
    .program-search .new-div select{
        font-size: 1.5rem;
    }
    .main-container img {
        width: 90%;
        height: 35rem;
        /* border: 2px solid red; */
        position: relative;
        left: .1%;
        top: 12%;
    }

    .main_c_h1 {
        font-size: 5rem;
        color: white;
        position: relative;
        top: 6%;
        /* border:2px solid red; */
    }

    .btn {
        margin-left: 5%;
    }

    .batch {
        /* border: 2px solid green; */
        width: 100%;
        height: 70%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
    }

    .batch .items {
        /* border: 2px solid red; */
        width: 30rem !important;
        height: 40rem;
        margin-left: 3rem;
        margin-right: 3rem;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: .8rem;
        padding: 1rem;
    }

    .div div {
        /* border: 0px solid black; */
        width: 15%;
        height: 65%;
        /* padding: 10rem; */
        border-radius: 0rem 0 7rem 0rem;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: white;
        margin-top: -18rem;
        /* cursor: pointer; */
    }

    .div div img {
        height: 60%;
        margin-left: 15%;
        width: 70%;
    }

    .div div p {
        text-align: center;
        font-size: 1.5rem;
        position: relative;
        /* top: 13rem; */
    }

    .stripe div p {
        /* border: 2px solid blue; */
        font-size: 2.2rem;
        color: white;
    }

    .stripe_one {
        /* border: 2px solid blue; */
        width: 100%;
    }

    #stripe_sel {
        width: 25%;
        background-color: white;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        cursor: pointer;
    }

    .go {
        width: 25%;
        font-size: 1.5rem;
        padding: 1rem;
        margin-left: 5%;
    }

}