/* headinh section start */
h1,
h2,
h4,
h6 {
    font-family: 'Nunito Sans', sans-serif;
}

h2 {
    font-weight: 800;
}

h4 {
    font-weight: 800;
}

h6 {
    color: #fea116;
    font-weight: 900;
    margin: 0;
}

h3 {
    font-family: 'Pacifico', cursive;
    color: #fea116;
}

p {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
}

/* headinh section end */
/* nav section start */
.header-scroll {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    z-index: 999;
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-inner {
    width: 30%;
}

.top-nav {
    width: 70%;
}

.header h2 {
    color: #fea116;
    font-weight: 900;
    margin: 0;
}

.header a {
    display: flex;
    gap: 11px;
    align-items: center;
}

.header ul {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.header ul a {
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: .8s ease-in-out;
    padding: 8px 20px;
}

.header ul a:hover,
.header ul a:focus {
    color: #fea116;
}

.active {
    background-color: #fea116;
    border-radius: 5px;
    color: #fff !important;
}

.scroll-clr {
    background-color: #0F172B;
    animation: scroll 2s;
    scroll-behavior: smooth;
}

@keyframes scroll {
    from {
        height: 80px;
    }

    to {
        height: 68px;
    }
}

/* nav section end */
/* button section start */
.btn-1 {
    padding: 15px 20px;
    background-color: #fea116;
    border-radius: 5px;
    color: #fff;
    transition: 1s ease;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.btn-1:hover {
    background-color: #ffffff;
    color: #fea116;
    transform: skewY(5deg);
}

.btn-2 {
    padding: 15px 20px;
    background-color: #fea116;
    border-radius: 5px;
    color: #fff;
    transition: 1s ease;
    font-weight: bold;
    transition: all 1s ease-in-out;
}

.btn-2:hover {
    background-color: #ffffff;
    color: #fea116;
    transform: scale(1.1);
}

/* button section end */
body {
    overflow-x: hidden;
}

.fa {
    font-size: 48px;
    color: #fea116;
}

.raper {
    max-width: 1200px;
    margin: 0 auto;
}

header,
section,
footer {
    width: 100%;
    float: left;
}

.main {
    padding: 50px 20px;
}

.sec-1-bg {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(images/bg-hero.jpg) no-repeat;
    background-size: cover;
}

.section-1 {
    display: flex;
    align-items: center;
    padding: 90px 0px 50px 0px;
    gap: 50px;
}

.sec-1-inner h1 {
    font-weight: bold;
    color: #ffffff;
}

.sec-1-inner p {
    font-weight: 400;
    color: #ffffff;
}

.sec-1-inner {
    overflow: hidden;
    padding: 10px 0px;
    width: 100%;
}

.sec-1-inner img {
    animation: rotate 50s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.section-2 {
    display: flex;
    gap: 20px;
}

.sec-2-inner {
    padding: 30px 15px 0px 15px;
    box-shadow: 2px 2px 15px lightgray;
    transition: .5s ease;
    border-radius: 5px;
}

.sec-2-inner:hover {
    background-color: #fea116;
}

.sec-2-inner:hover i {
    color: #ffffff;
    transition: 2s ease;
}

.sec-2-inner:hover p {
    color: #ffffff;
    transition: 1.5s ease;
}

.sec-2-inner h4 {
    transition: 1s ease;
    margin: 20px 0px;
}

.sec-2-inner:hover h4 {
    color: #ffffff;
}

.modern-para,
.modern-para-2 {
    position: relative;
    width: fit-content;
}

.modern-para::after,
.modern-para-2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    top: 14px;
    right: -50px;
    z-index: 1;
    margin-top: -1px;
    background: #fea116;
}

.modern-para-2 {
    margin: 0 auto;
}

.modern-para-2::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    top: 14px;
    left: -50px;
    z-index: 1;
    margin-top: -1px;
    background: #fea116;
}

.section-3,
.sec-3-inner-main,
.sec-3-inner-div {
    display: flex;
    gap: 30px;
    align-items: center;
}

.sec-3-inner-div {
    border-left: 5px solid #fea116;
    padding: 0px 10px;
}

.sec-3-inner-div p {
    margin: 0;
}

.sec-3-inner,
.sec-3-inner-div {
    width: 100%;
    overflow: hidden;
}

.image-main {
    display: flex;
    gap: 10px;
    align-items: end;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    justify-content: center;
}

.image-main-2 {
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: center;
}

.sec-3-inner img {
    width: 50%;
}

.sml-img {
    width: 40% !important;
}

.section-4 {
    text-align: center;
}

.dynamic-content-main {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid rgb(211, 211, 211);
}

.dynamic-content-main a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0px;
    border-bottom: 3px solid transparent;
}

.dynamic-content-main a:hover {
    border-bottom: 3px solid #fea116;
}

.dynamic-content-main a:focus {
    border-bottom: 3px solid #fea116;
}

.dynamic-content-main h4 {
    font-size: 16px;
    margin: 0;
}

.dynamic-content-main i {
    font-size: 28px;
}

.sec-5-inner-content img {
    width: 80px;
}

.sec-5-inner-content {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 20px 0px;
    position: relative;
    overflow: hidden;
}

.sec-5-inner-content::after {
    content: "$115";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fea116;
    font-weight: 900;
}

.section-5 {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.sec-5-inner {
    width: 100%;
}

.sec-5-inner-content h4 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid lightgray;
    width: 500px;
}

.sec-5-inner-content p {
    margin: 0;
    font-size: 15px;
}

.section-6 {
    text-align: center;
}

.form-container {
    display: flex;
    align-items: center;
}

.form-main-left {
    width: 100%;
}

.form-main {
    width: 100%;
    background: #0F172B;
    padding: 33px 50px;
}

.form-main-left {
    display: flex;
}

.form-main-left img {
    width: 100%;
    height: 100%;
}

.form-main h2 {
    color: #ffffff;
    text-align: left;
}

.form-main form input {
    margin: 5px 0px;
}

#btn-1 {
    margin-top: 5px;
    width: 100%;
}

