body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300
}

h2,h1,h2,h3,h4,h5{
    font-family:  'Poppins', Bold;
    font-weight: 700
}

 /* header part =========================== */

 .header-bg {
    background-color: #1297D9;
}



.login-btn {
    background-color: #D41034;
    border-radius: 8px;
    padding: 10px 3px;
    margin: 0 auto !important;
}

.btn-lgn {
    width: 110px;
    color: white;
}

.navbar-nav .nav-item .nav-link {
    padding: 8px 20px 0px 20px;
    color: #A2A2A2;
}

.navbar-nav .nav-item .home {
    color: #00aaff;
    font-weight: bold;
    border-bottom: 3px solid;
}

.bg-home-img {
    background-repeat: no-repeat;
    height: 90vh;
    background-size: cover;
    background-image: url('./assets/images/homepageimg.png')
}

.heading-google {
    color: #1297D9;
    font-weight: bolder;
}

.content-text {
    color: #343434;
    font-weight: bolder;
}

.header-input{
    width: 50%;
}

.text-detail {
    color: #A2A2A2;
}

.math-problem {
    color: #D41034;
    font-weight: bolder;
}

.header-btn{
    background: #D41034;
    color: #fff;
}

.input-style {
    width: 92%;
    height: 55px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 15px #00000026;
    border: none;
    border-radius: 8px;
    opacity: 1;
    padding: 14px;
    margin-bottom: 17%;
}

.input-style:focus {
    outline: none;
}

.contain {
    display: flex;
    column-gap: 10px;
}

.center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 15px #0000001A;
    border-radius: 8px;
    padding: 25px;
    margin-top: -80px;
    margin-bottom: 5rem;
    position: relative;
}


.count {
    font-size: 30px;
    letter-spacing: 0.01px;
    color: #1297D9;
    font-weight: bold;
    /* opacity: 1; */
}

.count-text {
    letter-spacing: 0px;
    font-size: 14px;
    color: #A2A2A2;
    font-weight: bold;

}

.color-white {
    color: #A2A2A2;

}

.color-blue {
    color: #1297D9;

}

.parent-div {
    position: relative;
}

.picture {
    position: absolute;
    /* display: flex; */
    right: 0;
}


.one-on-one-teaching-card {
    width: 360px;
    height: 200px;
    background-color: white;
    border: 1px solid #E5E7E9;
    border-radius: 5px;
    padding: 10px;
    /* text-align: center; */
}

.one-on-one-teaching-card h1 {
    font-size: 18px;
    margin-top: 0;
}

.one-on-one-teaching-card p {
    font-size: 16px;
    margin-top: 10px;
}

.img-sec-three {
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.heading-drop {
    margin: 0px -35px -21px;
}

.bg-section {
    background-color: #FFFFFF;
    border-radius: 14px;
    padding: 18px;
}

.box {
    background: black;
    height: 40px;
    border-radius: 5px;
    padding: 3px;
}

.find-button {
    background: #D41034;
    color: white;
    border-radius: 8px;
    padding: 14px;
    outline: none;
    border: none;
}

.card-section {
    background: white;
    padding: 16px;
    border-radius: 14px;
}

.border-data {
    padding: 24px;
    border: 1px solid #E5E7E9;
    border-radius: 6px;
}

 /* ======================================= */

 .other-inputs{
    border: 1px solid gray !important;
 }

 input[type="text"] {
    padding: 10px;
    outline: none !important;
    border: 1px solid #D41034;
    box-shadow: none !important;
}

input[type="text"]::placeholder{
    color: gray !important;

}

.form-control:focus {
    outline: none !important;
    border: 1px solid #D41034 !important;
    box-shadow: none !important;
}

h4{
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 0px;

}

h5{
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
}

.subject-container{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 0.5rem 2rem;
}

.subscription{
    background: lightblue url('../images/Bg.png') center;
    background-size: cover;
    overflow: hidden;
    border-radius: 25px 25px 25px 25px !important; 
    padding: 3rem 1rem !important;
    width: 80%;
    margin: 2rem auto;
    border-radius: 25px;
}

.subscription h4{
    color: #fff !important;
    letter-spacing: 2px;
}

.subscription-content{
    width:60%;
}

.subscription-email{
    width: 60%;
}

.subscription p{
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

.subscription-email input{
    width: 80%;
    border-radius: 10px 10px 10px 10px !important;
    border: none;
    padding: 10px 12px;
    outline: none;
}

.subscription-email button{
    width: 18%;
    border-radius: 10px 10px 10px 10px !important;
    padding: 1rem;
}

.inner-card{
    position: relative;
}

.inner-card-logo{
    position: absolute;
    top: 22%;
    left: 35%;
}

/* footer */
.footer{
    position: relative !important;
}

.design-img{
    position: absolute !important;
    right: 0px !important;
    top: -20px !important;
    width: 100px !important;
    height: 100px !important;
}

.social-icons{
    width: 50% !important;
   
}

.social-icons img{
    cursor: pointer !important;
}

.services h4{
    font-weight: bold !important;
    padding: 10px 0 !important;
}

.services ul{
    list-style-type: none !important;
    padding: 0 !important;
}

.services ul li{
    padding-bottom: 10px !important;
}

.services ul li a{
    cursor: pointer !important;
}
.mystyle {
    width: 370px !important;
    height: 270px !important;
}



@media (max-width:500px){

    .subscription{
        text-align: center !important;
    }

    .subscription-email{
        width: 100% !important;
        margin: auto;
    }

    .subscription-email input{
        width: 100%;
        margin-bottom: 10px;
    }

    .subscription-email button{
        width: 100%;
        height: 40px;
    }
    .header-container{
        width: 100%;
    }
    .header-input{
        width: 90% !important;
    }

    .design-img{
        display: none !important;
    }
}