/* Landing Page CSS
* Created by Sagar on 05-10-2024
* for Landing Page styling
*/

body {
    font-family: 'DM Sans';
}

/* utility class */
h1.text-transform-none,
h3.text-transform-none,
h5.text-transform-none,
.text-transform-none {
    text-transform: none;
}
.btn.buy-now-btn.landing-buy-now {
    padding: 8px 18px;
    font-family: 'DM Sans';
}

/* Banner Lining*/
.line-container {
    position: absolute;
    top: 0;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
    z-index: -10;
    opacity: .05;
}
.line-image {
    background-image: url("../img/shape/Line.svg");
    background-repeat: no-repeat;
    background-position: -50px 18px;
    background-position: center 75px;
    background-size: 110% 100%;
}
.line-container .line-left{
    transform: rotateY(180deg);
}
.line-container .line-right{
    /* transform: rotate(-6deg); */
}
/* Banner */
.landing-banner {
    padding-bottom: 150px;
    position: relative;
}
.landing-banner .landing-banner-heading {
    font-weight: 900;
    font-size: 80px;
    color: #000;
    margin-top: 200px;
}
.landing-banner .landing-banner-sub-heading {
    font-family: 'DM Sans';
    font-weight: 900;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}
.landing-banner .landing-banner-sub-heading .text-blue {
    color: #006CB5;
}
.landing-banner-form {
    padding: 0 30px;
}
.landing-banner-form .input-btn-container {
    display: grid;
    grid-template-columns: 48% 52%;
    border: 1px solid #BEBFC0;
    border-radius: 5px;
    padding: 3px;
}
.landing-banner-form .input-btn-container input {
    border: unset;
    height: unset;
    padding: 0 10px 0 30px;
}
.landing-banner-form .input-btn-container input::placeholder {
    font-size: 16px;
    font-weight: 300;
    font-family: 'DM Sans';
    color: #929697;
}
.landing-banner-form .input-btn-container .free-demo-btn {
    display: grid;
    place-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}
