
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-Regular.eot');
    src: local('IvyMode Regular'), local('IvyMode-Regular'),
        url('../fonts/IvyMode-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-Regular.woff2') format('woff2'),
        url('../fonts/IvyMode-Regular.woff') format('woff'),
        url('../fonts/IvyMode-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-LightItalic.eot');
    src: local('IvyMode Light Italic'), local('IvyMode-LightItalic'),
        url('../fonts/IvyMode-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-LightItalic.woff2') format('woff2'),
        url('../fonts/IvyMode-LightItalic.woff') format('woff'),
        url('../fonts/IvyMode-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-SemiBoldItalic.eot');
    src: local('IvyMode SemiBold Italic'), local('IvyMode-SemiBoldItalic'),
        url('../fonts/IvyMode-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/IvyMode-SemiBoldItalic.woff') format('woff'),
        url('../fonts/IvyMode-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-ThinItalic.eot');
    src: local('IvyMode Thin Italic'), local('IvyMode-ThinItalic'),
        url('../fonts/IvyMode-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-ThinItalic.woff2') format('woff2'),
        url('../fonts/IvyMode-ThinItalic.woff') format('woff'),
        url('../fonts/IvyMode-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-Italic.eot');
    src: local('IvyMode Italic'), local('IvyMode-Italic'),
        url('../fonts/IvyMode-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-Italic.woff2') format('woff2'),
        url('../fonts/IvyMode-Italic.woff') format('woff'),
        url('../fonts/IvyMode-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-BoldItalic.eot');
    src: local('IvyMode Bold Italic'), local('IvyMode-BoldItalic'),
        url('../fonts/IvyMode-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-BoldItalic.woff2') format('woff2'),
        url('../fonts/IvyMode-BoldItalic.woff') format('woff'),
        url('../fonts/IvyMode-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-Bold.eot');
    src: local('IvyMode Bold'), local('IvyMode-Bold'),
        url('../fonts/IvyMode-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-Bold.woff2') format('woff2'),
        url('../fonts/IvyMode-Bold.woff') format('woff'),
        url('../fonts/IvyMode-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-Light.eot');
    src: local('IvyMode Light'), local('IvyMode-Light'),
        url('../fonts/IvyMode-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-Light.woff2') format('woff2'),
        url('../fonts/IvyMode-Light.woff') format('woff'),
        url('../fonts/IvyMode-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-Thin.eot');
    src: local('IvyMode Thin'), local('IvyMode-Thin'),
        url('../fonts/IvyMode-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-Thin.woff2') format('woff2'),
        url('../fonts/IvyMode-Thin.woff') format('woff'),
        url('../fonts/IvyMode-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-SemiBold.eot');
    src: local('IvyMode SemiBold'), local('IvyMode-SemiBold'),
        url('../fonts/IvyMode-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-SemiBold.woff2') format('woff2'),
        url('../fonts/IvyMode-SemiBold.woff') format('woff'),
        url('../fonts/IvyMode-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'IvyPresto';
    src: url(https://fastly-cloud.typenetwork.com/catalog/fonts/21474/21474-pangram.woff2);
    /* src: url(https://fastly-cloud.typenetwork.com/catalog/fonts/21480/21480-pangram.woff2) */
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
:root{
    --background-color: #FFFFFF;
    --heading-text-color: #000000;
    --light-gray-text-color:#333333;
    --header-btn-color:#313131;
    --monthly-background-color:#3B3B3B;
    --monthly-border-color:#BEBEBE;
    --yearly-text-color:#666666;
    --card-background-color:#FCFCFC;
    --cord-border-color:#00000026;
    --news-chanal-round-color:#D0D0D0;
    --btn-color:#E51E24;
    --card-background-color:#FFF2F2;
    --network-round-boder-color:#FCEDED;
    --pricing-section-color:#FAFAFA;
    --font-roboto: "Montserrat", sans-serif;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo{
    margin-right: 10px;
}
.header-logo{
    margin-right: 70px;
}

.logo-world{
    font-size: 27px;
    font-weight: bolder;
    font-family: var(--font-roboto);
    line-height: 20px;
}

.logo-world-2{
    font-size: 10px;
    padding-left: 45px;
    font-weight:bolder;
    font-family: var(--font-roboto);
    line-height: 9px;
}

.logo img {
    height: 40px;
}

.nav-links {
    list-style: none;
}

.nav-links li {
    margin: 0 15px;

}

.nav-links a:hover {
    text-decoration: none;
}
.nav-links a {
    padding: 8px 0 !important;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}



.nav-links a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    bottom: 5px;
    background-color: red;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.nav-links a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.nav-links li:hover::after {
    display: block;
}

.cta-button button {
    padding: 10px 20px;
    background-color: #313131;
    color: #fff;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    margin-left: 25px;
}

.cta-button button:hover {
    background-color: #555;
}

.news-api-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    background: #009AC9;
}


.card {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 450px;
    width: 100%;
}

.card-image img {
    width: 150px;
    height: auto;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    flex-grow: 1;
}

.card-content h2 {
    font-size: 1.25em;
    margin: 0;
    margin-bottom: 10px;
}

.card-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #555;
    font-size: 0.9em;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-footer .time {
    color: #999;
    font-size: 0.8em;
}

.actions a {
    margin-left: 10px;
}

.actions img {
    width: 20px;
    height: auto;
}

.content {
    flex: 1;
    /* max-width: 500px; */
    /* margin: 20px; */
    text-align: left;
}

.content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #FAFAFA;
    font-family: 'IvyMode', sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.content p {
    font-size: 1.5em;
    margin-bottom: 20px;
    line-height: 37px;
    font-weight: 100;
    color: #FFFFFF;
}
.content button {
    padding: 15px 25px;
    background-color:#000000;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
}

.news-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0;
}

.news-card {
    /* background-color: #fff; */
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    margin: 10px;
    overflow: hidden;
    width: 500px;
    /* transition: transform 0.3s; */
}

.img-2{
    height: 350px;
    margin-top: 15px;
}

.img-2 img{
    height: 100%;
}

.img-3{
    width: 270px;
}

.img-3 img{
    width: 100%;
}
.news-card img {
    width: 100%;
    height: auto;
}

.news-info {
    padding: 15px;
}

.news-info h3 {
    font-size: 1em;
    margin: 10px 0;
}

.news-info p {
    font-size: 0.8em;
    color: #666;
    margin: 5px 0;
}
/* hero section end here  */


/* features-section start here  */

.features-section {
    /* text-align: center; */
    padding: 50px 0;
    background-color: #fff;
}

.features {
    margin-bottom: 50px;
}

.feature {
    text-align: center;
}

.feature i{
    border: 1px solid pink;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: pink;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
}

.feature img {
    height: 50px;
    margin-bottom: 20px;
}

.feature h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-family: 'IvyMode', sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
}

