body {
    background: url(images/bg.avif);
}
a{
    text-decoration:none;
}
.logo{
    width: 150px;
    height:auto;
}
.nav {
    width: 100%;
    height: 80px;
    background: #0c1f43;
    font-family: oswald;
}
.navWaper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navButton {
    width: 250px;
    height: 60px;
    border-radius: 5px;
    border: none;
    background: #f2a900;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s ease;
    animation: x-shaking 2s linear infinite;
}

.navButton:hover {
    box-shadow: -1px 4px 6px -1px #fff;
}
.getaCote {
    width: 250px;
    height: 50px;
    border-radius: 5px;
    border: none;
    background: #f2a900;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s ease;
}

.heroSection {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
}

.heroSectionBG {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0c1f43, #0c1f4391, #0c1f43a1);
    position: absolute;
}

.heroContent {
    position: absolute;
    width: 100%;
    color: #fff;
    font-family: oswald;
}

.heroContentWaper {
    margin-top: 10%;
    float: left;
    width: 55%;
    display: inline-block;
}

.heroContent h1 {
    font-size: 50px;
    font-weight: 700;
}

.heroContent h4 {
    font-size: 25px;
    font-weight: 700;
}
.heroTest {
    font-size: 15px;
    font-family: Poppins;
}

.formWaper {
    width: 40%;
    float: right;
    background: #ffffffd6;
    height: auto;
    display: inline-block;
    margin-top: 5%;
    border-radius: 5px;
    padding: 30px;
    color: #0c1f43;
}

.tcps {
    font-family: Poppins;
    text-align: justify;
    color: #0c1f43;
    font-size: 11px;
}

.calltoActionButton {
    width: 300px;
    height: 70px;
    border-radius: 5px;
    border: none;
    background: #f2a900;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.starp {
    width: 100%;
    height: 100px;
    background: #f2a900;
}

.starpWaper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: oswald;
}

