@font-face {
    font-family: Montserrat-Regular;
    src: url(./fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(./fonts/Montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(./fonts/Montserrat/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(./fonts/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(./fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Black;
    src: url(./fonts/Roboto/Roboto-Black.ttf);
}


/*************************************top********************************************/

.header-section {
    border-top: 8px solid #D82028;
    border-bottom: 1px solid #0000001A;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 23px 70px 18px 56px;
    z-index: 9999;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.info span a {
    font-family: Roboto-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
    text-decoration: none;
}


/*************************************slider********************************************/

body,
html {
    height: 100%;
}

body.slider__body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slider__container {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}

.slider__page {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider__indicators {
    position: fixed;
    right: 70px;
    top: 50%;
    z-index: 2;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider__indicator {
    display: block;
    width: 11px;
    height: 11px;
    margin: 30px 0;
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid #D82028;
    cursor: default;
}

.slider__indicator--active {
    opacity: 0.3;
}

.bg {
    background-image: url(./images/bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 100%;
}

.center-img {
    padding-top: 30px;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.center-img-second {
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 50px;
}

.d-flx-coulmn {
    display: flex;
    flex-direction: column;
}

.head {
    font-family: Roboto-Black;
    font-size: 51px;
    font-weight: 900;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    color: #D82028;
    margin: auto;
    width: 44%;
}

.banner-sceond-content {
    font-family: Montserrat-Regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 21px;
    margin: 0;
    /* padding-bottom: 51px; */
}

#section10 a {
    padding-top: 42px;
}

#section10 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 26px;
    height: 40px;
    margin-left: -15px;
    border: 2px solid #D82028;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 30%;
}

#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #D82028;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.demo a {
    font-family: Montserrat-Regular;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    bottom: -120px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: black;
    text-decoration: none;
    transition: opacity .3s;
    opacity: 50%;
}

.demo a:hover {
    opacity: .5;
}

.col-45 {
    width: 45%;
}

.col-50 {
    width: 50%;
}

.easy-part-sec {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 40px 120px 0px 120px;
}

.content-sec {
    display: flex;
    flex-direction: column;
    width: 35%;
    gap: 30px;
    margin: auto 0;
}

.content-sec-two {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin: auto 0;
    gap: 20px;
}

.heading-content-para {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}

.content-img-sec {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: center;
    position: relative;
}

.content-img-sec-two {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: start;
    position: relative;
}

.heading-content {
    font-family: Roboto;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #D82028;
}

.rounds {
    display: flex;
    width: 623px;
    height: 623px;
    border-radius: 50%;
    background: linear-gradient(179deg, rgba(203, 32, 39, 0.624) -3.86%, rgba(203, 32, 39, 0.08) 13.79%);
    position: relative;
    z-index: 1;
}

.img-set {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.sub-head {
    font-family: Montserrat;
}

.work-content {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding: 100px 120px 0px 120px;
}

.col5_col4lg_col3sm {
    grid-auto-flow: row;
    gap: 70px 40px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.small-round {
    /* width: 85px;
    height: 85px; */
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: linear-gradient(179deg, rgba(203, 32, 39, 0.624) -3.86%, rgba(203, 32, 39, 0.08) 13.79%);
    position: relative;
}

.small-img-set {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    z-index: 2;
    height: 60px;
    width: 60px;
}

.all-common {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listing {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
}

.head-icon {
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #D82028;
    margin-top: 15px;
    margin-bottom: 10px;
}

.content-icon {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #000000;
    font-family: Montserrat;
}

.btn-red {
    display: flex;
    width: fit-content;
    padding: 15px 50px;
    background-color: #D82028;
    color: white;
    border-radius: 10px;
    margin: auto;
    cursor: pointer;
    margin-bottom:47px;
}

.btn-ftr {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 120px;
    justify-content: center;
}

.footer-sec {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 93px;
    border-top: 4px solid #D82028;
    background-color: #000000;
    display: flex;
    flex-direction: row;
    padding: 21px 50px;
    justify-content: space-between;
}

.right-sec {
    font-size: 13px;
    font-weight: 400;
    color: #CECECE;
    margin: auto 0;
}

.lists {
    padding-left: 16px;
}

@media only screen and (min-width:1800px) {
    .content-sec {
        width: 45%;
    }
    .content-img-sec {
        width: 55%;
    }
    .content-sec-two {
        width: 55%;
    }
    .content-img-sec-two {
        width: 45%;
    }
    .btn-ftr {
        margin-top: 82px;
    }
}

@media only screen and (max-width:1800px) {
    .easy-part-sec {
        padding: 70px 120px 0px 120px;
    }
    .btn-ftr {
        margin-top: 60px;
    }
}

@media only screen and (max-width:1600px) {
    .content-sec {
        width: 40%;
    }
    .content-img-sec {
        width: 50%;
    }
    .content-sec-two {
        width: 40%;
    }
    .content-img-sec-two {
        width: 50%;
    }
    .easy-part-sec {
        padding: 70px 120px 0px 120px;
    }
    .main-img {
        width: 400px;
        height: auto;
    }
    .main-banner {
        width: 850px;
        height: auto;
    }
}

@media only screen and (max-width:1500px) {
    .head {
        font-size: 40px;
        line-height: 45px;
    }
    .banner-sceond-content {
        padding-top: 10px;
    }
    .small-img-set{
        height: 40px;
        width: 40px;
    }
    .small-round {
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width:1366px) {
    .rounds {
        width: 550px;
        height: 550px;
    }
    .img-set {
        width: 600px;
        height: auto;
    }
    .easy-part-sec {
        padding: 100px 120px 0px 120px;
    }
    .listing {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:1300px) {
    .heading-content {
        font-size: 42px;
        line-height: 45px;
    }
    .content-sec {
        gap: 19px;
    }
    .rounds {
        width: 500px;
        height: 500px;
    }
    .img-set {
        width: 520px;
        height: auto;
    }
    .easy-part-sec {
        padding: 120px 120px 0px 120px;
    }
}

@media only screen and (max-width:1250px) {
    .head {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (max-width:1200px) {
    .rounds {
        width: 450px;
        height: 450px;
    }
    .img-set {
        width: 460px;
        height: auto;
    }
    .content-sec-two {
        width: 47%;
    }
    .heading-content {
        font-size: 35px;
        line-height: 43px;
    }
    .center-img-res{
        padding-top: 15px;
    }
    .work-content {
        padding-top: 20px!important;
    }
    .btn-ftr {
        margin-top: 20px!important;
    }
    .btn-red {
        margin-bottom:0px!important;
    }
    .small-img-set{
        height: 40px;
        width: 40px;
    }
    .small-round {
        height: 50px;
        width: 50px;
    }

}

@media only screen and (max-width:1150px) {
    .content-sec {
        width: 44%;
    }
    .easy-part-sec {
        padding: 120px 100px 0px 100px;
    }
    .heading-content {
        font-size: 30px;
        line-height: 35px;
    }
    .rounds {
        width: 380px;
        height: 380px;
    }
    .img-set {
        width: 400px;
        height: auto;
    }
}

@media only screen and (max-width:1024px) {
    .head {
        font-size: 30px;
        line-height: 37px;
    }
    .easy-part-sec {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }
    .content-img-sec {
        width: 100%;
    }
    .content-sec {
        width: 100%;
    }
    .easy-part-sec {
        padding: 105px 100px 0px 100px;
        gap: 40px;
    }
    .cols-left {
        display: flex;
        flex-direction: column;
    }
    .content-img-sec-two {
        width: 100%;
        align-items: center;
    }
    .content-sec-two {
        width: 100%;
    }
    .heading-content-para {
        font-size: 13px;
    }
    .content-sec-two {
        gap: 7px;
    }
    .listing {
        margin-bottom: 5px;
    }
    .rounds {
        width: 350px;
        height: 350px;
    }
    .tab-pad {
        padding: 15px 100px 0px 100px;
    }
    .center-img-res{
        padding-top: 15px;
    }
    .btn-red {
        margin-bottom: 9px!important;
    }
}

@media only screen and (max-width:900px) {
    .main-banner {
        width: 700px;
        height: auto;
    }
}

@media only screen and (max-width:991px) {
    .demo {
        display: none;
    }
    .footer-sec {
        position: relative;
        left: unset;
        bottom: unset;
    }
}

@media only screen and (min-width:991px) {
    .demo {
        display: block;
    }
}

@media only screen and (max-width:800px) {
    .rounds {
        width: 300px;
        height: 300px;
    }
    .img-set {
        width: 330px;
        height: auto;
    }
}

@media only screen and (max-width:767px) {
    .head {
        font-size: 24px;
        line-height: 30px;
    }
    .rounds {
        width: 250px;
        height: 250px;
    }
    .img-set {
        width: 300px;
        height: auto;
    }
}

@media only screen and (max-width:700px) {
    .main-banner {
        width: 600px;
        height: auto;
    }
}

@media only screen and (max-width:685px) {
    .slider__indicators {
        right: 30px;
    }
}

@media only screen and (max-width:685px) {}

@media only screen and (max-width:625px) {
    .rounds {
        width: 215px;
        height: 215px;
    }
    .img-set {
        width: 260px;
        height: auto;
    }
    .main-banner {
        width: 530px;
        height: auto;
    }
}

@media only screen and (max-width:600px) {}

@media only screen and (max-width:700px) {
    .header-section {
        padding: 23px 18px 18px 20px;
    }
    .sys-view {
        display: none;
    }
    .mob-view {
        display: block;
    }
}

@media only screen and (min-width:700px) {
    .sys-view {
        display: block;
    }
    .mob-view {
        display: none;
    }
}

@media only screen and (max-width:575px) {
    .main-banner {
        display: none;
    }
    .main-banner-two {
        display: block;
    }
    .header-section {
        padding: 23px 18px 18px 20px;
    }
}

@media only screen and (min-width:575px) {
    .main-banner {
        display: block;
    }
    .main-banner-two {
        display: none;
    }
}

@media only screen and (max-width:1920px) {
    .work-content {
        padding: 40px 120px 0px 120px;
    }
    .col5_col4lg_col3sm {
        grid-auto-flow: row;
        gap: 20px 20px;
    }
}

@media only screen and (max-width:1750px) {
    .btn-ftr {
        margin-top: 65px;
    }
}

@media only screen and (max-width:1685px) {
    .btn-ftr {
        margin-top: 55px;
    }
    .slider__indicators {
        right: 45px;
    }
}

@media only screen and (max-width:1550px) {
    .center-img-res {
        padding-top: 10px;
    }
    .btn-ftr {
        margin-top: 20px;
    }
    .btn-red{
        margin-bottom: 13px;
    }
    .head-icon {
        font-size: 13px;
    }
}

@media only screen and (max-width:1280px) {
    .content-icon {
        font-size: 13px;
    }
    .btn-ftr {
        margin-top: 40px;
    }
   
}

@media only screen and (max-width:1215px) {
    .content-icon {
        font-size: 11px;
    }
    .btn-ftr {
        margin-top: 40px;
    }
    .head-icon {
        font-size: 14px;
    }
}

@media only screen and (max-width:1070px) {
    .col5_col4lg_col3sm {
        grid-auto-flow: row;
        gap: 30px 40px;
    }
    .btn-ftr {
        margin-top: 35px;
    }
}

.slider__indicator img {
    display: none;
    /* Hide the icon by default */
}

.slider__indicator--active img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -21px;
    margin-left: -11px;
    /* Adjust the height of the icon as needed */
    /* Add any additional styling for positioning the icon within the active indicator */
}

.slider__indicator--active {
    opacity: 1 !important;
    border: none !important;
}

.rotate-180 {
    transform: rotate(180deg);
}

@media only screen and (max-width:991px) {
    .tab-pad {
        padding: 100px 100px 0px 100px;
    }
    .easy-part-sec {
        padding: 100px 100px 0px 100px;
    }
    .work-content {
        padding: 100px 120px 0px 120px;
    }
}

@media only screen and (max-width:767px) {
    .easy-part-sec {
        padding: 100px 70px 0px 70px;
    }
    .work-content {
        padding: 100px 70px 0px 70px;
    }
}

@media only screen and (max-width:730px) {
    .head-icon {
        font-size: 16px;
    }
    .content-icon {
        font-size: 12px;
    }
}

@media only screen and (max-width:575px) {
    .content-icon {
        font-size: 14px;
        text-align: left;
    }
    .easy-part-sec {
        padding: 65px 30px 0px 30px;
    }
    .work-content {
        padding: 100px 30px 0px 30px;
    }
    .main-img {
        width: 330px;
        height: auto;
    }
    .head-icon {
        font-size: 22px;
    }
    .all-common {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .col5_col4lg_col3sm {
        gap: 50px 40px;
    }
    .content-sec-two {
        gap: 20px;
    }
    .rounds {
        width: 300px;
        height: 300px;
    }
    .img-set {
        width: 303px;
        height: auto;
    }
    .easy-part-sec {
        gap: 0px;
    }
    .head {
        font-size: 35px;
        line-height: 37px;
    }
    .head {
        width: 90%;
    }
}

@media only screen and (max-width:575px) {
    .footer-sec {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .banner-sceond-content {
        width: 90%;
        display: flex;
        margin: auto;
    }
}

@media only screen and (max-width:510px) {
    .head {
        font-size: 30px;
        line-height: 37px;
    }
}

@media only screen and (max-width:460px) {
    .head {
        font-size: 32px;
        line-height: 35px;
    }
}

@media only screen and (max-width:575px) {
    .main-img {
        padding-bottom: 130px;
    }
    .listing {
        margin-bottom: 15px;
    }
    .big-view {
        position: absolute !important;
        bottom: -56px;
    }
    .only-one {
        padding-top: 75px;
    }
}

@media only screen and (max-width:500px) {
    .main-img {
        padding-bottom: 170px;
    }
    .big-view {
        position: absolute !important;
        bottom: -115px;
    }
    .only-one {
        padding-top: 115px;
    }
}

.link-btn {
    text-decoration: none;
}

.animations {
    animation: anim transform 0.9s ease;
}

.plane_animation {
    animation: slide 2s infinite;
}

@keyframes slide {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.video-container {
    position: relative;
    width: 623px; /* Adjust if necessary */
    height: 623px; /* Adjust if necessary */
}

video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Keeps the video aspect ratio */
}


 @media only screen and (max-width:1366px) {
    .heading-content {
        font-size: 46px!important;
    line-height: 48px!important;
    }
    .heading-content-para {
        font-size: 12px!important;
    }
  
} 
@media only screen and (min-width:1501px) and  (max-width:1700px){
    .small-img-set{
        height: 40px;
        width: 40px;
    }
    .small-round{
        height: 50px;
        width: 50px;
    }
    .head-icon{
        font-size: 13px;
    }
    .content-icon{
        font-size: 11px;
    }
    .work-content {
        padding: 20px 120px 0px 120px;
    }
    .btn-ftr {
        margin-top: 20px;
    }
    .btn-red {
        margin-bottom: 0px;
        font-size: 12px;
    }
}

@media only screen and (min-width:1920px) {

.content-icon {
   font-size: 14px;
}
}