@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rajdhani:wght@300;400;500;600;700&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden !important;
}

body,
h1,
h2,
h3,
h4,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
}

p {
    margin-block-end: 0;
    font-family: "Inter", sans-serif;
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
    font-family: 'Rajdhani', sans-serif;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
}

textarea:not([rows]) {
    min-height: 4em;
}

:target {
    scroll-margin-block: 5ex;
}

a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
}
article {
    display: block;
}
/* ******************************************************************* */
.conferencing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    place-content: space-between;
}
.img-top-left-rounded {
    border-radius: 8px 0 0 0;
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
.img-top-left-rounded:hover {
    transform: scale(1.02);
    cursor: pointer;
    transition: transform 0.3s;
}
.img-top-right-rounded {
    border-radius: 0 8px 0 0;
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
.img-top-right-rounded:hover {
    transform: scale(1.02);
    cursor: pointer;
    transition: transform 0.3s;
}
.img-bottom-left-rounded {
    border-radius: 0 0 0px 8px;
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
.img-bottom-left-rounded:hover {
    transform: scale(1.02);
    cursor: pointer;
    transition: transform 0.3s;
}
.img-bottom-right-rounded {
    border-radius: 0 0 8px 0px;
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
} 
.img-bottom-right-rounded:hover {
    transform: scale(1.02);
    cursor: pointer;
    transition: transform 0.3s;
}
#popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.699);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    z-index: 10000;
}
#popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}
.navbar-nav .nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
  }

  .nav-link:hover {
    color:#00aaff !important;
  }
  .nav-link.active {
    color: #00aaff !important;
  }
  .hero {
    min-height: 100vh; /* Full screen on desktop */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  
  .hero-text h2 {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
    color: #f0f0f0;
  }
.hero-section-inner {
    background: url('img/hero.jpg') center center / cover no-repeat;
    filter: blur(1px) brightness(0.7);
    z-index: 0;
}
.hh2 {
    font-size: 42px !important;
    font-weight: 600 !important;
}
/* .below-hero {
    scroll-margin-top: 70px; 
  } */
   .offer-wrapper {
    font-size: 17px;
   }
.gaming-section-inner {
    background: url('img/high.jpg') center center / cover no-repeat;
    filter: blur(2px) brightness(0.9);
    z-index: 0;
}
.text-neon {
    color: #00aaff;
}

.gaming-section .card-img-top {
    height: 250px;
    object-fit: contain;
}
#counter-section-new {
    background: #0072bc;
    padding: 45px 0px 30px;
    position: relative;
    color: #ffffff;
}
.br-right-line {
    position: relative;
}
.phw-g-i-dlPfbs {
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
    color: var(--brand-color-primary) !important;
    /* font-family: var(--cms-g-notosansregular) !important; */
}
.tm-sc-blog.blog-style1-current-theme article {
    box-shadow: 0 0 50px rgba(5, 5, 5, .08);
    -webkit-transition: all .3s cubic-bezier(.7, .04, .37, 1);
    transition: all .3s cubic-bezier(.7, .04, .37, 1);
    background-color: #fff;
    border-radius: 7px 7px 0 0;
}
.tm-sc-blog.blog-style1-current-theme article .entry-header {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s cubic-bezier(.7, .04, .37, 1);
    transition: all .3s cubic-bezier(.7, .04, .37, 1);
}
.tm-sc-blog.blog-style1-current-theme article .entry-header .thumb {
    border-radius: 7px 7px 0 0;
}

.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
    display: flex;
    overflow: hidden;
    position: relative;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    transition: all .3s linear;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
}
.tm-sc-blog.blog-style1-current-theme article .entry-header .link {
    background: #00c3ed;
}

