@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    line-height: 25px;
    background-color: #fafafa;
    overflow-x: hidden;
    min-height: 100vh;
}


nav {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 9;
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

nav li {
    height: 50px;
    font-weight: 600;
    font-size: 14px;
}

nav li:first-child {
    margin-right: auto;
}

nav a {
    height: 100%;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    
}

nav a:hover {
    color: #f17829;
    text-decoration: none;
}

.menu-button {
    display: none;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: #5f5b5b;
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: url(/assets/img/sabre-award.jpeg);
}

.sidebar li {
    width: 100%;
    margin: 0.5rem auto;
}

.sidebar a {
    width: 100%;
    
}

.main-content {
    position: relative;
    background-color: #fff;
    min-height: 100vh;
    top: 0;
    left: 80px;
    transition: all 0.5s ease;
    width: calc(100% - 80px);
}


.page-title {
    background: #eae9ee;
    background-size: cover;
    background-position: center center;
}


.page-title h1 {
    text-align: center;
    font-family: bubble;
    font-size: 100px;
    color: #dfc5fe;
    font-weight: 500;
    text-transform: uppercase;
}

.page-title ol.breadcrumb {
    text-align: center;
    color: #fff;
}

.page-title ol.breadcrumb li {
    font-size: 13px;
}

.page-title ol.breadcrumb li :after {
    font-family: FontAwesome;
    content: '';
    margin-left: 10px;
}

.page-title ol.breadcrumb a {
    color: #fff;
}

.padding-tb-180px {
    padding-top: 180px;
    padding-bottom: 180px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.nile-about-section {
    padding: 70px 0px 70px 0px;
    background-image: url(/who-we-are/assets/img/ba_1.jpg);
}

.section-title-right .icon {
    float: left;
    margin-right: 20px;
    margin-top: -10px;
}

.section-title {
    text-align: center;
}

.section-title .icon {
    font-size: 25px;
}

.section-title .h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    position: relative;
}

.section-title .h2:before {
    border-bottom: 2px solid #d1d1d1;
    content: ' ';
    width: 100px;
    position: absolute;
    left: -120px;
    right: 0;
    bottom: 12px;
}

.section-title .h2:after {
    border-bottom: 2px solid #d1d1d1;
    content: ' ';
    width: 100px;
    position: absolute;
    right: -120px;
    bottom: 12px;
}

.section-title .des {
    opacity: 0.8;
}

.service-icon-box {
    text-align: center;
    margin-bottom: 35px;
}

.service-icon-box a.title.h2 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 15px auto;
}

.service-icon-box .des {
    font-size: 13px;
    color: #777;
}

.margin-tb-25px {
    margin-top: 25px;
    margin-bottom: 25px;
}

.social-icon.style-2.rounded li a {
    border-radius: 50%;
}

ul.social-icon.style-3.rounded li a {
    border-radius: 50%;
}

ul.social-icon.style-4.rounded li a {
    border-radius: 50%;
}

.border-radius-500 {
    border-radius: 500px;
}

.padding-tb-100px {
    padding-top: 30px;
    padding-bottom: 100px;
}

.text-main-color {
    color: #f17829;
}

.nile-accordion .card {
    border: none;
}

.nile-accordion .card-header {
    border: none;
    margin-bottom: 5px;
    color: #fff;
    padding: 5px 10px;
    background-color: #f17829;
    border-radius: 0px;
}

.nile-accordion .card-header .fa {
    margin-right: 8px;
}

.nile-accordion .card-header:active,
.nile-accordion .card-header:hover {
    background-color: #f56c11;
}

.nile-accordion .card-header .btn-link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: left;
}

.nile-accordion.layout_2 .card-header {
    color: #fff;
    background-color: #444;
    border-radius: 8px;
}

.nile-accordion.layout_2 .card-header:active,
.nile-accordion.layout_2 .card-header:hover {
    background-color: #f17829;
}

.nile-accordion.layout_2 .card-header .btn-link {
    color: #fff;
}

.nile-accordion.layout_3 .card-header {
    color: #444;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
}

.nile-accordion.layout_3 .card-header:active,
.nile-accordion.layout_3 .card-header:hover {
    background-color: #f17829;
    color: #fff;
}

.nile-accordion.layout_3 .card-header .btn-link {
    color: #444;
}

