* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "inter-light";
}

@font-face {
    font-family: "inter-light";
    src: url(../fonts/Inter_Light.ttf);
}

@font-face {
    font-family: "inter-regular";
    src: url(../fonts/Inter_Regular.ttf);
}

@font-face {
    font-family: "inter-medium";
    src: url(../fonts/Inter_Medium.ttf);
}

@font-face {
    font-family: "inter-semibold";
    src: url(../fonts/Inter_SemiBold.ttf);
}

@font-face {
    font-family: "inter-bold";
    src: url(../fonts/Inter_Bold.ttf);
}

@font-face {
    font-family: "inter-extrabold";
    src: url(../fonts/Inter_ExtraBold.ttf);
}

@font-face {
    font-family: "Clash Display";
    src: url(../fonts/ClashDisplay-Medium.otf);
}

@font-face {
    font-family: "kinetika-bold";
    src: url(../fonts/Kinetika-Bold.ttf);   
}

@font-face {
    font-family: "kinetika-regular";
    src: url(../fonts/Kinetika-Regular.ttf);   
}

a{
    text-decoration: none;
}

.top-nav {
    background-color: #563662;
}

.top-nav .container {
    justify-content: end !important;
}

.top-nav .container .navbar-brand {
    color: #fff;
    font-family: "inter-regular";
    font-size: 16px;
    margin-right: 30px;
}

.nav-item .btn{
    background: #563662;
    color: #fff !important;
    padding: 10px 26px !important;
}

.header-two {
    background: #fff;
}

.header-two .navbar-brand img {
    max-width: 200px;
}

.navbar-nav .nav-item .nav-link {
    color: #1d1c1c;
    font-family: "inter-regular";
    padding: 5px 12px;
}

.catogery {
    background: #563662;
    height: 40px;
}

