@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}

.background-black {
    background-color: black;
}

section.black {
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 100;
}
.viewport-header {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #2f2f2f;
    position: relative;
    overflow-x: hidden !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.black {
    background-color: black;
}

p {
    font-size: 19px;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    color: #4f4f4f;
    line-height: 1.3;
}

h1.main-title {
    font-size: 2.8rem;
}

a {
    text-decoration: none;
    transition: all 0.2s;
    color: #f0493e;
}

img {
    max-width: 100%;
}

a:hover {
    color: #f0493e;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* h1,
.banner-title {
    font-size: 55px !important;
} */

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.f-color {
    color: #f0493e;
}

h5.subtitle {
    font-size: 16px;
    font-weight: 400;
}

.no-padding {
    padding: 0;
}

.flaticon {
    display: inline;
}

.mb30 {
    margin-bottom: 30px;
}

.section-padding {
    padding: 90px 0px;
}

.section-heading {
    text-align: center;
    width: 70%;
    margin: 0 auto 60px;
}

.section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.section-title span {
    color: #f0493e;
}

.section {
    padding: 100px 0px;
}

.line {
    width: 50px;
    background: #f0493e;
    height: 1px;
    margin: 10px auto;
}

/*---------- BUTTONS ----------*/
.hs-button {
    font-size: 1rem;
    display: inline-block;
    padding: 15px 45px 15px 45px;
    text-transform: uppercase;
    border: 0px solid transparent;
    transition: all 0.2s;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
}

.btn:focus,
.btn:active,
.btn:active:focus,
.hs-button {
    outline: none;
    box-shadow: none;
}

.btn-hero,
.btn-white:hover {
    color: #fff !important;
    background: #343a40;
}

.btn-hero:focus {
    color: #fff !important;
}

.btn-black,
.btn-hero:hover {
    background-color: black;
    color: #fff !important;
}

.btn-black:hover {
    color: #fff;
    background: #f0493e;
}

.btn-black:focus {
    color: #fff;
}

.btn-white {
    background-color: rgba(255, 255, 255, 0.95);
    color: rgba(0, 0, 0, 0.85);
    border-color: rgba(255, 255, 255, 0.12);
}

.btn-white:focus {
    color: #2f2f2f;
}

.btn-white:active {
    color: #fff;
}

.btn-trans-black {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.85);
}

.btn-trans-black:hover {
    color: black;
    background-color: #2f2f2f;
}

.btn-trans-white {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.95);
}

.btn-trans-white:hover {
    background-color: rgba(255, 255, 255, 0.95);
    color: rgba(0, 0, 0, 0.85);
    border-color: rgba(255, 255, 255, 0.12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.12);
}

.btn-rounded {
    border-radius: 2px;
}

.btn-circled {
    border-radius: 40px;
    font-weight: bold;
}

.btn-trans-black:hover {
    background: #f0493e !important;
}

/*---------- COLORS ----------*/
/*-- Background Colors --*/
.bg-grey {
    background-color: #2f2f2f;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-black {
    background-color: #2f2f2f;
    border-radius: 15px;
    padding: 40px 15px 40px 15px;
}
.bg-dark {
    background-color: rgba(0, 0, 0, 0.96);
}

.bg-purple {
    background-color: rgba(33, 25, 156, 0.2);
    border: 2px solid #2f2f2f;
}

.bg-feature {
    background-color: #f0493e;
}

.bg-primary {
    background-color: #0db8ca;
}

.bg-gray {
    background-color: #f2f4ec;
}

.bg-white {
    background-color: #fff;
}

.d-table {
    width: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

/* .overlay {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
} */

.brown-overlay {
    background: #222955;
    opacity: 0.97;
}

.feature-overlay {
    background: #f0493e;
    opacity: 0.97;
}

.gr-overlay {
    background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
    opacity: 0.87;
}

/* ========================

==============================*/
.heading {
    margin-bottom: 40px;
}

.heading h3 {
    margin-bottom: 10px;
    font-weight: 600;
}

/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/

@media (min-width: 1073px) {
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.site-navigation,
.trans-navigation {
    padding: 20px 0px;
}

.site-navigation .navbar-nav a,
.trans-navigation .navbar-nav a {
    text-transform: uppercase;
    font-size: 14px;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
    color: red;
}

.header-white {
    position: fixed;
    top: 0px;
    background: #202020;
    z-index: 100;
    width: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
    color: #2f2f2f !important;
}

.nav-item:hover {
    color: #f0493e;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
    padding: 10px;
}

/* .navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
    padding-right: 0px;
} */

.site-navigation,
.trans-navigation {
    transition: all 0.5s ease 0s;
}

.navbar-brand {
    padding-top: 0px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 0;
}

.navbar-brand span {
    font-weight: 600;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    color: #2f2f2f;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    font-size: 17px;
}

.nav-link:hover {
    color: #f0493e !important;
}

.trans-navigation {
    background: white !important;
    border-bottom: 1px solid black;
}

.trans-navigation.header-white {
    background: white !important;
    border-bottom: 1px solid black;
}

.trans-navigation.header-white .navbar-nav a.active {
    color: #f0493e;
}

.navbar-brand img.b-logo {
    width: 185px;
}

@media (max-width: 1294px) {
    .logotype {
        display: none;
    }
}

.trans-navigation.header-white .btn-white {
    background: #f0493e;
    color: #fff;
}

/* ===============================
 DROPDOWN MENU
================================*/

.nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .dropdown-menu {
        width: 100%;
    }

    .menu-right {
        padding-left: 40px;
        padding-top: 20px;
    }
}

/* @media (min-width:993px) {
    .dropdown-menu {
        width: 600px;
    }
} */

@media (min-width: 768px) {
    .menu-left {
        border-right: 1px solid grey;
    }
}

/* .navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 0px;
} */

.nav-item.dropdown .dropdown-menu {
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
}

/* .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
} */

.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #f0493e;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    opacity: 0;
}

.dropdown-menu.show {
    -webkit-animation: 0.2s forwards b;
    animation: 0.2s forwards b;
}

.dropdown-menu {
    left: -100px;
}
@-webkit-keyframes b {
    to {
        opacity: 1;
    }
}

@keyframes b {
    to {
        opacity: 1;
    }
}

