/*BOOTSTRAP 5.0.0 CSS*/

/* CUSTOM CSS */
@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC15ThinRegular.woff2")
      format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC15ThinRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC25ExtraLightRegular.woff2")
      format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC25ExtraLightRegular.woff")
      format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC35LightRegular.woff2")
      format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC35LightRegular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC45RegularRegular.woff2")
      format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC45RegularRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC45RegularItalic.woff2")
      format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC45RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC55MediumRegular.woff2")
      format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC55MediumRegular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC65BoldBold.woff2") format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC65BoldBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC75ExtraBoldBold.woff2")
      format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC75ExtraBoldBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC85HeavyBold.woff2") format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC85HeavyBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/FONTSPRINGDEMO-CoreSansC95BlackBold.woff2") format("woff2"),
    url("../font/FONTSPRINGDEMO-CoreSansC95BlackBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body,
html {
  font-family: "Core Sans C";
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

input,
textarea,
select {
  width: 100%;
}

input[type="checkbox"] {
  height: auto;
  width: auto;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

p {
  padding-bottom: 10px;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-FBFBFB: #fbfbfb;
  --color-C0C0C0: #c0c0c0;
  --color-575656: #575656;
  --color-D1050C: #d1050c;
  --color-F3F3F3: #f3f3f3;
  --color-C5C6C6: #c5c6c6;
  --color-D9D9D9: #d9d9d9;
  --color-opacity-03-C5C6C6: #c6c5c559;
  --fs-32: 32px;
  --fs-20: 20px;
  --fs-40: 40px;
}

/* HEADER  */

header.custom-header {
  background: var(--color-FBFBFB);
}

header.custom-header .container {
  position: relative;
}

.sub-menu.main {
  position: absolute;
  top: 100%;
  width: 100%;
}

.topgridnav {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: end;
}

ul.to-navlist,
ul.language-list {
  display: flex;
  align-items: center;
  gap: 32px;
}

ul.to-navlist {
  position: relative;
}

.croatia-holder {
  position: relative;
}

ul.to-navlist::after,
.croatia-holder::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--color-575656);
  left: -25px;
}

ul.to-navlist::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--color-575656);
  right: -25px;
}

.top-header {
  background: var(--color-opacity-03-C5C6C6);
  padding: 25px 40px;
  border-radius: 0px 0px 50px 50px;
}

.serach-btn a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.croatia-holder a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.grid-header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

ul.main-navlinks {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
  max-width: fit-content;
  margin: 0 auto;
}

.custom-header a {
  color: var(--color-575656);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
}

ul.main-navlinks li a:hover,
ul.to-navlist li a:hover {
  color: var(--color-D1050C);
}

ul.main-navlinks li.current-menu-item a {
  color: var(--color-D1050C);
}
ul.main-navlinks li {
  position: relative;
}
ul.main-navlinks li{
  padding: 50px 0px;
}
.altiumn-btn a {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
  padding: 14px 20px;
  display: inline-block;
  background: var(--color-D1050C);
  border-radius: 10px;
  border: 1px solid var(--color-D1050C);
}

.altiumn-btn a:hover {
  border-color: var(--color-D1050C);
  background: var(--color-white);
  color: var(--color-575656);
}

.grid-altiumn-global {
  display: flex;
  align-items: center;
  gap: 80px;
}

.bottom-header {
  /* padding: 50px 0px; */
}

.cart-holderss a {
  position: relative;
}

.cart-holderss span.cart-countss {
  position: absolute;
  background: var(--color-D1050C);
  height: 15px;
  width: 15px;
  font-size: 10px;
  line-height: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: -7px;
  right: -7px;
  border-radius: 50%;
  color: var(--color-white);
}

.menu-item-has-children {
  position: relative;
}

.logo-main {
  max-width: 216px;
  width: 100%;
}

.all-navlists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  max-width: 100%;
  /* justify-content: center; */
  width: 100%;
}

/* .all-navlists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 83px;
  max-width: fit-content;
} */

.menu-icon {
  max-width: 35px;
  width: 100%;
  display: none;
}

ul.language-list li {
  position: relative;
}

ul.language-list li::after {
  position: absolute;
  content: "";
  top: 6px;
  bottom: 0;
  width: 1px;
  background: var(--color-575656);
  right: -14px;
  height: 12px;
}

ul.language-list li:last-child::after {
  display: none;
}

/* HEADER END */

