:root {
    --color1: #06B8E5;
    -color2: #19174C;
}

body {
 font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding: 0;
}
 html {
      scroll-behavior: smooth;
    }
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}
ul, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus{
    color: inherit;
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
button:focus {
    outline: 0;
    box-shadow: none;
}

.cursor-pointer {
    cursor: pointer;
}
.ls-2{
letter-spacing: 2px;
}

.clr_sky{
    color:#06B8E5;
}
.clr_blue{
    color:#19174C;
}
.font-700{
    font-weight: 700;
}
.font-600{
    font-weight: 600;
}
.font-500{
    font-weight: 500;
}
.font-400{
    font-weight: 400;
}
.font-300{
    font-weight: 300;
}

.font_12 {
    font-size: 12px;
    line-height: 18px;
}

.font_14 {
    font-size: 14px;
    line-height: 20px;
}

.font_16 {
    font-size: 16px;
    line-height: 22px;
}

.font_18 {
    font-size: 18px;
    line-height: 24px;
}
.font_20 {
    font-size: 20px;
    line-height: 28px;
}

.font_22 {
    font-size: 22px;
    line-height: 30px;
}

.font_35 {
    font-size: 35px;
    line-height: 42px;
}


.font_40 {
    font-size: 40px;
    line-height: 50px;
}

.sky_theme {
    background: var(--color1) !important;
    border-radius: 40px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 15px;
    border:1px solid var(--color1) !important;
}

.sky_theme:hover {
    background:#ffffff !important;
    color: var(--color1) !important;
     border:1px solid var(--color1) !important;
}

button.btn.blue_border {
    background: #ffffff !important;
    border-radius: 40px;
    color: var(--color2);
    font-size: 16px;
    font-weight: 600;
    padding: 6px 15px;
    border: 1px solid #19174C !important;
}

/*header_open*/
header {
    box-shadow: 0px 2px 2px 0px #00000014;
    background: #ffffff;
}

header .navbar .nav-link {
    font-size: 16px;
    color: #19174C;
    font-weight: 500;
    padding: 25px 20px !important;
}

header .navbar .nav-link.active {
    color: #06b8e5 !important;
    border-bottom: 1px solid #06b8e5 !important;
}

header .navbar .nav-link.linkdin span, header .navbar .nav-link.whastup span{
    border: 1px solid #DFE3EB;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

 header .navbar  .nav-link.linkdin {
    padding: 18px 20px !important;
}

header .navbar  .nav-link.whastup{
   padding: 18px 10px !important;
   padding-right: 0 !important;
}

header {
    transition: all 0.3s ease; /* smooth effect */
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 999;
}

/*header_close*/

/*gl_banner_section*/

.gl_banner_section {
    background: #F6F9FF;
}
.video-container {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
      background-color: #000;
      border-radius: 12px;
      overflow: hidden;
    }

    .video-container img,
    .video-container video {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }

   .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

figure {
    margin: 0;
    position: relative;
}
   


/*gl_banner_section*/

/*expect-at-booth*/
.expect-at-booth {
    background: #162251;
}

.expect-at-booth .card{
    background: rgb(255 255 255 / 10%);
    border-radius: 30px;
    padding:30px;
}

.expect-at-booth .card .icon_img {
    width: 60px;
    height: 60px;
    background: rgb(255 255 255 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-bottom: 12px;
}

.expect-at-booth .shape1 {
    position: absolute;
    left: 0;
    top: 0;
   width: clamp(120px, 28vw, 210px);
}

.expect-at-booth .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(120px, 28vw, 210px);
}


/*expect-at-booth-close*/

/*testimonial_section*/

.g_testimonial .nav-tabs .nav-link img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 50%;
}

.g_testimonial .nav-tabs .nav-item {
    width: 33.33%;
}

.g_testimonial .nav-tabs .nav-link {
    width: 100%;
    margin: 0;
    border: none !important;
    justify-content: center;
}

.g_testimonial .nav-tabs .nav-link.active{

}

.g_testimonial .nav-tabs .nav-link.active {
    border-bottom: 1px solid var(--color1) !IMPORTANT;
}

.g_testimonial .shadow-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 14px 0px #050B471F;
    padding: 30px;
    border-radius: 20px;
}

.g_testimonial .shadow-box .bi.bi-quote {
    color: #d9d7ff;
    font-size: 65px !important;
    line-height: 0;
}
/*testimonial_section_close*/

/*why_genome*/

.genome_inner {
    background: url(../images/bg.png);
    padding: 50px;
    width: 100%;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

  .genome_inner .check-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 2px solid var(--color1);
    border-radius: 50%;
    color: var(--color1);
    font-size: 20px;
  }

  .genome_inner .wg_points ul li {
    display: flex;
    align-items: start;
    column-gap: 15px;
}

.genome_inner .wg_points .list-unstyled {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

  /*why_genome*/

/*Previous-Edition*/
.Previous-Edition .item img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 10px;
}
/*Previous-Edition_close*/

.book_demo_model .form-control {
    border: 1px solid #CFD0E0;
    height: 48px;
    color: var(--color2);
}

.book_demo_model .form-control::placeholder{
    color: var(--color2);  
}

.book_demo_model textarea.form-control {
    height: auto;
}
/*footer*/

.footer_sec{
    background: #F6F9FF;
    width: 100%;
}

.footer_sec .footer_link {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.footer_sec .footer_social a {
    border: 1px solid #DFE3EB;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/*footer_close*/

.parsley-errors-list li{
    color: red;
}