*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: "Poppins", sans-serif;
background-color: #0D0C0C;


}

html{
scroll-behavior: smooth;
}

a {
text-decoration: none;
color: #000000;
}


nav {
position: absolute;
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
text-align: center;
z-index: 1;
top: 5px;
}

.menu-list ul {
display: flex;
gap: 30px;
align-items: center;
margin: 0;
}

.menu-list ul li {
list-style: none;
}

.menu-list ul li a {
color: #fff;
}

.menu-list {
padding: 0 125px;
}



 header {
  padding: 0px 10px;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 100;

}

/* Flex Container for Left Menu, Logo, and Right Menu */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: fit-content; */
  margin: 0 auto;
}

/* Left Menu */
.left-menu ul, .right-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.left-menu li, .right-menu li {
  /* margin-left: 20px; */
}

.left-menu a, .right-menu a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 16px;
}

.left-menu a:hover, .right-menu a:hover {
  border-radius: 5px;
  background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
}



/* Toggle Button (for Mobile View) */
.toggle-btn {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.toggle-btn .bar {
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 5px;
}

/* Mobile Navigation Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  background-color: #333;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  z-index: 99;
}

.mobile-menu ul {
  list-style: none;
  text-align: center;
}

.mobile-menu li {
  margin: 20px 0;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 10px;
  display: block;
}






section.bg-banner {
position: relative;
background-image: url('../../assets/image/home-banner.png');
padding: 230px 0px;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
}


.container {
text-align: center;
color: white;
}

.fifa {
font-size: 100px;
font-weight: bold;
color: #F00; /* Red for "FIFA" */
letter-spacing: -5px;
}

.worldcup {
font-size: 50px;
font-weight: bold;
color: #FFF;
margin-top: -20px;
}

.year {
font-size: 30px;
font-weight: bold;
color: #FFF;
margin-top: 10px;
letter-spacing: 2px;
}

.text-marque {
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
height: 35px;
}


.text-marque p {
color: #fff;
margin: 0;
font-size: 18px;
line-height: 2;
}

.box-card {
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
padding: 50px;
border-radius: 30px;
}

.txt-heartland h2 {
font-size: 38px;
font-weight: 700;
}

.txt-heartland p {
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 40px;
padding: 0 40px;
}

.match-team {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
position: relative;
}

.match-card-box {
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
border-radius: 28px;
height: auto;
padding: 32px;
}

.description-match p {
width: 58%;
margin: 0 auto;
padding-top: 20px;
}

.macth-images p {
font-size: 13px;
padding-top: 5px;
}

.match-team:before {
position: absolute;
content: '';
background: #fff;
width: 100%;
bottom: -5px;
height: 1px;
}

.match-txt p {
font-size: 18px;
font-weight: 600;
}

.heading-match p {
margin: 0;
font-size: 22px;
color: #FE1644;
font-weight: 400;
}
.heading-match h3 {
margin: 0;
font-size: 22px;
color: #FE1644;
font-weight: 400;
}


.heading-match h2 {
font-size: 36px;
font-weight: 700;
padding-top: 10px;
}

.read-more a {
padding: 10px 40px;
background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
color: #fff;
font-size: 18px;
border-radius: 0 15px;
font-weight: 500;
}

.bg-service
{
background-color: #171717;
height: auto;
padding: 10px 0;
}


.text-goal h2 {
font-size: 46px;
font-weight: 700;
}

.text-goal p {
font-size: 46px;
font-weight: 700;
}

.text-goal span {
background: #FE1644 0% 0% no-repeat padding-box;
padding: 0 15px;
margin-right: 15px;
}



.text-goal-images {
display: inline-flex;
align-items: center;
gap: 20px;
}


.text-goal-images h3 {
font-size: 44px;
font-weight: 700;
}

.text-goal-images p {
font-size: 44px;
font-weight: 700;
}
.never-down-txt span {
background: #2F4FFE;
padding: 0 20px;
}

.never-down-txt h3 {
font-size: 42px;
font-weight: 700;
}

