@import url("https://fonts.googleapis.com/css2?family=Average&family=Big+Shoulders+Display:wght@300;400;500;600&family=Big+Shoulders+Text:wght@300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "roboto", sans-serif;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-color: rgba(255, 0, 0, 0.8) #000;
    scrollbar-arrow-color: #000;
}

.container_services {
    background-color: #0d1117;
    width: 100%;
    height: auto;
    padding: 10px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container_services .heading {
    color: #fff;
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.container_services .heading hr {
    margin-top: 15px;
    width: 50%;
    align-self: center;
    margin-left: 0;
}

.box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 35px;
}

.box .img_container {
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box .text_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    height: 100%;
    margin: 20px;
    padding: 20px;
}

.box .img_container img {
    width: 480px;
    height: auto;
    object-fit: cover;
}

.box .sub_heading {
    color: #ffffff;
    font-family: "roboto", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}

.box .sub_sub_heading {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    padding-top: 20px;
}

.box .imp_msg {
    color: #f5f0f0;
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    padding-top: 20px;
}

.box .para {
    color: #ffffff;
    font-family: "Average", sans-serif;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding-top: 30px;
    padding-right: 35px;
    line-height: 25px;
    text-wrap: wrap;
}

.box .note {
    color: #ffffff;
    font-family: "Average", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    width: 90%;
    padding-top: 30px;
    padding-right: 35px;
    margin-left: 1rem;
    line-height: 20px;
    text-align: start;
    align-self: flex-start;
    display: flex;
    align-items: start;
    justify-content: start;
}

.fd-col {
    flex-direction: column;
}

.box .note i {
    margin-right: 10px;
    color: greenyellow;
}

.box .note b {
    display: block;
}

.box .list {
    color: #ffffff;
    font-family: "Average", sans-serif;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 35px;
    line-height: 25px;
    text-wrap: wrap;
}

.box .list ul {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.box .list ul li {
    text-align: left;
}

.box .sub_sub_heading span {
    font-size: 1rem;
    font-weight: 600;
    color: gold;
    text-decoration: underline red;
}

.box .sub_sub_heading span:hover {
    color: rgb(255, 149, 0);
}

.whyBL {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 1rem 0;
}

.whyBL .head {
    text-align: center;
    margin-bottom: 1rem;
}

.whyBL .head div {
    font-size: 2.5rem;
    font-weight: 800;
}

.whyBL .exwhyBL {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.whyBL .exwhyBL span {
    display: flex;
    color: rgba(255, 0, 0, 0.8);
    text-decoration: underline red;
    margin: 0;
    padding: 0;
}

.whyBL .exwhyBL .imp {
    display: flex;
    color: rgba(54, 54, 229, 0.767);
    text-decoration: underline rgba(54, 54, 229, 0.767);
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 1.5rem;
}

.whyBL .exwhyBL .p1 {
    width: 33%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: justify;
    font-size: 1.1rem;
    font-family: "Average", sans-serif;
    padding: 20px;
    line-height: 30px;
}

.whyBL .exwhyBL .img {
    width: 400px;
    height: 90vh;
}

.whyBL .exwhyBL .img img {
    height: 100%;
    width: 100%;
}

.whyBL .exwhyBL .p2 {
    width: 33%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: justify;
    font-family: "Average", sans-serif;
    padding: 20px;
    font-size: 1.1rem;
    line-height: 30px;
}

.whyBL .head span.Why {
    font-style: italic;
    color: rgba(255, 0, 0, 0.8);
    font-size: 3.5rem;
}

.whyBL .head span.Booklover {
    color: gold;
    text-shadow: 1px 0.5px #000;
}

.whyBL .head span.qm {
    color: rgba(255, 0, 0, 0.8);
    /* text-shadow: 1px 0.5px gold; */
}

.container_cost {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    padding-left: 1rem;
}

.container_cost .heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    color: #000000;
}

.container_cost .heading p:before {
    content: " ";
    border: 1px solid black;
    margin-top: 15px;
    margin-left: 35%;
    margin-bottom: 15px;
    display: block;
    max-width: 30%;
}

.container_cost .para {
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 19px;
    font-family: "Average", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.container_cost .para a {
    text-decoration: none;
    color: #0073aa;
}

.container_cost .para a:hover {
    color: #000000;
    /* opacity: ; */
    transition: 0.3s ease;
}

.container_contact {
    width: 100%;
    height: auto;
    background-color: #000000;
    color: white;
    padding: 70px 0 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container_contact p {
    font-family: "roboto", sans-serif;
    font-size: 33px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    line-height: 50px;
}

.container_contact button {
    background-color: #fec503;
    margin-top: 10px;
    width: 198px;
    height: 45px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 20px;
}

.container_contact button:hover {
    background-color: #000000;
    color: rgba(255, 0, 0, 0.8);
    transition: 0.3s ease;
}

.container_faq {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.container_faq_body {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.container_faq_sub {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 40%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.sub_left {
    margin-right: 20px;
}

.sub_right {
    margin-left: 20px;
    margin-right: 30px;
}

.container_faq_sub .faq {
    width: 100%; /* Updated to 50% */
    margin: 10px;
    /* margin-left: 20px; */
    overflow: hidden;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* font-size: 14px; */
}

.faq_left {
    float: right;
}

.faq_right {
    float: left;
}

.container_faq_heading h1 {
    text-align: center;
    font-size: 41px;
    font-weight: 300;
    font-family: "roboto", sans-serif;
    padding-top: 70px;
    padding-bottom: 15px;
}

.container_faq_heading p {
    text-align: center;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.faq .upper {
    background-color: black;
    color: white;
    padding: 20px 40px 20px 40px;
    text-align: left;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.faq .lower {
    background-color: white;
    color: black;
    padding: 20px 40px 20px 40px;
    text-align: left;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
}

.container_faq_heading .divider {
    color: #000000;
    /* text-align: center; */
    font-size: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.divider p:before {
    content: " ";
    border: 2px solid black;
    margin-top: 14px;
    margin-left: 4px;
    margin-bottom: 15px;
    display: block;
    width: 35px;
    border-radius: 20px;
}

#cost1 {
    background-color: #000000;
    color: #ffffff;
}

#cost2 {
    padding-top: 80px;
    padding-bottom: 50px;
}

#cost2 .para {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

#cost2 .heading p::before {
    content: " ";
    border: 1px solid black;
    margin-top: 15px;
    margin-left: 35%;
    margin-bottom: 15px;
    display: block;
    max-width: 30%;
}

#cost1 .heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-family: "roboto", sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#cost1 .heading p:before {
    content: " ";
    border: 1px solid white;
    margin-left: 14%;
    margin-bottom: 15px;
    display: block;
    max-width: 70%;
}

#cost1 button {
    background-color: #fec503;
    margin-top: 10px;
    width: 198px;
    height: 45px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 20px;
}

#cost1 button:hover {
    background-color: #000000;
    color: rgba(255, 0, 0, 0.8);
    transition: 0.3s ease;
}

#cost3 {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

#cost3 button {
    background-color: #fec503;
    margin-top: 30px;
    width: 220px;
    height: 65px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 20px;
}

#cost3 button:hover {
    background-color: #000000;
    color: rgba(255, 0, 0, 0.8);
    transition: 0.3s ease;
}

#cost3 .heading p:before {
    content: " ";
    border: 1px solid black;
    margin-top: 15px;
    margin-left: 30%;
    margin-bottom: 15px;
    display: block;
    max-width: 40%;
}

#cost3 .sub_heading {
    font-size: 30px;
    font-family: "roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    text-align: center;
    padding-left: 20px;
}

