@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Muli', sans-serif !important;

}

p {
    font-weight: 500;
}

/*-----topheader-----*/
#topheader {
    background-image: url("../img/back.jpg");
    background-position: center;
    background-size: cover;
    min-height: 656px;
}

/*----menw navbar---*/
#menu {}

.sticky {
    background-color: #d2102b !important;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    border-bottom: 0px solid #dfdfdf;
    box-shadow: 0px 0px 10px #2f2e2ee6;
    ;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.top-header {
    background-color: #D2102B;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.logo img {
    width: auto;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
    padding: 5px;
}

.footerLogo {
    border-radius: 3px;
    width: auto;
    height: 50px;
    background-color: #fff;
    padding: 8px;
    margin-bottom: 15px;
}

.logo {
    margin-right: 60px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.nav-link {
    margin-right: 15px;
    color: #fff !important;
}

.dropdown-menu {
    color: #ffd0d0;
    background-color: #d2102b;
}

.dropdown-item {
    color: #fff;
}

/*-------------slider----------*/
.center-section {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.slider-text {
    width: 434px;
    padding: 5px;
    color: #fff;
}

.slider-text h1 {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}

.slider-text p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}

/*--------------about-section----------*/
#about-section {
    padding-top: 90px;
    padding-bottom: 10px;
}

.heading {
    display: block;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 10px;
    text-align: center;
    margin: 20px 0 60px;
    position: relative;
}

.heading::before {
    content: "";
    position: absolute;
    width: 93px;
    bottom: 0;
    height: 3px;
    background: #d2102b;
}

.about-inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    position: relative;
    height: 558px;
}

.about-img {
    width: 235px;
    height: 235px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ff1c3c7a;
    background: #fff;
    padding: 9px;
}

.about-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img:first-child {
    left: 55%;
    width: 200px;
    height: 200px;
}

.about-img:nth-child(2) {
    top: 56%;
    left: 40%;
    width: 200px;
    height: 200px;
}

.about-img:nth-child(3) {
    top: 21%;
}

.about-text {
    padding: 20px;
}

.about-text p {
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    color:
        #555;
}

.extra {
    text-transform: uppercase !important;
    text-align: left !important;
    margin-bottom: 28px;
}

.about-inner::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #ea213d;
    border-radius: 10em;
    left: 22%;
    position: absolute;
    top: 9%;
    animation: animate 8s linear infinite;
    transition: 0.5s;
}

@keyframes animate {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(-20px, -20px) scale(1.3);
    }

    100% {
        transform: translate(0px) scale(1);
    }
}

.about-inner::after {
    content: "";
    width: 50px;
    height: 50px;
    background: #ea213d;
    border-radius: 10em;
    left: 50%;
    position: absolute;
    top: 45%;
    animation: animate1 8s linear infinite;
    transition: 0.5s;
}

@keyframes animate1 {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(20px, -20px) scale(1.3);
    }

    100% {
        transform: translate(0px) scale(1);
    }
}

/*------------mpos-section-------------*/
#mpos-section {
    background: linear-gradient(#d2102b 0%, #f7f7f7);
    padding: 30px 0;
    position: relative;
    display: none;
}

.mpos-part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mpos-img {
    width: 15%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.mpos-text {
    width: 43%;
}

/*-------img-animation------*/
.img-animation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-animation img:nth-child(5) {
    position: absolute;
    top: 25px;
    animation: change1 5s linear infinite;
    -moz-animation: change1 5s linear infinite;
}

.img-animation img:nth-child(4) {
    position: absolute;
    top: 40px;
    right: 100px;
    animation: change1 8s linear infinite;
    -moz-animation: change1 8s linear infinite;
}

.img-animation img:nth-child(3) {
    position: absolute;
    top: 10px;
    right: 275px;
    animation: change2 8s linear infinite;
    -moz-animation: change2 8s linear infinite;
}

.img-animation img:nth-child(2) {
    position: absolute;
    bottom: 12px;
    right: 50%;
    animation: change4 7s linear infinite;
    -moz-animation: change4 7s linear infinite;
}

.img-animation img:nth-child(1) {
    position: absolute;
    top: 0px;
    right: 10%;
    animation: change3 5s linear infinite;
    -moz-animation: change3 5s linear infinite;
}

@keyframes change1 {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(20px, 50px);
    }

    100% {
        transform: translate(0px);
    }

}

@keyframes change2 {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(30px, 80px) scale(1.4);
    }

    100% {
        transform: translate(0px) scale(1);
    }

}

@keyframes change3 {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(-30px, 100px) scale(1.3);
    }

    100% {
        transform: translate(0px) scale(1);
    }

}

@keyframes change4 {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }

}

/*------services-section-----*/
#services-section {
    padding: 30px 0;
}

.text-services p, .all-text p {
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    color: #555;
}

.button-part {
    margin-top: 10px;
}

.button-part a {
    display: inline-block;
    background: #d2102b;
    color: #FFFFFF;
    padding: 10px 32px;
    border-radius: 30px;
    box-shadow: 0px 4px 11px #5e5d5d;
    text-align: center;
}

