*{
    font-family: 'Space Grotesk';
}
body{
    width: 100%;
}
section{
    padding-left: 8%;
    padding-right: 8%;
}
.navbar-custom {
    /*background-color: red;*/
    background-color: #ffffff;
    padding: 50px 8% 50px 8%;
}
.nav-logo{
    height: 30px;
}
.navbar-brand{
    color: #000000;
}
.navbar-nav .nav-item .nav-link {
    color: #000000;
    font-weight: 500;
}
.navbar-nav .nav-item .nav-link.btn-signin {
    margin-right: 15px;
}
.navbar-nav .nav-item .nav-link.btn-signup {
    background-color: #82cfff;
    color: #000000;
    border-radius: 20px;
    padding: 8px 20px;
}
.navbar-nav .nav-item .nav-link.btn-signup:hover {
    background-color: #63bde8;
}

.footer {
    background-color: #000000;
    color: #ffffff;
    padding: 40px 20px;
}
.footer .footer-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
}
.footer .footer-section ul {
    list-style: none;
    padding: 0;
}
.footer .footer-section ul li {
    margin-bottom: 10px;
}
.footer .footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer .footer-section ul li a:hover {
    text-decoration: underline;
}
.footer .footer-bottom {
    border-top: 1px solid #444444;
    padding-top: 20px;
    margin-top: 20px;
}
.footer-bottom a {
    color: #ffffff;
}
.footer .socials a {
    color: #ffffff !important;
    margin-right: 15px;
}
.footer .newsletter-form input[type="email"] {
    background-color: #333333;
    border: none;
    color: #ffffff;
    padding: 10px;
    width: 70%;
    border-radius: 50px;
    margin-right: 10px;
}

.footer .newsletter-form button {
    background-color: #80E1FC;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
}
#address{
    color: #C2C2C2;
}
.footer-listing{
    margin-top: 50px;
}
.button-arrow-img{
    height: 12.02px;
    width: 12.02px;
}

.listing-arrow-img{
    margin-left: 3px;
    height: 15px;
    width: 15px;
}
.sub-listing a{
    color: #C2C2C2 !important;
}
/*---------------------------------------------*/
.hero-section {
    width: 100%;
    height: 105vh;
    background-image: url("../img/home-page-container-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 5% 0 5%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    /*margin-top: 85px;*/
    font-size: 54px;
    font-weight: bold;
    color: #0E50A7;
    margin-bottom: 20px;

}

.hero-section p {
    font-size: 18px;
    color: #0E50A7;
    margin-bottom: 20px;
}

.hero-section .input-group {
    max-width: 600px;
    margin: 0 auto;
}

.hero-section .input-group .form-control {
    border-radius: 25px 0 0 25px;
    padding: 15px;
}

.hero-section .input-group .btn {
    border-radius: 0 25px 25px 0;
    background-color: #82cfff;
    color: #fff;
}

.hero-section .subtext {
    font-size: 12px;
    color: #11111154;
    margin-top: 10px;
}

.feature-section {
    position: relative;
    top: -90px; /* Adjust this value to control the overlap amount */
    z-index: 10;
    padding: 0 75px 0 75px;
}

.feature-card {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-height: 200px;
}

.feature-card h5 {
    font-size: 24px;
    font-weight: bold;
    color: #0E50A7;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 20px;
    color: #555;
}

.input-container {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    /*max-width: 60%;*/
    width: 100%;
}
.input-box {
    border: none;
    outline: none;
    flex-grow: 1;
    padding: 14px 0;
    font-size: 16px;
    border-radius: 25px;
}
.send-button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    margin-left: 10px;
}
.send-button img {
    fill: #007bff;
    width: 24px;
    height: 24px;
}

.message-section {
    /*padding: 10% 0 0 0;*/
    /*position: relative;*/
}

.message-header{
    padding-bottom: 60px;
    font-size: 52px;
    line-height: 64.8px;
    font-weight: 700;
    color: #101010;
}