.section-7 {
    text-align: center;
}

.disable {
    display: none !important;
}

.sec-7-inner-main {
    display: flex;
    gap: 40px;
    padding: 50px 0px;
}

.sec-7-inner {
    box-shadow: 2px 2px 30px lightgray;
    padding: 20px 20px 0px 20px;
    overflow: hidden;
    transition: 1s;
}

.sec-7-inner:hover {
    box-shadow: 2px 2px 15px #0f172b9e;
}

.sec-7-img-sec {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
}

.sec-7-img-sec img {
    transition: 1s;
}

.sec-7-inner:hover .sec-7-img-sec img {
    transform: scale(1.1);
}

.sec-7-inner h4 {
    margin: 20px 0px 10px 0px;
}

.sec-7-inner>span i {
    background-color: #fea116;
    color: #ffffff;
    padding: 20px 12px 15px 12px;
    border-radius: 30px 30px 0% 0%;
    transition: 1.5s;
}

.sec-7-inner:hover>span i {
    background-color: #0F172B;
}

/* <!-- *****************************testimonial start************************* --> */
.item {
    background: #fff;
    padding: 20px;
    border: 1px solid lightgrey;
}

.item:hover {
    background-color: #fea116;
}

.item p,
.item h4 {
    color: #0F172B;
}

.item:hover i,
.item:hover p,
.item:hover h4 {
    color: #ffffff;
}

.item>p {
    margin: 20px 0px;
}

.item>span {
    display: flex;
    gap: 20px;
    align-items: center;
}

.img {
    width: 60px;
}

.item>span p,
h4 {
    margin: 0;
}

.disabled {
    display: none !important;
}

.owl-dots {
    display: none !important;
}

/* <!-- *****************************testimonial end************************* --> */
.footer-bg {
    background: #0F172B;
    padding: 50px 20px;
}

.footer-main {
    display: flex;
    gap: 20px;
}

.footer-inner {
    width: 100%;
}

.footer-inner h3 {
    margin-bottom: 30px;
}

.footer-inner a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    transition: .5s;
}

.footer-inner a:hover {
    letter-spacing: 1px;
}

.footer-inner a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.footer-main p {
    color: #ffffff;
}

.ftr-icon i {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 50%;
    margin: 3px;
}

.ftr-icon i:hover {
    animation: ftr-icon 5s linear infinite;
    transition: .5s;
}

.mbl-menu {
    display: none;
}

.extra-section-bg {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(images/bg-hero.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.extra-sections {
    padding: 150px 0px 70px 0px;
}

.extra-sections h1 {
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 50px;
}

/* pop us css start */
.blur {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(3px);
}

.pop-up-main {
    display: none;
}

.pop-up-bg {
    background: #0f172b61;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 999;
}

.pop-up {
    width: 70%;
    margin: 0 auto;
    padding: 50px;
    background-color: #0F172B;
    position: relative;
    border-radius: 5px;
}

.pop-up h2 {
    color: #ffffff;
}

.pop-up input {
    margin: 5px 0px;
}

.pop-up i {
    position: absolute;
    top: 10px;
    right: 20px;
}

/* pop us css end */

@keyframes ftr-icon {
    0% {
        border: 1px solid #fea116;
        color: #fea116;
    }

    50% {
        border: 1px solid aqua;
        color: aqua;
    }

    100% {
        border: 1px solid #ff0000;
        color: #ff0000;
    }
}



@media only screen and (max-width: 1080px) {

    .section-5,
    .section-3 {
        flex-direction: column;
    }

    .section-5 {
        gap: 0;
    }

    .form-container {
        flex-direction: column;
    }

    .sec-7-inner-main {
        gap: 10px;
    }

    .header {
        position: relative;
    }

    .top-nav {
        position: absolute;
        width: 100%;
        background-color: #0F172B;
        top: 70px;
        left: 0;
        display: none;
    }

    .submenu {
        flex-direction: column;
    }

    .mbl-menu {
        display: block;
        cursor: pointer;
    }

    .header-inner {
        width: 100%;
        justify-content: space-between;
        display: flex;
        padding: 10px 20px;
    }

    .sec-7-img-sec {
        width: fit-content;
        margin: 0 auto;
    }

    .active {
        width: 100%;
        display: flex !important;
        justify-content: center;
    }

}

@media only screen and (max-width: 809px) {
    .section-1 {
        flex-direction: column-reverse;
    }

    .section-2,
    .dynamic-content-main a,
    .sec-7-inner-main,
    .sec-3-inner-main,
    .footer-main {
        flex-direction: column;
    }

    .main {
        padding: 30px 10px;
    }

    .sec-5-inner-content {
        gap: 15px;
    }

    .pop-up {
        padding: 20px;
        width: 85%;
    }

    .pop-up h2 {
        font-size: 30px;
    }

    .pop-up input::placeholder {
        font-size: 15px;
    }

    .pop-up i {
        font-size: 30px;
    }
}