
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,900|Muli:300,400,500,600,700,800,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --theme-color: #5F41FB;
    --dark-color: #342d2d;   
}

body{
    font-family: "Muli",sans-serif;    
    background: #FFF;
}

.btn {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;    
}

.ti.ti-brand-teams {
    color: #464EB8;
}
.ti.ti-brand-telegram {
    color: #0088CC;
}
.ti.ti-brand-whatsapp {
    color: #25d366;
}

.text-black {
    color: #121212 !important;
}
.btn-primary {
    color: #fff;
    background-color: #3147FF;
    border-color: #3147FF;
    padding-inline: 2rem;    
    padding-block: .70rem;
}

.btn-outline-primary {
    color: #3147FF;
    background-color: transparent;
    border-color: #3147FF;
    padding-inline: 2rem;    
    padding-block: .70rem;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3147D8;
    border-color: #3147FF;
}



.btn-outline-primary:hover {
    color: #FFF;
    background-color: #3147FF;
    border-color: #3147FF;
}

.btn-lg {
    font-size: 1rem;
    font-weight: 600;
    padding-inline: 2.5rem;
    padding-block: 1rem;
}

a {
    text-decoration: none;
}

.table tr th {
    color: #000000;
}

.table tr th, .table tr td {
    vertical-align: middle;
}

.table tbody tr td {
    padding-block: .75rem;
}

.table td.title {
    font-weight: 600;
}

@media (min-width: 1200px) {
    
}

.slick-slider {
	display: table !important;
	table-layout: fixed !important;
	width: 100% !important;
}

.slick-list {
    margin: 0 -10px; /* Adjust this value to control the overall gutter width */
}

.slick-slide > div {
    margin: 0 20px; /* This creates the actual space between slides */
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .55;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #c43571;
}

header {
    background: #F4F7FE;
}

header.dark {
    background: #121212;
}

header .nav-link {
    padding: 35px 25px !important;    
    font-weight: 600;
    font-size: 1rem;
    color: #121212;
}

header.dark .nav-link {
    color: #FFF;
}

header .nav-item.active .nav-link, header .nav-link:focus, header .nav-link:hover {
    
       
}

header .navbar-nav .dropdown .nav-link i{
   font-size: 14px;
}

header .logo {
    padding: 10px 25px;
    margin-top: 5px;
}

header .logo:focus-visible {
    outline: none;
}

header .logo img {
    max-height: 42px;
}