#cost3 .para {
    text-align: left;
    padding: 20px 50px 0 50px;
}

#cost3 .center {
    align-items: center;
}

#cost3 .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

#cost3 .heading hr {
    width: 60%;
    margin-top: 15px;
}

.container_intro {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
}

.container_intro .text_section {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 45px;
}

.container_intro .img_section {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_section .heading {
    font-size: 48px;
    font-family: "roboto", sans-serif;
    font-weight: 700;
}

.text_section .heading hr {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #000000;
    width: 30%;
}

.text_section .para {
    padding-bottom: 30px;
    font-size: 17px;
    font-family: "Average", sans-serif;
    line-height: 30px;
}

.text_section button {
    width: 40%;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 25px;
}

.text_section button:hover {
    background-color: #000000;
    color: rgba(255, 0, 0, 0.8);
    transition: 0.3s ease;
}

.container_intro .img_section img {
    margin: 20px;
}

.container_intro .img_section p {
    text-align: center;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.container_intro .para a {
    text-decoration: none;
    color: #0073aa;
}

.container_intro .para a:hover {
    color: gold;
    transition: 0.3s ease;
}

.container_cost .heading a {
    text-decoration: none;
    color: #ffffff;
}

.container_cost .heading a:hover {
    color: gold;
    transition: 0.3s ease;
}

.container_glimpse {
    background-color: #000000;
    width: 100%;
    height: auto;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.container_glimpse .heading {
    width: 50%;
    height: auto;
    padding: 18px;
    font-size: 108px;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 108px;
}

.container_glimpse .heading hr {
    width: 75%;
    margin-top: 50px;
}

.container_glimpse .glimpse_body {
    width: 50%;
    height: auto;
    padding: 63px;
}

.container_glimpse .glimpse_body .para {
    padding-bottom: 20px;
}

.container_glimpse .glimpse_body .para .para_heading {
    font-size: 35px;
    font-family: "Big Shoulders Display", sans-serif;
    font-weight: 600;
}

.container_glimpse .glimpse_body .para ul {
    padding: 20px 20px 20px 40px;
}

.container_glimpse .glimpse_body .para ul li {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.para {
    text-align: center;
}

.container_cost .para {
    text-align: center;
}

.whats_new {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whats_new .about {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.opposite .about {
    flex-direction: row;
}

.whats_new .about .para {
    width: 50%;
    height: 100%;
    margin: 90px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.whats_new .about .para hr {
    width: 60%;
}

.about-us .about {
    flex-wrap: nowrap;
    justify-content: start;
    align-items: start;
}

.about-us .about .img {
    width: 500px;
    margin: 20px;
    margin-bottom: 0;
}

.about-us .about .para {
    margin: 20px 0;
    flex-grow: 1;
    padding-right: 30px;
    text-align: justify;
}

.end .about .para {
    width: 100%;
    margin-top: 0;
    padding: 0 30px 0 30px;
}

.start {
    padding-top: 50px;
}

.end {
    padding-bottom: 50px;
}

.whats_new .about .para h1 {
    font-family: "roboto", sans-serif;
    margin-bottom: 0.5rem;
}

.whats_new .about .para p {
    margin: 2rem 0;
    font-size: 19px;
    font-family: "Average", sans-serif;
    font-weight: 500;
    line-height: 35px;
}

.about-us .about .para p {
    margin-bottom: 0;
}

.end .about .para p {
    margin-top: 0;
}

.whats_new .para button:hover {
    background-color: #000;
    color: rgba(255, 0, 0, 0.8);
    transition: 0.3s ease;
}

.whats_new .about .para span {
    color: rgb(86, 86, 227);
}

.whats_new .about button {
    height: 2.5rem;
    width: 8.5rem;
    align-self: center;
    border: none;
    border-radius: 2rem;
}

.whats_new .about .img {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* height: 480px; */
}

.whats_new .about .img img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.whats_new .about .img p {
    font-size: 0.6rem;
    align-self: center;
    margin: 1rem;
}
/* 
  .footer {
    background-color: rgba(0, 0, 0);
    height: 50;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    } */

/* .footer .title {
    font-size: 2.5rem;
    width: 30rem;
    padding: 2rem 0;
    font-family: 'roboto', sans-serif;
}

.footer .title hr {
    margin: 1.5rem 0;
} */

/* .footer .cardbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 10rem;
    margin-left: 2rem;
} */
/* 
.footer .cardbox .card {
    margin: 2rem 0;
} */

.photoSection {
    color: #344055;
    background-color: #e5e5f3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 0;
}

.photoSection .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.photoSection .title h1 {
    font-family: "roboto", sans-serif;
    font-size: 2.7rem;
    margin: 1rem 0;
}

.photoSection .title hr {
    height: 2px;
    width: 60%;
    background-color: #000;
}

.photoSection .cardbox {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.photoSection .cardbox .cardUp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photoSection .cardbox .cardDown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photoSection .cardbox .card {
    margin: 16px 16px;
    border-radius: 15px;
}

.photoSection .cardbox .card img {
    height: 20rem;
    width: 20rem;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid #000;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.photoSection .cardbox .card img:hover {
    transform: scale(1.1);
}

/* transition only */

.heading .sub_heading .container_contact .center-text .fa-solid {
    /* transition: ease-in; */
    /* transition-duration: 10s; */
    animation: fadeIn 10s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* .credits {
    width: 100%;
    height: 4vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #161c27;
    color: #fff;
    font-size: 1.1vw;
}

.credits a {
    color: #fff;
    text-decoration: none;
} */