.all-text {
    width: 100%;
    background-color: #fff;
    padding: 22px 24px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-top: 30px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.all-text:hover {
    background-color: #d2102b;
}

.all-text::before {
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 14px solid #ffeaed6b;
    position: absolute;
    right: -150px;
    top: 10px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.all-text::after {
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 14px solid #ffeaed6b;
    position: absolute;
    right: -50px;
    top: -100px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.all-text:hover::after {
    top: -60px;
}

.all-text:hover::before {
    right: -100px;
}

.all-text:hover::before, .all-text:hover::after {
    opacity: 1;
}



.img-icon {
    background-color: #d2102b;
    max-width: 70px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    height: 67px;
    line-height: 60px;
}

.img-icon img {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    width: 48px;
}

.all-text h2 {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 12px;
    font-size: 20px;
    margin: 0;
    margin: 10px 0;
}

.all-text h2::before {
    content: '';
    width: 115px;
    height: 1px;
    background-color: #d2102b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.all-text:hover .img-icon {
    background-color: #fbfaff;
}

.all-text:hover h2::before {
    background-color: #fbfaff;
}

.all-text:hover h2, .all-text:hover p {
    color: #fbfaff;
}

/*---brand-logo---*/
#brand-logo {
    text-align: center;
    padding: 50px 0;
    background-image: url("../img/call-to-act.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}

#brand-logo::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #151313a8, #d2102bbd);
    position: absolute;
    top: 0;
    left: 0;
}

.brand-text h2 {
    font-size: 45px;

}

/*----foter----*/
#footer-section {
    background: #d2102b;
    padding: 53px 0 50px 0;
}

.text-footer h2 {
    font-family: 'Lobster', cursive;
    font-size: 35px !important;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.text-footer p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.text-footer h3 {
    font-size: 20px;
    color: #fff;
}

.text-footer ul li {
    display: block;
    margin-bottom: 5px;
}

.text-footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.foot {
    padding-top: 10px;
}

.text-footer1 {
    border-top: 1px solid #fff;
    padding: 17px 0 0 0;
    margin-top: 15px;
    color: #fff;
    font-size: 15px;
}

.text-footer1 a {
    color: white;
    text-decoration: underline;
}

.Quick {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 18px;
}

.Quick a {
    border: 1px solid#fff;
    color: #fff;
    padding: 2px 18px;
    text-decoration: none;
}

.Quick a:hover {
    background: #fff;
    color: #282828;
    border: 1px solid #fff;
}

/*=========endfooter============*/

.contact-left {
    background-color: #d2102b;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
}

.contact-left p {
    font-size: 14px;
    margin-top: 10px;
}

.text-center-a {
    text-align: center;
    background-color: #f5f5f5;
    background-size: cover;
    box-shadow: 0 0 20px #fef4e1;
    padding: 60px 20px;
    margin-top: 20px;
    border-radius: 20px;
}

.input-button {
    border: 2px dotted #ccc;
    /* box-shadow: 0 0 20px #fef4e1; */
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.input-button-A {
    background-color: #d2102b;
    padding: 15px 40px;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 20px;
}

.contact-form {
    margin: 40px 0;
}

.downloads {
    padding: 70px 0;
    text-align: center;
}

.downloads h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.downloads .button {
    padding: 18px;
    font-size: 18px;
    font-weight: bolder;
    background-color: #d2102b;
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 250px;
    margin: 5px auto;
}

#why-us {
    padding: 80px 0 40px;
}

.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
}

#why-us .card img {
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    height: 200px;
}

#why-us .card {
    background: #D2102B;
    border-radius: 10px;
    margin: 0 15px;
    /* padding: 15px 0; */
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: none;
}

#why-us .card p {
    font-size: 14px;
    color: #cad4df;
}

#why-us .card h5 {
    font-size: 20px;
    font-weight: 600;
}

.slide-img img {
    border-radius: 50%;
    mix-blend-mode: darken;
}

.slide-img {
    padding: 40px 0 0;
}

.common-policy h4 {
    background-color: #ffcccc;
    color: #000;
    padding: 4px 10px;
    font-size: 17px;
    border-radius: 2px;
}

.common-policy p {
    font-size: 15px;
    line-height: 1.6em;
}

.common-policy ul {
    padding-left: 20px;
}

.common-policy ul li {
    padding: 3px 0;
}

@media only screen and (max-width:768px) {
    .logo img {
        height: 30px;
    }

    .navbar-light .navbar-toggler {
        background-color: #fff;
    }

    #topheader {
        background-position: left;
    }

    .slider-text h1 {
        font-size: 25px;
    }

    .carousel-item {
        padding: 30px 10px 0;
    }

    .slide-img img {
        mix-blend-mode: normal;
        border-radius: 50%;
    }

    .about-img:first-child {
        left: 45%;
        top: -10%;
    }

    .about-img:nth-child(2) {
        left: 45%;
        top: 60%;
    }

    .brand-text h2 {
        font-size: 25px;
    }
}