@import url('https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-banner {
    width: 100%;
    height: 100vh;
    /* border: 1px solid red; */
    background-image: url(../images/main-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (min-height:750px){
    .main-banner {
        height: 100vh;
    }
}
@media only screen and (min-height:830px){
    .main-banner {
        height: 70vh;
      
    }
}
@media only screen and (min-height:950px){
    .main-banner {
        height: 60vh;
    }
}
@media only screen and (min-height:1000px){
    .main-banner {
        height: 57vh;
    }
}
.logo {
    width: 140px;
    position: absolute;
    top: 0;
}

header {
    width: 100%;
    /* border: 1px solid rgb(0, 255, 0); */
}

.navbar {
    width: 100%;
    /* border: 1px solid red; */
}
   
/* #nav{
   position: absolute;
   top: 0;
} */

#fluid-cont {
    width: 1200px;
    /* border: 1px solid red; */
    align-items: start;
}


#navbarNav {
    justify-content: end;
    /* border: 1px solid red; */
    margin-top: 30px;
}


.navbar-toggler {
    color: #ffffff;
    margin-top: 30px;
}

.nav-link {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 18px;
    margin-right: 15px;
}

#anchor:hover {
    color: rgba(25, 118, 210, 1) !important;
}

.tactical-insights {
    width: 900px;
    font-family: "Inter", sans-serif;
    /* border: 1px solid rgb(30, 255, 0); */
    margin-top: 240px;
}

.tactical-insights h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 55px;
    font-weight: 900;
    line-height: 61px;
    word-spacing: 6px;
    letter-spacing: 0.1em;
    /* box-shadow: 0px 0px 23.9px 0px rgba(0, 0, 0, 0.178); */
    width: fit-content;

}

.tactical-insights p {
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 500;
    line-height: 45.36px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    width: fit-content;
    /* box-shadow: 0px 0px 12.6px 0px rgba(0, 0, 0, 0.192); */

}

/* main header done */




.about-section {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

#about-card {
    border: 0;
}


.abt-card {
    max-width: 1200px;
}

.rounded-start {
    width: 460px;
}

/* .cards {
    border: 1px solid red;
} */

.card-title {
    font-size: 55px;
    font-weight: 800;
    line-height: 80px;
    margin-top: 50px;
    color: rgba(17, 43, 60, 1);
}

.card-body h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: rgba(17, 43, 60, 1);
}

.card-text {
    font-size: 19px;
    font-weight: 400;
    line-height: 30.6px;
    color: rgba(35, 35, 35, 1);
    margin-top: 40px;
    width: 95%;

}

.abt-mid {
    position: absolute;
    width: 400px;
    right: 350px;
}

/* about done */



.key-features {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/keyfeaturesBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#key-fea-cards {
    background-color: transparent;
    margin-top: 150px;
    border: 0;
}

.key-fea-img-div {
    display: flex;
    justify-content: center;
}
.abt-row{
    margin-bottom: 40px;
}
.keaFeatureTitle {
    line-height: 40px;
    margin-top: 20px;
}

.feature-ul {
    /* border: 1px solid red; */
    padding: 0;
}

.feature-ul li {
    list-style: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 70.4px;
}

/* key feature done */



.contact-us {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid green; */
}

.contact-text-div {
    width: 38%;
    height: 600px;
    background-color: rgba(25, 118, 210, 1);
    /* border: 1px solid rgb(128, 0, 0); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid rgb(255, 81, 0); */
}

.contact-text-div h2 {
    font-size: 42px;
    font-weight: 900;
    line-height: 50.4px;
    width: 70%;
    color: rgba(255, 255, 255, 1);
    /* border: 1px solid red; */

}

.contact-text-div p {
    font-size: 26px;
    font-weight: 500;
    line-height: 30.4px;
    width: 70%;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    /* border: 1px solid green; */
}

.form-div {
    width: 58%;
    height: 600px;
    /* border: 1px solid rgb(128, 0, 0); */
    margin-right: 10px;
}

.contact-form {
    width: 83%;
    font-family: "Lato", sans-serif;
    /* border: 1px solid green; */
}

.contact-form .row {
    margin-top: 40px;
}

#first-row {
    margin-top: 143px;
}

.col label {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.textarea{
    height: 80px;
    overflow:hidden;
}
.button-div {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 30px;
}
input:focus { 
    outline: none !important;
    border-color: transparent !important;
    box-shadow: 0 0 0px transparent !important;
 }
#btn-contact {
    background-color: rgba(25, 118, 210, 1);
    color: white;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26.4px;
    width: 180px;
    height: 50px;

}
#first_name,#last_name,#email,#phone_no,#message{
    resize: none;
    border: 0;
    outline: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(25, 118, 210, 1);
}
#first_name:focus,#last_name:focus,#email:focus,#phone_no:focus,#message:focus{
    border-bottom: 1px solid rgba(25, 118, 210, 1);
    outline: none !important;
    border-color: transparent !important;
    box-shadow: 0 0 0px transparent !important;
}

/* contact done */


footer {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(35, 35, 35, 1);
    color: white;
}

footer span {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.10000000149011612px;
    color: white;
}