.never-down-txt p {
font-size: 42px;
font-weight: 700;
}


.flex-logo-card {
display: flex;
align-items: center;
gap: 70px;
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
padding: 10px 25px;
border-radius: 50px;
height: 146px;
}

.button-fifa a {
background: #2F4FFE;
padding: 10px -14px;
color: #fff;
font-size: 18px;
border-radius: 0 15px;
font-weight: 500;
padding: 10px 40px;
}

.fifa-card-txt h3 {
width: 80%;
text-align: left;
line-height: 46px;
font-size: 34px;
font-weight: 600;
}

.fifa-card-txt p {
    float: left;
}

.button-fifa {
width: 20%;
}


.fifa-logo img {
width: 100%;
}

.about-heading h3 {
font-size: 32px;
font-weight: 700;
}

.blog-card p {
margin: 0;
}

.blog-card {
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
width: 80px;
padding: 10px;
position: relative;
top: 40px;
z-index: 1;
font-weight: 600;
left: 15px;
height: 70px;
}

.blog-card span {
font-weight: 300;
}

.blog-heading h4 {
font-size: 18px;
text-align: left;
padding-top: 10px;
width: 86%;
line-height: 31px;
}
.blog-heading h4 a {
    color: #fff;
}

/* .blog-heading p:nth-child(2) {
color: #FE1644;
text-align: left;
} */

.blog-heading p {text-align: left;}

.blog-heading p:nth-child(3) {
text-align: left;
font-weight: 300;
width: 95%;
}

.button-blog {
text-align: left;
}

.button-blog a {
padding: 10px 40px;
background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
color: #fff;
font-size: 18px;
border-radius: 0 15px;
font-weight: 500;
display: inline-block;
}

.flex-footer {
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 30px;
padding: 10px 20px;
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
}

.footer-text p {
margin: 0;
}

.footer-copyright {
display: flex;
justify-content: space-between;
padding-top: 20px;
}

.footer-copyright p {
margin: 0;
position: relative;

}

.banner-txt {
text-align: left;
}

.banner-txt h1 {
font-size: 18rem;
font-weight: 800;
color: #FE1644;
}

.banner-txt div {
font-size: 82px;
font-weight: 800;
}

.venue-image-page {
background-image: url('../../assets/image/icc-t-20-page.png');
margin-top: 60px;
background-repeat: no-repeat;
background-size: cover;
padding: 70px 20px;
background-position: center;
text-align: left;
/* height: 202px; */
border-radius: 40px;
}
.venue-image {
background-image: url('../../assets/image/viva-banner.png');
margin-top: 60px;
background-repeat: no-repeat;
background-size: cover;
padding: 70px 20px;
background-position: center;
text-align: left;
/* height: 202px; */
border-radius: 40px;
}

.venue-image h1 {
font-size: 28px;
margin: 0;
font-weight: 700;
}

.venue-detail {
background: #171717;
padding: 40px;
border-radius: 30px;
text-align:left;
}

.venue-detail h2 {
font-weight: 700;
width: 100%;
margin: 0 auto;
line-height: 1.6;
}

.venue-detail p {
color: #E9E9E9;
line-height: 1.7;
padding-top: 20px;
}

.stadium-detail h2
{
font-weight: 700;
line-height: 1.6;
margin-bottom: 30px;
}

.stadium-detail h3
{
font-weight: 700;
line-height: 1.6;
margin-bottom: 30px;
font-size: 2rem;
}

.main-box {
display: flex;
gap: 40px;
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
border-radius: 30px;
padding: 30px;
}

.stadium-description {
text-align: left;
}

.stadium-description h4 {
font-size: 32px;
font-weight: 600;
}

.stadium-description p {
color: #E9E9E9;
padding-top: 15px;
line-height: 26px;
}

.stadium-description a {
padding: 10px 40px;
background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
color: #fff;
font-size: 18px;
border-radius: 0 15px;
font-weight: 500;
display: inline-block;
}