.feature p {
    font-size: 1em;
    color: #666;
    line-height: 25px;
    text-align: left;
}

/* .sources {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
} */

.sources h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.sources p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #666;
}

.sources-text{
    /* margin-left: 85px; */
}

.soursces-logo-btn {
    height: 40px;
    border: none;
    border-radius: 17px;
    padding: 0 15px;
}

.logos {
    align-items: center;
}

.logos img {
    margin: 10px 10px 0 0;
    height: 40px;
    width: auto;
}

.integration-section{
    background-color: var(--background-color);
}
.header{
    /* margin-left: 100px; */
}

.header h1 {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
}

.header p {
    font-size: 1em;
    margin: 5px 0 0 0;
    font-weight: 500;
    color: #706d6d;
}

.code-block-section{
    padding: 20px 0;
}


.description {
    width: 39%;
    padding: 30px;
    background-color: #F4F4F4;
    border-right: 1px solid #ddd;
}
.description p{
    font-size: 20px;
    line-height: 35px;
    padding: 5px;
}

.code-block {
    width: 61%;
    padding: 20px;
    background-color: #333;
    color: #fff;
}

.code-block pre {
    margin: 0;
    color: #fff;
}

.code-block code {
    font-family: 'Courier New', Courier, monospace;
}

.trusted-section {
    padding: 50px 0;
    background-color: #fff;
}

.trusted-section h2 {
    font-size: 1.5em;
    margin: 10px 0 30px 0;
    font-weight: bold;
}

.trusted-logos {
    /* justify-content: center; */
}

.trusted-logos img {
    margin: 0 25px;
    height: 45px;
}


/* code section end here  */

/* pricing section start here  */

.pricing-head-text {
    margin-left: 0;
    padding-top: 50px;
}

.pricing-head-text h1{
    font-weight: bold;
}
.pricing-head-text p{
    color: #898282e5;
}