footer.layout-light {
    background-color: #fff;
}

footer.layout-light .contact-info {
    color: #dfc5fe;
}

footer.layout-light .contact-info .icon {
    float: left;
    font-size: 30px;
    margin-right: 15px;
}

footer.layout-light .contact-info span.title-in {
    font-size: 13px;
}

footer.layout-light .contact-info .text {
    line-height: 19px;
    font-size: 14px;
}

footer.layout-light .nile-widget h2.title {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

footer.layout-light .nile-widget.widget_nav_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer.layout-light .nile-widget.widget_nav_menu ul li a {
    text-decoration: none;
    color: #dfc5fe;
    display: block;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

footer.layout-light .nile-widget.widget_nav_menu ul li a:before {
    font-family: 'ElegantIcons';
    color: #e53935;
    display: inline-block;
    margin-right: 5px;
}

footer.layout-light .copy-right {
    background-color: #fff;
}

footer.layout-light .copy-right .copy-right-text {
    color: #dfc5fe;
}

footer.layout-light .copy-right .copy-right-text a {
    color: #dfc5fe;
    text-decoration: none;
}

footer.layout-light .copy-right ul.social-media li {
    margin-left: 8px;
}

footer.layout-light .about-us {
    font-size: 13px;
    color: #dfc5fe;
}

footer.layout-dark {
    background-color: #800000;
}

footer.layout-dark .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
}

footer.layout-dark .contact-info {
    color: #fff;
}

footer.layout-dark .contact-info .icon {
    float: left;
    font-size: 40px;
    margin-right: 15px;
}

footer.layout-dark .contact-info span.title-in {
    font-size: 13px;
}

footer.layout-dark .contact-info .text {
    line-height: 19px;
    font-size: 14px;
}

footer.layout-dark .nile-widget h2.title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

footer.layout-dark .nile-widget.widget_nav_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer.layout-dark .nile-widget.widget_nav_menu ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

footer.layout-dark .nile-widget.widget_nav_menu ul li a:before {
    font-family: 'ElegantIcons';
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

footer.layout-dark .copy-right {
    background-color: #800000;
}

footer.layout-dark .copy-right .copy-right-text {
    color: #fff;
}

footer.layout-dark .copy-right .copy-right-text a {
    color: #fff;
    text-decoration: none;
}

footer.layout-dark .copy-right ul.social-media li {
    margin-left: 8px;
}

footer.layout-dark .about-us {
    font-size: 13px;
    color: #dadada;
}



img {
    max-width: 100%;
}

a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #000;
    font-size: 14px
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:active,
button:active,
.btn {
    outline: none;
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-primary-travlez {
    background-color: #e53935;
    border: none;
    border-radius: 0px;
    font-size: 13px;
}

.btn-primary-travlez:hover {
    background-color: #f3eec2;
}

input {
    background-color: #f9f9f9;
    padding: 5px;
    border: solid 1px #eee;
    outline: none;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.h1,
h1 {
    font-size: 28px;
    line-height: 32px;
}

.h2,
h2 {
    font-size: 23px;
    line-height: 28px;
}

.h3,
h3 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -1px;
}

.h4,
h4 {
    font-size: 17px;
    line-height: 21px;
}

.h5,
h5 {
    font-size: 16px;
    line-height: 20px;
}

.h6,
h6 {
    font-size: 13px;
    line-height: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    font-weight: 500;
}


header {
    position: relative;
    z-index: 9;
    /* Link Padding Top & bottom */
}

header .contact-info {
    color: #646161;
}

header .contact-info .icon {
    float: left;
    font-size: 30px;
    margin-right: 15px;
}

header .contact-info span.title-in {
    font-size: 13px;
}

header .contact-info .text {
    line-height: 19px;
    font-size: 14px;
}

header a.mobile-toggle {
    display: none;
}

.contact-info-map {
    color: #fff;
}

.contact-info-map h2.title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.contact-info-map .icon {
    float: left;
    font-size: 30px;
    margin-right: 15px;
}

.contact-info-map span.title-in {
    font-size: 13px;
}

.contact-info-map .text {
    line-height: 19px;
    font-size: 14px;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.margin-top-5px {
    margin-top: 5px;
}

.margin-top-6px {
    margin-top: 6px;
}

.margin-top-7px {
    margin-top: 7px;
}

.margin-top-8px {
    margin-top: 8px;
}

.margin-bottom-60px {
    margin-bottom: 60px;
}

.padding-tb-100px {
    padding-top: 30px;
    padding-bottom: 100px;
}

.padding-tb-20px {
    padding-bottom: 20px;
}

.timeline-sec .nile-bottom {
    background: #e53935;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}

.nile-bottom:hover,
.nile-bottom:active,
.nile-bottom:focus {
    background: #e53935;
    color: #fff;
    text-decoration: none;
}

a.nile-bottom {
    background-color: #e14d2a;
    color: #fff;
    border-radius: 35px;
    display: inline-block;
}

a.nile-bottom:hover {
    background-color: #999;
    color: #fff;
}

a.nile-bottom.sm {
    padding: 6px 30px 6px 30px;
}

a.nile-bottom.md {
    padding: 6px 40px 6px 40px;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
}

a.nile-bottom.md .fa {
    margin-left: 10px;
}

a.nile-bottom.sm-block {
    display: block;
    padding: 6px 40px 6px 40px;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    font-weight: 500;
}

a.nile-bottom.sm-block .fa {
    margin-left: 10px;
}

a.action-bottom {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    display: block;
}

a.action-bottom h4 {
    font-size: 14px;
}

a.action-bottom:hover {
    background-color: #e53935;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
}

.margin-bottom-35px {
    margin-bottom: 35px;
}



.slideshow{
    height: auto;
}

.who {
    position: relative;
    min-height: 700px;
}


.offerings {
    position: relative;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.blue {
    background:  #fff;
}

.orange {
    background: #ffa264;
    
}

.wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave svg {
    position: relative;
    display: block;
    width: calc(122% + 1.3px);
    height: 174px;
}

.wave .shape-fill {
    fill: #fff;
}

.li {
    font-size: 17px;
    color: #e14d2a;
}


.offering-wrap {
    width: 100%;
    display: grid;
    place-items: center;
    margin-inline: 1.5rem;
    padding-top: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
}


.offering-container {
    display: grid;
    row-gap: 3.5rem;
}

.offering-article {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.offering-layer {
    width: 175px;
    height: 100px;
    border-radius: 0.5rem;
    padding: 7px;
    background-color: #ff8b28;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(71, 71, 71, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(71, 71, 71, 0.75);
    box-shadow: 0px 0px 20px -13px rgba(71, 71, 71, 0.75);
    margin-bottom: 30px;
}

.offering_icon {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    place-content: center;
    box-shadow: 
    #00000012 0px 1px 2px
    #00000012 0px 2px 4px
    #00000012 0px 4px 8px
    #00000012 0px 8px 16px
    #00000012 0px 16px 32px
    #00000012 0px 32px 64px;
    font-size: 15px;

}

.offering_title {
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.offering-data {
    width: 152px;
    background-color: #f17829;
    padding: 1.5rem 2rem;
    box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);
    border-radius: 1rem;
    position: absolute;
    top: 6rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    opacity: 0;
    transition: opacity 1s 1s;
}

.offering-description {
    display: block;
    font-size: 14px;
    margin-bottom: .25rem;
    color: #fff;
}

.offering-article:hover .offering-data {
    animation: show-data 1s forwards;
    opacity: 1;
    transition: opacity .3s;
    cursor:default
}

.offering-article:hover {
    animation: remove-overflow 2s forwards;
}

.offering-article:not(:hover) {
    animation: show-overflow 2s forwards;
}

.offering-article:not(:hover) .offering-data {
    animation: remove-data 1s forwards
}

@keyframes show-data {
    50%{
        transform: translateY(-4rem);
    }
    100%{
        transform: translateY(-2rem);
    }
}

@keyframes remove-overflow{
    to{
        overflow: initial;
    }
}

@keyframes remove-data {
    0% {
        transform: translateY(-2rem);
    }
    50% {
        transform: translateY(-4rem);
    }
    100% {
        transform: translateY(.5rem);
    }
}

@keyframes show-overflow {
    0% {
        overflow : initial;
        pointer-events: none;
    }
    50% {
        overflow: hidden;
    }
}







.title-container {
    height: 8vh;
    display: flex;  
}

.title {
    display: grid;
    align-items: center;
    column-gap: 1.3rem;
}


.slick-slide {
    margin: 0px 20px;
}

.c-slider {
    display: flex;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: flex;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
.our-clients-wrap {
    position: relative;
	width: 100%;
	min-height: 1514.08px;
    background: #000;
    align-items: center;
    justify-content: center;
}


.our-clients {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.client-wraper {
    width: 176.59px;
    height: 221.27px;
    background: #161616;
    align-items: center;
    
}


.client-wraper .cli-team .cli {
    -webkit-filter:grayscale(100%);
    filter: grayscale(100%);
}

.client-wraper .cli-team:hover .cli {
    -webkit-filter: none;
    filter: none;
}

.client-wraper .cli-team2 .cli {
    -webkit-filter:brightness(0) invert(1);
    filter: brightness(0) invert(1); 
}

.client-wraper .cli-team2:hover .cli {
    -webkit-filter: none;
    filter: none;
}


.filter-content {
    filter: brightness(0) invert(1);
}

.margin-top-80px {
    margin-top: 80px;
}

.margin-top-50px {
    margin-top: 50px;
}

.margin-bottom-100px {
    margin-bottom: 100px;
}

.cart-service {
    padding: 7px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -13px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
}

.cart-service h2 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    opacity: 0.8;
}

.cart-service h5 {
    font-size: 10px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    opacity: 0.8;
}

.cart-service hr {
    border-color: #ff8629;
}

.cart-service .text {
    font-size: 12px;
    opacity: 0.8;
    color: #000;
    font-weight: 500;
}

.background-main-color {
    background-color: #ff7000;
}

.white {
    background-color: #fff;
}

.light-orange {
    background-color: #202020;
}

.dark-gray {
    padding: 70px 0px 70px 0px;
    background-color: #000 !important;
    color: white;
}

.the-clients {
    padding: 25px 0px 25px 0px !important;
    background-image: url(/assets/img/seamless_african_tribal_design_pattern_for_fabric_2.jpg) !important;
    background-size: cover;
    background-position: center center;
    color: white;
}

.team.layout-1 {
    text-align: center;
    margin-bottom: 35px;
}

.team.layout-1 h3 {
    margin: 10px auto 5px;
    font-size: 18px;
}

.team.layout-1 img {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
}

.team.layout-1 ul.social-list li a {
    font-size: 13px;
    margin-right: 10px;
    color: #444;
}

.team.layout-2 {
    text-align: center;
    margin-bottom: 35px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    background-color: #fff;
}

.team.layout-2 h3 {
    margin: 5px auto 5px;
    font-size: 17px;
}

.team.layout-2 ul.social-list li a {
    color: #e53935;
    font-size: 13px;
    margin-right: 10px;
}

.team.layout-3 {
    text-align: center;
    margin-bottom: 35px;
}

.team.layout-3 h3 {
    margin: 10px auto 5px;
    font-size: 18px;
}

.team.layout-3 img {
    border-radius: 450px;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.05);
}

.team.layout-3 ul.social-list li a {
    font-size: 13px;
    margin-right: 10px;
    color: #444;
}

.layout-1 .img-team .vert {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.layout-1 .img-team:hover .vert {
    -webkit-filter: none;
    filter: none;
}

.fixed-nav {
    position: fixed;
    right: 50px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.tsm {
    margin-left: 225px;
}








/*========== BREAKPOINTS ==========*/
/* For Small Devices*/
@media screen and (max-width: 480px) {
    .offering-wrap {
        margin-inline: 1rem;
    }

    .offering-data {
        width: 152px;
        padding: 1.5rem;
       z-index: 10;
    }

    
    
    @media screen and (max-width: 430px) {
        .sidebar {
            width: 100%;
        }
        .hideOnMobile {
            display: none;
        }
    
        .menu-button {
            display: block;
        }

        .tsm {
            margin-left: 150px;
        }
    
    }
    
}

/* For Medium Devices*/
@media screen and (min-width: 768px) {
    .offering-container {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
    }

    .offering-data {
        z-index: 10;
    }

    @media screen and (max-width: 920px) {
        .hideOnMobile {
            display: none;
        }
    
        .menu-button {
            display: block;
        }

        .tsm {
            margin-left: 300px;
        }
    }
}

/* For Large Devices*/
@media screen and (min-width: 1120px) {
    .offering-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .offering-data {
        z-index: 10;
    }

}