.bg-stadium
{
background-color: #171717;
}

.dallas-box 
{
display: flex;
gap: 40px;
border-radius: 30px;
padding: 30px;
}

.schedule-detail {
background: #171717;
padding: 40px;
border-radius: 30px;
}

.schedule-detail h2 {
font-weight: 700;
}

.schedule-detail p {
color: #E9E9E9;
line-height: 1.7;
width: 80%;
margin: 0 auto;
padding: 10px 0;
}

.date-text {
text-align: center;
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
border-radius: 30px;
}

.date-details {
text-align: left;
padding: 11px 0;
}

.date-box {
background: #171717;
padding: 0;
border-radius: 30px;
}

.date-text p {
padding: 18px 0px;
}

.date-details p {
padding: 0 30px;
font-weight: 300;
}

.text-round {
padding: 30px 0;
}

.text-round h3 {
font-size: 32px;
font-weight: 700;
margin: 0;
}

.match-txt h2 {
width: 60%;
margin: 0 auto;
line-height: 1.5;
font-weight: 700;
}

.match-card-box2
{
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
border-radius: 28px;
height: auto;
padding: 15px;
}

.macth-images2
{
display: flex;
align-items: center;
gap: 15px;
}

.macth-images2 p {
font-size: 14px;
font-weight: 600;
margin: 0;
}

.match-team2:before {
position: absolute;
content: '';
background: #fff;
width: 100%;
bottom: -20px;
height: 1px;
}

.description-match2 {
display: flex;
justify-content: space-between;
}

.description-match2 p {
padding-top: 30px;
margin: 0;
}

.match-team2
{
display: flex;
justify-content: space-around;
align-items: center;
gap: 30px;
position: relative;
}

.text-group-stage p {
text-align: left;
color: #fff;
font-size: 24px;
font-weight: 600;
padding-top: 30px;
}

.privacy-policy-text p {
line-height: 32px;
padding-bottom: 15px;
text-align: justify;
color: #E9E9E9;
font-weight: 300;
}

.privacy-policy-text {
text-align: left;
}

.get-input input {
width: 100%;
height: 50px;
margin-bottom: 16px;
padding: 0 20px;
/* box-shadow: 0px 0px 6px #00000029; */
border: none;
border-radius: 20px;
background: #e3e3e352;
outline: none;
}

.bg-color-form {
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
padding: 25px;
border-radius: 30px;
}

.get-input textarea {
width: 100%;
height: 100px;
margin-bottom: 16px;
padding: 20px 20px;
/* box-shadow: 0px 0px 6px #00000029; */
border: none;
border-radius: 20px; 
background: #e3e3e352;
outline: none;
}

.get-input label {
text-align: left;
display: block;
font-weight: 400;
padding-bottom: 5px;
}


.button-contact
{
position: relative;
top: 54px;
}


.get-main {
display: flex;
/* align-items: center; */
gap: 20px;
margin-bottom: 50px;
text-align: left;
}

.get-text h6 {
margin: 0;
}

.icon-get i {
color: #fff;
width: 50px;
height: 50px;
line-height: 1;
padding: 17px;
border-radius: 50%;
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
}

.get-text p {
margin: 0;
font-weight: 300;
}

.get-text {
padding-top: 5px;
}

.contact-text {
text-align: left;
margin-bottom: 30px;
}

.contact-text h3 {
font-size: 32px;
font-weight: 700;
}

.contact-text p {
width: 80%;
line-height: 28px;
font-weight: 300;

}


.button-contact input {
padding: 10px 40px;
background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
color: #fff;
font-size: 18px;
border-radius: 0 15px;
font-weight: 500;
display: inline-block;
border: none;
}

.blog-image img
{
width: 100%;
}

