
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');


.carousel img {
    width: 100%;
    height: 700px;
}

.blog-posts .blog-post img,
.blog-post img {
    height: 300px;
}



.home-container{
    padding-bottom: 120px;
    padding-top: 160px;
    position: relative;
}
.home-container .row {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.home-container .position-absolutes{
    position: absolute;
    z-index: 0;
    background-color: #f2f7f2;
    background-image: url(https://img.freepik.com/free-photo/white-paper-texture-background_23-2148171235.jpg?w=360&t=st=1714119517~exp=1714120117~hmac=7f8142b9f42732aa48ff3bff47bdbcbeac5ae45a01f6ee7ff925b0a952f99ae4);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 110px;
    width: 36vw;
    height: 97%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}
.text-container{
    margin-top: 100px;
}
.home-container .text-container .heading {
    font-family: "Libre Baskerville", serif;
    font-size: 47px;
    font-weight: 700;
    color: #3396d9;
}
.home-container .text-container .heading .unique{
    font-family: "Lobster", sans-serif;
    color: orange;
    display: block;
}

.home-container .text-container h1 .brand-name {
    color: #3396d9;
}

.home-container .text-container .text {
    color: #484848c2;
}

.home-container .text-container .btn {
    border-radius: 20px;
    background-color: orange;
    color: white;
    border-color: orange;
    transition: 0.5s;
    text-decoration: none;
    padding: 9px 16px;
    font-size: 19px;
    transition: 0.7s;
}
.home-container .text-container .btn:hover {
    color: white;
    background-color: #3396d9;
    border-color:#3396d9 ;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
}
.home-container .row .img-container img{
    width: 100%;
    /* height: 458px; */
    border-radius: 0 70px 0px 70px;
    padding: 0px 15px;
    object-fit: cover;
}
.home-container .row .img-container .animated{
    animation: up-down 2s ease-in-out infinite alternate-reverse;
}
.Total-Truth-Topic {
    color: orange;
}
@keyframes up-down {
    0% {
        transform: translatey(7px);
    }

    100% {
        transform: translateY(-7px);
    }
}

@media screen and (max-width: 768px) {
    .home-container .row .text-container h1 {
        font-size: 33px;
    }
    .home-container .position-absolute{
    height: 60%;
    border-bottom-left-radius: 70px;
}
.home-container .position-absolutes{
    position: unset;
    width: 0;
    height: 0;
}
.home-container{
    padding-top: 90px;
}
}
@media screen and (max-width:576px) {
    .text-container{
        margin-top: 40px;
    }    
}
.center {
    background-color: orange;
    border-radius: 25px;
    color: white!important;
    margin-left: 35px;
    padding: 8px 19px;
    font-weight: bold;
    font-size: 20px;
    margin: auto;
    max-width: 480px;
}
.bold {
    font-weight: bold;
    font-size: 20px;
    color: blue;
}

.our-client-section{
    padding: 60px 0;
    margin: 100px 0;
    background-color: aliceblue;
}
.carousel .carousel-inner .carousel-item{
    width: 100%;
}
.carousel .carousel-inner .carousel-item .card img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.carousel .carousel-inner .carousel-item .card:hover{
    box-shadow:0 0 9px 0 rgba(0,0,0,0.3) ;
}

.carousel-control-next{
    width: 40px;
    height: 40px;
    right: 25px;
    top: calc(100% - 50%);
    border-radius: 50%;
    padding: 5px;
    background-color: orange;
    z-index: unset;
}
.carousel-control-prev{
    width: 40px;
    height: 40px;
    left: 25px;
    top: calc(100% - 50%);
    border-radius: 50%;
    padding: 5px;
    background-color: orange;
    z-index: unset;
}
.carousel-indicators{
    bottom: -60px;
    z-index: unset;
}
.carousel-indicators [data-bs-target]{
    background-color: orange;
}
@media screen and (max-width:768px) {
    .our-client-section{
        margin: 0px 0px 100px 0px;
    }
}
.project-completed-section{
    background-image: url("https://images.unsplash.com/photo-1631631480669-535cc43f2327?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
}
.project-completed-section .project-completed-text{
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
}
.project-completed-section .container .row i{
    font-size: 30px;
}
.project-completed-section .container .row p{
    font-size: 20px;
}
.project-completed-section .project-text{
    display: flex;
}
@media screen and (max-width:768px) {
    .project-completed-section .project-text{
        display: block;
    }
}

/* contact us page css */
.contact-section .map .img{
    border: 0;
}
.contact-section{
    padding-top: 50px;
}
.contact-section .container {
    margin: 50px auto;
}

.contact-section .container h1 {
    color: orange;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 10px;
}

.contact-section .container p {
    color: orange;
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
}

.contact-section .contact-box {
    background: #ffffff;
    display: flex;
    border-radius: 20px;
}

.contact-section .container-left {
    flex-basis: 60%;
    padding: 40px 60px;
}

.contact-section .container-right {
    flex-basis: 40%;
    padding: 40px 60px;
    background: hsl(207, 95%, 55%);
    color: #ffffff;
    border-radius: 0px 70px 0px 70px;
}

.contact-section .container-left h3 {
    font-size: 25px;
    color: #353535;
    margin-bottom: 20px;
}

.contact-section .container-right h3 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Styling for input rows */
.input-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Styling for input groups inside input rows */
.contact-section .input-row .input-group {
    flex-basis: 45%;
}

/* Styling for input fields */
.contact-section input {
    width: 95%;
    border: none;
    color: #353535;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
} 

/* Styling for textareas */
.contact-section textarea {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}

/* Styling for labels */
.contact-section label {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #353535;
}

/* Styling for buttons */
.contact-section button {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    background: orange;
    border: none;
    outline: none;
    color: #fff;
    width: 20%;
    height: 40px;
    border-radius: 25px;
    margin-top: 20px;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 5px 10px 0px #0000003a;
}

/* Hover styling for buttons */
.contact-section button:hover {
    color: #fff;
    background: hsl(207, 97%, 35%);
    box-shadow: 0px 5px 10px 0px hsla(207, 97%, 35%, 0.431);
}

/* Styling for table cells */
tr td:first-child {
    font-size: 20px;
    font-weight: 600;
    padding-right: 20px;
}

tr td {
    padding-top: 20px;
}

/* Styling for iframes */
iframe {
    width: 100%;
    border: none;
    border-radius: 10px;
    outline: none;
    margin-top: 30px;
}

/* CSS for larger screens (laptop) */
@media only screen and (min-width: 1367px) {
    /* .container {
        width: 70%;
    } */

    .contact-section.container h1 {
        font-size: 50px;
    }

    .contact-section .container p {
        font-size: 25px;
    }

    .contact-section .container-left,
    .contact-section .container-right {
        padding: 40px;
    }

    .contact-section .input-row .input-group {
        flex-basis: 48%;
    }

    .contact-section button {
        width: 30%;
    }
}

/* CSS for larger screens (laptop) */
@media only screen and (max-width: 1366px) {
    /* .container {
        width: 70%;
    } */

    .contact-section .container h1 {
        font-size: 45px;
    }

    .contact-section .container p {
        font-size: 22px;
    }

    .contact-section .container-left,
    .contact-section .container-right {
        padding: 40px;
    }

    .contact-section input {
        width: 90%;
    }

    .contact-section .input-row .input-group {
        flex-basis: 48%;
    }

    .contact-section button {
        width: 60%;
    }
}

/* CSS for medium-sized screens (tablet) */
@media only screen and (max-width: 1024px) {

    .contact-section .contact-box {
        flex-direction: column;
    }

    /* .container {
        width: 80%;
    } */

    .contact-section .container h1 {
        font-size: 40px;
    }

    .contact-section .container p {
        font-size: 22px;
    }

    .contact-section .container-left,
    .contact-section .container-right {
        padding: 30px;
    }

    .contact-section .input-row {
        flex-wrap: wrap;
    }

    .contact-section .input-row .input-group {
        flex-basis: 100%;
        margin-bottom: 15px;
    }

    .contact-section button {
        width: 25%;
    }
}

/* CSS for smaller screens (mobile) */
@media only screen and (max-width: 767px) {
    .contact-section .container {
        width: 90%;
    }

    .contact-section .container h1 {
        font-size: 40px;
    }

    .contact-section .container p {
        font-size: 18px;
    }

    .contact-section .container-left,
    .contact-section .container-right {
        padding: 20px;
    }

    .contact-section .input-row {
        flex-direction: column; /* Stack input rows vertically */
    }

    .contact-section .input-row .input-group {
        flex-basis: 100%;
        margin-bottom: 15px;
    }

    .contact-section input,
    .contact-section textarea {
        padding: 8px;
    }

    .contact-section button {
        width: 60%;
    }

    tr td:first-child {
        font-size: 15px;
        font-weight: 600;
        padding-right: 10px;
    }
}
.about-information{
    margin-top: 150px;
}
.introduction{
    color: orange;
    margin: 0;
}
.Absolute-Spiritual{
    font-weight: bold;
    font-size: 25px;
    color: blue;
}
.truth-total{
    text-align: center;
}

.about-topic-heading-color{
    color:orange
}
.about-section .container{
    margin-top: 70px;
    margin-bottom: 70px;
}
.about-section .container .row{
    margin: 40px 0;
    border-radius: 30px;
    box-shadow: 0 9px 40px rgba(0,0,0,.2);
}
.about-section .container .row:hover{
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.6);
}
.about-section .container .img-section{
    padding-left: 0;
}
.about-section .container .img-section2{
    padding-right: 0;
}
.about-section .container .img-section img{
    width: 100%;
    border-radius: 30px 0 0 30px;
    height: 100%;
    object-fit: cover;
}
.about-section .container .img-section2 img{
    width: 100%;
    border-radius: 0 30px 30px 0;
    height: 100%;
    object-fit: cover;
}
.about-section .container .text-section .text{
    padding: 50px;
}
.about-section .container .text-section .text p{
    color: #c59e56;
    text-align: left;
    line-height: 120%;
    font-size: 20px;
    margin-bottom: 16px;
}

@media screen and (max-width:768px) {
    .about-section .container .img-section{
        padding-left: 12px;
        /* margin-top: 225px; */
    }
    .about-section .container .img-section img{  
        border-radius: 30px 30px 0 0;
    margin-top: 12px;
    }
    .about-section .container .row{
        margin-top: 100px;
        margin-bottom: 30px;
    }
}

 .login-btn ,.signup-btn{
    background-color: orange;
    border-radius: 25px;
    color: white;
 
    padding: 8px 19px;
    font-weight: bold;
    font-size: 16px;
}