@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



/* .container {
    max-width: 1240px !important;
    width: 100% !important;
} */
body{
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0;
    
}
:root{
    --blue:#2e5a87;
    --pink:#dd3870;
    --black:#212121;
    --white:#fff;

}

/* header */
.nav-link{
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    padding: 10px 15px !important;
    text-transform: capitalize;
}
.nav-link:hover{
    color: var(--blue);

}
header .active{
    color: var(--pink) !important;

}
/* hero-sec */
.hero-sec {
    height: 70vh;
    background-image: url(../assets/img/slider-1.jpg);
    object-fit: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}
 .slider-bg {
    width: 64%;
    -webkit-transform: skewX(14deg);
    -ms-transform: skewX(14deg);
    transform: skewX(14deg);
    left: -6%;
    background-color:var(--blue);
    position: absolute;
    height: 100%;
    /* background-image:url(../assets/img/shape-15.png); */
}
.read-more-btn{
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 600;
    background: var(--pink);
    border: none;
    color: var(--white);
}
.banner-sec {
    z-index: 9999 !important;
    position: relative;
    color: #fff;
}
.read-more-btn:hover{
    background: var(--white);
    color: var(--blue);

}
.main-btn:hover{
    background: var(--blue);
    color: var(--white);
    
}
.banner-sec h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-sec h1 span{
    color: transparent;
    -webkit-text-stroke: 1px #dd3870;

}
.banner-sec h2 {
    font-size: 22px;
    font-weight: 500;

}
/* about sec */
.about-us-sec{
    position: relative;
    overflow: hidden;
}
.about-us-sec h1{
    margin-bottom: 12px;
    color: var(--blue);
}
.about-us-sec img{
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.feature-section {
    border: 1px solid var(--pink);
    border-radius: 50%;
    width: 1086px;
    height: 1086px;
    position: absolute;
    z-index: -1;
    left: -410px;
    bottom: -680px;
    opacity: 0.3;
}
.feature-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--pink);
    border-radius: 50%;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);

}
.plag-sec{
    background-color: var(--blue);
    color: var(--white);
}
.plag-sec .feature-section {
    border: 1px solid var(--white);
    border-radius: 50%;
    width: 1086px;
    height: 1086px;
    position: absolute;
    z-index: 2;
    left: 710px;
    bottom: -680px;
    opacity: 0.3;
}
.plag-sec img{
    z-index: 999;
    position: relative;
}
.plag-sec .feature-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--white);
    border-radius: 50%;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
}
.how-it-work {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    grid-gap: 20px;
    box-shadow: none !important;
}
.how-it-work img{
    box-shadow: none !important;
}
.title h2{
    color: var(--white);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.how-it-work-sec{
    /* background: linear-gradient(20deg, #1b5593, transparent); */
    background:var(--blue);
}
.hw-card img {
    height: 200px;
    width: 100%;
    max-width: 200px;
}

.hw-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hw-card-1::after{
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(../assets/img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -50px;

}
.hw-card-2::after{
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(../assets/img/arrow1.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -50px;

}
.navbar-toggler{
    border:none !important;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
/* footer */
footer h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer a {
    color: var(--black);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
footer li{
    padding: 2px 0 10px;

}
a:hover{
    color: var(--blue);
}
.card-container img{
    border-radius: 4px;
    border: none;
}
.footer-bottom-sec{
    background-color: #000;
    padding: 20px 0;
    color: #fff;
}

/* inner-page-sec */

.inner-page-sec {
    height: 350px;
    background-image: url(../assets/img/inner-page-bg.jpg);
    object-fit: cover;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:top;
}
.inner-page-sec:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.inner-sec{
    color: var(--white);
    z-index: 999;
    position: relative;
}
.inner-sec h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
li.breadcrumb-item a {
    color: var(--pink);
    text-decoration: none;
}
ol.breadcrumb li {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before{
    color: #fff !important;
}
footer{
   background-color:#000;
}
footer .logo img{
    display: none;
}
/* responsive */
@media (max-width:990px){
    .container{
        max-width: 100% !important;
     }
}
@media (max-width:767px){
.slider-bg {
    width: 100%;
    -webkit-transform: skewX(14deg);
    -ms-transform: skewX(14deg);
    transform: skewX(0deg);
    left: 0;
    background-color: #2c5987de;
 }
 header .container-fluid {
    padding: 0;
}
footer .row {
    row-gap: 2px;
    /* padding-bottom: 20px; */
}
 .container{
    max-width: 98% !important;
 }
 .plag-sec .row, .flex-reverse {
    flex-direction: column-reverse;
    row-gap: 20px;
}
.hw-card-1::after, .hw-card-2::after{
    display: none;
}
.breadcrumbs, .inner-sec h2 {
    text-align: center;
}

ol.breadcrumb {
    margin: auto;
    justify-content: center;
}

}
@media (max-width:580px){
    section.footer-bottom-sec p {
        text-align: center !important;
    }
    .footer-bottom-sec{
        padding: 10px 0;
    }
}

/* tabs */
.tab {
    overflow: hidden;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: var(--pink);
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 30px;
    border-radius: 8px;
  }
  .tabcontent h3 {
    font-size: 32px;
    font-weight: bold;
    color: var(--blue);
}
  .tab button{
    background-color: var(--blue);
    color: white;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    text-transform: capitalize;
    /* margin:  15px; */
}
.tab button.active {
    background-color: var(--pink);
}
.form-text-container .mb-3 label {
    /* width: 100px;
    margin-bottom: 0 !important; */
}
.form-text-container .mb-3 {
    /* display: flex;
    gap: 20px;
    align-items: center; */
}
.col-12.col-md-6.form-container {
    background: var(--blue);
    padding: 30px;
    color: white;
}



/* .col-12.col-md-6 {background: var(--blue);} */
.contact-bg{
    height: 634px;
    background-image: url(../assets/img/contact.jpg);
    object-fit: cover;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:top;
}
.footer-card{
    text-align: center;
    color: var(--white);
}
.footer-link-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    column-gap: 25px;
    flex-wrap: wrap;
}
.footer-sec {
    border-bottom: 2px solid var(--blue);
}
.footer-link-list a{
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}
.footer-link-list a:hover{
    color: var(--blue);

}