/* industry section */
.landing-industry-heading {
    color: #006CB5;
    font-weight: 900;
    font-family: 'DM Sans';
    font-size: 46px;
}
.landing-industry-heading .text-outlined{
    font-family:"Poppins", sans-serif;
    color: black;
    letter-spacing: 2px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #006CB5;
}
/* Pricing Section */
.pricing-container{
    position: relative;
    margin: 100px 0;
}
.pricing-container::after{
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    display: block;
    background: #ECF2F6;
    border-radius: 30px;
    top:0;
    z-index: -10;
}
.pricing-header {
    display: grid;
    justify-items: center;
    padding: 40px 0;
    text-align: center;
}
.pricing-header .pricing-heading {
    font-size: 46px;
    font-weight: 700;
    color: #26272C;
    max-width: 700px;
}
.pricing-header p {
    margin: 0;
    font-size: 14px;
    max-width: 620px;
    color: #525260;
    font-weight: 500;
}
.pricing-plans {
    margin-bottom: 40px;
}
.pricing-plans .plan-container {
    display: flex;
    justify-content: center;
}
.pricing-plans .plan {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    /* width: 250px; */
    border: 1px solid #8A8A8A;
}
.pricing-plans .plan.highlighted {
    background: linear-gradient(198.2deg, #157CDC 2.04%, #084F7E 97.96%);
    color: #fff;
    border: 1px solid #444444;
}
.pricing-plans .plan .plan-heading {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #000;
}
.pricing-plans .plan.highlighted .plan-heading {
    color: #fff;
    font-weight: 500;
}
.pricing-plans .plan .plan-heading strong {
    font-size: 24px;
    font-weight: 600;
}
.pricing-plans .plan .price {
    font-size: 36px;
    font-weight: 500;
    color: #006CB5;
    font-family:"Poppins", sans-serif;
    margin-bottom: 25px;
}
.pricing-plans .plan.highlighted .price {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 55px;
}
.pricing-plans .plan .plan-list {
    text-align: left;
    padding: 0 32px 0 30px ;
}
.pricing-plans .plan.highlighted .plan-list {
    margin: 20px 0 30px 0;
}
.pricing-plans .plan .plan-list li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    font-family:"Poppins", sans-serif;
    color: #444444;
    padding-left: 10px;
    margin-bottom: 20px;
}
.pricing-plans .plan.highlighted .plan-list li {
    color: #fff;
}
.pricing-plans .plan .plan-list li::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    color: #004EA1;
    font-weight: 900;
    font-size: 16px;
    left: -20px;
    transform: translate(0%, -50%);
    top: 50%;
    font-weight: 900;
    /* padding-left: 5px; */
}
.pricing-plans .plan.highlighted .plan-list li::before {
    color: #fff;
}
.pricing-plans .plan .btn.read-more {
    margin-top: 20px;
    background: #fff;
    border: 2px solid #006CB5;
    color: #006CB5;
    padding: 10px 43px;
    font-weight: 600;
    text-decoration: none;
}
.pricing-plans .plan .btn.read-more:hover {
    background-color: #daebf9;
}
/* landing swiper */
.tab-swiper-heading {
    font-weight: 700;
    text-transform: none;
    font-size: 46px;
}
.multi-swiper-tab-container {
    margin-bottom: 50px;
}
.multi-swiper-tab-container .tab-pane {
    background-color: #D2EDFF;
    border-radius: 20px;
    margin-top: 20px;
    padding-top: 40px;
}
.multi-swiper-tabs {
    margin-top: 20px;
    margin-bottom: 40px;
}
.multi-swiper-tabs .nav-tabs {
    display: flex;
    justify-content: center;
    border: unset;
}
.multi-swiper-tabs .nav-tabs .nav-item {
    margin: 0 5px;
}
.multi-swiper-tabs .nav-tabs .nav-link {
    background-color: #fff;
    border: 1px solid #D1D4DB;
    padding: 10px 20px;
    border-radius: 200px;
    color: #292930;
    font-weight: 600;
    transition: color .15s;
}
.multi-swiper-tabs .nav-tabs .nav-link:hover {
    background-color: #f4f5f9;
}
.multi-swiper-tabs .nav-tabs .nav-link.active {
    background-color: #D2EDFF;
    border: 1px solid #a7dbff;
}
.multi-tab-swiper-navigation {
    display: flex;
    justify-content: center;
    margin: 10px 0 40px 0;
}
.multi-tab-swiper-navigation .multi-tab-swiper-pagination {
    width: unset;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'DM Sans';
    color: #000;
    user-select: none;
}
.multi-tab-swiper-navigation .multi-tab-swiper-button-prev,
.multi-tab-swiper-navigation .multi-tab-swiper-button-next {
    user-select: none;
}
/* swiper container */
.multi-tab-swiper-container {
    overflow: hidden;
}
.multi-tab-swiper-container .multi-tab-swiper-content {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    display: grid;
    justify-content: center;
}
.multi-tab-swiper-container .multi-tab-swiper-content h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    text-transform: none;
    color: #000;
    max-width: 800px;
}
.multi-tab-swiper-container .multi-tab-swiper-content .tab-swiper-author {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.multi-tab-swiper-container .multi-tab-swiper-content .tab-swiper-time{
    margin-bottom: 0;
}
/* city table */
.landing-city-main-heading .title {
    font-size: 46px;
    font-weight: 700;
    color: #292930;
}
.landing-city-sub-heading h5 {
    font-size: 24px;
    font-weight: 700;
    color: #292930;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.city {
    text-align: center;
    font-size: 18px;
    color: #292930;
    font-weight: 500;
}
/* free demo */
.free-demo-btn-container {
    margin: 40px 0 60px 0;
    display: grid;
    grid-template-columns: auto auto;
    align-items:center;
    /* justify-content: space-between; */
}
.free-demo-btn-container .free-demo-heading {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
    color: #292930;
}
.free-demo-btn-container .free-demo-btn {
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    /* white-space: nowrap; */
}