.message-img1-container {
    background: #f5f5f5;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.message-img3-container {
    background: #CBCBCB;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}
.message-img1-container img {
    width: 100%;
    object-fit: fill;
    border-radius: 0 0 20px 20px;
}
.message-img3-container img {
    width: 100%;
    object-fit: fill;
    /*border-radius: 0 0 20px 20px;*/
}

.message-img1-container div {
    padding: 25px 20px 10px 20px;
    font-size: 32px;
    color: #1D1D21;
}

.message-img2-container{
    background: #7EE0FC;
    padding: 48px 25px 48px 25px;
    border-radius: 25px;
}
.message-img2-container p{
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
}

.images-left-collage {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.images-right-collage {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.message-img4-container {
    background: #f5f5f5;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    height: 310px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;

}

.message-img5-container {
    background: #0E50A7;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*padding: 20px;*/
    margin-left: 20px;
    text-align: center;
    height: 310px;
}
.message-img5-container p {
    font-size: 28px;
    padding: 20px 60px 0 60px;
    color: #ffffff;
}
.entertain-images{
    height: 70px;
    width: 70px;
    background: #000000;
    border-radius: 100%;
    align-content: center;
    margin-right: 10px;
}
.entertain-images-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-img5-container img{
    height: 40px;
    width: 40px;
}
.avatars {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 20px;
}
.avatars img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.highlight {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    margin: 10px 0;
}
.description {
    font-size: 16px;
    color: #333;
}
.message-img4-container-a{
    top: 100px;
    position: absolute;
}

.content-generator-container {
    background-image: url("../img/content-creator-container-background.png");
    margin-top: 10%;
    padding: 4% 8% 12% 8%;
    text-align: left;
    /*background: #f5f5f5;*/
}
.header {
    margin-bottom: 40px;
}
.header h1 {
    font-size: 54px;
    margin: 0;
    color: #101010;
    padding-bottom: 30px;
}
.header p {
    font-size: 24px;
    color: #0C0D11;
}
.get-started {
    margin: 20px 0;
}
.get-started button {
    background-color: #0E50A7;
    color: white;
    border: none;
    padding: 15px 34px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
}
.content-generator-container .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content-generator-container .card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 23%;
    min-width: 230px;
    padding: 20px;
    text-align: left;
}
.content-generator-container .card img {
    width: 40px;
    height: 40px;

}
.card div{
    background: #0E50A7;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    justify-content: center;
    align-items: center;
    display: flex
}
.card h3 {
    font-size: 1.2em;
    margin: 10px 0;
}
.card p {
    color: #666;
}

.testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #f7f7f7;
    border-radius: 15px;
    /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
    padding: 8% 8% 8% 8%;
}
.testimonial-header {
    text-align: left;
    margin-bottom: 20px;
}
.testimonial-header h2 {
    font-size: 54px;
    font-weight: 700;
    color: #101010;
    margin: 0;
}
.testimonial-header p {
    color: #80E1FC;
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0 0 0;
}
.testimonial-body {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
}
.testimonial-image {
    background: #82E1FC;
    border-radius: 40px;
    flex: 1;
    text-align: center;
}
.testimonial-image img {
    width: 370px;
    height: auto;
    border-radius: 10px;
}
.testimonial-content {
    flex: 2;
    padding: 30px;
    border: 1px #EDEDED solid;
    border-radius: 16px;
}
.testimonial-content .quote {
    font-size: 1em;
    background-color: #0E50A7;
    color: #ffffff;
    border-radius: 100%;
    padding: 10px;
    position: relative;
}

.quote img{
    height: 22px;
    width: 22px;
}

.testimonial-content .quote-stars {
    color: #000000;
    background: #80E1FC;
    align-items: center;
    display: flex;
    border-radius: 100px;
    padding: 0 15px 0 15px;
}

.testimonial-content .author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    background: #101010;
    padding: 15px;
    border-radius: 20px;
    width: 75%;
}
.testimonial-content .author span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}
.testimonial-content .author .nav {
    display: flex;
    align-items: center;
}

.testimonial-content .author .nav img {

    height: 20px;
    width: 20px;
}
.testimonial-content .author .nav button {
    background: #000;
    color: #fff;
    border: 1px #ffffff solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-content .rating{
    gap: 10px;
    padding-bottom: 20px;
}

.testimonial-content p{
   font-size: 24px;
    font-weight: 500;
}

.subscribe-section-container{
    background: #f7f7f7;
    padding-bottom: 120px;
}
.subscribe-container {
    background-image: url("../img/subscriber-backgroung.png");
    background-position: right;
    background-color: #004AAD;
    color: white;
    border-radius: 15px;
    padding: 30px 30px 50px 30px;
    text-align: start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.subscribe-container h2 {
    padding-top: 20px;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 10px;
}
.subscribe-container p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.subscribe-form {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.subscribe-form input[type="email"] {
    padding: 10px;
    font-size: 16px;
    border: 1px #ffffff solid;
    color: #ffffff;
    border-radius: 25px;
    width: 300px;
    max-width: 100%;
    background: transparent;
}
.subscribe-form ::placeholder{
    color: #ffffff;
}
.subscribe-form button {
    background-color: #66D1F4;
    color: #004AAD;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
}
