body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    width: 100%;
    color: #444;
    background-color: #fff;
    /* user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    Internet Explorer/Edge */
}

html {
    box-sizing: border-box;
    margin-right: 0px !important;
}



body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Firefox */
* {
  scrollbar-width: none;  /* completely hide scrollbar */
  -ms-overflow-style: none; /* for IE and old Edge */
}
header {
    width: 100%;
    height: 6.25vw;
    left: 0;
    top: 0;
    /* background: linear-gradient(180deg, #134168 -20%, transparent); */
    position: absolute;
    box-sizing: border-box;
    z-index: 9;
    -webkit-transition: background 0.4s ease-in-out 0.3s;
    transition: background 0s ease-in-out 0s;
}

.header-container {
    position: relative;
    z-index: 2;
    padding: 0px;
}

.logo {
    margin-top: 10px;
    cursor: pointer;
}

.header-container img {
    height: auto;
    filter: drop-shadow(0px 0px 1px #000);
    width: 65%;
    margin-left: 20px;
    margin-top: 5px;
}

.header-container .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container .menu-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
}

.header-container .menu a {
    border: none;
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1vw;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
}

.header-container .btn-group .dropdown-menu {
    background: white;
    color: black;
}

.header-container .btn-group .dropdown-menu a {
    color: black;
    padding: 10px 20px;
}

.header-container .menu a.city-btn {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1.1vw;
    font-family: 'Merriweather', serif;
    line-height: 140%;
    font-weight: 400;
    padding: 7px 15px;
    border-radius: 18px 0px 18px 0px;
    margin: 0 5px;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px #3c3c3c;
}

a.custom-btn {
    color: #134168;
    text-decoration: none;
    margin: 0 10px;
    font-size: 0.938vw;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 15px 0px 15px 0px;
    margin: 0 5px;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    box-shadow: 0 0 6px 2px #00000033;
    line-height: 1;
}

.city-btn.green {
    background: #77b155ba;
}

.city-btn.red {
    background: #da6b3bb0;
}

.city-btn i {
    margin-right: 5px;
}

.dropdown-toggle i {
    margin-left: 5px;
}

.divider {
    height: 18px;
    width: 1px;
    background-color: white;
    margin: 0 5px;
}

.lg-btn {
    font-size: 0.729vw;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;

}

.header-container .menu a:hover,
.header-container .menu a:focus {
    outline: none;
    border: none;
    color: #fff;
    box-shadow: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
}

.header-container .menu a.dropdown-item {
    color: #134168;
    font-family: 'Merriweather', serif;
    text-transform: capitalize;
    font-weight: 400;
}

.header-container .menu a.dropdown-item:hover {
    font-weight: bolder;
    background: transparent;
}


.header-container .menu .dropdown-menu li {
    margin-bottom: 5px;
}

.dropdown-toggle::after {
    margin-left: 0.5em;
    content: "";
    height: .5vw;
    width: .5vw;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

.menu h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.8vw;
    color: #fff;
    font-weight: 400;
    margin-right: 1.3vw;
    z-index: 9;
    cursor: pointer;
    text-shadow: 2px 2px 10px #585858;
    position: relative;
}

.menu .dot {
    height: 13px;
    width: 13px;
    background: red;
    display: block;
    margin-right: 10px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px 0px #1b1b1b;
    margin-top: 5px;
}

.menu .dot.dot-1 {
    margin-left: 10px;
    background: var(--primary-color);
}

.menu .dot.dot-2 {
    background: var(--secondary-color);
}

.menu .dot.dot-3 {
    background: #fff;
}

.svg-section {
    height: fit-content;
    width: fit-content;
}

.svg-section svg {
    height: 100%;
    width: 100%;
}

.nevigation {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: -100vh;
    left: 0;
    background: #fff;
    z-index: 9;
    transition: all .3s linear;
}

.right-section {
    background: url(../home-img/nevigation-bg.jpg);
    border-left: 6px solid #f0ac3c;
    position: relative;
}

.right-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff80;
}