.pricing-section {
    text-align: center;
    padding: 50px 0;
    width: 100%;
}

.pricing-section h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.pricing-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.toggle-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.toggle-border{
    border: 1px solid #BEBEBE;
    border-radius: 5px;
}

.toggle-button {
    /* padding: 10px 20px; */
    margin: 1px;
    width: 48.2%;
    height: 97.4%;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
}

.toggle-button.active {
    background-color: #333;
    color: #fff;
}

.pricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pricing-card {
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
    -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
    box-shadow: 0px 3px 8px rgb(100,100,100);
    margin: 20px;
    padding: 20px;
    width: 250px;
    transition: transform 0.3s;
}

.pricing-card.active {

}

.pricing-card:hover{
    transform: translateY(-5px);
    border: 2px solid #009AC9;
    transform: scale(1.1);
}

.pricing-card h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.pricing-card h3 {
    font-size: 2em;
    margin-bottom: 10px;
}

.pricing-card h3 span {
    font-size: 0.5em;
    color: #666;
}

.pricing-card p {
    font-size: 1em;
    margin-bottom: 20px;
}

.register-button {
    padding: 10px 50px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.pricing-card ul li {
    font-size: 13px;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
    color: #666;
}

.pricing-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    padding: 2px;
    background-image: url(/images/check.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 19px auto;
}


/* pricing section start here  */

/* footer section start here  */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

footer {
    background: #1F1F1F;
    color: #fff;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px 0;
}

.footer-section h4 {
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.newsletter input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.newsletter button {
    padding: 10px 20px;
    border: none;
    background-color: #ff6600;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto 0 auto;
    padding: 10px;
    border-top: 1px solid #333;
}

.footer-bottom .social-icons {
    display: flex;
    justify-content: space-around;
    flex: 1;
    min-width: 200px;
    margin: 10px 0;
}

.footer-bottom .social-icons a {
    margin: 0 10px;
}

.footer-bottom p {
    margin: 0;
}

/* footer section start here  */

div {
    display: block;
    unicode-bidi: isolate;
}

.footer {
    /* background-color: #0e171f; */
    color: #fff;
    padding-top: 70px;
}

.mt-5 {
    margin-top: 3rem !important;
}

.container-xl {
    max-width: 1260px;
}

.container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-right: calc(var(--bs-gutter-x)* .5);
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)* -.5);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-top: calc(var(--bs-gutter-y)* -1);
}

.footer .border-right {
    border-right: 0 !important;
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-right: calc(var(--bs-gutter-x)* .5);
    width: 100%;
}

.footer .h5, .footer h5 {
    font-size: 1.125rem;
    font-weight: 900;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}

h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.footer .nav-link {
    color: #fff;
    color: #9b9b9b;
    font-size: 1rem;
    font-weight: 400;
    line-height: 40px;
    padding: 0;
}

.nav-link {
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

a {
    text-decoration: none;
}

/* a {
    color: var(--bs-link-color);
    text-decoration: underline;
} */

/* a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
} */

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}


.footer .news-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl, ol, ul {
    margin-bottom: 1rem;
    margin-top: 0;
}

/* ol, ul {
    padding-left: 2rem;
} */


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /* padding-inline-start: 40px; */
    unicode-bidi: isolate;
}

.footer .news-category-list>li {
    padding: 0;
}


li {
    display: list-item;
    unicode-bidi: isolate;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.footer-middle {
    margin-top: 40px;
}

.footer-middle>.row {
    align-items: center;
}

.subscribe-box {
    margin-bottom: 40px;
}

form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}

.main-search-inner {
    display: none;
    max-width: 310px;
    position: relative;
}

.main-search-inner .form-control {
    width: 100%;
}

.subscribe-box .form-control {
    font-size: .75rem;
}

.main-search-inner .form-control {
    border: 1px solid #a2a2a2;
    border-radius: 0;
    color: var(--dark);
    font-family: Montserrat, sans-serif;
    min-height: 36px;
    padding-right: 54px;
    transition: all .3s ease;
    width: 100%;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

input[type="email" i] {
    padding-block: 1px;
    padding-inline: 2px;
}

input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
}

input {

    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding-block: 1px;
    padding-inline: 2px;
}

.subscribe-box .main-search-inner .btn-search {

    background-size: 17px 13px;
    height: 43px;
}