header .logo .name {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: bold;
    color: #b2b1b1;
    margin-left: 5px;
    vertical-align: middle;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

header.dark .logo .name {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: bold;
    color: #FFF;
    margin-left: 5px;
    vertical-align: middle;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

header .dropdown .dropdown-menu {
    margin-top: 1rem;
    padding-block: 0;
    -webkit-box-shadow: 0px 0px 40px rgba(20, 23, 39, 0.1);
    box-shadow: 0px 0px 40px rgba(20, 23, 39, 0.1);
    border-radius: 0.4rem;
    border: none;
}

header .dropdown a {
    font-weight: 600;
    font-size: 1rem;
    color: #121212;
}



header.dark .dropdown > a {
    color: #FFF;
}

header.dark .dropdown-user .dropdown-item {
    color: #565353;
}

header .dropdown .dropdown-toggle:after {
    content: "\f282";
    font-family: "bootstrap-icons" !important;
    margin-left: 0.35rem;
    font-weight: 900;
    font-size: 0.8rem;
    vertical-align: middle;
    border: none;
}

header .dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.4rem 1rem;
    clear: both;
    color: #565353;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;    
}

header .dropdown-alerts .dropdown-menu ul li .dropdown-item{
    padding-inline: 1.25rem;
    padding-block: .6rem;
}

header .dropdown-alerts .dropdown-menu .dropdown-header {
    padding-inline: 1.5rem;
    padding-block: .9rem;
}

header .dropdown-alerts .dropdown-menu ul li:last-child a{
    padding-block: .9rem;
}

header .dropdown-alerts .dropdown-menu ul li a:hover{
    background-color: #F1F1F1;
}

header .dropdown-alerts .dropdown-item {
    font-size: .925rem;
    color: #7c7c7c;
}

header .dropdown-alerts li.unread .dropdown-item {
    font-weight: 700;
    color: #342d2d;
}

header .dropdown-alerts .icon {
    background: #F1F1F1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

header .dropdown .dropdown-item.active, 
header .dropdown .dropdown-item:active, 
header .dropdown .dropdown-item:hover, 
header .dropdown .dropdown-item:focus, 
header .dropdown-alerts li.unread .dropdown-item:hover {
    color: var(--theme-color);
}

header .dropdown-alerts ul{
    max-height: 410px;
    overflow-y: auto;
    scroll-behavior: smooth;    
}

header .dropdown .dropdown-item.active, header .dropdown .dropdown-item:active {
    color: var(--theme-color);
    text-decoration: none;
    background-color: none;
}



header .dropdown .dropdown-item i{
    color: var(--theme-color);
}

.dropdown-alerts a.has-unread {
    position: relative;
}

header .dropdown-alerts a.has-unread i::after{    
    content: '';
    position: absolute;
    top: -4px;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: #ff5722;
    border-radius: 0.375rem;
    border: 2px solid #FFF;    
}

header.dark .dropdown-alerts a.has-unread i::after{    
    border: 2px solid #000;    
    background-color: #ff5722;
}



.dropdown-alerts .dropdown-menu {
    min-width: 375px;
}

.dropdown-alerts .dropdown-menu .dropdown-item {
    white-space: normal;
}

main {
    min-height: 100vh;
    position: relative;
}

.col-form-label {
    font-weight: 600;
    margin-bottom: 5px;
}

.bg-dark {
    background: #121212;
    color: #FFF;
}

#welcome-page .hero {
    background-color: #121212;  
    color: #FFFFFF;
    padding-block: 7rem;    
}

#welcome-page .hero_title h1 {
    font-size: 68px;
    font-weight: 900;
    line-height: 1.2;    
}

#welcome-page .hero_title p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
}

#welcome-page .hero form .form-control, #welcome-page .hero form .form-input {
    border: none;
    border-right: 1px solid #ced4da;
    border-radius: 0;    
    font-size: 1rem;
    outline: none;
}

#welcome-page .hero form .form-control:focus, #welcome-page .hero form .form-input:focus {
    border: none;
    box-shadow: none;
    border-right: 1px solid #ced4da;
}

.features {
    padding: 6rem 0 12rem 0;
}

.features .heading {
    margin-bottom: 4rem;
}

.features .heading h1 {
    font-size: 78px;
    font-weight: 800;
    line-height: 80px;
}

.features .heading p {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.7;
}

.features .box {
    padding: 60px 50px 50px 50px;
    border: 1px solid rgb(18 18 18 / 9%);
    border-radius: 8px;
}

.features .box .icon{
    font-size: 32px;
    width: 60px;
    height: 60px;
    background: #000;
    color: #FFF;
    display: flex;
    flex-shrink: 0 !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.features .box.bg-dark .icon{
    background: #FFF;
    color: #000;
}

.features .box .item h3 {
    font-size: 24px;
    line-height: 18px;
    font-weight: 800;
    margin-bottom: 1rem;
}

.features .box .item p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #898181;
}

@media (min-width: 992px) {
    .mb-lg-n4 {
        margin-bottom: -3rem !important;
    }
}

.browse-scripts {
    background-color: #121212;  
    color: #FFFFFF;
    padding-block: 6rem;
}

.browse-scripts .heading {
    margin-bottom: 1rem;
}

.browse-scripts .heading h1 {
    font-size: 78px;
    font-weight: 900;
    line-height: 80px;
}

.browse-scripts .heading p {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.7;
}