.community {
    padding: 60px 0 10px;
    position: relative;
}
.apple-btns {
    display: flex;
    gap: 20px;
}
.apple-btns a img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.community-img img {
    width: 100%;
    margin: 0 0 0 auto;
    display: block;
}
.community-img::before {
    position: absolute;
    background: #1976d2;
    width: 35%;
    height: 432px;
    content: '';
    right: 0px;
    z-index: -1;
    border-radius: 227px 0px 0px 10px;
    top: 0px;
}
.community-content h1 {
    font-size: 34px;
    font-weight: 700;
    color: #1976d2;
    font-family: var(--bs-font-sans-serif);
}
.community-content p {
    font-size: 33px;
    font-weight: 400;
    line-height: 45.6px;
    color: rgba(35, 35, 35, 1);
    margin-top: 13px;
    width: 95%;
}
.community-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #1976d2;
}






@media only screen and (max-width:1202px) {
    #fluid-cont {
        width: 1000px;
    }

    .abt-card {
        max-width: 1000px;
    }

    .card-title {
        font-size: 50px;
    }

    .card-body h3 {
        font-size: 32px;
        line-height: 35px;
    }

    .abt-mid {
        width: 400px;
        right: 200px;
    }


    .contact-form {
        width: 90%;
    }

    .contact-text-div h2 {
        font-size: 32px;
    }

    .contact-text-div p {
        font-size: 24px;
    }
}


@media only screen and (max-width:1015px) {
    #fluid-cont {
        width: 900px;
    }

    .abt-card {
        max-width: 900px;
    }

    .card-title {
        font-size: 45px;
    }

    .card-body h3 {
        font-size: 28px;
    }

    .card-text {
        font-size: 18px;
        width: 99%;

    }

    .abt-mid {
        width: 350px;
        right: 200px;
    }

    .contact-form {
        width: 100%;
    }

    .contact-text-div {
        width: 45%;
    }

    .form-div {
        width: 50%;
    }

    .contact-text-div h2 {
        font-size: 32px;
    }

    .contact-text-div p {
        font-size: 24px;
    }
}

@media only screen and (max-width:991px) {
    .navbar-nav {
        background-color: white;
        z-index: 3;
        margin-top: 90px;
    }
    

    .nav-link {
        color: rgb(0, 0, 0) !important;
        margin-left: 10px;
    }

    .abt-mid {
        width: 350px;
        left: 50%;
        transform: translateX(-50%);
    }
}

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

    #fluid-cont,
    header {
        width: 100%;
    }

    .tactical-insights {
        width: 96%;
    }

    .tactical-insights h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .tactical-insights p {
        font-size: 20px;
    }



    .abt-card {
        max-width: 100%;
    }

    .card-title {
        font-size: 40px;
    }

    .card-body h3 {
        font-size: 24px;
    }

    .card-text {
        font-size: 16px;
        width: 100%;

    }

    .kea-fea-img {
        width: 400px;
    }






}

@media only screen and (max-width:840px) {
    .abt-mid {
        width: 300px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -205px;
    }

    .kea-fea-img {
        width: 380px;
    }

    .feature-ul li {
        font-size: 18px;
    }

    .contact-text-div h2 {
        font-size: 26px;
    }

    .contact-text-div p {
        font-size: 18px;
    }

}

@media only screen and (max-width:785px) {
    .abt-mid {
        width: 300px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -250px;
    }

}

@media only screen and (max-width:767px) {
    .round-img-div {
        display: flex;
        justify-content: center;
    }

    .card-title {
        line-height: 70px;
        margin-top: 0px;


    }

    .card-text {
        width: 90%;

    }

    #key-fea-cards {
        margin-top: 130px;
    }

    .abt-mid {
        width: 300px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -210px;
    }

    .rounded-start {
        width: 340px;
    }

    .contact-us {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-text-div {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;

    }

    .contact-text-div h2,
    .contact-text-div p {
        margin-left: 12px;
    }

    .contact-text-div h2 {
        width: 90%;
    }

    .contact-text-div p {
        width: 90%;
    }

    .form-div {
        width: 97%;
        height: 480px;
        display: flex;
        justify-content: end;
    }

    #first-row {
        margin-top: 30px;
    }

    .contact-form {
        width: 98.5%;
      
    }
    .community-img::before {
        display: none;
    }
    .community-img img {
        margin: 30px 0 0 auto;
    }
    .community-content h1 {
        font-size: 24px;
    }
    .community-content p {
        font-size: 20px;
        line-height: 30.6px;
        margin-top: 13px;
        width: 100%;
    }

}

@media only screen and (max-width:700px) {
    .logo {
        width: 120px;
    }

    .tactical-insights h1 {
        font-size: 32px;
        line-height: 50px;
    }

    .tactical-insights p {
        font-size: 18px;
    }

    .abt-mid {
        width: 270px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -210px;
    }
}

@media only screen and (max-width:530px) {
    .rounded-start {
        width: 330px;
    }
}

@media only screen and (max-width:455px) {
    .rounded-start {
        width: 320px;
    }
}


@media only screen and (max-width:400px) {
    .rounded-start {
        width: 310px;
    }
}