.dropdown-item {
    font-size: 0.6875rem;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: background-color 0.1s;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .dropdown-item {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    h1.banner-title {
        font-size: 3.5rem;
    }
}

.dropdown-item + .dropdown-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-none {
    border-top: 0px !important;
}

.p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.m-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

img.largeimg {
    width: 100%;
}

.banner-content .banner-title {
    color: #fff;
    font-weight: 700;
}

.banner-content .subtitle {
    color: #fff;
    background: #f0493e;
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.subtitle {
    color: #f0493e;
}

.banner-content p {
    /* margin: 20px 0px; */
    color: #2f2f2f;
    font-size: 18px;
}

/* .banner-content .btn {
    margin-right: 12px;
} */

.btn-sm {
    padding: 10px 30px;
}

.banner-1 {
    background: url("../images/banner/bg-2.jpg");
    background-size: cover;
    position: relative;
}

.banner-2 {
    /* background-color: #2f2f2f; */
    background-size: cover;
    position: relative;
}

.banner-3 {
    background: url("../images/banner/banner-bg.jpg");
    background-size: cover;
    position: relative;
}

.section-heading h2 {
    margin-bottom: 20px;
    font-weight: 400;
}

/* =======================================
INner Pages
=========================================*/
#page-banner {
    position: relative;
    padding: 60px 0px 80px;
}

.page-banner-area {
    background: url("../images/banner/1.jpg") no-repeat 50% 50%;
    background-size: cover;
}

/*-------------------- ------------
 INTRO SECTION
-----------------------------*/
#intro {
    padding-bottom: 0px;
}

.intro-img {
    margin-top: 45px;
}

#intro .section-heading p {
    color: #2f2f2f;
    font-size: 30px;
    line-height: 40px;
}

.intro-box {
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}

.intro-box h4:before {
    position: absolute;
    left: 0px;
    top: 17px;
    content: "";
    bottom: 0px;
    background: #2f2f2f;
    width: 50px;
    height: 2px;
}

.intro-box h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
}

.intro-box span {
    font-size: 28px;
    color: #f0493e;
}

.intro-cta {
    margin-top: 40px;
}

/*--------------------------
  ABOUT SECTION
----------------------*/
.section-pt {
    padding-top: 90px;
}

.section-pb {
    padding-bottom: 90px;
}

#about {
    position: relative;
    padding-bottom: 85px;
}

.about-bg-img {
    position: absolute;
    right: 0px;
    content: "";
    background: url("../images/banner/1.jpg") 50% 50%;
    width: 40%;
    height: 100%;
    max-height: 560px;
    top: 0px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.about-content {
    margin-top: 94px;
}

.about-content .subtitle {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-content h3 {
    margin-bottom: 25px;
}

.about-list {
    margin-top: 30px;
}

.about-list li {
    width: 45%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #888;
}

.about-list li i {
    color: #2f2f2f;
    margin-right: 10px;
}

/* ----------------------
ABOUT PAGE
-------------------------*/
.about-list2 li i {
    margin-right: 10px;
    color: #f0493e;
}

.icon-3x {
    font-size: 3rem;
}

.text-default {
    color: #f0493e;
}

.team-social li a {
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    padding-top: 3px;
    background: #fff;
}

/* ========================
HISTORY MISSION
==============================*/
.img-block img {
    width: 200px;
}

/* ========================

==============================*/
#section-strategy {
    background: url("../images/bg/bg-1.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.strategy-text {
    margin-bottom: 50px;
}

.strategy-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.strategy-text span {
    font-size: 61px;
    color: #f0493e;
    margin-bottom: 15px;
    display: block;
}

/*--------------------------------
 COUNTER SECTION
-----------------------------*/
.counter {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 10px 0px;
    color: #f0493e;
}

.counter-stat i {
    font-size: 40px;
    color: #fff;
    margin-right: 10px;
}

.counter-stat h5 {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.counter-block span {
    font-size: 30px;
}

#counter .dark-overlay {
    background: #2f2f2f;
    opacity: 0.95;
}

#counter {
    background: url("../images/banner/pattern-3.png") fixed 50% 50%;
    position: relative;
    background-size: cover;
    padding-top: 87px;
    padding-bottom: 95px;
}

/*--------------------------
  SERVICE AREA SECTION
----------------------*/
.page-banner-area.page-service {
    background: url("../images/bg/bg-2.jpg") no-repeat;
    background-size: cover;
}

#service-head {
    padding-bottom: 100px;
    padding-top: 90px;
}

#service-head .section-title {
    color: #fff;
}

.text-white p {
    color: #fff;
}

#service {
    margin-top: -100px;
    padding-bottom: 70px;
}

.service-box .service-img-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    padding-top: 20px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 20px;
    background: #f0493e;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.service-box {
    margin-bottom: 40px;
    background: #fff;
    text-align: center;
    padding: 45px 25px 30px 25px;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.service-inner {
    margin-top: 30px;
}

.service-inner h4 {
    margin-bottom: 20px;
}

.service-inner span {
    color: #f0493e;
}

/* ================================
SERVICE PAGE
==============================*/
.bg-gray {
    background: #f4f4f4;
}

.service-block-2 {
    position: relative;
}

.service-block-2 h4 {
    margin-bottom: 15px;
    line-height: 26px;
}

.service-block-2 p {
    font-size: 16px;
}

.service-block-2 span {
    position: absolute;
    content: "";
    font-size: 70px;
    top: 0px;
    left: 0px;
    font-weight: 800;
    opacity: 0.05;
    margin-top: -15px;
}

.service-style-two {
    background: url("../images/bg/bg-2.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.service-style-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.heading {
    margin-bottom: 70px;
}

/*------------------------------------
  PRICING SECTION AREA
--------------------------------*/
#pricing {
    padding-bottom: 100px;
}

.pricing-block {
    text-align: center;
    transition: all 0.3s 0s ease;
    border-radius: 5px;
    border: 1px solid #2f2f2f;
}

@media (max-width: 1100px) {
    .pricing-block {
        height: 800px;
    }
}

@media (min-width: 1101px) {
    .pricing-block {
        height: 700px;
    }
}

.price-header {
    padding-bottom: 5px;
    padding-top: 30px;
}