.blog-image-right {
background: transparent linear-gradient(180deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
border-radius: 30px;
padding: 30px;
height: auto;
}

.blog-image-box {
background: #171717;
padding: 10px;
border-radius: 30px;
margin-top: 80px;
}

.blog-rigth-txt h3 {
font-size: 22px;
padding-top: 20px;
}

.blog-rigth-txt h3 {
font-weight: 500;
}

.blog-rigth-txt {padding: 10px;}

.blog-rigth-txt a {
padding: 10px 40px;
background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
color: #fff;
font-size: 18px;
border-radius: 0 15px;
font-weight: 500;
display: inline-block;
}


.search-container {
background-color: #171717;
border-radius: 13px;
display: flex;
align-items: center;
/* padding: 0px 0px; */
/* width: 540px; */
height: 50px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
/* margin: 0 auto; */
position: relative;
/* top: -90px; */
/* left: 33%; */
top: 62px;
}

.search-container input {
border: none;
outline: none;
flex: 1;
padding: 10px;
font-size: 16px;
border-radius: 30px;
background: none;
color: #fff;
}

.search-container button {
padding: 10px 10px;
background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
color: #fff;
font-size: 18px;
border-radius: 18px;
font-weight: 500;
display: inline-block;
border: none;
}

.search-container i {
color: #8527fe;
font-size: 24px;
padding-left: 10px;
}

.recent-box-bg {
text-align: left;
}


.recent-heading h4 {
font-weight: 600;
}

.recent-details {
background: #171717;
padding: 20px;
border-radius: 30px;
}

.recent-details h5 {
font-weight: 500;
line-height: 30px;
}

.recent-details p {
margin: 0;
color: #847eb9;
font-size: 14px;
font-weight: 300;
}

.blog-image-banner
{
background-image: url(../../assets/image/viva-banner.png);
margin-top: 60px;
background-repeat: no-repeat;
background-size: cover;
padding: 70px 20px;
background-position: center;
text-align: left;
/* height: 202px; */
border-radius: 40px;
}

.blog-image-banner h1 {
font-size: 28px;
margin: 0;
font-weight: 700;
width: 50%;
padding-bottom: 10px; 
}

.blog-detail-image img {
width: 100%;
}

/* .blog-detail-image {
margin-right: 40px;
} */

.blog-detail-text {
text-align: left;
}

.blog-detail-text h2,h3 {
font-size: 28px;
font-weight: 700;
padding-top: 15px;
margin: 0;
}

.blog-detail-text p {
line-height: 32px;
padding: 10px 0;
margin: 0;
color: #E9E9E9;
margin-right: 40px;
}

.blog-detail-text ol li {
    line-height: 35px;
}

.blog-detail-text ul li {
    line-height: 35px;
}

.blog-detail-text span {
color: #847eb9;
}

icon.users {
    padding-right: 10px;
}

.author-box {
text-align: left;
background: #171717;
padding: 15px;
border-radius: 30px;
}

.author-card-flex {
display: inline-flex;
gap: 20px;
align-items: center;
}

.author-txt p {
margin: 0;
}

.author-txt p a {
color:#fff;
}

.video-wrapper {
width: 100%;
height: 100%;
}

.video-wrapper video {
width: 100%;
height: 100%;
}

.banner-txt-fifa {
position: absolute;
top: 35%;
left: 8%;
}

.banner-text h1 {
color: #fff;
line-height: 61px;
font-size: 52px;
padding-top: 30px;
font-style: italic;
}

.fifa-video {
position: relative;
}

#counter {
text-align: center;
display: flex;
align-items: center;
justify-content: space-between;
/* background: #e6e6e7; */
/* padding: 40px 0px; */
width: 100%;
}

#counter .item {
border: 1px solid #707070;
height: 100%;
width: 100%;
padding: 8px;
margin: 5px;
text-align: center;
background: transparent linear-gradient(180deg, #3A3A3A 0%, #1B1B1B 7%, #111111 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #5B5B5B;
border-radius: 20px;
}

#counter .item .count {
color: #fff;
/* margin-bottom: 5px; */
font-size: 132px;
padding-top: 30px;
}

#counter .item p {
margin: 0;
}

.counter-txt span {
font-size: 82px;
padding: 0 20px;
font-weight: 600;
}

