@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 750px) {
    .call-action::before,
    .landing-features-shapes::after,
    .landing-features-shapes::before{
        display: none !important;
    }
}
/* h1, h2, h4, h5, h6, p, a {
    font-family: montserrat, sans-serif !important;
  } */
  
  @media (max-width: 479px) {html { font-size: 14px; }}
  @media (min-width: 480px) and (max-width: 767px) {html { font-size: 14px; }}
  @media (min-width: 768px) and (max-width: 991px) {html { font-size: 14px; }}
  @media (min-width: 992px) and (max-width: 1199px) {html { font-size: 14px; }}
  @media (min-width: 1200px) {html { font-size: 14px; }}
p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0px 0px 1.72rem 0px;
}
.card-text{
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin: 0px 0px 1.72rem 0px;
}
h1 {
    opacity: 1;
    font-weight: 900 !important;
    letter-spacing: -0.1rem;
    font-size: 2.5rem;
    line-height: 2.86rem;
    margin: 1.72rem 0px 1.72rem 0px;
    color: white !important;
}
h4{
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: 0.01rem;
    line-height: 2rem;
    margin: 1.72rem 0px 1rem 0px;
}
h5{
    font-size: 1rem;
    opacity: 1;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01rem;
    color: black;
}
.accordian-heading{
    opacity: 1;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01rem;
    font-size: 1.42rem;
    line-height: 0.86rem;
    color: black;
}
#landingHero{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-text-bx{
    margin-left: 5rem;
}
#navbar.blue-nav{
    background-color: transparent;
    position: absolute;
    top: 0;
}
#navbar.light-nav{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.light-nav .nav-item > a, .light-nav .nav-item > a i {
    color: black !important;
    border-color: black;
}
.blue-nav .nav-item > a, .blue-nav .nav-item > a i {
    color: #fff;
}
.r-btn{
    text-decoration: none;
    /* color: white !important; */
}
.r-btn:hover{
    color: gray !important;
}
.call-action .inner-content {
position: relative;
padding: 50px;
border-radius: 10px;
background-image: url("../img/default-imgs/shape1.png");
background-position: 100%;
color: white;
z-index: 0;
overflow: hidden;
}
.call-action .text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
    margin: 0.5em 0;
}
.call-action .text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    margin: 0.5em 0;
    opacity: 0.64;
}
.border-lef{
    border-left: 0.5px solid grey;
}
.border-botom{
    border-bottom: 0.5px solid grey;
}
.ul_style_1 {
    padding-left: 0rem;
}
.ul_style_1 li {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    list-style-type: none;
}
.ul_style_1 li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\2d";
    width: 1.4rem;
    color:#2BA2CE;
    margin-right:1rem;
    position: absolute;
    left: 0;
}
.ul_style_1 li a {
    color:black;
    opacity: 0.64;
    overflow: hidden;
}

.ul_style_1 li a:hover, .ul_style_1 li a:active {
    color:#2BA2CE;
    opacity:1;
    text-decoration: underline;
} 
.ul_style_1 li a {
    color: black;
    font-size: 1rem;
}
.footer-color{
    background-color: #4C99D3;
    color: white;
}
.about-p {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
#section-4{
    background-image: url('../img/default-imgs/bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-hover:hover{
    border: 1px solid #4C99D3;
}
.price-img-bg{
    background-color: #f9f9f983;
    border-radius: 135px;
}
#section-8{
    position: relative;
    z-index: 1;
}
#section-8::before, 
#section-8::after {
    content: "";
    width: 370px;
    height: 250px;
    position: absolute;
}
#section-8::before{
    bottom: 0;
    left: 0;
    background-image:url(../img/dotted-bg.png);
}
#section-8::after{
    top: 0;
    right: 0;
    background-image:url(../img/dotted-bg.png);
    rotate: 180deg;
    z-index: -1;
}
.col {
    position: relative;
    overflow: hidden;
}

.col::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.1) 75%
    );
    animation: shine 2s linear infinite;
}

.call-action::before {
    top: -2px;
}
#landingFeatures {
    position: relative;
}
.landing-features-shapes::before {
    left: 100%;
    border: #51A3D0 10px solid !important;
    border-image: none !important;
}

