html {
      scroll-behavior: smooth;
    }
body {
    font-family: 'Poppins', sans-serif;
    background-color: #090908;
}
.golo_primary_btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 12px 32px;
    background-color: #E29D05;
    border-radius: 25px;
    text-decoration: none;
}
.golo_secondary_btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ffff;
    padding: 12px 32px;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 25px;
    text-decoration: none;
}
.golo_theme_heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 52px;
    color: #ffff;
    text-align: center;
    max-width: 444px;
    margin: 0 auto 60px;
}

/* golo navbar css start */
.golo_navbar {
    position: absolute;
    top: 30px;
    width: 100%;
    padding: 0;
    z-index: 2;
}
.golo_navbar .navbar-brand {
    padding: 0;
    margin: 0;
}
.golo_navbar .navbar-brand img {
    width: 158px;
}
.golo_navbar .navbar-toggler:focus {
    box-shadow: none;
}
.golo_navbar .navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
}
.golo_navbar .golo_menu_links {
    position: relative;
    justify-content: center;
    width: calc(100% - 324px);
    padding-right: 166px;
}
.golo_navbar .golo_menu_links .navbar-nav {
    gap: 50px;
}
.golo_navbar .golo_menu_links .navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 500;
    color: #ffff;
    padding: 0;
}
.golo_navbar .golo_menu_links .golo_primary_btn {
    position: absolute;
    right: 0;
}
.golo-main-bg {
    position: absolute;
    top: 0;
}
/* golo navbar css end */

/* golo hero section start */
.golo_hero_section {
    padding-top: 270px;
}
.golo_hero_content {
    position: relative;
    text-align: center;
    max-width: 868px;
    margin: 0 auto 128px auto;
    z-index: 1;
}
.golo_hero_content ul {
    display: flex;
    gap: 15px;
    list-style-type: none;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}
.golo_hero_content h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 70px;
    color: #ffff;
    margin: 30px 0;
}
.golo_hero_content p {
    font-size: 22px;
    font-weight: 500;
    color: #ffff;
    line-height: 36px;
    max-width: 546px;
    margin: 0 auto 30px;
}
.hero-vector-1,
.hero-vector-2 {
    position: absolute;
    top: 50px;
    left: -230px;
    animation: golo-up-down 8s ease-in-out infinite;
}
@keyframes golo-up-down {
    0% {
        top: 16%;
    }
    50% {
        top: 28%;
    }
    100% {
        top: 16%;
    }
}
.hero-vector-2 {
    left: unset;
    right: -230px;
}
.golo_goto_box {
    position: relative;
    text-align: center;
}
.golo_goto_box .goto-btn {
  background-image: url(../imgs/goto-bg.png);
  width: 51px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.golo_goto_box .goto-btn svg {
  color: #ffff;
  width: 36px;
  height: 36px;
  margin-top: 18px;
}
/* golo hero section end */

/* golo_demos_section start */
.golo_demos_section {
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
.golo_features_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 25px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 60px;
}
.golo_features_list li {
    background-image: url(../imgs/checkmark.png);
    background-repeat: no-repeat;
    background-position: 0 center; /* Adjust positioning */
    background-size: 20px 20px;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #ffff;
}
.golo_features_list li::marker {
    position: relative;
    top: 3px;
}
.golo_features_list li span {
    font-size: 16px;
    font-weight: 400;
    color: #6FFF68;
    margin-left: 5px;
}
.golo_demos_box_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}
.golo_demo_box {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
}
.golo_demo_box .golo_demo_img_box {
    height: 350px;
}
.golo_demo_box .golo_demo_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;   
}
.golo_demo_box .golo_demo_content_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 0 0 14px 14px; 
}
.golo_demo_box .golo_demo_content_box a:has(h3) {
    text-decoration: none;
}
.golo_demo_box .golo_demo_content_box h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 52px;
    color: #ffff;
    margin-bottom: 0;
}
.golo_demo_box .golo_demo_content_box span {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    color: #ffff;
}
/* golo_demos_section end */

/* golo_key_features_section start */
.golo_key_features_section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.golo_key_features_grid_wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 36px;
}
.golo_key_feature_box {
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.golo_key_feature_box span {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #ffff;
}
/* golo_key_features_section end */

.golo_copyright_section {
    padding: 24px 12px;
    background-color: #E29D05;
    text-align: center;
}
.golo_copyright_section p {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    margin-bottom: 0;
}
.golo_copyright_section p a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

/* responsive css */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .hero-vector-1 {
        left: -150px;
    } 
    .hero-vector-2 {
        right: -150px;
    }
    .golo_demo_box .golo_demo_img_box {
        height: 290px;
    }
    .golo_key_features_grid_wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-vector-1 {
        left: -50px;
    } 
    .hero-vector-2 {
        right: -50px;
    }
    .golo_demo_box .golo_demo_img_box {
        height: 240px;
    }
    .golo_demo_box .golo_demo_content_box {
        padding: 20px;
    }
    .golo_key_features_grid_wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 320px) and (max-width: 991.98px) {
    .golo_navbar .golo_menu_links {
        background-color: #fff;
        margin-top: 20px;
        width: 100%;
        padding: 20px;
    }
    .golo_navbar .golo_menu_links .navbar-nav {
        gap: 15px;
        margin-bottom: 15px;
    }
    .golo_navbar .golo_menu_links .navbar-nav .nav-link {
        color: #000;
    }
    .golo_navbar .golo_menu_links .golo_primary_btn {
        position: unset;
    }
    .hero-vector-1,
    .hero-vector-2 {
        display: none;
    } 
    .golo_demos_box_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .golo_demo_box .golo_demo_img_box {
        height: 370px;
    }
    .golo_key_features_grid_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .golo_hero_section {
        padding-top: 200px;
    }
    .golo_hero_content {
        margin-bottom: 80px;
    }
    .golo_hero_content h1 {
        font-size: 36px;
        line-height: 52px;
    }
    .golo_demo_box .golo_demo_img_box {
        height: 280px;
    }
    .golo_demo_box .golo_demo_content_box {
        padding: 20px;
    }
    .golo_key_features_grid_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .golo_navbar .golo_menu_links .navbar-nav .nav-link {
        font-size: 18px;
    }
    .golo_hero_section {
        padding-top: 200px;
    }
    .golo_hero_content {
        margin-bottom: 80px;
    }
    .golo_hero_content h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .golo_hero_content p {
        font-size: 18px;
        line-height: 24px;
    }
    .golo_theme_heading {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .golo_demo_box .golo_demo_img_box {
        height: 280px;
    }
    .golo_demo_box .golo_demo_content_box {
        padding: 20px;
    }
    .golo_demo_box .golo_demo_content_box h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .golo_demo_box .golo_demo_content_box span {
        font-size: 18px;
        line-height: 28px;
    }
    .golo_key_features_grid_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .golo_key_feature_box {
        padding: 30px 10px;
    }
    .golo_copyright_section p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 420px) {
    .golo_key_features_grid_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}