.text-gradient {
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #E91E63, #c3c6d7);
    -webkit-text-fill-color: transparent;
}

.browse-scripts .body .box{
    padding: 1rem;
    border-radius: 24px;
    background-color: #282828;
}

.browse-scripts .body .box img{
    border-radius: 14px;
}

@media (min-width: 1200px) {
    .browse-scripts .body .box img{
        max-height: 715px;
        width: 100%;
    }
}

.browse-scripts .body h1{
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    margin-top: 1.5rem;
}

.browse-scripts .heading .icon {
    font-size: 28px;
    width: 50px;
    height: 50px;
    background: #FFF;
    color: var(--theme-color);
    display: flex;
    flex-shrink: 0 !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.about-scripts {
    padding-block: 7rem;
}

.about-scripts h1 {
    font-size: 54px;
    font-weight: 800;
    line-height: 72px;
}

.about-scripts p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-scripts .check-item p{
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.about-scripts .cover img {
    border-radius: 50px;
}

.about-scripts .box {
    padding: 2rem 0;
    text-align: center;
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.08);
}

.about-scripts .box .icon {
    max-width: 50px;
    margin: 0 auto;
}

.page .hero {
    background-color: #F4F7FE;
    color: #121212;
    padding-block: 6rem; 
    /*background-image: url("../images/hero-bg.jpg"); 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  */ 
}

.page .hero h1 {
    font-size: 110px;
    font-weight: 700;
    line-height: 80px; 
    font-family: "Inter", sans-serif;  
    margin-bottom: 2.5rem;
    
}

.page .hero p {
    font-size: 1.2rem;   
    font-family: "Inter", sans-serif; 
    line-height: 1.8;
    
}

.page .content {
    padding-block: 4rem;
}

.page .content form .form-control, .page .content form .form-select{
    padding: .6rem 1rem;
}

.page .content form .form-control:focus, .page .content form .form-select:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.page .content .table-box{
    padding-block: 2rem; 
    padding-inline: 2rem; 
    background-color: #F4F7FE;
    border-radius: 10px;
}

.page .content .table-box .table th, .page .content .table-box .table td{
    background-color: transparent;
}

.page .content .table-box tr {
    border-color: #efefef;
}


.home .card .card-body {
    text-align: center;
    padding: 2rem 1rem;
}

.home .card h3 {
    font-weight: 700;
    color: #d1d1d1;
}
.home .card h6 {
    font-weight: 400;
    font-size: 1.1rem;
    color: var(--dark-color);
}


.home .card .stat_value {
    font-weight: 800;
    color: var(--dark-color);
}

.contact-us {
    padding-block: 7rem;
}

.contact-us .borderless-box .icon {
    color: #121212;
    font-size: 30px;
}

.contact-us .borderless-box h2 {
    font-family: "Public Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
    margin-bottom: 2px;
}

.about-us {
    padding-top: 7rem;
}

.about-us .cover {
    max-width: 90%;
}

.about-us h1 {
    font-size: 74px;
    font-weight: 800;
    line-height: 80px;
}

.about-us p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-us .technologies {
    margin-top: 7rem;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #EAEDF0;
    padding: 95px 0px 60px 0px;
}

.about-us .technologies h6 {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: #7F8995;
    text-align: center;    
}

.about-us .our-work {
    padding-block: 7rem;
    background-color: #F4F7FE;
}

.about-us .our-work .cover {
    margin-left: auto;
    max-width: 90%;
}

.about-us .our-work p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 0;
}

.testimonials {
    padding-block: 7rem;
    background-color: #FFF;
}

.testimonials .box {
    padding: 4rem;
    border: 1px solid #EEE;
    border-radius: 20px;
}

.testimonials .box h3 {
    font-size: 28px;
    font-weight: 900;
}

.testimonials .box p {
    font-size: 19px;
    font-weight: 500;
}

.testimonials .btn-trustpilot {
    border: 1px solid #EEE;
    padding-block: 1rem;
    padding-inline: 2rem;
}

