* {
    font-family: Helvetica, sans-serif;
}
/* Dashboard Buttons Login and create */
.login-button {
    border-radius: 9px;
    background-color: white;
    padding: 5px 10px;
}

.create-button {
    border-radius: 9px;
    background-color: #4242fc;
}

.large-button-create {
    border-radius: 9px;
    background-color: #4242fc;
}

.webhooks-99 {
    background-image: linear-gradient(90deg, #367ee2, #14e7ee);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-item-hover:hover {
    border-radius: 9px;
    background-color: #f0f0f1;
}

.feature-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* border-top-left-radius: 1em 5em; */
    /* object-position: bottom; */
}

.zoom-img {
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgb(216, 215, 215);
}

.zoom-img:hover {
    height: auto;
    overflow: hidden;
    border-radius: 16px;

    border: 1px solid rgb(0, 0, 0);
}

.zoom-img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.zoom-img img:hover {
    transform: scale(1.05);
}

.marquee-container {
    width: 100%;
    background-color: #0080ff;
    padding: 15px 0;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;

    /* animation: infinite; */
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-item {
    flex: 0 0 auto;
    padding: 0 20px;
    font-size: 1.2rem;
    color: #495057;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* .zoom-img{
  width: 350px;
} */

.image {
    float: left;
    width: 100vw;
    height: 205px;
    object-fit: cover;
    object-position: center;
}

.circle-icon {
    background-color: #b2cdaf;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 7px;
}

.circle {
    background-color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 7px;
}

.content p {
    font-size: 18px;
    color: #000000;
}
.content-size{
     font-size: 18px;
}

.content p img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.content ul,
.content ol {
    padding-left: 2rem;
}

.dropdown-toggle:hover::after {
    transform: rotate(-180deg);
}

.dropdown-menu-heading {
    color: #283338;
    font-size: 14px;
    font-weight: normal;
}
.dropdown-menu-sub-heading {
    color: #757575;
    font-size: 12px;
}
.apps-list {
    /* margin-top: 12px; */
    background: #f8f8f9;
    padding: 10px;
    padding-bottom: 15px;

    /* border-radius: 30px; */
}

.apps-list a {
    padding-right: 70px;
    padding-left: 10px;
    /* padding: 5px; */
    /* padding-top: 110px; */
    padding-bottom: 10px;
}

.apps-list a:hover {
    padding-right: 70px;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #e8476929;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/* .as{
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 9px;
    display: flex
;
  } */

@media only screen and (max-width: 830px) {
    .image {
        float: left;
        width: 300px;
        height: 375px;
        object-fit: cover;
        object-position: center;
    }

}

@media only screen and (max-width: 530px) {
    .image {
        float: left;
        width: 300px;
        height: 195px;
        object-fit: cover;
        object-position: center;
    }

}



@media screen and (min-device-width: 300px) and (max-device-width: 530px) {
    .feature-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}
@media screen and (min-device-width: 530px) and (max-device-width: 730px) {
    .feature-image {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media screen and (min-device-width: 300px) and (max-device-width: 990px) {
    .feature-image {
        border-top-left-radius: 25px;
        border-bottom-right-radius: 0px !important;
    }
}

/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* ************************Apppd******************** */

.ggg {
    background-color: #0080ff;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
    grid-auto-columns: minmax(50px, auto);
}

@media screen and (min-width: 769px) {
    /* STYLES HERE */
}



@media only screen and (max-device-width: 480px) {
    .content p {
        font-size: 16px;
        line-height: 165%;
    }
}

.commerce-section {
    margin-top: 75px;
}

/* Guide */

.support-text {
    color: #e84769;
    font-size: 16px !important;
    cursor: pointer;
    margin-top: 3px;
    font-weight: 800;
}

.supportBox ul {
    list-style: none;
}
.support-index {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    margin-bottom: 10px;
}

.support-items {
    font-weight: bold;
    font-size: 16px;
    /* display: inline-block; */
    text-decoration: none;
    /* position: relative; */
    min-height: 18px;
    /* width: 90%; */
    color: #222222;
    align-items: center;
}
.support-items:hover {
    font-weight: bold;
    font-size: 16px;
    /* display: inline-block; */
    text-decoration: none;
    /* position: relative; */
    /* min-height: 18px; */
    /* width: 90%; */
    color: #e84769;
    align-items: center;
}
.icon {
    font-size: 30px;
}
.supportBox ul,
.supportBox li {
    padding-left: 0rem;
}

.collapse-text {
    color: #212121;
    text-decoration: none;
}

.collapse-text:hover {
    color: #e84769;
    text-decoration: none;
}

hr {
    margin: 0px;
}

.breadcrumb li a {
    color: #e84769;
}
.sub_category_text {
    color: #e84769;
}
.sub_category_capitalize {
    text-transform: capitalize;
}

.sub_category {
    text-decoration: none;
}
.category_information {
    font-size: 16px;
    color: #34495e;
    margin-left: 30px;
}
.sub_category_title {
    font-size: 16px;
    /* line-height: 24px !important; */
    color: #e84769;
    font-weight: 800;
}

.introduction {
    font-size: 18px;
    line-height: 32px;
    color: rgba(34, 34, 34, 0.6) !important;
}

.title {
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -0.015em;
    color: #222222;
    margin-top: 0 !important;
}
.list-group-item-li a {
    color: #e84769;
    text-decoration: none;
}
.guide-sub-title p{
    font-size: 18px !important;
    color: rgba(34, 34, 34, 0.6) !important;
    margin-bottom: 20px !important;
    width: 100%;
    height: auto;
}

.guide-sub-title p img{
    width: 100%;
    height: auto;
}

.list-h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #222222 !important;
    /* padding-top: 28px !important; */
    /* border-top: 1px solid rgba(0, 54, 88, 0.08); */
    padding-bottom: 5px !important;
}
.ri-add-circle-fill {
    color: #e84769;
}

.sub_guides {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 32px !important;
    margin-top: 44px !important;
}

.sub_guides_link {
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #e84769;
}

.sub_guides_introduction {
    box-sizing: border-box;
    font-size: 17px;
    line-height: 22px;
    color: rgba(34, 34, 34, 0.8);
    margin-top: 8px;
}

.feature_article_title {
    font-weight: 700 !important;
    padding-top: 24px !important;
    font-size: 25px !important;
    color: #222222;
}

.form-select {
    font-weight: 800;
    background-color: #f1f0f0;
    border: 2px solid #cecece !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.form-select:hover {
    font-weight: 800;
    background-color: #f1f0f0;
    border: 2px solid #e84769 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* .form-control,.form-select:hover{
    background-color: aqua;
} */

/* .form-select option:hover {
    background-color: #f6f6f4;
    border: 2px solid red !important;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: whitesmoke !important;
    background: #bf5279 !important;
} */
/*
.form-select option:focus {
    background-color: #198754;
    color: #fff;
}

.form-select option:active {
    background-color: #198754;
    color: #fff;
} */

/* option:hover{
    background-color: #14e7ee !important;
}

.ghafoor:hover {
    transform: rotate(90deg);
} */

.press {
    text-decoration: none;
}

.press h3 {
    color: #000000;
}

.press p {
    color: #545454;
}

.press-div {
    padding: 15px;
}

.press-div:hover {
    background-color: #eee;
    text-decoration: dotted;
    padding: 15px;
}

.press-div a:hover {
    text-decoration: underline;
    color: black;
}

.footer-btn a{
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.height{
    min-height: 100vh;
}

.footer-link{
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.footer-link:hover{
    text-decoration: underline;
}

/* contact-us */



/*  */

.jumbotron {
    margin-top: 30px;
    background: #ede7e8a1;
    color: #FFF;
    border-radius: 0px;

    }
    .jumbotron-sm { padding-top: 24px;
    padding-bottom: 24px; }
    .jumbotron small {
    color: #FFF;
    }
    .h1 small {
    font-size: 24px;
    }