.price-header i {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 25px;
    font-size: 50px;
    display: inline-block;
    border-radius: 100%;
    transition: all 0.3s ease 0s;
    color: #f0493e;
}

.price-header .price {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.price-header h5 {
    font-weight: 400;
}

.price-header .price small {
    font-size: 18px;
}

.pricing-block > .details {
    padding: 20px 20px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #2f2f2f; */
}

.pricing-block ul li {
    padding: 6px 0px;
}

.pricing-block .btn {
    margin-bottom: 30px;
}

.pricing-block:hover i {
    /* background-image: -webkit-linear-gradient(135deg, #08004e 0%, #430c0f 50%, #c52838 100%);
    background-image: -linear-gradient(135deg, #2f2f2f000 0%, #2d2d2d 50%, #868686 100%); */
    color: #fff;
}

/* 
.pricing-block:hover,
.pricing-block.active {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
} */

#pricing .section-heading {
    margin-bottom: 90px;
}

/* -------------------
PRICING PAGE
--------------------*/
#section-counter .counter-stat i {
    color: #2f2f2f;
}

#section-counter .counter-stat h5 {
    color: #777;
}

/*------------------------------------
  CLIENT PARTNER AREA SECTION
--------------------------------*/
#clients {
    padding-top: 75px;
    padding-bottom: 80px;
    position: relative;
}

.client-img {
    background: #fff;
}

/*------------------------------------
  TESTIMONIAL AREA SECTION
---------------------------------*/
.author-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid #ddd;
}

.author-info p {
    margin: 0px;
    font-size: 14px;
}

.carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
}

.carousel-indicators li {
    background: #202020;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators li.active {
    background: #f0493e;
}

.testimonial-content {
    padding: 0px 40px;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-content .author-text {
    padding-top: 10px;
}

.testimonial-content .author-info {
    display: block;
    margin-bottom: 25px;
}

.testimonial-content p {
    font-size: 20px;
    line-height: 36px;
    color: #222;
    margin: 35px 0px;
    display: block;
}

.author-text h5 {
    text-transform: uppercase;
}

.author-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
    color: #888;
    margin: 0px;
}

.testimonial-content p i {
    margin: 0px 8px;
}

/*--------------------------
 CONTACT SECTION AREA
----------------------*/
#contact {
    padding-bottom: 100px;
}

.text-color {
    color: #f0493e;
}

input[type="text"],
input[type="email"] {
    height: 50px;
    font-size: 16px;
}

.form-control {
    border: 1px solid #2f2f2f;
    padding-left: 20px;
}

.form-control:hover,
.form-control:focus {
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #888;
    opacity: 0.9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control::-moz-placeholder {
    color: #888;
    opacity: 0.9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-ms-input-placeholder {
    color: #888;
    opacity: 0.9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-moz-placeholder {
    color: #888;
    opacity: 0.9;
    font-size: 13px;
    padding-left: 10px;
}

/* --------------
    MAP
-----------------*/
#map {
    height: 400px;
    width: 100%;
    position: relative;
}

#map:after {
    position: absolute;
    content: "";
    left: 0px;
    background: rgba(99, 92, 219, 0.4);
    top: 0px;
    width: 100%;
    height: 100%;
}

/*--------------------------
 BLOG SECTION AREA
----------------------*/
#blog {
    padding-bottom: 55px;
}

