@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Signika:wght@300..700&display=swap');

:root {
  --primary: #414141;
  --secondary:#BE0000;
  --ternary: #272727;
  --black:#000000;
  --white: #FFFFFF;
  --grey: #363049;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #FFF4F4;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--primary);
}
h1 {
    font-size : 3.5rem;
    font-weight: 700;
}
h2{
    font-size: 2rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1rem;
}
p {
    color: var(--primary);
    font-size: 1rem;
    line-height: 1.5;
}
a {
    text-decoration: none;
}
hr {
    border-top: 1px solid #0000001F !important;
    width: -webkit-fill-available;
    opacity: 1;
}
.padding-top {
    padding-top: 5rem;
}

.padding-bottom {
    padding-bottom: 5rem;
}
.middled {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary_btn {
    background: var(--white);
    border: 1px solid var(--primary);
    border-radius: 2rem;
    font-weight: 600;
    color: var(--primary);
    width: fit-content;
    height: fit-content;
    padding: .75rem 2rem .75rem 2rem;
    margin-right: 1rem;
}

.primary_btn:hover, .primary_btn.active {
    background: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}

.primary_btn:hover img {
    filter: brightness(0) invert(1);
    transform: rotate(330deg);
    padding-bottom: .25rem;
}
.secondary_btn {
    background: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 2rem;
    color: var(--white);
    padding: .5rem 2rem .5rem 2rem;
    width: fit-content;
    height: fit-content;
}
.secondary_btn img {
    filter: brightness(0) invert(1);
}
.secondary_btn:hover img {
    filter: brightness(1) invert(0);
    transform: rotate(330deg); 
    padding-bottom: .25rem;
}
.secondary_btn:hover, .secondary_btn.active {
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--primary);
}
.submit_btn {
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 2rem;
    color: var(--primary);
    padding: .25rem 1rem .25rem 1rem;
}

.submit_btn:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

header {
    /*    position: absolute;*/
    right: 0;
    left: 0;
    z-index: 999;
}

.container-fluid {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.row {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}
.navigation {
    padding: 2rem 0;
    background: transparent;
    z-index: 999;
    width: 100%;
}
.nav-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 9rem;
}
.navbar-nav {
    margin-left: 2rem;
    padding: .5rem 1rem;
    border-radius: .5rem;
}
.nav-content{
    background: #FFF4F4;
    border-radius: 1rem;
    
        padding: .5rem 1rem .5rem 1rem;
    box-shadow: 0px 0px 10.4px 0px #FF7C7C5E;
}
.header-top .header-email, .header-top .header-wp {
    text-decoration: none;
    color: var(--primary);
}
.header-top a img{
    width: 1rem;
}
.navbar-light .navbar-nav .nav-link {
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    color: var(--primary);
    padding: .25rem 1rem !important;
    margin: 0 1rem;
    border-radius: .25rem;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    font-weight: 400;
    color: var(--white);
    background: var(--primary);
    border-radius: .25rem;
}
.dropdown:hover>.dropdown-menu {
    text-align: left;
}
.navbar-nav .dropdown-menu {
    margin: 0 1rem;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: var(--white);
    text-decoration: none;
    background: var(--gardient-1);
}
.navbar-light .navbar-nav .nav-link.donate-btn {
    border: none;
    background: var(--gardient-1);
}
.card{
    border: none;
    border-radius: 1rem;
    box-shadow: 0px 4px 54px 0px #E6ECFF3D;
    box-shadow: 0px 0px 48px 0px #9393930A;

}
.card .card-title{
    color: var(--primary);
}
.card .card-subtitle{
    color: var(--grey);
}
.card p{
    color: var(--grey);
}
.card-footer {
    background-color: var(--white);
    height: 100%;
}
.card-footer:last-child {
    border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}

