@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body {
    background: #000;
}
* {
  font-family: "Jost", serif; 
  font-weight:400;
  font-style: normal;
}
  a {
    text-decoration: unset;
}
header {
    background: #000;
    padding: 10px 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #FBCA47;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(251 202 71);
}
.navbar-light .navbar-nav li.nav-item.hire_develpoper {
    background: #FBCA47;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid #FBCA47;
    transition: 0.5s;
}
.navbar-light .navbar-nav li.nav-item.hire_develpoper a {
    color: #000 !important;
}
.navbar-expand-lg .navbar-nav {
    gap: 20px;
}
.navbar-light .navbar-nav li.nav-item.hire_develpoper:hover {
    background: transparent;
}

.navbar-light .navbar-nav li.nav-item.hire_develpoper:hover a {
    color: #fbca47 !important;
}

.swing {
    transform-origin: top center;
    animation: swing 2s ease infinite;
}
@keyframes swing {
    20% { transform: rotate(15deg); }   
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }    
    80% { transform: rotate(-5deg); }   
    100% { transform: rotate(0deg); }
}

/*-------------*/
.hero_banner {
    background-image: url(file:///C:/Users/acer/Desktop/om/html_work/assets/image/slider.png);
    height: 90vh;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: 90% 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.hero_banner h1 {
    font-size: 70px;
    color: #FBCA47;
}
.hero_banner h1 span {
    -webkit-text-stroke: 1px #fff;
    color: #141414;
}
.hero_banner .top_bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.hero_banner .top_bottom p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.hero_banner p {
    color: #fff;
    width: 50%;
    line-height: 25px;
}
.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}


/*-------------*/



/* marquee_Section */
.marquee_Section{
    margin: 100px 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.marquee_Section .swiper-slide {
    width: auto;
    position: relative;
}

.marquee_Section .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.marquee_Section .marquee_box {
    padding: 10px;
    border: 1px solid red;
    border-radius: 20px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    color: #fff;
}

.marquee_box .content_box {
    display: flex;
    align-items: center;
    gap: 50px;
}

.marquee_box .content_box .left span {
    font-size: 16px;
}

.marquee_box .content_box .left p {
    font-size: 14px; 
}

.marquee_box .content_box .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.marquee_box .content_box .right .down {
    font-size: 13px;
    color: red;
    font-weight: 600;
}

.marquee_Section  img {
    width: unset;
    height: 70px;
}

/* marquee_Section */



/* second_Section */
.second_Section .content-part .content_box_outer {
    padding: 0 15px;
    margin: 0;
}

.second_Section .content-part .content_box_outer .content_box_inner {
    padding: 40px;
    color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;

}

.second_Section .content-part {
    padding: 0 0 20px 0;
}

.second_Section .content-part .content_box_outer .content_box {
    padding: 1px;
    border-radius: 20px;
    border-width: 0px 1px 2px 1px;
    border-style: solid;
    border-color: rgb(19 30 130 / 0.09%);
    background-image: linear-gradient(155deg, rgb(14 14 16) 30%, rgb(23 23 26 / 31%) 100%);
    z-index: 19;
    transition: .5s ease-in-out;
    margin: 15px;
    height: 100%;
}
.second_Section .content-part .content_box_outer .content_box:hover {
    transform: scale(1.01) rotate(5deg);
} 

.second_Section .content-part .content_box_outer .content_box p {
    max-width: 300px;
    color: #E6E6E6;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    padding-top: 30px;
    text-align: center;
}
.second_Section .content-part .content_box_outer .content_box_inner img {
    width: 100%;
}

.second_Section .content-part .content_box_outer .content_box_inner .cutom_title-inner {
    display: grid;
    justify-content: center;
    align-items: center;
}
 
.second_Section .content-part .content_box_outer .content_box span {
    text-align: center; 
    font-size: 18px;
    font-weight: 500;
    color: #E6E6E6;
}

/* second_Section */

 
.title_part p.sub_title {
    text-align: center;
    color: #E6E6E6;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.title_part h2.main_title {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.title_part h2.main_title span.custom_color {
    font-size: 42px;
    font-weight: 600;
    color: #FBCA47;
}
 

.title_part p.title_info {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #E6E6E6;
    width: 50%;
    margin: auto;
    margin-bottom: 60px;
}
.strategic_partners {
    margin-bottom: 100px;
}
/*--------------------*/

.services_part .content_box {
    background-image: linear-gradient(155deg, #0E0E10 30%, rgb(23 23 26 / 23%) 100%) !important;
}
a.custom_link {
    text-align: center;
    background-color: #18181D;
    height: 47px;
    width: 200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    color: #E6E6E6;
    gap: 7px;
    margin-top: 20px;
}


.services_part .cutom_title-inner {
    margin-top: 20px;
}
.services_part .content_box_inner {
    padding-bottom: 0 !important;
}
.services_part .content_box_inner {
    background-image: url(file:///C:/Users/acer/Desktop/om/html_work/assets/image/bg-icon.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.services_part .title_part p.title_info { 
    margin-bottom: 100px;
}
/*----------------*/
.same_section.review_section {
    background-color: #131313;
    padding: 100px 0px;
}

.same_section.review_section h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 65px;
    color: #fff;
}
.review_section .review_slider .pailot_review_box {
    padding: 20px;
    border: 1px solid #ffffff0d;
    border-radius: 20px;
    background: #0D0D0D;
}
.star_part {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.star_part p {
    margin: 0;
    font-size: 12px;
}

.star_part h6 {
    font-weight: bold;
}

.review_section .review_slider .pailot_review_box h6.title_part {
    color: #fff;
}

.review_section .review_slider .pailot_review_box p.para {
    color: #fff;
    font-size: 14px;
}
/*--------------*/


.have-a-idea {
    background-image: url(file:///C:/Users/acer/Desktop/om/html_work/assets/image/plane-bg.png);
    padding: 40px 60px;
    margin: 100px 0px;
}
.have-a-idea .inner_work {
    gap: 10px;
    align-items: center;
}

.have-a-idea .inner_work h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.have-a-idea .inner_work p {
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.have-a-idea .inner_work.right_part {
    text-align: right;
}

.have-a-idea .inner_work.right_part a {
    background-color: #FBCA47;
    padding: 12px 40px;
    color: #000;
    border-radius: 50px;
}

.have-a-idea .row {
    align-items: center;
} 
/*----------------*/
.inner_footer .logo p {
    color: #E6E6E6;
}
.inner_footer h6 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}

.inner_footer .links a,.inner_footer .links li {
    color: #E6E6E6;
    list-style: none;
}

.inner_footer .links  ul {
    padding: 0;
}

.inner_footer .links ul li {
    padding-bottom: 7px;
}

.footer-col-box form input {
    padding: 5px;
    border-radius: 2px;
    border: 0;
    font-size: 16px;
}

.footer-col-box form button {
    background: #fbca47;
    padding: 5px 20px;
    border: 0;
    border-radius: 3px;
}

.all-right-reserved {
    padding: 20px 0px;
    border-top: 1px solid #171719;
}

.all-right-reserved p {
    margin: 0;
    color: #E6E6E6;
}
.footer-col-box form {
    display: flex;
    gap: 5px;
}
.social_box {
    padding-top: 20px;
    display: flex;
    gap: 15px;
}


@media(max-width:1024px){
    .hero_banner {
        height: auto;
    }

    .hero_banner .top_bottom {
        left: unset;
        right: 30px;
    }

    .second_Section .content-part .content_box_outer .content_box_inner {
        padding: 10px;
    }

    a.custom_link {
        width: 100%;
        padding: 0px 5px;
    }
     
    .strategic_partners .content-part img {
        width: 100%;
    }
     

    .footer-col-box form {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media(max-width:767px){
    .hero_banner {
        background: unset;
    }

    .hero_banner p {
        width: 100%;
        text-align: center;
    }

    .hero_banner h1 {
        text-align: center;
        font-size: 30px;
    }

    .hero_banner p {
        font-weight: 300;
        line-height: 31px;
    }

    .hero_banner {
        padding: 60px 0px;
    } 
    .hero_banner .top_bottom { 
        bottom: 0;
    }
    .title_part h2.main_title,.title_part h2.main_title span.custom_color {
        font-size: 25px;
    }

    .title_part p.sub_title {
        margin-bottom: 5px;
    }

    .title_part p.title_info {
        width: 100%;
        font-size: 14px;
        font-weight: 300;
    }

    .second_Section .content-part .content_box_outer .content_box p {
        padding-top: 10px;
    }
 
    .second_Section .content-part .content_box_outer .content_box_inner {
        align-items: center;
    }

    .strategic_partners {
        margin-bottom: 50px;
    }

    
    .services_part .cutom_title-inner {
        padding-top: 30px;
    }

    a.custom_link {
        width: fit-content;
        padding: 0px 30px;
    }

    .same_section.review_section {
        padding: 50px 0px;
    }

    .same_section.review_section h2 {
        font-size: 25px;
        margin-bottom: 32px;
    }

    .have-a-idea {
        margin: 50px 0px;
        padding: 20px 10px;
    }

    .have-a-idea .inner_work.right_part {
        text-align: center;
        margin: 40px 0px 0px;
    }
}