.tm-sc-blog.blog-style1-current-theme article .entry-header .link {
    background: #333;
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.tm-sc-blog.blog-style1-current-theme article .entry-content {
    padding: 40px;
    background-color: #fff;
    position: relative;
}
.tm-sc-blog.blog-style1-current-theme article .entry-content .post-excerpt {
    margin-bottom: 0;
}
.bkn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.bkn-plain-text-with-arrow {
    color: #2f3241;
    font-size: 1rem;
    padding: 0;
    border: 0;
    vertical-align: initial;
}
.btn-round {
    border-radius: 3rem;
}
.bkn {
    border-width: 3px;
    letter-spacing: .05rem;
    padding: .8rem 2.5rem;
    overflow: hidden;
}
.bkn-plain-text-with-arrow:after {
    color: #00c3ed;
}
.bkn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* html a {
    -webkit-font-smoothing: antialiased;
} */
.bkn-plain-text-with-arrow:after {
    display: inline-block;
    content: "\f178";
    font-family: fontawesome;
    font-size: 16px;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 7px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    top: 2px;
    transition: all .3s ease 0s;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.tm-sc-section-title {
    margin-bottom: 60px;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper {
    position: relative;
}

.tm-sc-section-title .title-wrapper {
    margin-bottom: 20px;
    position: relative;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:before {
    content: "";
    background: #eee;
    position: absolute;
    height: 3px;
    width: 110px;
    left: 0;
    bottom: -13px;
    border-radius: 6px;
}
.tm-sc-section-title .title-wrapper .title {
    font-size: 3.125rem;
    font-weight: 600;
}

.tm-sc-section-title .title-wrapper :first-child {
    margin-top: 0;
}
.tm-sc-section-title .title-wrapper .title {
    margin-top: -6px;
    line-height: 1.3;
    position: relative;
    z-index: 0;
    font-size: 3.5rem;
}
.tm-sc-section-title .title-wrapper .title span {
    line-height: 1;
}

.tm-sc-section-title .title-wrapper :first-child {
    margin-top: 0;
}
.tm-sc-section-title .title-wrapper .title span {
    line-height: 1;
}

.text-theme-colored1 {
    color: #00c3ed !important;
}
.tm-sc-section-title .title-wrapper .title:after {
    content: "";
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 7px;
}
.tm-sc-section-title .title-wrapper .paragraph {
    font-size: 1.13rem;
    position: relative;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
    background-color: #00c3ed;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
    position: absolute;
    background: #333;
    content: "";
    height: 3px;
    width: 35px;
    left: 0;
    bottom: -13px;
    border-radius: 6px;
}

.image-slider {
    background: #d1d1d1;
    padding-top: 110px;
    padding-left: 110px;
    padding-bottom: 110px;
    padding-right: 110px;
    position: relative;
}
.slider-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.image-slider-track {
  display: flex;
  animation: scroll 35s linear infinite;
    animation-play-state: running;
  gap: 50px;
  position: relative;
  z-index: 1;
  padding: 20px 20px 0 0;
}

  .slider-viewport:hover .image-slider-track {
    animation-play-state: paused;
  }
.image-slider-track:hover {
  cursor: pointer;
}
.image-slider-item {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  flex: 0 0 calc((100% - 200px) / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  overflow: hidden;
  border-radius: 8px;
}
.image-slider-img {
  width: 100%;
  height: 100%;
}
.image-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
footer#footer {
    background-color: #1a1a1a;
    color: #fff;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.pb-20 {
    padding-bottom: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}

.pt-90 {
    padding-top: 90px !important;
}
footer#footer .footer-widget-area .widget {
    margin-bottom: 45px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
footer#footer .footer-widget-area .widget .widget-title {
    margin-bottom: 20px;
    font-size: 1.4rem;
}

footer#footer .footer-widget-area .widget .widget-title {
    color: #fff;
    margin-bottom: 35px;
}
.widget .widget-title.widget-title-line-bottom {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.widget .widget-title {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.1;
}
.widget-contact-info .contact-info .description {
    margin-bottom: 15px;
    color: #fff;
}
footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
    background: rgba(65, 65, 65, .3) !important;

}
.widget .widget-title.widget-title-line-bottom:before {
    background: #f5f5f5;
    width: 100%;
}
.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after, footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after {
    background: #00c3ed;
}
.menu {
    list-style-position: inside;
    margin: 0 !important;
    padding: 0 !important;
}
.widget ul li {
    list-style: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 2.5rem;
}
.widget.widget_nav_menu ul>li {
    padding-left: 15px;
    position: relative;
}
.widget ul li {
    list-style: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 2.5rem;
}
.widget.widget_nav_menu ul>li::before {
    color: #00c3ed !important;
}
.widget.widget_nav_menu ul>li::before {
    content: "\f105" !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.widget.widget_nav_menu ul>li::before {
    content: "\f0da";
    left: 0;
    position: absolute;
    font-family: FontAwesome;
    color: #ccc;
}
footer#footer a:not(.social-link) {
    color: #fff;
    font-weight: 500;
}
.styled-icons li {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 0;
    padding-left: 0 !important;
}
.icon-theme-colored1.icon-dark a {
    background-color: #00c3ed;
    color: #fff;
}

.styled-icons.icon-rounded a {
    border-radius: 3px;
}
.styled-icons a {
    border: 2px solid transparent;
    color: #333;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 2;
    margin-right: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 36px;
    transition: all .2s ease;
}
.styled-icons a i {
    height: 100% !important;
    line-height: 2;
    position: relative;
    top: 0;
    width: 100% !important;
}
.line-bottom-footer-widget {
    position: relative;
    padding-bottom: 10px
}
.line-bottom-footer-widget:before {
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    background: rgba(65, 65, 65, .3);
}
.line-bottom-footer-widget:after {
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 54px;
    background: #555
}
body.has-fixed-footer .top-sliders-container {
    z-index: 2
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #d6e7dd;
    color: #2e2e2e;
    cursor: pointer;
    padding: 11px;
    padding-right: 11px;
    padding-left: 11px;
    border-radius: 50px;
}

#wp-myBtn {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    background-color: #25d366;
    color: white;
    cursor: pointer;
    padding: 8px 11px;
    border-radius: 100px;
}
.sld {
    display: flex;
    gap: 20px;
    width: calc(250px*18);
    animation: scroll 35s linear infinite;
    animation-play-state: running;
}

.sld:hover {
    animation-play-state: paused;
}

.slide-project-img {
    box-shadow: 0 6px 10px -1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    height: 110px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}

.slide-project-img img {
    width: 100%;
    transition: transform 2s;
}

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

    100% {
        transform: translateX(calc(-250px * 14));
    }
}
.it-service {
        font-weight: 500;
    }
    .it-service-icon i {
        color:#0072bc;
    }
    .why {
        font-size: 42px !important;
        margin-bottom: 30px;
        color:#0072bc;
        font-weight: 600;
    }
    .product {
        border: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .product p {
        font-weight: 500 !important;
    }
    .product h3 {
        font-weight: 600;
    line-height: 1.3;
    color: #002c42;
    }
    .product h4 {
            line-height: 1.5;
    margin-bottom: .5rem;
    margin-top: .75rem;
        font-weight: 600;
    color: #002c42;
    }
    .section-content h2 {
            font-weight: 600;
    line-height: 1.3;
    color: #002c42;
    }.section-content h3 {
            font-weight: 600;
    line-height: 1.3;
    color: #002c42;
    }
    .mb-30 {
    margin-bottom: 30px !important;
    }
blockquote.blockquote-style3 {
    border-left: 3px solid #0073aa;
    padding: 0 30px;
    background-color: transparent;
    box-shadow: none;
}

blockquote.tm-sc-blockquote {
    font-style: normal;
    padding: 20px;
    background-color: #fcfcfc;
    box-shadow: 0 0 1px #ddd;
    border-left: 5px solid #0073aa;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
blockquote {
    border-color: #00c3ed;
}
blockquote {
    position: relative;
    padding: 0;
    border-left: 2px solid #0073aa;
    padding-left: 1rem;
    margin: 15px 0;
}
blockquote.blockquote-style3:before {
    color: rgba(0, 0, 0, .3);
    content: "\f10e";
    font-family: 'fontawesome';
    font-size: 50px;
    opacity: .2;
    position: absolute;
    left: 5px;
    top: -25px;
    transform: rotate(180deg);
}
blockquote.quote-icon-theme-colored:before {
    color: #00c3ed;
}
.line-bottom {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 10px;
}
.line-bottom:after {
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 65px;
    background: #555;
}
.form-control
 {
    height: calc(2.25rem + 18px);
    padding: 8px 16px;
    outline: 0;
    border-radius: 0;
}
.form-group {
    margin-bottom: 1rem;
}
.icon-box i {
    display: inline-block;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.icon-box.left a {
    margin-right: 30px;
    padding: 0;
}

.pull-left {
    float: left;
}
.p-30 {
    padding: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.icon-box {
    position: relative;
    z-index: 0;
    transition: all .3s ease;
}
.media {
    display: flex;
    align-items: flex-start;
}
textarea.form-control {
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

textarea.form-control {
    height: auto;
}
.popup-form {
  position: fixed;
  bottom: 20px;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.507);
  align-items: center;
  z-index: 10000;
  display: none;
}
.popup-content {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: relative;
  padding: 20px;
}
.popup-form .close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 26px;
  cursor: pointer;
  color: #2e2e2e;
}
.form-control {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 50px !important;
    padding: 10px 10px 10px 40px !important;
    margin: 0 0 5px !important;
    border: none !important;
    border-bottom: 2px solid #e7e7e7 !important;
    box-shadow: none !important;
}
.form-container-2 {
    position: relative;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(148, 148, 148, .25);
    text-align: center;
    padding: 30px 50px 50px;
    border-radius: 10px;
    width: 450px;
    height: 100%;
}
.form-group {
    position: relative;
    margin: 0 0 20px;
}

.form-group-btn {
    margin-top: 30px;
    width: 100%;
    color: #fff;
    background:#00aaff;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px;
}
.form-title {
    color: #231f20;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.input-icon {
    color: #2e2e2e;
    font-size: 23px;
    position: absolute;
    left: 10px;
    top: 6px;
}
@media (max-width: 576px) {
    .popup-form {
        bottom: 0px !important;
        padding: 5px !important;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.507);
        align-items: center;
        z-index: 10000;
        display: none;
}
    .form-container-2 {
        position: relative;
        background: #fff;
        box-shadow: 0 0 9px 0 rgba(148, 148, 148, .25);
        text-align: center;
        padding: 30px 21px 30px 21px;
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }
    .popup-content {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: relative;
    }
    .form-group-btn {
        margin-top: 15px;
        width: 100%;
        color: #fff;
        background:#00aaff;
        border: none;
        border-radius: 25px;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 0px;
    }
    .cp {
        font-size: 12px ;
        justify-content: center !important;
    }
    .gaming-section .card-img-top {
        height: 250px !important;
        width: 100% !important;
        object-fit: contain;
    }
    .gaming-section img {
        width: 100% !important;
        height: auto !important;
    }
    .image-slider {
        padding: 25px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .image-slider-item {
        flex-basis: 86%;
    }
    .title {
        font-size: 34px !important;
    }
    .phw {
        font-size: 17px !important;
    }
    .hh2 {
        font-size: 32px !important;
        margin-bottom: 5px;
        font-weight: 500 !important;
    }
    .hh2-p {
        font-size: 1rem !important;
    }
    .why {
        font-size: 32px !important;
        margin-bottom: -10px;
        text-align: center;
        font-weight: 500;
    }
    .it-service-icon {
        display: flex;
        justify-content: center;
    }
    .it-service-icon i{
        background:#0072bc;
        color: white;
        border-radius: 100%;
        padding: 17px 35px;
        display: flex;
        justify-content: center;
        font-size: 32px;
    }
    .it-service {
        font-size: 14px;
    }
    .underline-list li {
  border-bottom: 1px solid #ddd; /* Light underline */
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  font-size: 1rem !important;
}
.underline-list li:last-child {
  border-bottom: none; /* Optional: remove underline after last item */
}
}
@media (min-width: 767px) and (max-width: 1199.98px) {
    .phw-g-i-dlPfbs {
        font-size: 30px !important;
    }
}
@media (min-width: 768px) {
    .justify-content-md-center {
        justify-content: center !important;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .image-slider {
        padding: 25px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .image-slider-item {
        flex-basis: 100%;
    }
}