.nevigation nav {
    width: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nevigation nav li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}

.nevigation nav li a {
    font-family: 'Lato', sans-serif;
    color: #134168;
    font-size: 2.5vw;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.nevigation nav li:hover>a {
    color: #f0ac3c;
}

.nevigation nav>li:hover:before {
    content: '';
    height: 60%;
    width: 4px;
    background: #f0ac3c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.nevigation nav li.active>a {
    color: #f0ac3c;
}

/* .nevigation nav li.active:before {
    content: '';
    height: 60%;
    width: 4px;
    background: #f0ac3c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
} */


.long-arrow-right {
    display: block;
    margin: 0px auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f0ac3c;
    border-left: 2px solid #f0ac3c;
    margin-left: 5vw;
    display: none;
}

.nevigation nav li.active>.long-arrow-right {
    display: block !important;
}

.long-arrow-right {
    transform: rotate(135deg);
}

.long-arrow-right::after {
    content: "";
    display: block;
    width: 2px;
    height: 80px;
    background-color: #f0ac3c;
    transform: rotate(-45deg) translate(28px, 12px);
    left: 0;
    top: 0;
}

#closeVideo.close-btn:hover {
    filter: drop-shadow(0px 0px 15px #0003) !important;
}

.nevigation nav li .dropdown-menu li {
    padding-left: 0px;
}

.nevigation nav li .dropdown-item:focus,
.nevigation nav li .dropdown-item:hover {
    background-color: transparent;
}

.nevigation nav li .dropdown-menu a {
    line-height: 1;
    font-size: 1.2vw;
    text-transform: capitalize;
}

.close-btn {
    position: absolute;
    top: 2vw;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 1.2vw;
    cursor: pointer;
}

.close-btn embed {
    height: 3.5vw;
    width: 3.5vw;
    transform: rotate(45deg);
    margin-right: 10px;
    pointer-events: none;
}

.btn-group {
    position: absolute;
    top: 2vw;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
}

.events-group {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-media {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    text-align: right;
}

.social-media p {
    color: #134168;
    font-family: 'Merriweather';
    font-size: 1vw;
    margin-bottom: 0;
    padding-right: 30px;
}

.social-media ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 2vw;
    margin-bottom: 0;
}

.social-media ul li {
    padding: 0 .5vw;
}

.social-media ul li:last-child {
    padding-right: 0;
}

.social-media ul li a {
    color: #134168;
}

.right-section h1 {
    color: #134168;
    font-family: 'Merriweather';
    font-size: 1.3vw;
    font-weight: bold;
}

.event-block {
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-family: 'Merriweather';
    font-style: italic;
    font-size: 1.1vw;
    box-shadow: 0 0 6px 2px #00000057;
}

.event-block img {
    width: 3vw;
    margin-right: 5px;
}

.event-block.yellow {
    background: #f0ac3c;
}

.event-block.blue {
    background: #2a64c5;
}

.event-block.red {
    background: #cd5628;
}

.event-block hr {
    width: 100%;
    background: #fff;
    height: 1px;
    margin-bottom: 0;
    margin-top: 5px;
}

.back-svg {
    transform: rotate(180deg);
    margin-right: 5px;
}

.hover-effect span.txt {
    transition: all .3s ease-in-out;
}

.hover-effect:before {
    padding: 0px;
    position: absolute;
    top: 0;
    right: 0;
    content: attr(data-hover);
    color: rgb(255, 255, 255);
    opacity: 0;
    white-space: nowrap;
    transform: translateY(100%);
    transition: all .3s ease-in-out;
}

.hover-effect.login:before {
    margin-right: 21px;
}

.hover-effect:hover span.txt {
    opacity: 0;
    transform: translateY(-100%);
}

.hover-effect:hover:before {
    opacity: 1;
    transform: translateY(0);
}

.hover-effect.login:hover:before {
    opacity: 1;
    transform: translateY(0);
}

h2.hover-effect:before {
    right: auto;
    left: 0;
}



/* .absolute {
    position: absolute;
    overflow: hidden;
} */