.call-action::before,
.landing-features-shapes::after,
.landing-features-shapes::before {
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    width: 7rem;
    height: 7rem;
    content: '';
    border: 10px solid;
    border-image: linear-gradient(45deg, white , #51A3CE, #51A3CE) 1;
    display: block;
    opacity: 0.5;
    animation: before_mover 4s linear infinite;
}


@keyframes before_mover {
    0% {
    transform: translate(-50%, -50%) rotate(40deg);
    }
    60% {
    transform: translate(-50%, -50%) rotate(60deg);
    }
    100% {
    transform: translate(-50%, -50%) rotate(40deg);
    }
}


@keyframes shine {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(45deg);
    }
}

/* Border styles */
.border-botom {
    border-bottom: 1px solid #ccc;
}

.border-lef {
    border-left: 1px solid #ccc;
}

/* Additional styles to align items center */
.align-center {
    text-align: center;
}
/* ================================================
                Pricing Page CSS
==================================================*/

.pricing-section {
    color: white;
    background-color: #4C99D3;
    padding-bottom: 2rem;
    padding-top: 8rem;
}
.hero {
    display: flex;
    align-items: center;
}
.hero h1 {
    font-family: montserrat, sans-serif;
    font-size: 2rem;
    font-weight: bolder;
}
.table_column_head.column1 {
    background: #4C98D2;
}
.table_column_head {
    padding: 3rem;
    color: white !important;
    margin-bottom: 2px;
}
.table_column_head.column2 {
    background: #3a92c2;
}
.ribbon-wrapper-green {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    position: absolute;
    top: 0rem;
    right: 0;
    margin-right: 12px;
}
.ribbon-green {
    font-size: 0.6rem;
    font-weight: 600;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 0;
    left: -1.1rem;
    top: 1.7rem;
    width: 10rem;
    background-color: #673ab7;
    color: white;
}
.table_column_head.column3 {
    background: #0e83c2;
}
.table_column_head h1, .table_column_content h1 {
    margin-bottom: 0;
}
.table_column_head h6, .table_column_content h6 {
    margin-bottom: 0;
}
.table_column_content {
    background: #f9f9f9;
    color: black;
    padding: 1.5rem;
    margin-bottom: 3px;
}
.link-icon{
    
    margin-left: 5px;
    /* background-color: #4C98D2; */
}
.h-color{
    color: #fff;
    background-color: #4C98D2;
    padding: 5px;
}
.h-color:hover{
    color: #4C98D2;
    background-color: #fff;
    border: 1px solid #4C98D2;
}
.link-icon:hover{
    background-color: #fff;
}
.pricing-heading{
    font-size: 1.8rem !important;
    font-weight: bolder !important;
}
.badge-color{
    background-color: #4C98D2 !important;
}
.btn-color{
    background-color: #4C98D2 !important;
    color: #fff !important;
}
.badge-light-color{
    background-color: rgb(191, 223, 240) !important;
    color: #4C98D2 !important;
}
.btn-light-color{
    background-color: rgb(191, 223, 240) !important;
    color: #4C98D2 !important;
}

/* ================================================
                Features Page CSS
==================================================*/

.h2-text{
    opacity: 1;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.01rem;
    font-size: 2rem;
    line-height: 2.86rem;
    margin: 1.14rem 0px 1.14rem 0px;
}
.h3-text{
    opacity: 0.64;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0.02rem;
    line-height: 1.8rem;
    margin: 1.72rem 0px 1.5rem 0px;
    color: black;
}
.h6-text{
    opacity: 1;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 0px 0px 1rem 0px;
    color: black;
    text-align: center;
}
.p-text{
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0px 0px 1.72rem 0px;
    text-align: center;
}
.features_box {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 440px;
}

/* ================================================
                SignUp Page CSS
==================================================*/

.form-check-label {
    border-radius: 25px;
    border: 1px solid black;
    width: 100%;
    padding: 12px 17px;
}
.border-2 {
    border-width: 2px !important;
    border: 1px solid #dbdade !important;
}
.border-2:focus {
    border-color: #4C98D2 !important;
}
.form-check-label {
    cursor: pointer;
}
.form-check{
    padding: 0 !important;
    margin-bottom: 1rem !important;
}
.border-2[type="radio"] {
    display: none;
}
.activeLable{
    background-color: rgb(191, 223, 240) !important;
    color: #4C98D2 !important;
}
.custom-alert{
    position: absolute;
    top: 120px;
    right: calc(50% - 9rem);
    padding: 1rem;
    z-index: 9999;
    height: 85px;
    border-radius: 10px;
    color: inherit;
    width: 18rem;
    box-shadow:#00000057 0px 20px 30px -10px;
    display: none;
}
.dark-style .custom-alert{
    background-color: #2F3349
  }
  .light-style .custom-alert{
    background-color: #fff !important
  }