.counter-txt h2 {
font-size: 38px;
padding-bottom: 20px;
font-weight: 600;
}

.counter-txt2 h3 {
font-size: 38px;
padding-bottom: 20px;
font-weight: 600;
}


.venue-slide-txt {
display: flex;
align-items: center;
gap: 12px;
padding-bottom: 30px;
position: relative;
}


.venue-slide-txt img {
width: auto !important;
}

.venue-txt-slide h5 {text-align: left;}

.venue-slide-txt p {
margin: 0;
}

.venue-slide-txt p {
color: #FE1644;
font-weight: 300;
}

.owl-carousel .venue-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: block;
position: relative;
}


.owl-carousel.blog-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button {
display: none;
}



.owl-carousel .venue-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled span {
font-size: 50px;
/* background: #fff; */
color: #fff;
width: 40px;
height: 40px;
display: block;
line-height: 0.7;
background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
border-radius: 50%;
}




.owl-theme .owl-nav [class*=owl-]:hover {
color: #FFF;
text-decoration: none;
background: none;
}

.venue-slide-txt:before {
position: absolute;
content: '';
background: #171717;
bottom: 10px;
width: 100%;
height: 3px;
border-radius: 20px;
}



.owl-carousel.venue-carousel.owl-theme.owl-loaded.owl-drag .owl-prev span {
font-size: 50px;
color: #fff;
width: 40px;
height: 40px;
display: block;
line-height: 0.7;
background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
border-radius: 50%;
}

.owl-carousel.venue-carousel.owl-theme.owl-loaded.owl-drag .owl-next span {
font-size: 50px;
/* background: #fff; */
color: #fff;
width: 40px;
height: 40px;
display: block;
line-height: 0.7;
background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
border-radius: 50%;
}

.owl-carousel.venue-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
display: none;
}

.privacy-policy a {
    color: #fff;
}

/* ..counter css...... */