/*************** Home Page ***************/
.home .banner .banner-wraper{
    background: url(/images/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    height: 600px;
}
.home .about, .visa-page .about{
    position: relative;
}
.home .about p{
    color: var(--ternary);
}
.home .services{
    position: relative;
    background: linear-gradient(90deg, #FDFDFF 14.06%, #FCFDFE 100%);
}
.home .services .card{
    height: 100%;
}
.home .services .card:hover{
    background: var(--black);
}
.home .services .card:hover .card-title, .home .services .card:hover .card-text{
    color: var(--white);
}
.about-bg-icon {
    position: absolute;
    bottom: 3%;
    left: 3%;
    z-index: -1;
}
.service-bg-icon {
    position: absolute;
    top: 6%;
    left: 0;
}
.learn_more{
    text-decoration: none;
    color: #BF171A;
}
.learn_more:hover{
    color: var(--white);
}
.home .why .slider .item {
    background: var(--white);
    border-radius: .5rem;
    padding: 2rem;
    text-align: center;
    min-height: 15rem;
    height: 100%;
}
.home .why .slider .item:hover {
    background: #414141;
}
.home .why .slider .item:hover p{
    color: var(--white);
}
.home .why .slider .item p{
    font-size: 1.2rem;
}
.why-slider img{
    width: 4rem;
}
.testimonials{
    background: linear-gradient(90deg, #FDFDFF 14.06%, #FCFDFE 100%);
    position: relative;
    z-index: 1;
}
.testimonial-bg-icon {
    position: absolute;
    bottom: 0;
    right: 3%;
    z-index: 1;
}
.testimonials .testimonial-item img{
    max-width: 7rem;
}
.home .testimonials .slider {
    position: relative;
    z-index: 2;
}
.home .testimonial-item {
    background: var(--white);
    box-shadow: 0px 0px 14px 0px #E9282B36;
    border-radius: .5rem;
    padding: 2rem;
    min-height: 16rem;
    height: 100%;
}
.contact{
    background: linear-gradient(90deg, #FDFDFF 14.06%, #FCFDFE 100%);
}
.contact h1, .contact p, .contact a{
    color: var(--black);
    padding-bottom: .75rem;
}
.contact_form {
    background: var(--black);
    color: var(--white);
    padding: 3rem 2rem;
    border-radius: 1rem;
}
.faqs{
    position: relative;
    background: var(--white);
}

  .accordion-button {
        background-color: transparent;
        color: #000;
        font-weight: 500;
        box-shadow: none;
    }

    .accordion-button::after {
        content: '+';
        font-size: 2rem;
        transition: transform 0.2s ease;
    }

    .accordion-button:not(.collapsed)::after {
        content: '−';
        color: #D61E21;
        transform: rotate(180deg);
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-item {
        border: none;
        background: var(--white);
        border-radius: .5rem !important;
        padding: 2rem;
        box-shadow: 0px 32.67px 43.56px -19.6px #95959540;
        z-index: 1;
    }

    .accordion-body {
        padding: 1rem;
        background: var(--white);
    }
/*************** End Home Page ***************/

/*************** start Visa CSS ***************/
.visa-page .banner .banner-wraper{
    background: url(/images/visa-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    height: 600px;
}
.visa-page .about-bg-icon {
    position: absolute;
    bottom: 3%;
    left: 3%;
    z-index: -1;
}
.help {
    background: var(--white);
}
.help-txt{
    border: 1px solid #D61E2138;
    border-radius: .5rem;
    background: #FFF4F4;
    padding: 1rem 1rem;
    width: 100%;
}
 .step-box {
      position: relative;
      padding: 30px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      height: 100%;
      transition: 0.3s ease-in-out;
    }

    .step-number-bg {
      font-family: 'inter';
      position: absolute;
      font-size: 12rem;
      color: #FAFAFA;
      font-weight: 600;
      z-index: 0;
      right: -10px;
    }
     .step-number-bg:nth-child(odd) {
        top: -12%;
    }

    .step-number-bg:nth-child(even) {
       bottom: -12%;
    }
    .step-content {
      position: relative;
      z-index: 1;
    }

    .step-number {
        width: 3rem;
        height: 3rem;
        background: var(--white);
        border-radius: 50%;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 4.78px 11.94px 28.66px 0px #0000000A;
            z-index: 11;
    position: relative;
    }
    .step-number:nth-child(odd) {
        margin-top: 3rem;
    }

    .step-number:nth-child(even) {
        margin-bottom: 3rem;
    }
    .step-box:hover .step-number{
        background: var(--primary);
    }
    .step-box:hover .step-number-bg{
       color: #454545; 
    }
    .step-box:hover {
      background: #1e1e1e;
    }
    .step-box:hover .step-content h5, .step-box:hover .step-content p, .step-box:hover .step-number{
        color: var(--white);
    }
   

/*************** End visa Page ***************/

/*************** start about CSS ***************/
.about-page .banner .banner-wraper{
    background: url(/images/about-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    height: 600px;
}
.mv-txt{
    background: #9E9E9E29;
    padding: 0 5rem;
}
.mv-txt h1 {
    color: #2222221A;
    line-height: .5;
    padding-top: .5rem;
    font-size: 5rem;
}
.mv-txt h2{
    color: #000000;
    font-size: 3rem;
}
.mv-img {
    background: #FFF4F4;
    text-align: center;
    padding: 8rem 0;
}
.mv-img img{
    max-width: 15rem;
}
.story{
    position: relative;
}
.story-bg-icon {
    position: absolute;
    top: -10%;
    left: 3%;
    z-index: -1;
    transform: rotate(180deg);
}
.apart{
    background: #F9F9F9;

}
/*************** end about CSS ***************/


/*************** start Common CSS ***************/
      .story .banner .banner-wraper{
        background: url(/images/story-banner-bg.webp);
        min-height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 2rem;
    }
    .story-logo{
        max-width: 15rem;
        padding: 1rem 0;
    }
    .banner h1, .banner h4, .banner p{
        color: var(--white);
    }
    .ready .ready-wraper{
    background: url(/images/visa-ready-bg.webp);
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
}
 .ready h1, .ready p{
    color: var(--white);
}

 .slick-slide {
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
	padding: 40px 0;
}

.slick-slide img {
    border-radius: 1rem;
	transition: all 0.4s ease-in-out;
}

.slick-center {
	transform: scale(1.1);
}
.contact-div{
    background: url(/images/contact-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    padding: 3rem 1rem;
    box-shadow: 0px 0px 14px 10px #00000017;
}
.contact-text a, .contact-text span {
    font-size: 1.25rem;
    font-weight: 600;
    padding-left: 1rem;
}
.contact-text h2{
    font-size: 2.5rem;
    font-weight: 600;
}
.contact-wp{
    border: 1px solid #FFEAEA;
    border-radius: 1rem 0rem 0rem 1rem;
    padding: 1rem;
}
.contact-em{
    border: 1px solid #FFEAEA;
    border-radius: 0rem 1rem 1rem 0rem;
    padding: 1rem;
}
/*************** End Common CSS ***************/

/*************** Services CSS ***************/
.services-page .banner .banner-wraper{
    background: url(/images/services-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    height: 600px;
}
.service-text{
   background: #9E9E9E29;
   padding-left: 5rem;
}
.service-content {
    position: relative;
    padding: 1rem 0 1rem 2rem; 
}
 .service-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background-color: #BF171A;
    border-radius: 2rem;
}
/*************** End Services Page ***************/


/*************** Footer CSS ***************/

.footer-div {
  background: var(--black);
  border-radius: 1rem;
  padding: 2rem;

}
.footer hr{
    border-top: 1px solid #9A9EA6 !important;
}
.quick-links {
    display: flex;
    /* flex-flow: column; */
    justify-content: end;
    align-items: center;
}
.quick-links a{
    padding: .25rem 1rem;
    margin-bottom: .25rem;
}
 .quick-links a:hover{
    color: #BF171A !important;
}
.footer h4{
    color: var(--white);
    padding-bottom: 1rem;
}
.footer p{
    color: var(--white);
    font-size: .8rem;
    font-weight: 500;
}
.footer .social img{
    width: 2rem;
}
.footer a {
    color: #ffffff;
    font-size: 1rem;
    text-align: left;
    text-decoration: none;
}
.footer .contact-info img{
    width: 1.12rem;
    margin-right: .25rem;
}

.copy-right p{
    font-size: .85rem;
    color: var(--white);
    font-weight: 400;
    padding-top: 1rem;
}

/*************** Footer CSS ***************/

/*************** Responsive CSS ***************/

@media screen and (max-width:1600px) {
     .step-number:nth-child(odd) {
        margin-top: 3rem;
    }

    .step-number:nth-child(even) {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:1440px) {

}

@media screen and (max-width: 1366px) {
    .nav-item {
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        padding: 0.1rem 0.3rem;
    }
     .step-number:nth-child(odd) {
        margin-top: 3rem;
    }

    .step-number:nth-child(even) {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 1200px) {
    .nav-item {
        font-size: 1.1rem;
    }

    .navbar-nav .nav-item .active::before {
        bottom: 0.6rem;
    }

}

@media screen and (max-width: 1024px) {

    .nav-item {
        font-size: 1rem;
    }

    .nav-link {
        display: block;
    }
    .step-number-bg {
        font-size: 9rem;
    }
     .step-number:nth-child(odd) {
        margin-top: 6rem;
    }

    .step-number:nth-child(even) {
        margin-bottom: 6rem;
    }
     .step-number-bg:nth-child(odd) {
        top: -8%;
    }

    .step-number-bg:nth-child(even) {
       bottom: -8%;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    p {
        font-size: .85rem;
    }
    .padding-top {
        padding-top: 3rem;
    }

    .padding-bottom {
        padding-bottom: 3rem;
    }

    .dropdown:hover>.dropdown-menu {
        text-align: left;
    }
    #topbar-menu {
        height: 100vh;
        margin-left: auto;
        margin-top: .5rem;
        background:transparent;
    }
    .navigation {
        background: transparent;
        padding: 1rem;
    }
    .nav-content {
        background: transparent;
        padding: .5rem 1rem .5rem 1rem;

    }
    .header-top a {
        font-size: .85rem;
    }
    #topbar-menu-icon{
        color: var(--primary);
        border: 1px solid var(--primary);
        margin-right: 1rem;
    }
    .mobile-nav {
        background: var(--black);
        border-radius: .8rem;
        padding: 0rem !important;
    }
    .mobile-nav .header-email, .mobile-nav .header-phone a{
        color: var(--white);
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
        text-align: left;
        border-bottom: 1px solid var(--white);
        padding: 1rem 1rem !important;
        border-radius: .5rem;
        margin: .5rem 0;
    }
    .navbar {
        background: transparent
    }
    .navbar-light .navbar-nav .nav-link {
        color: var(--white);
    }
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--white);
    }
    .navbar-nav {
        position: relative;
        left: 0;
        right: 0;
        padding: 0;
        height: 100vh;
        top: 0;
        background: transparent;
        display: unset;
    }

    .nav-item {
        color: var(--white);
        font-size: 1rem;
        /* border-bottom: 1px solid #000; */
    }
    .banner{
        padding: 1rem;
    }
    .primary_btn {
        padding: .5rem 1rem .5rem 1rem;
        margin-right: .25rem;
        font-size: 0.8rem;
    }
    .banner .banner-wraper{
        height: 400px;
    }
    .banner-right-img{
        max-width: 25rem;
    }
    .home .banner .banner-wraper, .visa-page .banner .banner-wraper {
        min-height: 550px;
    }
    .about-bg-icon {
        position: absolute;
        bottom: 42%;
        left: 33%;
        z-index: -1;
    }
    .service-bg-icon {
        top: 0%;
    }
    .contact_form {
        padding: 3rem 1rem;
    }
    .form-check-label{
        font-size: .85rem;
    }
    .footer{
        padding: 1rem !important;
    }
    .home .about {
        padding: 2rem .5rem;
    }
    .mv-txt {
        padding: 2rem 1.5rem;
    }
    .mv-img {
        padding: 2rem 0;
    }
    .story-bg-icon {
        top: 50%;
        right: 0;
        left: unset;
        transform: rotate(360deg);
        opacity: .4;
    }
    .ready{
        padding: 1rem;
    }
    .ready .ready-wraper {
        min-height: 300px;
        background-size: inherit;
        background-position: left;
    }
    .service-text {
        padding: 2rem 1rem;
    }
    .visa-page .about-bg-icon {
        bottom: unset;
        left: unset;
        top: 50%;
        opacity: .4;
        right: 4%;
    }
    .step-number-bg {
        right: 0px;
    }
}

@media screen and (max-width: 768px) {
   
}

@media screen and (max-width: 500px) {
    .nav-img {
        max-width: 6rem;
    }
    .header-email{
        width: 100%;
    }
    h1{
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: .85rem;
    }
    .quick-links {
        display: none;
    }
    .home .services .card img{
        width: 3rem;
    }
    .mv-txt h1 {
        font-size: 3rem;
    }
    .mv-txt h2 {
        font-size: 2.5rem;
    }
    .mv-txt img{
        width: 3rem;
    }
    .mv-img img {
        max-width: 10rem;
    }
    .story-bg-icon {
        top: 25%;
    }
    .visa-page .about-bg-icon {
        top: 25%;
    }
    .banner-right-img {
        max-width: 18rem;
    }
}
@media screen and (max-width: 375px) {
    .header-top{
        display: block !important;
    }
    .header-phone{
        margin-top: .5rem;
    }

}
@media screen and (max-width: 320px) {
    .banner-right-img {
        max-width: 12rem;
    }
}

/*************** End Responsive CSS ***************/