.catogery .container {
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

.catogery ul {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.catogery ul li {
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
}

.catogery ul li:hover {
    background-color: #fff;
    color: #563662;
}

.banner{
    background: url(../images/banner.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
}

.banner .left a{
  color: #fff;
  border-bottom: 1.8px solid #fff;
  padding: 0px;
  width: max-content;
  font-size: 18px;
  display: block;
  font-family: "inter-regular";
}

.banner .left a i{
    display: inline-block;
    margin-left: 10px;
    transform: rotate(30deg);
}

.banner .left h1{
    color: #fff;
    font-size: 100px;
    font-family: "inter-bold";
    padding-top: 30px;
}

.banner .left p{
    color: #fff;
    font-size: 18px;
}

.search-container {
    display: flex;
    background: #ffff;
    padding: 5px 20px;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin: auto;
    border: 1px solid #DADADA;
    border-radius: 30px;
    /* overflow: hidden; */
}

.search-container input {
    flex-grow: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    outline: none;
}

.search-container .search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #f2718d;
    color: white;
    font-size: 20px;
    cursor: pointer; 
}

.banner .right {
    align-self: flex-end;
}

.blogs .large-blog .card, .small-blogs .card, .latest_blog_section .card{
  border: none;
}

.section_title{
    font-size: 48px;
    margin-bottom: 36px;
    font-family: "inter-regular";
    color: #2F0A4D;
}

.blogs .large-blog .card .card-body, .latest_blog_section .card .card-body{
    padding: 20px 0 0;
}

.blogs .large-blog .card h5{
    font-size: 36px;
    margin-bottom: 20px;
    font-family: "inter-regular";
    color: #000;
}

.blogs, .faq_section{
    padding: 70px 0;
}

.blog-category-text{
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    padding: 6px 12px;
    color: #797979;
    display: block;
    width: max-content;
}

.small-blogs .card h5{
    font-size: 28px;
    margin-bottom: 20px;
    font-family: "inter-regular";
    color: #000;
}

.small-blogs .card .card-text{
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}

.small-blogs .card .card-body{
    padding-top: 0;
}

.latest_blog_section{
    padding-bottom: 50px;
}

.latest_blog_section .card .card-title{
    font-size: 20px;
    margin-bottom: 12px;
    font-family: "inter-regular";
    color: #000;
}

.download_section{
    background: url(../images/download_bg.png) center center no-repeat;
    width: 100%;
    height: 350px;
    background-size: cover;
}

.download_section h6{
    padding: 4px 8px;
    color: #C33E63;
    background: #ffffff63;
    width: max-content;
    justify-self: center;
    font-family: "inter-regular";
    margin: auto;
}

.download_section h3{
    color: #C33E63;
    font-family: "inter-regular";
    font-size: 36px;
}

.download_section p{
    color: #121416;
    font-size: 18px;
    font-family: "inter-regular"; 
    margin-bottom: 15px;
}

.download_section a{
    padding: 12px 30px;
    border: 1px solid #7F7D85;
    background: #fff;
    color: #2F0A4D;
    display: block;
    font-family: "Clash Display";
    width: max-content;
    justify-self: center;
    margin: auto;
}

.faq_section .title{
    font-family: "kinetika-bold";
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #000;
}

.faq_section .accordion-header button{
    font-family: "kinetika-bold";
    font-size: 18px; 
}

footer{
    padding: 50px 0 0;
}

.footer_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

footer .footer-logo img{
    max-width: 300px;
}

footer .contact_btn a{
    background: #f2718d;
    border-radius: 12px;
    color: #fff;
    font-size: 17px;
    height: 55px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "inter-medium";
}

.footer-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0;
}

.footer-list ul{
    display: flex;
    align-items: center;
    padding: 0;
    list-style-type: none;
}

.footer-list ul li a{
   color: #000;
}

.footer-list ul li a img{
   width: 30px;    
}

.footer-list ul li:not(:last-child) a {
    margin-right: 20px;
}



/* * details page * */

.details_banner{
    background: url(../images/details_bg.png) center center no-repeat;
    width: 100%;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details_banner h1{
    color: #2F0A4D;
    font-size: 40px;
    font-family: "inter-semibold";
    text-transform: uppercase;
}

.details_banner p{
    color: #fff;
    font-size: 18px;
}

.details_banner p i{
    margin: 5px;
}

.details_banner p span{
    margin: 5px;
}

.main_section{
    padding: 70px 0;
}

.main-section{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.left-section {
    flex: 0 0 100px;
    min-width: 100px;
}

.left-section p{
    text-align: center;
    font-size: 14px;
}

.left-section .social-counts p{
    margin-bottom: 36px;
}

.right-section {
    flex: 1;
    min-width: 150px;
}

.center-section {
    flex: 3;
    min-width: 500px;
    padding-right: 50px;
}

/* .center-section p{
    margin-bottom: 40px;
    font-size: 17px;
}

.center-section h2{
    font-family: "inter-regular";
    font-size: 32px;
    margin-bottom: 20px;

}

.center-section p, .center-section ul li{
    color: #121416;
    line-height: 30px;
    font-family: "inter-regular";
} */
.quote {
    font-family: "inter-regular";
    position: relative;
    font-size: 40px;
    margin-bottom: 30px;
}

.quote::before {
    content: '"';
    font-size: 50px;
    position: absolute;
    left: -30px;
    top: -10px;
    color: #333;
}

/* .center-section ul li{
    list-style-type: decimal;
    margin-bottom: 20px;
}

.center-section h3{
    font-family: "inter-regular"; 
    font-size: 36px;
    margin-bottom: 30px; 
}

.center-section .content_faq p{
    margin-bottom: 20px;
}

.center-section .social_btns, .media_counts p{
    cursor: pointer;
} */

.center-section .social_btns .center_bottom{
    padding: 18px 0;
    text-align: center;
    border-bottom: 1px solid #E9ECEF;
}

.center-section .social_btns .fb{
    border-color: #3B5998;
}

.center-section .social_btns .twt{
    border-color: #00ACED;
}

.center-section .social_btns .pin{
    border-color: #CD2B32;
}

.center-section .social_btns p{
    font-size: 14px;
}

.center-section .social_btns p i{
    font-size: 18px;
    margin-right: 5px;
}

.center-section .social_btns .fb p{
    color: #3B5998;
}

.center-section .social_btns .twt p{
    color: #00ACED;
}

.center-section .social_btns .pin p i{
    color: #CD2B32;
}

.center-section .social_btns .center_bottom p{
    margin-bottom: 0;
}

.center-section .social_btns .btn_comments a{
    background-color: #E26386;
    color: #fff;
    width: 100%;
    height: 50px;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    letter-spacing: 2px;
    font-size: 14px;
}

.center_blogs {
    padding: 50px 0;
}

.center_blogs .card{
    border: none;
}

.center_blogs .card img{
    border-radius: 2px;
}

.center_blogs .card .card-body{
    padding: 10px 0;
}

.center_blogs .card .card-body .card-title{
    font-size: 18px;
    font-family: "inter-regular";
    color: #121416;
}

.center_blogs .card .card-body .card-text{
    font-family: "inter-regular";
    color: #6C757D;
    line-height: 22px;
    margin-bottom: 5px;
}

.center_blogs .card .card-body .date_time{
    font-family: "inter-regular";
    color: #121416b8;
    font-size: 12px;
    margin-bottom: 5px;
}

.right-section .social_icons h4{
    font-size: 20px;
    font-family: "inter-regular";
    margin-bottom: 24px;
}

.right-section .social_icons .icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-section .social_icons p{
    font-size: 14px;
    font-family: "inter-regular";
    text-align: center;
}

.right-section .social_icons p i{
    font-size: 17px;
    margin-bottom: 5px;
}

.right-section .subscribe-form h6{
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
    font-family: "inter-regular";
}

.subscribe-form input{
    border: 1px solid #CECECE;
    border-radius: 4px;
    height: 50px;
}

.subscribe-form button{
    background: #000;
    color: #fff;
    border: none;
    outline: none;
    height: 50px;
    letter-spacing: 2px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
}

.subscribe-form input,
.subscribe-form button {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

.subscribe-form {
   margin: 20px 0;
}

.subscribe-form h3 {
    margin-bottom: 10px;
}

.subscribe-form .checkbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.subscribe-form .checkbox label {
    font-size: 14px;
    margin-left: 14px;
    color: #A9A9A9;
}

.subscribe-form .checkbox input[type="checkbox"] {
    width: 20px;
    margin-top: 0;
    border-color: #121416;
}

.right-section .latest_section_blog{
    margin-top: 40px;
}

.right-section .latest_section_blog h4{
    font-size: 20px;
    font-family: "inter-regular";
    margin-bottom: 24px;
}

.right-section .latest_section_blog .small_latest_blog{
    background: url(../images/latest_blog_bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20px;
    margin-bottom: 12px;
}

.right-section .latest_section_blog .small_latest_blog p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 34px;
}

.right-section .latest_section_blog .small_latest_blog p:nth-child(2){
    color: #ffffffbd;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonials_section .testimonials{
    background: url(../images/bg-testimonial.svg) no-repeat top;
    background-size: 1200px 200px;
    width: 100%;
}

.testimonials_section .testimonials h3{
    font-family: "kinetika-bold";
    font-size: 36px;
    margin-bottom: 20px;
}

.testimonials_section .testimonials p{
    font-family: "kinetika-regular";
    font-size: 20px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
}

.testimonials_section .testimonials a{
    display: flex;
    background-color: #E26386;
    color: #fff;
    width: max-content;
    height: 50px;
    padding: 20px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin: auto;
    font-family: "inter-regular";
}

.pb-less{
    padding-bottom: 20px !important;
}

.small_latest_without-bg-blog p{
    color: #121416;
    margin-bottom: 10px;
    padding: 10px;
}

.small_latest_without-bg-blog .date_time{
    font-size: 14px;
}

.small-blogs .rounded-start{
    max-height: 200px;
    border-radius: 10px;
}

.blogs .card .card-body .card-title a, .latest_blog_section .card .card-body .card-title a{
    font-size: 36px;
    margin-bottom: 20px;
    font-family: "inter-regular";
    color: #000;
}

.latest_blog_section .card .card-body .card-title a{
    font-size: 23px;
    margin-bottom: 12px;
}

.blogs .card .card-body .card-title a:hover,
.latest_blog_section .card .card-body .card-title a:hover,
.center_blogs .latest-parent:hover .card-title,
.latest_section_blog .small_latest_blog:hover .blog-title,
.latest_section_blog .small_latest_without-bg-blog:hover .blog-title{
    color: #424242;
    text-decoration: underline;
}

.small-blogs .card-body .card-title a{
    font-size: 23px !important;
}