.timeContainer {
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeContainer .wrapper {
  width: 100%;
  padding: 20px;
height: 100%;
  display:flex;
  justify-content: space-between;
  gap: 20px;
}

/* .timeContainer .wrapper div {
  color: #ccc;
  text-align: center;
  width: 24%;
  height: 150px;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
} */



/* .timeContainer .wrapper {
  background: #1C1C1C;
  color: #fff;
} */


.counting-txtes h2 {
    /* background: red; */
   border: 1px solid #707070;
    height: auto;
    font-size: 128px;
    border-radius: 20px;
    box-shadow: inset 0px 3px 5px #5B5B5B;
    padding: 50px;;
}

/* .timeContainer .wrapper div h2 {
  font-size: 4.4rem;
} */


.counting-txtes p {
    color: #FE1644;
}

.counting-txtes {
    position: relative;
    width: 250px;
}

.counting-txtes:after {
    position: absolute;
    content: ':';
    right: -60px;
    top: 20px;
    font-size: 122px;
    height: 100%;
    /* width: 100%; */
}

.seconds.counting-txtes:last-child:after {
    display: none;
}


.privacy-policy {
    display: inline-flex;
    gap: 23px;
    position: relative;
}

.privacy-policy p:after {
    position: absolute;
    content: '|';
    right: -14px;
}

.privacy-policy p:last-child:after {
    display: none;
}



.footer-text
{
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-links-txt 
{
    display: grid;
    grid-template-columns: repeat(3, auto);
    text-align: center;
    gap: 4px 18px;
}

.footer-links-txt a
{
   color: #fff;
   position: relative;
}

.footer-links-txt a:after {
    position: absolute;
    content: '|';
    right: -12px;
}



.footer-links-txt a:last-child:after {
    display: none;
}

.footer-links-txt a:nth-child(3):after {
    display: none;
}

.breadcrumb {
    display: flex;
    justify-content: left;
    gap: 5px;
    position: relative;
    align-items: center;
}

.breadcrumb a {
    color: #fff;
}


.blog-heading a {
    color: #FE1644;
}


.table-schedule {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
        justify-content: space-between;
  }
  .column {
    background: #151515;
    border-radius: 25px;
    padding: 20px 25px;
    width: 300px;
    box-sizing: border-box;
  }
  .column-header {
    background: linear-gradient(90deg, #6a00ff, #dd00ff);
    padding: 12px;
    text-align: center;
    font-weight: 600;
    border-radius: 25px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .column p {
    font-weight: 300;
    font-size: 14px;
    text-align: left;

  }

  .image-group img {
    width: 100%;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;

}

.grid-item {
  
  padding: 10px;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
}

.grid-item p {
  margin: 0;
}

.grid-item img {
    padding-right: 10px;
}



/* .quick-link ul li {
    list-style: none;
}

.quick-link {
    position: fixed;
    right: 0px;
    bottom: 20%;
}

.quick-link ul li a {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
}

.quick-link ul li {
    margin-bottom: 20px;
} */



header.sticky {
    position: fixed;
    background: #000000;
    width: 100%;
    z-index: 9999;
}









/* .quick-link.mainNav_sidebar ul li {
  margin: 15px 0;
  overflow: hidden; 
  width: 40px; 
  transition: width 0.4s ease;
}


.quick-link.mainNav_sidebar ul li:hover {
  width: 140px;
}

.quick-link.mainNav_sidebar ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
  background: #f0f0f0;
  border-radius: 5px;
  width: 100%; 
  height: 40px;
  transition: background 0.3s ease;
}

.quick-link.mainNav_sidebar ul li a i {
  font-size: 24px;
  flex-shrink: 0;
  margin-left: 8px;
}

.quick-link.mainNav_sidebar ul li a .slide-text {
  white-space: nowrap;
  opacity: 0;
  margin-left: 8px;
  overflow: hidden;
  width: 0;
  transition: opacity 0.4s ease, width 0.4s ease;
}


.quick-link.mainNav_sidebar ul li:hover a .slide-text {
  opacity: 1;
  width: 100px;
}

.quick-link.mainNav_sidebar {
  position: fixed;
  right: 0;
  bottom: 20px;
} */

.quick-link {
    position: fixed;
    right: -92px;
    bottom: 40%;
    z-index: 99999;
}

.quick-link ul {
    margin: 0px;
    padding: 0px;
}

.quick-link ul li {
    list-style: none;
    transition: all .5s;
}

.quick-link ul li:hover {
    transform: translate(-90px, 0px);
}

.quick-link ul li a {
  width: 100%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-decoration: none;
    padding: 12px 15px;
    background: transparent linear-gradient(105deg, #4951FE 0%, #BF01FF 100%) 0% 0% no-repeat padding-box;
}


/* .quick-link ul li a:hover {
    background: #86196c;
} */

.quick-link ul li a span {
    padding: 0px 13px
}


 







.accordion-button:not(.collapsed)::after {
      content: '-';
      position: absolute;
      right: 20px;
      color: #4e50fc;
      font-size: 24px;
      border: 2px solid #4e50fc;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      font-weight: 600;
      background: none;
}

.accordion-button::after {
    background-image: none;
    content: '+';
    position: absolute;
    right: 20px;
    color: #4e4ffe;
    font-size: 24px;
    border: 2px solid #4e4ffe;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
}

.accordion-body p a {
    color: #504ffa;
}

.w-lg-50.mx-auto {
    padding: 30px;
}

.accordion-header button {
    border-radius: 20px !important;
    background: none !important;
}

.accordion-item {
    border-radius: 20px;
    margin-bottom: 30px;
}


.faq-heading h3 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 25px;
    color: #fff;
}

.faq-heading.homes h3 {
    color: #222;
}


.accordion-header button div {
    font-weight: 600;
    color: #1B1B1C;
}

.accordion-body p {
    color: #595A5A;
    text-align: left;
}

.accordion-button:focus {

    box-shadow: none;
}


.sticky-top{
      position: sticky;
      top: 30px;
      align-self: flex-start;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 15px;
    background: none;
}