:root {
    color-scheme: dark;
    --sg-pink: #bf6374;
    --sg-dark: #2b303a;
    --sg-white: #bac5ce;
    --sg-blue: #5783ac;
    --sg-yellow: #e3cb8a;
    --sg-grey: #8ea1ae;
    --sg-green: #96b5af;
    --sg-comment: #646f76;
    /* 1 is lightest */
    --grey-1: #4d565d;
    --grey-2: #343d44;
    --grey-3: #2f3840;
    --grey-4: #1f2226;
    
    --gradient_first: #0d6efd;
    --gradient_second: #212529;

    --cs-bg: var(--grey-4);
    --cs-big: var(--sg-white);
    --cs-primary: var(--sg-white);
    --cs-txtbg: #0d0d0d45;
    --cs-btn: #387cbc;
    --cs-btnhover: #2d6396;
    --cs-white: #fff;
}

.container {
    padding: 0;
}

/* pricing */
.card-middle {
    margin-left: 2em;
    margin-right: 2em;
}
.price-area {
    margin-bottom: 2em;
}
.prices {
    color: var(--sg-dark);
}
.price_btn {
    margin-top: 2em;
}
/* language details */
.icon-row {
    display: block;
    color: var(--cs-primary);
}
.icon-block {
    display: inline;
    position: relative;
    margin: 5px;
}
.icon-desc {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
}

/* standard pages */
html {
    overflow-y: scroll;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-position: inside;
}

body {
    background-color: var(--cs-bg);
    color: var(--cs-primary);
    height: 100%;
    min-height: 100vh;
}


.hero_content h1,h3 {
    background-color: var(--cs-txtbg);
    display: inline-block;
    padding: 0.5em;
    border-radius: 0.125em;
}
h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--cs-big);
    padding: 10px 10px;
    margin: auto;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--cs-big);
    margin-top: 2em;
}

h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--cs-big);
    margin-top: 2em;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: var(--cs-primary);
}

.cp-20 {
    padding: 20px 0px;
}

.cm-20 {
    margin: 20px 0px;
}

/* header */
.header {

    background-color: var(--cs-bg);
}

.demovid {
    border: .5em solid var(--sg-grey);
    border-radius: .25em;
}

.navbar-brand {
    color: var(--cs-primary);
}
.navbar-brand:hover {
    color: var(--sg-blue);
}

.navbar-brand img {
    width: 50px;
}

.nav-link {
    color: var(--cs-primary);
    font-size: 16px;
    padding: 0;
    padding: 0px 15px !important;
}

.nav-link:hover {
    color: #8d8d8d;
}

.navbar-toggler{
    box-shadow: none;
    border-radius: 2px;
    background-color: var(--cs-btnhover);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0px 0px 4px 1px #ffffff9c;
}
.navbar-icon i{
    color: var(--cs-white);
    font-size: 20px;
}

/* header ends */

/* hero starts */
.hero {
    background: rgb(63, 99, 135);
    background: linear-gradient(to bottom right,
        var(--gradient_first), var(--gradient_second));
}
.cta_content {
    background: linear-gradient(to bottom right,
        var(--gradient_first), var(--gradient_second));
}

.hero .row {
    min-height: 768px;
    align-items: center;
}

.hero_content {}


.hero_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin: 20px auto;
}

.btn_custom {
    font-size: 16px;
    padding: 8px 15px;
    background-color: var(--cs-btn);
    border-radius: 0;
    border: 1px solid #000000;
    color: var(--cs-primary);
    text-transform: uppercase;
}

.btn_custom:hover {
    background-color: var(--cs-btnhover);
    color: var(--cs-white);
}

.new {
    color: var(--cs-primary);
    text-decoration: underline;
    transition: .2s all ease-in-out, .2s all ease-in-out;
}

.new:hover {

    color: var(--cs-btn);
}

.disp_image {

    /* margin-bottom: -142px; */

    /* width: 95%; */

    /* margin: 20px auto; */
}

.disp_image img {
    width: 100%;
}

.disp_des {

    background-color: var(--cs-bg);

    padding: 30px 40px;

    /* box-shadow: 0px 0px 15px 6px #ffffff0a; */

    border: 1px solid #ffffff1c;
}

.disp_des p {
    margin-bottom: 5px;
}

.owl-nav {
    display: none !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-dots.disabled {
    display: flex;
}

.owl-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    bottom: 122px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    background-color: #f2f2f2c5;
    margin: 5px;
}

.owl-dots .active span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    background-color: #666666;
}

.play-pause {
    background: none;
    box-shadow: none;
    border: none;
    position: absolute;
    right: 17%;
    bottom: -30px;
    z-index: 10;
}

.play-pause i {
    color: var(--cs-primary);
    font-size: 16px;
}

/* nav pills */
.disp_tab .nav-pills {
    justify-content: space-between;
}

.theme_tab li button {
    background-color: none;
    border: none;
    color: #fff;
    ;
}

.theme_tab {
    display: flex;
}

.version_tab {
    display: flex;
}

.disp_btn.active {
    background-color: #161616d5 !important;
}

.disp_btn {
    padding: 5px 8px !important;
    background-color: #0d0d0d !important;
    border-radius: 0px !important;
    font-size: 14px;
}

.disp_btn:hover {
    color: #fff !important;
}

/* hero ends */

/* feature starts */
.feature {
    margin-top: -144px;
    padding-top: 180px;
    background-color: var(--cs-bg);
}

.featcontent {
    padding: 30px;
}
.featcontent .container {
    background-color: var(--cs-bg);
}
    
.feature_content {
    padding: 30px;
    background-color: var(--cs-bg);
    color: var(--cs-primary);
    box-shadow: 0px 0px 1em 6px #ffffff2a;
}

.feature_title {

    margin-bottom: 30px;
}

.feature_title h2 {
    display: inline-block;

    background-color: #ffffff0a;

    padding: 10px;

    margin: auto;

    margin-bottom: 20px;

    border-radius: 5px;
}

.ft-box {
    text-align: center;
    margin: 20px;
    margin-bottom: 40px;
}

.ft-box h3 {
    margin-bottom: 20px;
}

/* .ft_des {
    display: flex;
    align-items: center;
} */

.ft_des img {
    width: 110px;
}

.ft_des p {
    text-align: left;
}

/* feature ends */

/* cta starts */
.cta_content {
    background-color: #896991;
    padding: 40px;
}

.cta_content h2 {
    margin-bottom: 20px;
}

.cta_box {
    background-color: var(--cs-txtbg);
    padding: 40px;
    border-radius: 10px;
    height: 285px;
}

.cta_des {
    display: flex;
    align-items: center;
    margin-bottom: 020px;
}

.cta_des img {
    width: 50px;
    margin-right: 20px;
}

.cta_btn {
    margin-top: 20px;
    text-align: center;
}

/* cta ends */

/* footer strats */
.footer {
    background-color: var(--cs-bg);
}
.footer_content {
    margin-top: 2em; 
}

.footer_content a {
    color: var(--cs-primary);
}

.footer_content p {
    padding: 7px 0px;
}

.footer_content p a {
    padding: 5px;
    background-color: var(--cs-btn);
    border-radius: 5px;
    transition: .2s all ease-in-out, .2s all ease-in-out;
}

.footer_content p a:hover {

    background-color: var(--cs-btnhover);
}