.faqs {
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.faqs ul.categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.faqs ul.categories li{
    display: inline-block;    
    margin-right: 15px;
    min-width: 15%;
}

.faqs ul.categories li a{
    background-color: #F1F1F1;
    padding-block: 0.50rem;
    padding-inline: 1.5rem;
    border-radius: 20px;  
    color: #000;    
    min-width: 100%;
    display: block;
    text-align: center;
}

.faqs ul.categories li.active a, .faqs ul.categories li:hover a{
    background-color: #000;
    color: #FFF;  
}

.accordion-button:focus {
    box-shadow: none;
}

.faqs .accordion-button:not(.collapsed) {
    background-color: #FFF;
    color: var(--theme-color);
}

.faqs .accordion-item {    
    border: none;
    border-bottom: 1px solid #efefef;
    padding-block: 1rem;
}

.faqs .accordion-button {
    font-size: 22px;
    font-weight: 800;
}

.faqs .accordion-body {
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
    line-height: 1.8;
}

.scripts {
    padding-block: 6rem;
}

.scripts h2{
    font-size: 72px;
    font-weight: 700;
    line-height: 80px; 
    font-family: "Inter", sans-serif;  
    margin-bottom: 1rem;    
}

.scripts p {
    font-size: 19px;
    font-weight: 500;    
}

.scripts .description {
    font-size: 18px;
    font-weight: 500;
}

.scripts .listing {
    margin-top: 5rem;
}

.scripts .listing .list-item {
    margin-bottom: 2rem;
}

.scripts .listing .list-item .grid-style {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: flex-start;    
}

.scripts .listing .list-item img {
    border-radius: 10px 10px 10px 10px;
    aspect-ratio: 8 / 5;
    width: 100%;
    object-fit: inherit;
    object-position: center top;
    transition: all 0.4s;
}

.scripts .listing .list-item h3{
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: -1px;    
}
.scripts .listing .list-item p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;    
}

.web-development .code-preview {
    position: relative;
    --bs-bg-opacity: 1;
    background-color: #F4F7FE;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.web-development .fill-body {
    fill: #FFF !important;
}

.web-development .bg-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.web-development .shadow-primary-lg {
    -webkit-box-shadow: 0 0.3rem 0.7rem rgba(95,65,251, 0.2);
    box-shadow: 0 0.3rem 0.7rem rgba(95,65,251, 0.2);
}

.web-development .story-headline {
    padding-top: 5rem;
}

.web-development .story-headline h2 {
    font-size: 74px;
    font-weight: 800;
    line-height: 80px;
}

.web-development .story-headline p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
}

.web-development .why-choose-us {
    padding-top: 5rem;
}

.web-development .why-choose-us h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 80px;
}

.web-development .why-choose-us p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
}

.web-development .why-choose-us .box {
    background: #FFF;
    border-radius: 1.25rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease-in-out;
    --bs-bg-opacity: 0.5;
    padding: 1.875rem 2.5rem !important;
    position: relative;
    text-align: center;
    box-shadow: 0px 10px 20px rgba(95,65,221, 0.15);
}

.web-development .why-choose-us .boxes {
    padding-block: 6rem;
    
}

.web-development .why-choose-us .box .icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 1.9rem;
    border-radius: 50% !important;
    color: #FFF;
    transform: translate(-50%, -50%);
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgba(137,62,251, 1) !important;
}

.web-development .why-choose-us .box h3 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem !important;
    font-weight: 800;
    line-height: 1.25;
    margin-top: 2rem;
}

.web-development .why-choose-us .box p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
}

.web-development .our-work {
    padding-block: 7rem;
    background-color: #FFF;
}

.web-development .our-work h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 72px;
    margin-bottom: 15px;
}

.web-development .our-work .cover {
    margin-left: auto;
    max-width: 90%;
}

.web-development .our-work p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 0;
}

.web-development .bg-code {
    background:url(../images/services/web-development-code.jpg) no-repeat; 
    background-size:cover; 
    background-position:left top;
}