/* FOOTER  */
.grid-footer {
  border-radius: 18px;
  background: var(--color-F3F3F3);
  padding: 40px 60px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.three-two {
  font-size: var(--fs-32);
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  padding-bottom: 10px;
}

.grid-footer .three-two {
  color: var(--color-575656);
  padding-bottom: 30px;
}

ul.footer-list li a,
.custom-footer p,
.custom-footer a {
  color: var(--color-575656);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

ul.footer-list li a:hover {
  color: var(--color-D1050C);
}

ul.footer-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

ul.socialmedia-list {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.socialmedia-holder a {
  text-decoration: underline;
}

.socialmedia-holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links {
  border-left: 1px solid var(--color-C5C6C6);
  padding: 10px 0px 30px 40px;
}

.footerlogo {
  max-width: 216px;
  width: 100%;
  margin-bottom: 35px;
}

ul.footer-list li {
  padding-left: 0px;
  transition: 0.3s ease-in;
}

ul.footer-list li :hover {
  padding-left: 10px;
}

.copyrights {
  text-align: center;
  padding: 10px 0px;
}

.copyrights p a {
  color: var(--color-D1050C);
  font-weight: 600;
}

/* FOOTER END */

/* INUVO SEC  */

ul.beadcrump-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px 0px;
}

ul.beadcrump-list li a {
  position: relative;
}

ul.beadcrump-list li a::after {
  position: absolute;
  content: "";
  right: -6px;
  top: 0;
  bottom: 0;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  background: var(--color-575656);
  width: 1.5px;
  transform: rotate(21deg);
}

ul.beadcrump-list li a {
  color: var(--color-575656);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

ul.beadcrump-list li:last-child a::after {
  display: none;
}

.grid-product-top {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 30px;
  border-radius: 18px;
  background: var(--color-F3F3F3);
}

.product-slider {
  max-width: 40%;
  width: 100%;
  padding: 25px;
}

.product-detailss {
  max-width: 60%;
  width: 100%;
}

.thumbnail-productss {
  width: 85px;
  height: 85px;
  border-radius: 5px;
  border: 1px solid var(--color-D9D9D9);
  overflow: hidden;
  margin: 0 auto;
}

.thumbnail-productss img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-productsima {
  max-width: 528px;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-productsima img {
  object-fit: contain;
}

.product-slider {
  background: var(--color-white);
  border-radius: 10px;
}

.mySwiperproductslider {
  height: 400px;
  width: 105px;
  padding-left: 16px;
}

.quoate-btn a {
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  background: var(--color-D1050C);
  display: inline-block;
  padding: 10px;
  max-width: 357px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  overflow: hidden;
}

.quoate-btn a span,
.quoate-btn a img {
  animation: btn 0.5s ease-in-out;
}

@keyframes btn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.quoate-btn a img {
  display: none;
}

.quoate-btn a:hover img {
  display: block;
  opacity: 1;
}

.quoate-btn a:hover span {
  display: none;
  opacity: 1;
  transition: 0.3s ease-in;
}

.product-detailss .quoate-btn {
  padding-top: 30px;
}

.agilebt-logo {
  max-width: 200px;
  width: 100%;
}

.grid-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.grid-title .three-two {
  padding-bottom: 0px;
  color: var(--color-575656);
}

.tab-holders ul li a {
  color: var(--color-575656);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}

.tab-holders ul li a:hover {
  color: var(--color-D1050C);
}

.tab-holders ul li {
  border-bottom: 1px solid rgba(197, 198, 198, 0.42);
  padding: 15px 0px;
}

.tab-holders {
  max-width: 385px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--color-C5C6C6);
  padding: 10px 30px;
  height: fit-content;
  position: sticky;
  top: 5%;
}

.tab-holders ul li:last-child {
  border: none;
}

.tab-holders ul li.active a {
  color: var(--color-D1050C);
}

.tab-holders ul li.active {
  pointer-events: none !important;
}

.tab-contentdata {
  max-width: 1210px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--color-C5C6C6);
  padding: 40px 60px;
  color: var(--color-575656);
}

.tab-contentdata p,
.tab-contentdata li,
.table-datass td,
.table-datass th {
  color: var(--color-575656);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.tab-contentdata li {
  list-style: disc;
}

.tab-contentdata ul {
  padding-left: 18px;
}

.gridfeatures {
  display: flex;
  gap: 25px;
}

.two-zero {
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  padding-bottom: 20px;
}

.featuresone {
  border-bottom: 1px solid rgba(197, 198, 198, 0.42);
  padding-bottom: 45px;
}

.table-datass td,
.table-datass th {
  padding: 10px 0px 10px 60px;
}

.products-details {
  max-width: 340px;
  min-height: 304px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--color-C5C6C6);
  background: var(--color-white);
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}

.productss-imagee {
  height: 175px;
  max-width: fit-content;
  margin: 0 auto;
  width: 100%;
}

.productss-imagee img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-namee .two-zero {
  padding-bottom: 0px;
  color: var(--color-575656);
}

.grid-products {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-namee {
  padding-top: 25px;
}

.chromgraphy-holder {
  border-radius: 18px;
  border: 1px solid var(--color-C5C6C6);
  padding: 20px 30px;
}

.read-morelinks {
  color: var(--color-D1050C);
  font-weight: 400;
  line-height: 141%;
  border-bottom: 1px solid var(--color-D1050C);
}

.insidetab-grid {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.gridchromtagraphy {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

section.featuresproduct-sec {
  padding: 25px 0px;
}

.insidetab-grid .featuresone:last-child {
  padding-bottom: 0px;
  border: none;
}

ul.pagination-lists li {
  list-style: none;
  border: none;
}

ul.pagination-lists {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 25px;
}

ul.pagination-lists li a {
  color: var(--color-575656);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid var(--color-575656);
  height: 52px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

ul.pagination-lists li a:hover {
  background: var(--color-D1050C);
  color: var(--color-white);
  border-color: var(--color-D1050C);
}

ul.pagination-lists li:first-child a,
ul.pagination-lists li:last-child a {
  border: none;
  background: transparent;
}

ul.pagination-lists li:first-child a:hover,
ul.pagination-lists li:last-child a:hover {
  color: var(--color-575656);
}

/* INUVO SEC END */

/* SAHIL CSS  */
/* product listing navbar*/
.top-nav-bar {
  padding: 22px 0px;
}

.top-nav-bar ul {
  display: flex;
  gap: 15px;
}

.top-nav-bar ul li a {
  color: var(--color-575656);

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}

.top-nav-bar ul li {
  position: relative;
}

.top-nav-bar ul li::after {
  position: absolute;
  background-color: var(--color-575656);
  width: 1px;
  content: "";
  height: 52%;
  right: -8px;
  top: 54%;
  transform: translateY(-50%) rotate(22deg);
}

.top-nav-bar ul li:last-child::after {
  display: none;
}

/* product listing navb ar end */

/* product listing title start  */

.product-listing-titles .three-two {
  color: var(--color-575656);
  padding-bottom: 22px;
}

.product-listing-titles p {
  color: var(--color-C0C0C0);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 630px;
  width: 100%;
  /* 18.2px */
}

.main-product-listing-grid {
  padding-top: 12px;
  display: flex;
  gap: 108px;
}

.product-listing-filter {
  max-width: 303px;
  width: 100%;
}

.product-listing-filter ul li.inner-filtter a {
  color: var(--color-575656);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: 0.3s ease-in;
  /* 18.2px */
}

.product-listing-filter ul li.inner-filtter {
  margin-bottom: 22px;
  position: relative;
}

.product-listing-filter ul li.inner-filtter::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid var(--color-C5C6C6);
  top: 4px;
  right: 0;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: navajowhite;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.product-listing-filter ul li.inner-filtter.active::after {
  transform: rotate(132deg) translateY(-50%);
}

.product-listing-filter ul li.inner-filtter ul.sub-menu-filter {
  padding-top: 22px;
  padding-left: 24px;
}

.product-listing-filter ul li.inner-filtter ul.sub-menu-filter li a {
  color: var(--color-575656);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
}

.product-listing-filter ul li.inner-filtter ul.sub-menu-filter li {
  padding-bottom: 5px;
}

.product-listing-filter ul li.inner-filtter ul.sub-menu-filter li:last-child {
  padding-bottom: 0px;
}

.product-listing-filter ul li.inner-filtter.active a {
  color: var(--color-D1050C);
}

.product-listing-filter
  ul
  li.inner-filtter.active
  ul.sub-menu-filter
  li.active
  a {
  color: var(--color-D1050C);
}

.product-listing-filter ul li:hover a {
  color: var(--color-D1050C);
}

.product-listing-filter ul li ul.sub-menu-filter li:hover a {
  color: var(--color-D1050C);
}

.product-listing-filter .menu-filter-data {
  border-bottom: 1px solid rgba(197, 198, 198, 0.42);
}

.check-brand .brand {
  color: var(--color-575656);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */
  padding-top: 22px;
  display: block;
  padding-bottom: 22px;
}

.check-brand ul label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  cursor: pointer;
  width: fit-content;
}

.check-brand ul li span {
  color: var(--color-575656);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */
}

.check-brand ul li input {
  transform: scale(1.5);
}

/* product listing title end  */

/* product cart start */
.product-cart-data {
  padding: 27px 25px;
  border-radius: 15px;
  border: 1px solid var(--color-C5C6C6);
  max-width: 382px;
  width: 100%;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.prodtc-img-data img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-content-data h2 {
  color: var(--color-575656);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  margin-bottom: 22px;
  margin-top: 37px;
}

.product-content-data p {
  color: var(--color-C5C6C6);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.prodtc-img-data {
  height: 232px;
}

/* product cart end */

/* product listing content start */
.product-list-content {
  margin-top: 40px;
  padding: 70px;
  border-radius: 18px;
  background: var(--color-F3F3F3);
}

.product-list-content h2 {
  color: var(--color-575656);

  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  margin-bottom: 22px;
}

.product-list-content p {
  color: var(--color-575656);
}

.at-item h3 {
  color: var(--color-575656);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  padding: 17px 0px;
  border-top: 1px solid rgba(197, 198, 198, 0.42);
  border-left: none;
  padding-bottom: 22px;
  cursor: pointer;
  border-right: none;
  position: relative;
  padding-left: 10px;
}

.at-item h3::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid var(--color-575656);
  width: 10px;
  height: 10px;
  border-top: none;
  border-left: none;
  transition: 0.3s ease-in;
}

.at-item .at-title.active h3::after {
  transform: rotate(-41deg);
  top: 26px;
}

.at-tab {
  padding: 22px 0px;
  padding-top: 0px;
}

.product-listing {
  padding-bottom: 50px;
}

/* product  listing content end */
/* SAHIL CSS END */

/* EVENET SLIDER SEC MAIN  */
.congress-btn a {
  color: var(--color-D1050C);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid var(--color-D1050C);
}

.congress-btn a:hover {
  background: var(--color-white);
  columns: var(--color-D1050C);
}

.slider-events {
  max-width: 525px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--color-C5C6C6);
  padding: 60px 70px;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  color: var(--color-575656);
}

.slider-events:hover {
  background: var(--color-D1050C);
  color: var(--color-white);
}

.slider-events:hover .congress-btn a {
  background: var(--color-white);
  columns: var(--color-D1050C);
}

.inside-events {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.overalyimage-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
}

.four-zero {
  font-size: var(--fs-40);
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  padding-bottom: 20px;
}

.events.titless .four-zero {
  color: var(--color-575656);
}

.grid-events {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.see-all a {
  color: var(--color-D1050C);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%;
  border-bottom: 1px solid var(--color-D1050C);
}

.eventslider-holder {
  max-width: 92%;
  width: 100%;
  margin-left: auto;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
  position: static;
  height: 70px;
  width: 70px;
  background: var(--color-white);
  border-radius: 50%;
  border: 1px solid var(--color-C5C6C6);
  transition: 0.3s ease-in;
}

.slider-btn .swiper-button-next:hover,
.slider-btn .swiper-button-prev:hover {
  background: var(--color-D1050C);
  border-color: var(--color-D1050C);
}

.slider-btn img {
  transition: 0.3s ease-in;
}

.slider-btn .swiper-button-next:hover img,
.slider-btn .swiper-button-prev:hover img {
  filter: invert(1) brightness(18.5);
}

.slider-btn {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 50px;
  gap: 30px;
  max-width: 1620px;
  width: 95%;
  padding: 0px 10px;
  position: relative;
}

.slider-btn::after {
  position: absolute;
  content: "";
  width: 89%;
  height: 1px;
  background: var(--color-C5C6C6);
  top: 30%;
  left: 0;
}

.slider-btn .swiper-button-prev:after,
.slider-btn .swiper-button-next:after {
  display: none;
}

.inside-events p,
.inside-events .two-zero {
  padding-bottom: 0px;
}

.slider-btn .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

section.upcomineevent-sec {
  padding-bottom: 45px;
}

.slider-tbn .swiper-pagination {
  position: absolute;
  top: 50%;
  left: 0px;
}

/* EVENET SLIDER SEC MAIN END */

/* popup css start */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(13 13 13 / 61%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: none;
  z-index: 1000;
}

.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-height: 80%;
  overflow-y: auto;
  color: #000;
  padding: 20px;
  border-radius: 12px;
  max-width: 678px;
  width: 100%;
  padding: 90px 92px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.close-icon {
  max-width: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.site-logo {
  text-align: center;
  padding-bottom: 22px;
}

.model-box-content .three-two {
  color: #575656;

  text-align: center;
  font-family: "Core Sans C";
  padding-bottom: 44px;
}

.model-box-content p {
  max-width: 495px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #575656;
  text-align: center;
  font-family: "Core Sans C";
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  margin-bottom: 12px;
}

.model-box-content .altiumn-btn {
  text-align: center;
}
.model-box-content select {
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid #c5c6c6;
  font-family: "Core Sans C";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 24.5px */
}
.model-box-content form {
  padding-bottom: 100px;
  padding-bottom: 55px;
}
.select-counrty {
  position: relative;
  padding-bottom: 44px;
}
.select-counrty::after {
  position: absolute;
  content: "";
  background: #c5c6c6;
  height: 1px;
  width: 216px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.model-box-content form select {
  background-repeat: no-repeat;
  background-position: 95% center;
  appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.serach-btn {
  position: relative;
}
input#search {
  position: absolute;
  width: 300px;
  /* bottom: -36px; */
  padding: 7px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  left: -307px;
  top: -9px;
  font-size: 15px;
  background: transparent;
  display: none;
}
span.serch-data {
  position: relative;
  width: 16px;
  height: 16px;
}
span.serch-data img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
}
span.serch-data img.opacity-hide {
  opacity: 0;
}
.serach-btn.active span.serch-data img.opacity-hide {
  opacity: 1;
}
.serach-btn.active img.opacity-show {
  opacity: 0;
}
/*  poup css end */

/* mega menu */

.main-mega-menu {
  width: 1620px;
  margin: 0 auto;
  border-radius: 18px;
  background: #f3f3f3;
  box-shadow: 0px 55px 30px -28px rgba(0, 0, 0, 0.25);
  padding: 50px 55px 110px 55px;
  display: flex;
  position: absolute;
  left: -300px;
  display: none;
  top: 100%;
}
.tab-list {
  max-width: 24.2%;
  width: 100%;
  padding-right: 55px;
  border-right: 1px solid #c5c6c6;
}
.menu-tab-link {
  display: flex;
  padding-left: 62px;
  width: 75.8%;
  gap: 30px;
  justify-content: space-between;
}

.menu-tab {
  justify-content: space-between;
  gap: 40px;
  display: none;
  width: 100%;
}
.menu-tab.active {
  display: flex;
  animation: 0.5s ease-in menufade;
}
.links strong {
  color: #d71920;
  font-family: "Core Sans C";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 141%; /* 22.56px */
  margin-bottom: 22px;
  display: block;
}

.links ul li a {
  color: #575656;
  font-family: "Core Sans C";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%; /* 19.74px */
  transition: 0.3s ease-in;
}
.links ul li {
  margin-bottom: 22px;
  padding: 0px;
}
.links {
  max-width: 255px;
  width: 100%;
}
.tab-list ul li a {
  color: #d71920;
  font-family: "Core Sans C";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 141%; /* 22.56px */
  padding: 20px 0px;
  display: block;
}

.tab-list ul li {
  border-bottom: 1px solid #c5c6c6;
  position: relative;
  padding: 0px;
}
.tab-list ul li:last-child {
  border-bottom: none;
}
.tab-list ul {
  margin-bottom: 40px;
}
.tab-list p {
  color: #575656;
  font-family: "Core Sans C";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.custom-header a.read-more {
  color: #d71920;
  font-family: "Core Sans C";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%; /* 22.56px */
  margin-top: 10px;
  display: block;
  width: fit-content;
  text-decoration: underline;
}

.tab-list li::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 48%;
  width: 10px;
  height: 10px;
  border: 1px solid #575656;
  transform: rotate(45deg) translateY(-50%);
  border-bottom: none;
  border-left: none;
  transition: 0.3s ease-in;
}
/* .tab-list li.active::after{
  border: 1px solid #575656;
  border-top: none;
  border-left: none;
  top: 40%;


} */
ul.main-navlinks li.menu-has-children.active .main-mega-menu,
ul.main-navlinks li:hover .main-mega-menu{
  display: flex;
  animation: 0.5s ease-in menufade;
}
.main-mega-menu.second .tab-list ul li a{
padding: 0px;
}

.main-mega-menu.second  .tab-list li::after{
display: none;
}
.tab-list li.active::after{
  transform:rotate(-45deg) translateY(-50%);;
}

.main-mega-menu.second  .tab-list ul{
margin-bottom: 20px;
}
@keyframes menufade {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}


.main-mega-menu.second.third {
  left: -600px;
}
.main-mega-menu.second {
  left: -385px;
}