.starpText {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.starpButton {
    width: 250px;
    height: 70px;
    border-radius: 5px;
    border: none;
    background: #0c1f43;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.services {
    width: 100%;
    max-width: 1440px;
    height: auto;
    padding: 50px;
    display: block;
    margin: 0 auto;
}

.servicesWaper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.myCard {
    width: 30%;
    height: 310px;
    font-family: oswald;
    background: #0c1f43;
    color: #fff !important;
    box-shadow: 0px 0px 10px 0px #000;
    transition: 0.5s ease linear;
    display: flex !important;
    align-items: center !important;
}

.myCard:hover {
    box-shadow: 0px 0px 0px 0px #000;

}

.myCard p {
    font-family: Poppins;
    text-align: justify;
    margin-top: 20px;
    color: #cccccc;
}

.myCard h3{
    text-decoration: none;
    color: #f2a900;
}

.servicesHeader {
    text-align: center;
    color: #0c1f43;
    font-family: oswald;
    text-transform: uppercase;
    font-size: 56px;
    margin-bottom: 30px;
    font-weight: bold;
}

.footer {
    width: 100%;
    height: 60px;
    color: #f2a900;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c1f43;
    font-family: oswald;
}

.review {
    width: 100%;
    border-radius: 10px;
    height: auto;
    padding: 50px;
    background: #0c1f43;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.review_section_card {
    width: 25%;
    height: 200px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003b71;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 0px #000;
    transition: ease 0.5s;
}

.review_section_card img {
    display: block;
    margin-bottom: 15px !important;
    margin: 0 auto;
}

.review_section_card p span {
    font-weight: bolder;
}

.review_section_card ion-icon {
    color: #ef9b14;
    font-size: 20px;
}

.callToAction {
    width: 100%;
    height: 400px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callToAction h1 {
    font-family: oswald;
    font-weight: bold;
    font-size: 50px;
    color: #003b71;
    text-transform: uppercase;
}

.callToActionText {
    font-size: 30px;
    font-family: Poppins;
    color: #ef9b14;
}

.liveAjent {
    color: #0c1f43;
    font-size: 17px;
    text-transform: lowercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.liveAjentCongra {
    color: #0c1f43;
    font-size: 12px;
    text-transform: lowercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.liveAjent Span {
    width: 15px;
    height: 15px;
    background: green;
    border-radius: 10px;
    display: inline-block;
    animation: onlinBlink 2s linear infinite;
}
.liveAjentCongra Span {
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 10px;
    display: inline-block;
    animation: onlinBlink 2s linear infinite;
}
.disclemer {
    width: 100%;
    padding: 50px;
    background: #0d1a33;
    text-align: justify;
    color: #fff;
}

.footerText {
    margin: 0px !important;
    padding: 0px !important;
}

@media only screen and (max-width: 600px) {
    .navButton {
        width: 200px;
        height: 50px;
        border-radius: 5px;
        border: none;
        background: #f2a900;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        transition: 0.3s ease;
        animation: x-shaking 2s linear infinite;
    }
    .calltoActionButton {
        margin: 0 auto;
    }
    .heroContent {
        position: absolute;
        width: 100%;
        color: #fff;
        font-family: oswald;
        text-align: center;
    }
    .heroSection {
        width: 100%;
        height: 1300px;
        position: relative;
        overflow: hidden;
    }
    .heroSectionBG {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
    }
    .heroContentWaper {
        margin-top: 10%;
        float: none;
        width:100%;
        display: inline-block;
    }
    .heroContent h1 {
        font-size: 10vw;
        font-weight: 700;
    }
    .heroContent h4 {
        font-size: 6vw;
        font-weight: 700;
    }
    .heroTest {
        font-size: 15px;
        font-family: Poppins;
        text-align: justify;
    }
    .formWaper {
        width:100%;
        float:none;
        background: #ffffffd6;
        height: auto;
        display:block;
        margin-top: 10%;
        border-radius: 5px;
        padding: 30px;
        color: #0c1f43;
    }
    .starp{
        display: none;
    }
    .services {
        width: 100%;
        max-width: 1440px;
        height: auto;
        padding: 20px;
        display: block;
        margin: 0 auto;
    }

    .servicesWaper {
        display: block;
        align-items: center;
        justify-content: space-around;
    }

    .myCard {
        width: 100%;
        margin-top: 20px;
    }

    .review {
        width: 100%;
        border-radius: 0px;
        height: auto;
        padding: 20px;
        background: #0c1f43;
        display: block;
        padding-bottom: 40px;
    }

    .review_section_card {
        width: 80%;
        margin-top: 20px !important;
        margin: 0 auto;
    }

    .callToAction {
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
        margin-top: 0px !important;
    }
    .callToAction h1 {
        font-size: 9vw;
    }
    .callToActionText {
        font-size: 5vw;
    }
    .disclemer {
        width: 100%;
        padding: 20px;
        background: #0d1a33;
        text-align: justify;
        color: #fff;
    }
}

/* animation */
@keyframes onlinBlink {
    0% {
        box-shadow: 0px 0px 0px 0px green;
    }

    50% {
        box-shadow: 0px 0px 12px 3px green;
    }

    100% {
        box-shadow: 0px 0px 0px 0px green;
    }
}
@keyframes x-shaking {
    0% {
        transform: translateX(0px);
        transform: rotate(0deg);
    }

    5% {
        transform: translateX(10px);
        transform: rotate(5deg);
    }

    10% {
        transform: translateX(-10px);
        transform: rotate(-5deg);
    }

    15% {
        transform: translateX(10px);
        transform: rotate(5deg);
    }

    20% {
        transform: translateX(0px);

    }

    100% {
        transform: translateX(0px);

    }
}
.loaderWaper {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display:none;
}
#congra{
    display: none;
}
.navButtonModal {
    width: 250px;
    height: 70px;
    border-radius: 5px;
    border: none;
    background: #f2a900;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s ease;
    animation: x-shaking 2s linear infinite;
}