
/* header code ====================================== */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300
}

h2,h1,h2,h3,h4,h5{
    font-family:  'Poppins', Bold;
    font-weight: 700
}

.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;
}

.text-detail {
    color: #A2A2A2;
}

.math-problem {
    color: #D41034;
    font-weight: bolder;
}

.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;
}


/* ================================================== */


.about-us{
    background-color: #fff;
    margin-top: 10px;
}

.about-us-img{
    width: 30%;
    margin-right: 10px;
}

.about-us-img img{
    width: 100%;

}

.about-us-content{
    width: 60%;
}


.about-us-content p:nth-of-type(1){
    padding-top: 10px;
}

.about-us-secondhalf{
    margin-top: 20px;
    padding-left: 0 !important;
}

.about-us-secondhalf p:nth-of-type(1){
    font-weight: bold;
}