.product-details .hero h1{
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    font-family: "Inter", sans-serif;
    margin-bottom: 1.5rem;
}

.product-details .overview {
    padding-block: 6rem;
    background-color: #F4F7FE;
}

.product-details .overview h2{
    font-size: 72px;
    font-weight: 700;
    line-height: 80px; 
    font-family: "Inter", sans-serif;  
    margin-bottom: 1rem;    
}

.product-details .overview p {
    font-size: 19px;
    font-weight: 500;    
}

.product-details .overview .cover img{
    border-radius: 32px;
}

.product-details .screenshots {
    padding-block: 7rem;    
    background-color: #FFF;
}

.product-details .screenshots h2{
    font-size: 72px;
    font-weight: 700;
    line-height: 80px; 
    font-family: "Inter", sans-serif;  
    margin-bottom: 1rem;    
}

.product-details .screenshots p {
    font-size: 19px;
    font-weight: 500;    
}

.product-details .screenshots .cover {
    border: 1px solid #EEE;
    transition: all 0.3s linear;
    border-radius: 10px;
    overflow: hidden;
}

.product-details .slick-dots li button:before {
    color: #a6a1a1;
}

.product-details .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #4233cc;
}

.product-details .features {
    padding-block: 7rem;    
    background-color: #FFF;
}

.product-details .features h2{
    font-size: 72px;
    font-weight: 700;
    line-height: 80px; 
    font-family: "Inter", sans-serif;  
    margin-bottom: 1rem;    
}

.product-details .features p {
    font-size: 19px;
    font-weight: 500;    
}

.product-details .features .box {
    padding: 40px 40px 40px 40px;
    border: 1px solid #f4f4f8;
    border-radius: 0;
    box-shadow: 0px 30px 50px 0px rgba(1, 10, 64, 0.1);
    transition: all 0.5s;
    border-top-color: #7a8cff;
    border-top-width: 3px;
    text-align: left;
}

.product-details .features .box .icon {
    font-size: 19px;
    width: 45px;
    height: 45px;
    background: #5268f2;
    color: #FFF;
    display: none;
    flex-shrink: 0 !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.product-details .features .box h4{
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Inter", sans-serif;   
}

.product-details .features .box p {
    font-size: 17px;
    font-weight: 500;   
    color: #7b7b93; 
    margin-bottom: 0;
}

.product-details .pricing {
    padding-block: 6rem;
    background-color: #F4F7FE;
}

.product-details .pricing h2{
    font-size: 72px;
    font-weight: 700;
    line-height: 80px; 
    font-family: "Inter", sans-serif;  
    margin-bottom: 1rem;    
}

.product-details .pricing p {
    font-size: 19px;
    font-weight: 500;    
}

.product-details .pricing .icon-xl {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 1.9rem;
    background-color: rgba(235,238,255, 1) !important;
}

.product-details .pricing .icon-xl img {
    height: 40px !important;
}

.product-details .pricing h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; 
    font-family: "Inter", sans-serif;
}

.product-details .pricing .price {
    font-size: 3.625rem;
    font-weight: 800;
    font-family: "Inter", sans-serif;
}

.product-details .pricing .list-group-item {
    font-size: 19px;
    font-weight: 500; 
}

.product-details .pricing #regular {
    margin-right: -2rem !important;
}

.product-details .pricing #extended .price {
    font-size: 3.625rem;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    color: #FFF;
}

.product-details .pricing #extended .list-group-item {
    background-color: transparent;
    color: #FFF;
}

.g-6, .gy-6 {
    --bs-gutter-y: 5rem;
}

.list-group-borderless .list-group-item {
    border: none !important;
    padding: 0.425rem 0;
}

.card {
    border: 1px solid rgb(194 193 197 / 50%);
}


footer {
    padding-top: 6rem;
    padding-bottom: 1rem;
    background-color: rgba(20, 23, 39, 1) !important;
}