.blog-block {
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.blog-block img {
    margin-bottom: 10px;
}

.blog-text {
    padding: 20px;
}

.blog-text .author-name {
    font-weight: 400;
}

.blog-text .author-name span {
    margin-right: 10px;
    font-weight: 600;
}

.blog-block .read-more,
.blog-block span {
    color: #f0493e;
}

/* =================================
BLOG PAGE
===================================*/
.blog-post {
    margin-bottom: 50px;
}

.blog-post img {
    border-radius: 5px;
}

.blog-post .post-author i,
.blog-post .post-info i {
    margin-right: 5px;
    font-size: 14px;
}

.blog-post .post-author span,
.blog-post .post-info span {
    font-size: 14px;
}

.sidebar-widget {
    margin-bottom: 40px;
    padding-left: 20px;
}

.category ul li {
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 10px;
}

.category ul li:before {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    color: #f0493e;
    font-weight: 900;
}

.tag a {
    text-transform: capitalize;
    padding: 5px 8px;
    border: 1px solid #2f2f2f;
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-block;
}

.search i {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 35px;
    margin-top: 15px;
    color: #f0493e;
}

.download a {
    display: block;
    padding: 12px 20px;
    border: 1px solid #2f2f2f;
    margin-bottom: 10px;
    background: #f2f2f2;
}

.download a i {
    margin-right: 15px;
    color: #f0493e;
}

/* ==================================
BLOG SINGLE
=====================================*/
.quote i {
    font-size: 50px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

.quote {
    font-size: 18px;
    line-height: 32px;
    color: #222;
    position: relative;
    margin: 50px 0px;
    padding-left: 70px;
}

.comments img {
    width: 80px;
    height: 80px;
}

/*--------------------------
 FOOTER
----------------------*/
#footer {
    padding-bottom: 25px;
    position: relative;
    border-top: 1px solid #2f2f2f;
}

.footer-widget a {
    font-size: 17px;
}

.footer-widget ul li {
    padding: 5px 0px;
}

.footer-widget p {
    margin-bottom: 5px;
}

.footer-widget h4 {
    margin-bottom: 20px;
}

.footer-widget h4 span {
    color: #f0493e;
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.footer-blog li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.footer-blog li h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-blog li a.read-more {
    font-size: 13px;
}

.footer-blog li {
    margin-bottom: 15px;
}

.footer-copy {
    letter-spacing: 1px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #2f2f2f;
}

.footer-text h6 {
    margin-bottom: 10px;
}

.footer-text p span {
    color: #2f2f2f;
}

.footer-text p.mail {
    color: #f0493e;
}

.bg-main {
    background: #f4f8fb;
}

img.footer-awards {
    width: 150px;
}

i.socials {
    font-size: 40px !important;
    margin-right: 20px;
}

a:hover {
    color: #2f2f2f !important;
}

.footer-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #343a40;
}

.footer-signup {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-signup form > div {
    width: 49%;
    display: inline-block;
}

.get-code-form form > div {
    width: 100% !important;
}

.footer-blurb {
    font-size: 20px;
    font-weight: 700;
}

.footer-socials .fa-brands {
    font-size: 30px !important;
    margin-right: 10px;
}

.footer-signup label {
    display: none;
}

.footer-signup form > div {
    margin-left: 0px;
    margin-right: 1%;
}

.footer-signup .hs-button {
    border-radius: 5px;
    width: 100%;
}

.footer-signup input.hs-input {
    border-radius: 5px;
}

@media (max-width: 600px) {
    br.mobile-break {
        display: block;
    }

    .footer-signup {
        justify-content: flex-start;
    }
}

@media (min-width: 601px) {
    br.mobile-break {
        display: none;
    }
    .footer-signup {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) and (max-width: 1151px) {
    .navbar-toggler {
        color: black !important;
        border-radius: 0px;
    }

    .navbar-toggler-icon {
        height: auto;
        padding: 10px 0px;
    }

    .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
        margin-bottom: 10px;
    }

    .navbar-nav {
        text-align: center;
    }
    /*----------------------
     SECTION HEAINDG
    -----------------------*/
    .section-heading {
        width: 100%;
    }

    /*----------------
     INTRO
    ----------------*/
    #intro {
        padding-bottom: 90px;
    }

    /*----------------
     ABOUT
    ----------------*/
    .about-list li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .about-bg-img {
        width: 35%;
        height: 100%;
        max-height: 600px;
    }

    .about-content {
        margin-top: 60px;
    }

    #about {
        padding-bottom: 40px;
    }

    /*--------------
     COUNTER
    ----------------*/
    .counter-stat {
        margin-bottom: 30px;
        text-align: center;
    }

    /*--------------
     BLOG
    ----------------*/
    .blog-text {
        padding: 0px;
        margin-top: 10px;
    }

    .blog-tex h5 {
        font-size: 15px;
    }

    .blog-text p {
        font-size: 14px;
    }

    .pricing-block {
        margin-bottom: 30px;
    }

    /*--------------
     FOOTER
    ----------------*/
    .footer-widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .trusted-by {
        max-width: 33% !important;
        flex-basis: auto;
        border: 0.2px solid grey;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 991px) {
    /*---------------
     NAVIGATION
    ----------------*/
    .navbar-toggler {
        border-radius: 0px;
        color: black;
    }

    .navbar-toggler-icon {
        height: auto;
        padding: 10px 0px;
    }

    .trans-navigation {
        background: #2f2f2f;
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
        margin-bottom: 10px;
    }

    /*----------------------
     SECTION HEAINDG
    -----------------------*/
    .section-heading {
        width: 100%;
    }

    /*----------------
     INTRO
    ----------------*/
    /* #intro {
        padding-bottom: 90px;
    } */

    /*----------------
     ABOUT
    ----------------*/
    .about-content {
        margin-top: 60px;
    }

    #about {
        padding-bottom: 40px;
    }

    /*-------------------
     TESTIMONIAL
    -------------------*/
    .testimonial-content {
        padding: 10px;
    }

    /*--------------
     COUNTER
    ----------------*/
    .counter-stat {
        margin-bottom: 30px;
        text-align: center;
    }

    /*--------------
     BLOG
    ----------------*/
    .blog-block {
        margin-bottom: 30px;
    }

    .blog-text {
        padding: 0px;
        margin-top: 10px;
    }

    .blog-block:hover {
        box-shadow: none;
    }

    .blog-text h5 {
        font-size: 16px;
    }

    .blog-text p {
        font-size: 14px;
    }

    .intro-box {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    /*--------------
     CLIENT
    --------------*/
    .client-img {
        text-align: center;
    }

    /*--------------
     FOOTER
    ----------------*/
    .footer-widget {
        margin-bottom: 30px;
    }

    .pricing-block {
        margin-bottom: 30px;
    }

    .img-block img {
        width: 130px;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/

@media (min-width: 575.98px) {
    /* .banner-title {
        font-size: 3vw;
    } */

    /* p.subheader {
        font-size: 1vw;
    } */
}

@media (max-width: 575.98px) {
    .joinus {
        text-align: center;
    }

    .banner-title {
        font-size: 35px;
    }

    p.subheader {
        font-size: 20px;
    }

    .navbar-toggler {
        border-radius: 0px;
        color: black;
    }

    .navbar-toggler-icon {
        height: auto;
        padding: 10px 0px;
        text-align: center;
    }

    .trans-navigation {
        background: #2f2f2f;
        padding: 20px 15px;
    }

    .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
        margin-bottom: 10px;
    }

    /*----------------------
     SECTION HEAINDG
    -----------------------*/
    #intro .section-heading,
    .section-heading {
        width: 100%;
    }

    #intro .section-heading p {
        font-size: 16px;
        line-height: 28px;
    }

    .section-title {
        font-size: 26px;
        line-height: 36px;
    }

    h1 {
        font-size: 32px;
    }

    /*----------------
     ABOUT
    ----------------*/
    .about-list li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .about-bg-img {
        width: 35%;
        height: 100%;
        max-height: 600px;
    }

    .about-content {
        margin-top: 60px;
    }

    #about {
        padding-bottom: 40px;
    }

    .img-block img {
        width: 130px;
    }

    .service-block {
        margin-bottom: 20px;
    }

    /*-------------------
     TESTIMONIAL
    -------------------*/
    .testimonial-content {
        padding: 10px;
    }

    /*--------------
     COUNTER
    ----------------*/
    .counter-stat {
        margin-bottom: 30px;
        text-align: center;
    }

    /*--------------
     BLOG
    ----------------*/
    .blog-block {
        margin-bottom: 30px;
    }

    .blog-text {
        padding: 10px;
        margin-top: 10px;
        text-align: center;
    }

    .blog-tex h5 {
        font-size: 15px;
    }

    .blog-text p {
        font-size: 14px;
    }

    /*--------------
     CLIENT
    --------------*/
    .client-img {
        text-align: center;
    }

    /*--------------
     FOOTER
    ----------------*/
    .footer-widget {
        margin-bottom: 30px;
    }

    .pricing-block {
        margin-bottom: 30px;
    }
}

