:root {
    --primary-color: #0D9488;
    --primary-light: #e0f2f1;
    --primary-hover: #0B7C71;
}
.hero{
    background:  #000000c7;
    background-repeat:no-reapeat;
    background-size:cover;
    background-position:center;
    text-align:center;
    padding:100px;
    color:#fff;
}
.hero.hero-has-background {
    color: white;
    position: relative;
}
.hero.hero-has-background::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.hero-content{
    padding:50px;
    margin-inline:auto;
}
.hero-title{
    font-size:60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    text-transform:upperCase;
    padding-bottom:20px;
}
.hero-description{
    font-size:30px;
    margin-bottom:30px;
}
.hero-button{
    background-color:#0d6efd;
    padding:15px 20px;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    text-transform:uppercase;
    font-size:17px;
    font-weight:bold;
    border:none;
    transition: background-color 2s ease
}
.hero-button:hover{
    background-color:orange;
}

.pricing-plans {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 64px;
}

.pricing-card {
    --col: #e4e4e7;
    position: relative;
    padding: 32px;
    padding-bottom: 30px;
    padding-top: 60px;
    border-radius: 4px;
    border: 1px solid #262626;
    background-color: #fff;
    background: radial-gradient( circle 1224px at 10.6% 8.8%,  rgba(255,255,255,1) 0%, rgb(187 218 249) 100.2% );
    box-shadow: 0 0 32px transparent;
    text-align: center;
    margin: 10px auto;
    border-radius: 15px;
}

.pricing-card.basic {
    --col: #052c65;
}

.pricing-card.standard {
    --col: #059669;
}

.pricing-card.premium {
    --col: #c026d3;
}

.pricing-card:hover {
    border-color: var(--col);
    background-color: #fffe;
    box-shadow: 0 0 30px #171717a6;
    transform: translateY(-16px) scale(1.02);
    transition: all 0.5s ease;
}

.pricing-card>*:not(:last-child) {
    margin-bottom: 30px;
}

.pricing-card .heading h4 {
    padding-bottom: 10px;
    color: var(--col);
    font-size: 35px;
    font-weight: bold;
}

.pricing-card .heading p {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: light;
}

.pricing-card .price {
    position: relative;
    color: var(--col);
    font-size: 40px;
    font-weight: normal;
}

.pricing-card .price sub {
    position: absolute;
    bottom: 28px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}

.features {
    padding-top: 31px;
    padding-bottom: 31px;
    padding-right: 31px;
    border: 1px solid #262626;
}

.pricing-card .features li {
    padding-bottom: 16px;
    color: #262626;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    list-style-type: none;
}

.pricing-card .features li i,
.pricing-card .features li strong {
    color: #262626;
    font-size: 16px;
    text-align: left;
}

.pricing-card .features li strong {
    padding-left: 24px;
}
/* ---------- cards ----------- */
.pricing-card .cta-btn {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 27px;
    border-radius: 4px;
    border: 1px solid var(--col);
    background-color: var(--col);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.pricing-card .cta-btn:active {
    background-color: transparent;
    color: var(--col);
    transition: all 0.3s ease;
}
/* -------footer--------- */
a{
    text-decoration: none;
}
footer{
    /* background-color: #272727; */
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    margin-top: auto;
}

footer li{
    list-style: none;
    margin: 10px;
    display: inline-block;
}

footer .icons a{
    background: #52527a;
    color: #272727;
    padding: 14px;
    font-size: 20px;
    border-radius: 100%;
    display: flex;
}
footer .icons a:hover{
    color: #ffffff;
    transition: 0.5s;
}

footer .menu a{
    color: #ffffff;
    text-transform: capitalize;
}
footer .menu a:hover{
    color: #0d6efd;
    transition: 0.5s;
}

.footer-copyright{
    background-color:#0d6efd;
    color: #ffffff;
    padding: 15px;
    /* margin-top: 30px; */
    text-transform: capitalize;
}

.footer-copyright p{
    margin-bottom: 0px;
}
/* --------features-------- */
.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333333;
    width: 50px;
}

.sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
}

.advertisers-service-sec {
    background-color: #f5f5f5;
}

.advertisers-service-sec span {
    color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
}

.advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#0d6efd, rgb(43 177 132));
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
    background-color: #2bb085 !important;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff !important;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
    /* border: 1px solid; */
}

.advertisers-service-sec .service-card:hover:after {
    top: 0%;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: rgb(5 44 101);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
    color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
    color: #f0f0f0;
}
/* ------------free trial--------------- */
.trial{
    background: #000000c7;
    background-repeat:no-reapeat;
    background-size:cover;
    background-position:center;
    text-align:center;
    padding:100px;
    color:#fff;
}
.trial-has-background{
    color: white;
    position: relative;
}
.trial-has-background::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
/* ----- profile and dashboard ----- */
.loginmenu{
    min-width: max-content;
    right: 0;
    padding: 30px;
}
.logtxt{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0.7rem 0.75rem;
}
.btn-grad {
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 5px;
}
.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.btn-grad1{
    background: linear-gradient(to right, #02AAB0 0%, #00CDAC  51%, #02AAB0  100%);
}
.btn-grad2{
    background: linear-gradient(to right, #00c6ff 0%, #0072ff 51%, #00c6ff 100%);
}
.btn-grad3{
    background: linear-gradient(to right, #cb2d3e 0%, #ef473a 51%, #cb2d3e 100%);
}
.btn-grad1:hover {
    background: linear-gradient(to right, #05d2da 0%, #1af0cc  51%, #08d7df  100%);
    transform: translateY(-1px);
}
.btn-grad3:hover {
    background: linear-gradient(to right, #b42231 0%, #ce4339 51%, #b61d2d 100%);
    transform: translateY(-1px);
}
.btn-grad2:hover {
    background: linear-gradient(to right, #05ccda 0%, #1aacf0  51%, #08c6df  100%);
    transform: translateY(-1px);
}
.plancard {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:5px 0px;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
    background-image: linear-gradient(to top, #eef5fc 0%, white 100%);
}
.plancard .text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plancard .text i{
    background: radial-gradient( circle farthest-corner at 10% 20%,  rgba(100,43,115,1) 0%, rgba(4,0,4,1) 90% );
    font-size: 25px;
    padding: 20px;
    border-radius: 50%;
    margin-bottom:10px;
    color: gold;
}

.plancard .text h3{
    font-size: 40px;
    font-weight: 400;
}

.plancard .text p:nth-of-type(1){
    font-weight: bold;
    /* color: rgb(82, 3, 3); */
    font-size: 15px;
    margin-top: -5px;
}

.plancard .text p:nth-of-type(2){
    margin-top: 10px;
    margin-bottom: 10px;
    /* width: 90%;
    text-align: center; */
}
.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 1px;
    width: 100px;
    border-radius: 50px;
}
#togglePassword{
    position: absolute;
    top: 3%;
    left:375px;
    cursor: pointer;
    font-size: 16px;
}
.plancard .card-body{
    width: 100%;
}
.plancard .card-header{
    width: 100%;
    text-align: center;
    background: unset;
}
footer h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.bg-gr{
    background: linear-gradient(to right, #00c6ff 0%, #0072ff 51%, #00c6ff 100%);
}
@media (max-width: 580px) {
    .hero {
        padding: 30 20px;
        height: max-content;
    }
    .p-back{
        display: none;
    }
    .homecard{
        width: 85%;
        margin: 5px auto;
    }
    .hero-title {
        font-size: 40px;
    }
    .hero-content {
        padding: 0px;
    }
    #togglePassword{
         left:88% !important;
    }
    .forgot{
        margin-left:180px;
        margin-top:-24px;
    }
}
@media (max-width: 575px) {
    .mob-none{
        display: none;
    }
    .navbar-brand img{
        max-width: 140px;
        height: 100%;
    }
}
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-primary:hover {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
}