footer h6 {
    color: #FFF;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25;
}

footer .footer-logo img {
    display: inline-block;
    max-width: 38px;
}

footer .footer-logo-text {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    margin-left: 5px;
    vertical-align: middle;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

footer p {
    color: #c4c5c7;
    font-size: 1.04rem;
    font-weight: 600;
    line-height: 1.5;
}

footer hr {
    margin: 1rem 0;
    color: #B3B7C5;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

footer .nav-link {
    display: block;
    padding: .5rem .75rem .5rem 0rem;
    font-size: 1.03rem;
    font-weight: 500;
    color: #CFD0D4;
    background: none;
    border: 0;
    -webkit-transition: color 0.15s 
    ease-in-out, background-color 0.15s 
    ease-in-out, border-color 0.15s 
    ease-in-out;
        transition: color 0.15s 
    ease-in-out, background-color 0.15s 
    ease-in-out, border-color 0.15s 
    ease-in-out;
}

footer .nav-link:hover {
    color: #3147FF;
}

label span.required {
    color: #f92370;
}
   
select.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    background-image: url("../../assets/img/down_arrow_icon.png");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    padding-right:  2.25rem;          
}    

form .card {
    background-color: #FFF;
    border-radius: .5rem;
    padding: 0;
    border: 1px solid rgb(194 193 197 / 50%);
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.dropdown-toggle::after {
    content: none;
}

.table tbody tr:last-child td {
    border-bottom-width:0;
}

.form-heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 5px;
    text-transform: none !important;
}

.form-description {
    font-size: 15px;
    line-height: 30px;
    color: #212529;    
}

.small {
    font-family: 'Inter';
}

.color-theme {
    color: #4f39f6;
}

.bg-theme {
    background-color: #4f39f6;
}

.page .about {
    background: #f5f5f5;
}

.form-check-input:checked {
    background-color: #4f39f6;
    border-color: #4f39f6;
}

.nav-tabs .nav-link {
    color: #000;
    font-size: .95rem;
}

.nav-tabs .nav-link.active {
    font-weight: 700;
}

.faq-title {
    font-weight: 600;
}

.faq-description {
    line-height: 28px;
}

.page .static-page {
    padding-block: 5rem;
    background-color: #FFF;
}

.page .static-page h1 {
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
}

.page .static-page p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;    
}

.page .static-page h5 {
    font-weight: 800;
}

.page .static-page ul li p span {
    font-weight: 700;
}

.layout-auth main {
    background-color: rgba(235, 238, 255, 1) !important;
}

.layout-auth .form-label {
    font-weight: 600;
}

.layout-auth .form-control-lg {
    padding: .75rem 1rem;
    font-size: 1rem;
}

.content .box {
    padding-block: 2rem;
    padding-inline: 3rem;
    background-color: #F4F7FE;
    border-radius: 10px;
    border: 1px solid #e7eff5;
}

.text-theme {
    color: var(--theme-color);
}

.bg-theme {
    background-color: var(--theme-color);
}

.order-badge {
    border-radius: var(--bs-border-radius) !important;
    font-weight: 600 !important;
    padding-inline: .5rem;
    padding-block: .15rem;
}

.order-status-unpaid {
    background-color: #f9f9f9;
    color: #ef4444;
}

.order-status-paid {
    background-color: #f9f9f9;
    color: #10b981;
}

.order-status-refunded {
    background-color: #f9f9f9;
    color: #8b5cf6;
}

.order-status-free-upgrade {
    background-color: #f9f9f9;
    color: #6b7280;
}

.content .card{
    border-width: 2px;
    background-color: #f5f7fe;
    border: none;
}

.content .card .card-body {
    padding: 2.5rem 2rem;
}

.ticket .card h4 {
    font-weight: 800;    
}

.ticket #message-container {
    max-height: 500px;
    overflow-y: auto;
}

.borderless-box {
    padding: 2.5rem 2rem;
    box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.08);
}