.text-red {
    color: #f0493e !important;
}

p.subheader {
    font-size: 17px;
}

p.subheader2 {
    font-size: 25px;
    font-weight: 600;
    color: #f0493e;
}

p.subheader3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #f0493e;
}

.bg-red {
    background-color: #f0493e;
    padding-top: 100px;
    padding-bottom: 100px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

/* .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid white;
} */

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    line-height: 40px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #f0493e;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #f0493e;
    border: 1px solid #f0493e;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #f0493e;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 31em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-weight: 300;
    color: black;
}

.spacer {
    height: 80px;
}

.joinus {
    background-image: url("../images/circle.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.topspace {
    height: 150px;
}

.topspace-small {
    height: 100px;
}

.container {
    margin: 0 auto;
}

@media (max-width: 601px) {
    .footer-container {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media (min-width: 602px) {
    .banner-content {
        padding: 50px 0px 40px;
    }
    .footer-container {
        margin-right: 6rem;
        margin-left: 6rem;
    }
}

@media (min-width: 1000px) {
    .container {
        padding-left: 5rem;
        padding-right: 5rem;
        max-width: 1335px;
    }

    .content-padding {
        padding: 50px 0px 80px;
    }

    .banner-title-space-top {
        margin-top: 8rem;
    }

    .banner-title-main {
        font-size: 3.5rem;
    }

    h2.banner-title-main {
        font-size: 3rem;
    }

    .os-video {
        background-color: black;
        height: 50vh;
        border-radius: 10px;
    }
}

.banner-title-main {
    color: #f0493e;
    font-weight: bold;
}

.banner-title-space {
    margin-top: 8rem;
}

.partner-logo {
    margin-bottom: 30px;
}

.border-right {
    border-right: none !important;
}

h2.main-title {
    text-align: center;
}

.banner-title-main {
    font-size: 2.2rem;
}

.purple-row {
    padding-left: 20px;
    padding-right: 40px;
    margin-bottom: 30px;
}

.os-video {
    background-color: black;
    height: 40vh;
    border-radius: 20px;
}

@media (min-width: 992px) {
    br.responsive {
        display: none;
    }
}

@media (max-width: 991px) {
    img.left-beta-image {
        margin-bottom: 100px;
        max-width: 450px;
    }

    a.btn {
        margin-top: 20px;
    }

    a.btn-circled {
        width: 100%;
        text-align: center;
    }

    .introduce-info {
        text-align: center;
    }

    .text-left,
    .text-right {
        text-align: center !important;
    }

    .read-more-go {
        text-align: center;
    }
}

.text-left,
.text-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (min-width: 600px) {
    img.mobileimg {
        display: none !important;
    }

    .accordion button {
        font-size: 2.15rem;
    }

    .accordion .accordion-content p {
        font-size: 1.5rem;
    }

    input[type="text"],
    input[type="email"] {
        width: 100%;
    }
}

@media (max-width: 600px) {
    input[type="text"],
    input[type="email"] {
        width: 99%;
    }

    .container {
        min-width: 99vw;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .responsive-spacer {
        height: 150px;
    }

    .accordion button {
        font-size: 1rem;
    }

    .accordion .accordion-content p {
        font-size: 0.8rem;
    }

    img.desktopimg {
        display: none !important;
    }

    /* .col-12 {
        padding-left: 25px;
        padding-right: 25px;
    } */

    .row {
        padding-left: 25px;
        padding-right: 25px;
    }

    img.mobileimg {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.teamwriteup-left {
    color: black;
    font-size: 16px;
}

a.btn {
    margin-bottom: 10px;
}

/* .modal-dialog {
    margin: 10px;
    position: absolute;
    left: 40%;
    top: 12%;
    transform: translate(-50%, -50%);
} */

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.modal-content {
    border: none;
}

/* .modal-dialog {
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-left: 50px;
} */

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.close,
.close:hover {
    opacity: 1;
}

a {
    cursor: pointer !important;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.btn-outline-danger {
    border-color: #f0493e;
    color: #f0493e;
}

.btn-outline-danger:hover {
    border-color: #f0493e;
    background-color: #f0493e;
    color: black;
}

h4.text-white {
    line-height: 35px;
}

.text-white {
    color: white !important;
}

.subheader-3 {
    text-transform: uppercase;
    margin-top: 0px !important;
}

hr.mid {
    background: linear-gradient(to right, #f0493e, #731415);
    height: 5px;
}

/* .header-banner {
    background-image: url("../images/metaverse-purple-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
} */

.gradient {
    background: linear-gradient(to right, #180449, #9278b8);
}

img.microverseimg {
    border: 7px solid black;
}

.rounded-d {
    border-radius: 30px !important;
    padding: 15px;
}

.rounded {
    border-radius: 15px !important;
}

.greybox {
    background-color: #2f2f2f;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;
}

.redicon {
    color: #f0493e;
    font-size: 30px;
}

.text-gradient {
    background: -webkit-linear-gradient(#4c4fa1, #202020);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.pt-6,
.py-6 {
    padding-top: 4rem !important;
}

.pt-12,
.py-12 {
    padding-top: 12rem !important;
}

.h-370 {
    min-height: 10vh;
}

.h-100 {
    height: 100%;
}

#mce-success-response {
    font-size: 20px;
    color: #f0493e;
}

.color-purple {
    color: #2f2f2f !important;
}

.btn-purple,
.hs-button {
    background-color: #2f2f2f;
    color: black;
    font-weight: bold;
}

.btn-purple:hover,
.hs-button:hover {
    background-color: #f0493e;
    color: white !important;
    font-weight: bold;
}

.a2a_svg svg {
    background-color: #f0493e !important;
    background-repeat: no-repeat;
}

h3.main-title {
    font-size: 2.5rem !important;
}

.fa-brands {
    font-size: 20px;
}

.spacer-faq {
    height: 80px;
}

.faq-title {
    font-size: 18px !important;
    margin-bottom: 2px;
}

.faq-desc {
    font-size: 15px !important;
}

.faq-list {
    min-width: 100%;
}

.top {
    z-index: 1000 !important;
    position: relative;
}

.banner-right {
    margin-top: -120px;
}

li.advisors {
    padding-bottom: 10px;
    list-style-type: circle;
    color: black;
    font-size: 15px;
}

ul.indent {
    padding-left: 25px;
}

/* @media (min-width: 1700px) {
    .text-right,
    .text-left {
        margin-top: 5rem;
        font-size: 20px;
    }
} */

.getting-started-info {
    padding: 10px;
    border: 2px solid #f0493e;
    border-radius: 10px;
    color: #f0493e;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.getting-started-info:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.015);
}

.getting-started-info-unity {
    padding: 10px;
    border: 2px solid #f0493e;
    border-radius: 10px;
    color: #f0493e;
    text-align: center;
}

.getting-started-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media (min-width: 601px) {
    .getting-started-desc {
        height: 275px;
    }
}

.price-info {
    height: 190px;
    border: 2px solid #f0493e;
    border-radius: 10px;
    color: #f0493e;
    text-align: center;
    padding: 10px;
}

.enterprise-usage {
    min-height: 50px;
    border: 2px solid #f0493e;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gettingstarted-usage {
    min-height: 50px;
    border: 2px solid #f0493e;
    border-radius: 10px;
    color: #f0493e;
}

.enterprise-p {
    margin-bottom: 0px !important;
}

.price-info-title {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: bold;
}

.price-info-desc {
    font-size: 15px;
}

.price-info-title-unity {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: bold;
}

.price-info-desc-unity {
    font-size: 18px;
    color: black;
}

.price-icon {
    font-size: 30px;
}

li.numbers {
    color: black;
    list-style: numbers;
}

.spacer-get-started {
    height: 300px;
}

hr.white {
    border-top: 1px solid white;
}

.cta {
    bottom: 0;
    font-weight: bold;
    width: 100%;
}

ul.docs-list > li {
    list-style: circle !important;
}

.docs-paragraphs {
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.docs-titles {
    margin-bottom: 10px;
    font-weight: bold;
}

.pricing-title {
    font-size: 22px;
}

.pricing-table {
    border: 2px solid #f0493e;
    border-radius: 10px;
}

.pricing-desc {
    font-size: 18px !important;
}

.table-price > th,
table.table-price > td {
    border-top: none;
}

table.table-price > thead th {
    vertical-align: bottom;
    border-bottom: none;
    border-top: none;
}

table.table-price > th,
table.table-price > td {
    padding: 0px !important;
}

.table-price {
    width: 100%;
    max-width: 75%;
}

.faqanchor {
    cursor: auto !important;
}

#mc_embed_signup {
    background: transparent !important;
}

.portfolio-filter {
    text-align: center;
}

li.faq-buttons {
    display: inline-block;
    *display: inline;
    /*IE7*/
    *zoom: 1;
}

.icons {
    font-size: 15px !important;
    padding-right: 0px;
}

.icon-home {
    font-size: 40px;
}

.icon-purple {
    color: #2f2f2f;
    font-size: 40px;
}

.icon-red {
    color: #f0493e;
    font-size: 40px;
}

.text-purple {
    color: #2f2f2f;
}

p.microverse-exp {
    font-weight: 500;
    color: black;
}

h5.partners {
    color: #f0493e;
    font-size: 20px;
}

p.partner-description {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
}

section#signup {
    background-color: #f0493e;
    padding: 50px 20px 50px 20px;
    margin-bottom: 50px;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
}

.btn-partners {
    width: 100%;
}

.partner-logo {
    font-size: 40px;
    color: black;
}

hr.thick {
    border-top: 2px solid white;
    width: 50%;
    margin-left: 0;
}

@media (max-width: 1199px) {
    .showcase-break {
        display: none;
    }
    .interested {
        text-align: center;
    }

    .fa-arrow-right {
        display: none !important;
    }

    .fa-arrow-up {
        display: block;
    }
}

@media (min-width: 1200px) {
    .fa-arrow-up {
        display: none !important;
    }

    .fa-arrow-right {
        display: block;
    }
}

.border {
    border: 5px solid #2f2f2f !important;
}

.border-top-purple {
    border-top: 4px solid #2f2f2f !important;
}

.border-purple {
    border: 4px solid #2f2f2f !important;
    border-radius: 10px;
    padding: 10px;
}

.purple-background {
    background-color: rgba(33, 25, 156, 0.2);
}

.border-bottom-purple {
    border-bottom: 4px solid #2f2f2f !important;
}

.croquet-os-title p {
    text-transform: uppercase;
    color: #2f2f2f !important;
    font-weight: 600;
}

.croquet-os-desc-title p {
    color: #f0493e;
    font-size: 20px;
    font-weight: 600;
}

ul.press-releases > li {
    list-style: square;
}

h3.press-release-title {
    color: #f0493e;
    font-size: 20px;
    font-weight: 500;
}

p.press-release-description {
    color: black;
    font-size: 14px;
}

#footer > .container {
    max-width: 100%;
}

img.diagram {
    max-width: 1200px;
}

.border-thin {
    border: 1px solid #dee2e6 !important;
}

.body-flamingo {
    background-image: url("../images/redirect.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.btn-outline-danger:hover {
    color: white !important;
}

.demos {
    background-color: black;
}

.main-btn {
    /* display: flex; */
    align-items: center;
    font-weight: 500;
    font-size: 15px;
}

.roadmap {
    height: 300px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
}

.line-1 {
    border-top: 10px solid #2b2599;
}

.line-2 {
    border-top: 10px solid #2f2f2f;
}

.line-3 {
    border-top: 10px solid #a64667;
}

.line-4 {
    border-top: 10px solid #fc5343;
}

.line-1 > h3 {
    color: #2b2599;
}

.line-2 > h3 {
    color: #2f2f2f;
}

.line-3 > h3 {
    color: #a64667;
}

.line-4 > h3 {
    color: #fc5343;
}

img.roadmapimg {
    width: 200px;
    margin-right: 10px;
    align-items: center;
}

h3.roadmap-title {
    font-weight: 500;
    font-size: 23px;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.fp-demo {
    width: 100vw;
    height: 100vh;
    z-index: -100;
}

img.logo-small {
    width: 50px;
}

ul.full {
    width: 100%;
}

li.button-right {
    float: right;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #2f2f2f;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.loading {
    margin: auto;
    padding: 10px;
    margin-top: 400px;
    z-index: 101;
}

.loading-text {
    color: #2f2f2f;
    font-weight: 500;
}

.loading-bg {
    position: absolute;
    z-index: 100;
    background-color: black;
    height: 100vh;
    width: 100%;
}

.hs-form-8f2c0273-eaab-4b09-b67d-c83c49c7bec5_56e2f21d-8c99-4b5a-8b63-7b965255ecbf
    .hs-form-field
    label:not(.hs-error-msg) {
    display: none;
}

.tutorials {
    height: 260px;
}

.videos-title {
    font-weight: 700;
    font-size: 22px;
    min-height: 50px;
}

.videos-description {
    font-size: 15px;
}

.videos-date {
    font-size: 12px;
    font-weight: 700;
    color: #f0493e;
}

.hs_error_rollup {
    display: none !important;
}

.video-thumbnail {
    position: relative;
}

img.video-thumbnail-img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
}

img.video-thumbnail-img:hover {
    background-image: url("../images/videos/thumbnails/play-overlay.png");
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: 0.5s ease;
    opacity: 0;
    text-align: center;
    position: absolute;
    margin: auto;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-thumbnail:hover .image {
    opacity: 0.3;
}

.video-thumbnail:hover .middle {
    opacity: 1;
}



.text {
    background-color: #f0493e;
    color: black;
    font-size: 30px;
    padding: 10px 25px;
    border-radius: 10px;
}

.modal-videos {
    background-color: rgba(0, 0, 0, 1) !important;
    border: 2px solid #2f2f2f;
}

.video-close {
    color: #2f2f2f;
    text-shadow: none;
}

.video-close:hover {
    color: #f0493e;
    text-shadow: none;
}

.modal-body {
    padding-bottom: 40px;
}

.video-modal-header {
    margin-bottom: 0px !important;
    text-align: center;
    color: white;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
    transform: translate(0, -50%);
    margin: 0 auto;
}

@media (min-width: 1000px) {
    .modal-xl {
        min-width: 900px;
    }

    .video-player {
        height: 460px;
    }
}
@media (max-width: 999px) {
    .modal-xl {
        min-width: 100%;
    }

    .video-player {
        height: 560px;
    }
}

@media (min-width: 350px) and (max-width: 500px) {
    .video-player {
        height: 260px;
        min-width: 100%;
    }
}

.videomodal {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.hs_error_rollup {
    display: none !important;
}

p.world-title {
    position: absolute;
    top: 40%;
    left: 13%;
    font-size: 4vw;
    font-family: "Poppins";
    font-weight: 700;
    text-transform: uppercase;
    color: #f0493e;
    text-shadow: 2px 2px 10px #2f2f2f000;
}

.hover-img * {
    box-sizing: border-box;
    transition: all 0.45s ease;
    cursor: pointer;
}

.hover-img:before,
.hover-img:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 32px solid rgba(0, 0, 0, 0.5);
    border-bottom: 32px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    transition: all 0.4s ease;
    z-index: 1;
    opacity: 0;
}

.hover-img img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
}

.hover-img .enter-type {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1em;
    opacity: 0;
    z-index: 2;
    transition-delay: 0.1s;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hover-img:hover:before,
.hover-img:hover:after {
    transform: scale(1);
    opacity: 1;
}

.hover-img:hover > img {
    opacity: 0.7;
}

.hover-img:hover .enter-type {
    opacity: 1;
}

h3.world-titles {
    text-align: center;
    color: black;
}

@media (max-width: 991px) {
    img.gallery,
    img.mythos,
    img.neon,
    img.refinery {
        display: none;
    }
    img.gallery-mobile,
    img.mythos-mobile,
    img.neon-mobile,
    img.refinery-mobile {
        display: block;
        margin-bottom: 20px;
    }
}

@media (min-width: 991px) {
    img.gallery,
    img.mythos,
    img.neon,
    img.refinery {
        display: block;
    }
    img.gallery-mobile,
    img.mythos-mobile,
    img.neon-mobile,
    img.refinery-mobile {
        display: none;
    }
}

p.introduction {
    font-weight: 700;
}

.demo-embed {
    width: 100%;
    height: 90vh;
}
.table-wrapper {
    position: relative;
}

#table-scroll {
    overflow: auto;
    height: 490px;
}

.modal-dialog {
    display: block;
    font-family: "Poppins";
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    border-radius: 15px;
    align-items: center;
    padding-bottom: 10px;
}

.modal-dialog {
    overflow-y: initial !important;
}

tr.help-row > td {
    padding-right: 20px;
    height: 50px;
    border-bottom: 2px solid white;
}
.table-head {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
}

tr.help-row > td {
    padding-right: 20px;
    height: 50px;
    border-bottom: 2px solid white;
}

@media (min-width: 626px) {
    .topright {
        position: absolute;
        right: -20px;
        top: -25px;
    }
}
.btn-x {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0px;
}

.table-desc {
    font-size: 15px;
    margin-top: 5px;
}

#settings-title {
    font-size: 25px;
    text-align: center;
    margin-top: 50px;
}

.modal {
    top: 10%;
}

.modal-content {
    background-color: rgba(68, 14, 119, 0.6);
}

.modal-dark {
    background-color: white;
    border: 1px solid #272d31;
    padding: 10px;
}
.icons {
    padding-right: 10px;
    font-size: 30px;
    height: 37px;
    background-repeat: no-repeat;
    color: #f0493e;
}

p.instructions-title {
    font-size: 19px;
}

#table-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#table-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

#table-scroll::-webkit-scrollbar-thumb {
    background-color: #2f2f2f000;
}

.modal-header {
    border-bottom: none;
}

.btn-help {
    padding: 10px;
}

.btn-danger {
    color: #fff;
    background-color: #f0493e !important;
    border-color: #f0493e !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #9e0716 !important;
    border-color: #f0493e !important;
}

@media (min-width: 600px) {
    .modal-content {
        width: 600px;
    }
    .modal-videos {
        width: 800px !important;
    }
}

body.modal-open {
    overflow: hidden;
}

img.brand-logos {
    width: 200px;
}

.trusted-by {
    background-color: black;
}

img.trusted-logos {
    display: block;
    margin-left: auto;
    margin-right: auto;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grid-item {
    float: left;
    width: 30%;
    background: #e6e5e4;
    border: 2px solid #b6b5b4;
}

.showcase-demo {
    width: 100%;
    height: 550px;
}

.quickstart-code {
    background-color: black;
    border: 1px solid grey;
    padding: 30px;
    font-size: 15px;
}

h4.croquet-os-desc-title {
    color: #2f2f2f !important;
    font-size: 20px;
    font-weight: 600;
}

.features-icons {
    font-size: 20px;
}

.notification-banner {
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.verification-sent {
    background-color: #cae4b9;
    border: 1px solid #24502a;
    color: #24502a;
}
.verification-error {
    background-color: #e4b9b9;
    border: 1px solid #be2828;
    color: #be2828;
}

@media (min-width: 1200px) {
    .features-left,
    .features-right {
        height: 600px;
    }
}

.showcase-desc-title {
    color: #f0493e;
    font-weight: bold;
}

.get-code {
    cursor: auto;
    min-height: initial;
}

label {
    display: inline;
    margin-bottom: 0;
    padding-left: 10px;
}

input[type="checkbox"],
input[type="checkbox"] + label {
    cursor: pointer !important;
}

.font-large {
    font-size: 25px;
}

.italic {
    font-style: italic;
    font-weight: bold;
}

/* iframe {
    background-color: black;
} */

.responsive-iframe {
    height: 500px;
}

.homepage-world {
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

@media (max-width: 700px) {
    .homepage-world {
        width: 100%;
        height: 80vh;
    }
}

.snowglobe-title {
    font-size: 16px;
    font-weight: bold;
}

.snowglobe-desc {
    font-size: 13px;
}

.homeworld-nav {
    padding: 5px 50px 5px 50px !important;
    background-color: rgba(0, 0, 0, 0.7);
}

.website-down {
    font-size: 40px;
    color: black;
}

.scroll-down {
    cursor: pointer;
}

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

img.cfu-left {
    max-height: 750px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h1.unity {
    color: black;
    font-weight: 800;
    font-size: 4rem;
}

p.unity {
    font-size: 23px;
}
form > div:nth-of-type(2n) {
    margin-right: 0;
}

form > div.hs_submit {
    vertical-align: bottom;
}

.unity-info .hs-button {
    font-size: 20px;
    border-radius: 5px;
    height: 60px;
    width: 100%;
}

/* .unity-info input.hs-input {
    height: 60px;
    font-size: 30px;
    border-radius: 5px;
} */

@media (max-width: 626px) {
    .unity-info .input {
        margin-bottom: 10px;
    }
}

li.hs-form-booleancheckbox {
    margin-top: 10px;
    margin-left: 10px;
}

li > span {
    margin-left: 10px;
}

.legal-consent-container p,
.legal-consent-container {
    font-size: 13px !important;
    color: black;
}

.legal-consent-container {
    margin-top: 30px;
}

.hs_email > label {
    color: black;
    background-color: #2f2f2f;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 10px;
    left: 10px;
}

ul.no-list {
    color: red;
    margin-left: 20px;
}

.wpcc-banner.wpcc-bottom {
    bottom: 55px !important;
}

#hs-overlay-cta-108311489299 {
    height: 439px !important;
}

.go812842568 {
    height: 99% !important;
}

.reflector-chart {
    width: 100%;
    height: 500px;
}

.crn-icon {
    font-size: 70px;
    margin-bottom: 20px;
    color: #f0493e;
}

.crn-card {
    background-color: black;
}
.crn-point-titles {
    font-weight: bold;
    font-size: 18px;
    color: #f0493e;
}

.crn-point-desc {
    line-height: 1.5;
    font-size: 15px;
    color: #f0493e;
}

.crn-point .card-body {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
}

.figure-caption {
    color: black !important;
}

.team-divider {
    width: 50%;
    border-top: 1px solid #f0493e;
}

.homepage-cta {
    border: 5px solid #f0493e;
    border-radius: 15px;
    height: 300px;
    max-width: 400px;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.gif-bg {
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.gaming-gif {
    background-image: url("../images/gaming.gif");
}

.gif-hover-gaming {
    background-image: url("../images/games-start-red.png");
}

.enterprise-gif {
    background-image: url("../images/enterprise.gif");
}

.gif-hover-enterprise {
    background-image: url("../images/enterprise-start-red.png");
}

.demolition-gif {
    background-image: url("../images/demolition.gif");
}

.gif-hover-demolition {
    background-image: url("../images/demolition-start-red.png");
}

.gif-hover {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
}

h2.main-selection {
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: #2f2f2f 1px 0 10px;
}

.gif-hover:hover {
    opacity: 0;
}

.transparent {
    opacity: 0;
}

a.main-links:hover {
    background-color: unset !important;
    color: unset !important;
}

.scroll-container {
    background-color: #f0493e;
    margin-top: 50px;
}

.main-container {
    min-height: 500px;
    justify-content: center;
}

.main-cta {
    border-radius: 20px;
    font-weight: bold;
    min-width: 150px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .spacer-small {
        height: 50px;
    }
}

@media (max-width: 767px) {
    .homepage-cta {
        margin-bottom: 75px;
    }
}

@media (min-width: 460px) and (max-width: 767px) {
    .main-text-container {
        padding-right: 55px;
        padding-left: 55px;
    }
}

.main-blurb {
    font-size: 17px;
    color: #2f2f2f;
}

.main-blurb-small {
    font-size: 15px;
    font-weight: bold;
}

.position-relative {
    left: -220px;
    top: -40px;
}

.partner-images {
    display: contents;
}

@media (max-width: 600px) {
    img.partner-thumbnails {
        width: 130px;
    }

    .reason-container {
        margin-bottom: 50px;
    }
}

@media (min-width: 601px) {
    img.partner-thumbnails {
        width: 200px;
    }
}
img.partner-thumbnails {
    border-radius: 15px;
    border: 3px solid #f0493e;
    margin: 5px;
}

img.partner-thumbnails:hover {
    box-shadow: 0 0 10px 5px #f0493e;
}

.section-red {
    background-color: #f0493e;
    color: white;
}

.partner-icons {
    font-size: 50px;
    margin-bottom: 10px;
}

p.partner-reasons {
    font-size: 15px;
}
