.backgroundColor {
    background-color: #081447;
    color: #fff;
    height: 560px;
}

.total-container {
    padding: 50px;
}

.logo-style {
    width: 30%;
}

.logo-col {
    /* padding-left: 65px; */
    display: flex;
    align-items: center;
}

/* 
.navitems-style{
    display: flex;
    gap: 23px;
} */

/* .nav-link:hover{
    color: #fff;
    text-decoration: none;
}

.nav-link{
    color: #fff;
} */

.grid-item-active {
    background-color: #0029ff;
    color: #fff !important;
    border: 2px solid #0029ff !important;
}

.first-div {
    background: linear-gradient(to top,
            rgba(244, 244, 244, 0) 0%,
            /* Fully transparent at the bottom */
            rgba(244, 244, 244, 0.2) 20%,
            /* Slightly transparent */
            rgba(244, 244, 244, 0.5) 40%,
            /* Half transparency */
            rgba(244, 244, 244, 0.8) 60%,
            /* Mostly solid */
            rgba(244, 244, 244, 1) 100%
            /* Fully solid at the top */
        );
    padding: 2% 3%;
    width: 90.5%;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.firstCol {
    padding: 2% 3%;
    color: #000408;
}

.main-head-style {
    font-size: 60px;
    font-weight: 600;
    padding-right: 47%;
    line-height: 1;
    margin-bottom: 5%;
}

.together-style {
    color: #0029ff;
}

.call {
    background-color: #fff;
    border-radius: 15px;
    padding: 10%;
    margin-bottom: 30%;
    margin-top: 7%;
}

.book-a-call-head {
    font-size: 25px;
    color: #000408;
    font-weight: 700;
}

.meet-together:hover {
    text-decoration: none;
    color: #0029ff;
}

.social-row {
    padding: 1%;
    margin-bottom: 4%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-style {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
}

.social-a {
    color: #000408;
}

.social-a:hover {
    color: #000408;
    text-decoration: none;
}

.secondCol {
    padding: 4% 7% 4% 7%;
    background-color: #fff;
    border-radius: 20px;
}

.form-style {
    display: flex;
    flex-direction: column;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    gap: 10px;
    align-items: center;
    justify-items: center;
    margin-bottom: 13%;
}

.grid-item {
    font-size: 15px;
    border: 2px solid rgba(68, 68, 68, 0.44);
    color: rgba(68, 68, 68, 0.44);
    width: 100%;
    text-align: center;
    padding: 4%;
    border-radius: 10px;
    cursor: pointer;
}

#name,
#countries,
#email,
#message {
    border: none;
    border-bottom: 1.5px solid rgba(68, 68, 68, 0.44);
    margin-bottom: 8%;
    color: #0029ff;
}

#countries::placeholder {
    color: rgba(68, 68, 68, 0.44);
}

#name::placeholder {
    color: rgba(68, 68, 68, 0.44);
}

#email::placeholder {
    color: rgba(68, 68, 68, 0.44);
}

#message::placeholder {
    color: rgba(68, 68, 68, 0.44);
}

.subscribe-btn {
    margin: 0% 25%;
    padding: 3%;
    border: none;
    background-color: #0029f7;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.subscribe-a {
    color: #fff;
}

.subscribe-a:hover {
    color: #fff;
    text-decoration: none;
}

.subscribe-img {
    margin-bottom: 5px;
    transform: rotate(-43deg);
}

.policy {
    margin: 3% 11% 0% 11%;
    color: #616161;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
}

.policy-a-style {
    font-size: 13px;
    color: #616161;
    text-decoration: underline;
}

.policy-a-style:hover {
    color: #616161;
}

.quote {
    z-index: 10;
    color: #000408;
    padding: 3%;
    padding-bottom: 0%;
    padding-right: 54%;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: -10px;
}


.world-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -18%;
}

.second-div {
    background: linear-gradient(to bottom, #FFFDF9 0%, #FFFDF9 6%, #FFFDF9 13%, #FFFAF2 25%, #FFFAF2 38%, #FFFAF2 60%, #FFEFD6 90%, #FFFDF9 100%);
    height: 145vh;
    position: relative;
    z-index: 1;
}

@media (min-height: 869px) {
    .second-div {
        height: 110vh;
    }
}

@media (min-height: 773px) {
    .second-div {
        height: 125vh;
    }
}

#name:focus {
    outline: none;
    border-bottom: 2px solid #0029ff;
}

#countries:focus {
    outline: none;
    border-bottom: 2px solid #0029ff;
}

#email:focus {
    outline: none;
    border-bottom: 2px solid #0029ff;
}

#message:focus {
    outline: none;
    border-bottom: 2px solid #0029ff;
}

@media only screen and (max-width: 450px) {
    .second-div {
        height: 121vh !important;
    }
}

@media (min-width: 1921px) {
    .second-div{
       height: 80vh;
    }
}


@media only screen and (max-width: 768px) {

    /* .navitems-style {
        font-size: 8px;
        padding: 10px;
        gap: 5px;
        display: flex;
        justify-content: space-between;
        text-align: center;
    } */

    .logo-col {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 6px;
    }

    .logo-style {
        /* margin-bottom: 4px; */
        width: 80%;
        padding-left: 12px;
        /* margin-: 4%; */

    }

    /* .nav-link {
        display: block;
        padding: 0px;
    } */

    .total-container {
        padding: 20px 20px;
    }

    .first-div {
        border-radius: 10px;
    }

    .main-head-style {
        font-size: 35px;
        padding-top: 20px;
        text-align: center;
        padding-right: 0px;
    }

    .social-row {
        margin-bottom: 3%;
    }

    .call {
        margin-bottom: 5%;
        border-radius: 10px;
    }

    .book-a-content {
        font-size: 13px;
    }

    .firstCol {
        padding: 2% 4.5%
    }

    .social-style {
        justify-content: center;
        font-size: 13px;
    }

    .socialMediaImg {
        width: 13px;
        margin-bottom: 1px;
    }

    .secondCol {
        border-radius: 10px;
        margin: 0px 15px;
    }

    #name,
    #countries,
    #email,
    #message {
        margin-bottom: 10%;
    }

    .subscribe-btn {
        font-size: 13px;
    }

    .subscribe-img {
        width: 12px;
    }

    .policy {
        font-size: 10px;
        text-align: center;
    }

    .quote {
        margin-top: 30px;
        padding: 0% 5%;
        text-align: center;
        line-height: 1.2;
    }

    .book-a-call {
        padding: 30px;
    }

    .book-a-call-content {
        font-size: 13px;
    }

    .worldMapImg {
        width: 117%;
    }

    .world-row{
        margin-top: 2%;
    }

    /* footer */

    .footer-icons {
        margin-bottom: 50px;
    }

    .map-headings {
        margin-bottom: 7%;
    }

    .map-sub-head {
        font-size: 15px;
    }

    .map-headings-join {
        margin-bottom: 5%;
        margin-top: 7%;
    }

    .map-p-style-2 {
        font-size: 15px;
    }

    .subscription-style {
        text-align: center;
        font-size: 10px;
    }

    .copyright-p-style {
        font-size: 10px;
        text-align: center;
    }

    .input-in-footer {
        padding: 4% 5%;
    }

    .subscribe-btn-footer {
        padding: 4% 20%;
    }

    
}