.main-search-inner .btn-search {

    height: 44px;
    overflow: hidden;
    position: absolute;
    right: 0;
    /* text-indent: -99999px; */
    top: -3px;
    width: 44px;
}


[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.btn {
    --bs-btn-padding-x: 0.1rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),0.5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button {
    border: none;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button {
    appearance: auto;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

.mt-2 {
    margin-top: .5rem !important;
}


.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.social-media {
    display: flex;
    gap: 30px;
}

.social-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 24px;
    overflow: hidden;
    /* text-indent: -99999px; */
    width: 24px;
    color: #FFFFFF;
    font-size: 23px;
}

.footer .copyright {
    border-top: 1px solid #6f6f6f;
    color: #909090;
    font-size: .813rem;
    font-weight: 400;
    margin-top: 35px;
    padding: 35px 0;
    text-align: center;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1024px) {
    .footer .border-right {
        border-right: .3px solid #2f2f2f !important;
    }

    .footer-middle {
        margin-top: 90px;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
}
@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 33%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }
    /* .order-md-1 {
        order: 1 !important;
    } */
    .order-md-4 {
        order: 4 !important;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .subscribe-box {
        align-items: center;
        display: flex;
        gap: 20px;
        margin-bottom: 0;
    }
    .main-search {
        margin-right: 32px;
    }

    .main-search-inner {
        display: block;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .footer .copyright {
        margin-top: 60px;
    }
}



@media (max-width: 768px) {
    .footer-container, .footer-bottom {
        flex-direction: column;
        align-items: center;
    }

    .footer-section, .footer-bottom .social-icons {
        text-align: center;
    }
}

.nav-footer {
    display: block;
    width: 100%;
    min-width: 400px;
    overflow: auto;
}
.nav-footer .nav-item {
    width: auto;
    margin-right: 10px;
    display: inline-block;
}
@media (max-width: 992px) {
    .cta-button button {
        margin-left: 0;
        padding: 5px 10px;
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .nav-footer {
        display: none;
    }
}
.news-cards .img-2 {
    margin-top: 0;
}
.news-cards .img-3 {
    margin-top: -55px;
}
@media (max-width: 950px) {
    .news-cards .img-3 {
        margin-top: -10px;
        height: 200px;
    }
    .news-cards .img-2 {
        height: 200px;
    }
}
@media (max-width: 769px) {
    .news-api-section {
        height: 1300px;
        position: relative;
        overflow: hidden;
    }
    .news-api-section .row {
        display: block;
    }
    .news-api-section .content button {
        top: 550px !important;
    }
    .news-api-section .content p,
    .news-api-section .content button {
        position: absolute;
        top: 450px;
    }
    .news-api-section .content h1
    {
        position: absolute;
        top: -500px;
        width: 100%;
    }
    .news-api-section .news-cards {
        width: 500px;
        position: absolute;
        top: -220px;
        left: -20%;
    }
    .news-cards .img-2 {
        position: relative;
        left: -50px;
        top: -25px;
        height: 500px;
    }
    .news-cards .img-3 {
        position: absolute;
        right: -80px;
        top: 170px;
    }
}
.container-xl {
    padding-right: 25px;
    padding-left: 25px;
}
@media (max-width: 800px) {
    .code-block-section .description,
    .code-block-section .code-block {
        width: 100% !important;
    }
    .code-block-section .d-flex {
        display: block !important;
    }
}
.swiper-pagination-bullet-active
{
    background-color: #E51E24 !important;
}
.pricing-section {
    background-color: #FAFAFA;
}
.pricing-section p {
    font-weight: 300;
}
.pricing-section h2 {
    font-weight: bold;
}
.toggle-border {
    width: 270px;
    height: 67px;
}
.pricing-cards {
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
}
.pricing-card {
    width: 320px;
    margin: 0;
    box-shadow: 0px 3px 8px rgba(100, 100, 100, 0.29);
    border: 1px solid transparent;
    padding: 30px;
}
.pricing-card:nth-child(2) {
    border: 2px solid #009AC9;
    transform: scale(1.25);
}
.pricing-card span {
    font-weight: 200;
}
.pricing-card b {
    font-weight: 600;
}
.text-bold {
    font-weight: 600;
}
.pricing-card.active .register-button,
.pricing-card:hover .register-button {
    opacity: 1;
}
.pricing-card .register-button {
    width: 100%;
    opacity: 0.75;
}
.social-icon {
    height: 44px;
}

