:root{
  --primary-color: #ebbd29;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}
html{
  scroll-behavior: smooth;
  max-width: 100vw;
  right: 0;
  overflow-x: hidden;
}
body{
  text-align: right;
  direction: rtl;
  text-align: justify;
  background-color: #f4f1ea;
  color: #333;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Times New Roman', Times, serif;
}
/* header */
header{
  position: fixed;
  top: 0;
  right: 0  ;
  width: 100%;
  z-index: 10;
  direction: ltr;
}
header nav{
  background-color: white;
  box-shadow: 3px 3px 5px rgba(235, 189, 41, 0.3);
}
header nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav ul img{
  height: 65px;
}
nav li{
  height: 65px;
}
nav a{
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--primary-color);
  font-size: 1.4rem;
}
nav a:hover{
  background-color: var(--primary-color);
  color: #f0f0f0;
}
nav li:first-child{
  margin-right: auto;
}
.no-back:hover {
  background-color: #fff;
}
.sidebar{
  position: fixed;
  top: 0; 
  right: 0;
  height: 100vh;
  width: 280px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  justify-items: center;
}
.sidebar li{
  width: 80%;
  margin: 0 auto;
  direction: rtl;
}
.sidebar a{
  width: 100%;
  /* width: fit-content; */
  border-bottom: 1px solid #e3aa27 ;  

}
.sidebar li:first-child a,.sidebar li:last-child a{
  border: none;
}
.sidebar li:first-child a:hover{
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.menu-button{
  display: none;
}


/* Showcase */
.showcase-content{
  background: url('./img/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  z-index: -3;
  color: var(--primary-color);
  position: relative;
  margin-top: 65px;
  height: calc(100vh - 65px);
  width: 100%;
}
.showcase-content::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% ;
  z-index: -4;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: inset 40px 40px 150px #000000, inset -40px -40px 150px #000000;
}
.showcase-content h1{
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 3rem;
  }
.showcase-content p{
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.showcase-content h3{
  font-size: 3.3rem;
  font-weight: 400;
}

/* About Us */
#who{
  padding: 3.2rem 3rem 0 2rem ;
  line-height: 1.9;
  text-align: justify;
}
#who h1 {
  font-size: 2.3rem;
  margin-bottom: 0.7rem; 
  text-shadow: 2px 2px 4px rgba(235, 189, 41, 0.9);
}
#who h3{
  font-size: 1.5rem ;
  margin-top: 1.2rem;
}
#who p{
  font-size: 1.25rem;
}
#who ul li{
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
#who ul li::marker{
color: var(--primary-color);
}


/* Services */
#service{
  padding: 3.2rem 3rem 0 2rem ;
  line-height: 1.9;
  text-align: justify;
}
#service h1 {
  font-size: 2.3rem;
  margin-bottom: 0.5rem; 
  text-shadow: 2px 2px 4px rgba(235, 189, 41, 0.9);
}
#service h3{
  font-size: 1.5rem ;
  margin-top: 1.2rem;
}
#service p{
  font-size: 1.25rem;
}
#service ul li{
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
#service ul li::marker{
  color: var(--primary-color);
}


/* Study */
#study{
  padding: 3rem 0.5rem 1rem 0.5rem ;
}
#study h1 {
  font-size: 2.3rem;
  text-shadow: 2px 2px 4px rgba(235, 189, 41, 0.9);
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}
.gallery-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  direction: rtl;
}

.gallery{
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  /* width: 100vw; */
  padding: 1rem;
}

.group{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: none;
  min-width: 80vw;
  margin-bottom: 1rem;
}

.gallery .tab-item{
  border-radius: 30px;
  /* overflow: hidden; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(90%);
  
  width: 13rem;
  height: 18rem;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  color: #f8efdd;
  font-size: 1.2rem;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.45);
  position: relative;
}
.gallery .tab-item p{
  background-color: rgba(0 , 0, 0, 0.6);
  border-radius: 20px;
  padding: 0.6rem 0.4rem;
}

.gallery .tab-item:hover{ 
  font-size: 1.4rem;
  cursor: pointer;
  filter: brightness(100%);
  color: #121212;
  transform: scale(1.05);
}
.gallery .tab-item:hover p { 
  background-color: rgba(244, 239, 231, 0.9);
  padding: 0.6rem 0.3rem;
  border-radius: 20px
}
.group .selected { 
  font-size: 1.4rem;
  cursor: pointer;
  filter: brightness(100%);
  color: #121212;
  transform: scale(1.05);
}
.group .selected p{ 
  background-color: rgba(244, 239, 231, 0.9);
  padding: 0.6rem 0.3rem;
  border-radius: 20px
}

/* .gallery #tab-1 {
  background-image: url('./img/pexels-eberhardgross-1743364.jpg');
} */
.gallery #tab-2{ background-image: url('./img/Russia_flag.jpg');}
.gallery #tab-3 { background-image: url('./img/malaysia_flag.jpg');}
.gallery #tab-4{ background-image: url('./img/Indonesia.jpg'); }
.gallery #tab-5 { background-image: url('./img/Rwanda_flag.jpg');}
.gallery #tab-6 { background-image: url('./img/Egypt_flag.jpg');}
.gallery #tab-7{ background-image: url('./img/india_flag.jpg');}
.gallery #tab-8 { background-image: url('./img/cyprus_flag.jpg');}
/* .gallery #tab-9{
  background-image: url('./img/pexels-rsapmech-12581211.jpg');
} */

#backBtn, #nextBtn {
  width: 3.5rem;
  cursor: pointer;
  margin: 1rem;
}
.gallery::-webkit-scrollbar-track{
  background: #fff;
  border-radius: 10px;
} 
.gallery::-webkit-scrollbar-thumb{
  background: linear-gradient(315deg, var(--primary-color), #000, var(--primary-color));
  border-radius: 10px;
} 
.gallery::-webkit-scrollbar{
  display: block;
  height: 8px;
  /* cursor: grab; */
}
.gallery::-webkit-scrollbar-thumb:hover{
  cursor: pointer;
}



#requirement{
  padding: 0rem 2rem 2rem 1rem;
  line-height: 2;
  min-height: 100vh; 
}
/* Hide content initially */
#tab-1-content,
#tab-2-content,
#tab-3-content,
#tab-4-content,
#tab-5-content,
#tab-6-content,
#tab-7-content,
#tab-8-content,
#tab-9-content{
  display: none;
}

.show{
  display: block !important;
}

#tab-1-content .tab-1-content-inner,
#tab-2-content .tab-2-content-inner,
#tab-3-content .tab-3-content-inner,
#tab-4-content .tab-4-content-inner,
#tab-5-content .tab-5-content-inner,
#tab-6-content .tab-6-content-inner,
#tab-7-content .tab-7-content-inner,
#tab-8-content .tab-8-content-inner,
#tab-9-content .tab-9-content-inner{
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: right;
  text-align: right;
  direction: rtl;
  padding: 0 2rem 0 1rem;
  text-align: justify;
}

.tab-content-item h1{
  text-align: center;
  font-size: 2.6rem;
  text-shadow: 2px 2px 4px rgba(235, 189, 41, 0.9);
}
.tab-content-item h2{
  text-align: right;
  font-size: 1.8rem;
  text-shadow: 2px 2px 4px rgba(235, 189, 41, 0.9);
}
.tab-content-item h3{
  /* text-align: center; */
  font-size: 1.6rem;
  text-shadow: 2px 2px 4px rgba(235, 189, 41, 0.9);
}
.tab-content-item h4{
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px rgba(235, 189, 41, 0.9);
}
.tab-content-item p{
  font-size: 1.3rem;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 1rem;
}
.tab-content-item .int{
  text-indent: 5rem;
}
.tab-content-item .heading{
  font-size: 1.6rem;
  text-align: justify;
  text-shadow: 2px 2px 4px rgba(235, 189, 41, 0.9);
  margin-bottom: 0.7rem;
}
.tab-content-item .prons ul li::marker, .tab-content-item .university ul li::marker{
  color: var(--primary-color);
}
.tab-content-item div{
  margin-bottom: 2rem;
}
.tab-content-item ul li{
  word-spacing: 2px;
  font-size: 1.2rem;
  padding: 0;
}
.tab-content-item ol li{
  font-size: 1.4rem;
}


.table{
  width: 100%;
  margin-top: 2rem;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.1rem;
  margin: auto;
  margin-bottom: 1rem;
}

.table thead th{
  padding: 0.8rem;
  text-align: center;
  border: 1px solid #f2f2f2;
  background-color: #3e3b36;
  color: #f4f1ea;
  font-size: 1.3rem;
}

.table tbody tr td{
  padding: 0.8rem 1.2rem;
  text-align: center;
  border: 0.8px solid #222;
}
.table tbody tr td ul li{
  padding: 0.8rem 1.2rem;
  text-align: center;
  list-style: none;
  font-size: 1rem;
}
.table tbody tr td ul .bord{ 
  border-bottom: 1px #9a7503 solid;
}


.table tbody tr td:first-child{
  text-align: right;
  font-size: 1.3rem;
}

.table tbody tr:nth-child(odd){
  color: #9a7503;
  background-color: #f1f0ee;
}

.table tbody tr:nth-child(even){
  color: #333;
  background-color: #bbb9b4;
}
.table .bord {
  font-size: 0.9rem;
  padding: 0;
}



/* Contact Us */
#contact{
  display: grid;
  height: 100%; 
  width: 100%; 
  place-items: center; 
  padding: 2.5rem 4rem;
  direction: ltr;
  background-color: #625554f2;
  color: #fefefe;
}
#contact p{
  justify-self: flex-end;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  text-align: right;
}
#contact p a i{
  color: #fefefe;
  font-size: larger;
  padding:  0 1rem;
}
#contact p span{
  text-align: right;
}

.wrapper .button{
  display: inline-block;
  height: 3.75rem; 
  width: 3.75rem; 
  /* float: left;  */
  text-align: left; 
  margin: 0 5px; 
  overflow: hidden; 
  background: #fff; 
  border-radius: 50px; 
  cursor: pointer; 
  box-shadow: 0px 10px 10px rgba(0 , 0, 0, 0.6);
  transition: all 0.3s ease-out; 
}
.wrapper .button:hover{
  width: 200px; 
}
.wrapper .button:nth-child(2):hover{
  width: 300px; 
}
.wrapper .button .icon{
  display: inline-block;
  height: 3.75rem; 
  width: 3.75rem; 
  text-align: center;
  border-radius: 50px;
  line-height: 60px;
  transition: all 0.3s ease-out; 
} 
.wrapper .button:nth-child(1):hover .icon{
  background: #4267B2; 
}
.wrapper .button:nth-child(2):hover .icon{
      background: #076e54;
} 
.wrapper .button:nth-child(3):hover .icon{  
  background: #E1306C; 
}
.wrapper .button:nth-child(4):hover .icon{ 
  background: #333; 
}
.wrapper .button .icon i{
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
  }
  .wrapper .button:hover .icon i{ 
    color: #fff; 
  }
.wrapper .button span{
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  align-items: center;
}
.wrapper .button:nth-child(1) span{ 
  color: #4267B2;
}
.wrapper .button:nth-child(2) span{
  color: #0f7b60;
}
.wrapper .button:nth-child(3) span{ 
  color: #E1306C; 
}
.wrapper .button:nth-child(4) span{
  color: #333; }


/* Footer */
.footer{
  border-top:1px solid var(--primary-color) ;
  background-color: #000;
}

.footer, .footer a{
  color: #d0d0d0;
  font-size: 0.9rem;
  direction: rtl;
}
.footer a:hover{
  color: #fff;
  text-shadow: 1px 1px 1px var(--primary-color);
}

.footer .footer-cols{
  display: grid;
  grid-template-columns: 1fr 2fr ;
  /* grid-gap: 8rem; */
  padding: 2rem;
  padding-bottom: 1rem;
}
.footer .footer-cols .links{
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-gap: 8rem; */
  /* padding: 2rem; */
}

.footer li{
  line-height: 1.9;
  list-style-type: none;
}

.footer .copyright {
  width: 100%;
  border-top: 1px solid #efe6c9;
  width: 90vw;
  margin: auto;
  /* height: 2rem; */
}
.footer .copyright p{
  color: #e8cf7b;
  text-align: center;
  padding: 0.7rem;
  letter-spacing: 1px;
}
a{
  color: #000;
  text-decoration: none;
}

.hidden{  
  opacity: 0;
  transform: translateX(-100%);
  transition: all 2s;
}
.startAnimation{
  opacity: 1;
  transform: translateY(0);
} 

/* Buttons */
.btn{
  display: block;
  color: var(--primary-color);
  padding: 0.4rem 1.3rem;
  font-size: 1rem;
  text-align: center;
  border: 1px solid var(--primary-color);
  outline: none;
  cursor: pointer;
  margin-right: 0.5rem;
  /* box-shadow: 3px 2px 0px rgba(0, 0, 0, 0.45); */
  border-radius: 20px;
  font-weight: 800;
}

.btn:hover{
  opacity: 0.9;
  scale: 1.1;
}
.btn:focus{
  outline: none;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-lg{
  font-size: 1.1rem;
  padding: 0.4rem 1.9rem ;  
  width: 150px;
  margin: 2rem auto;
}

.btn-icon {
  margin-left: 1rem ;
}



@media(max-width: 800px){
  nav a{
    font-size: 1.2rem;
  }
  .hideOnMobile{
    display: none;
  }
  .menu-button{
    display: block;
  }
  .showcase-content h1{
    font-size: 2.5rem;
    margin-bottom: 1em;
    }
  .showcase-content h3{
    font-size: 2.25rem;
  }
  .showcase-content p{
    font-size: 1.3rem;
  }

#who{
    padding: 3.4rem 2rem 0 1.8rem ;
    line-height: 1.8;
}  
#who p{
  font-size: 1.2rem;
}
#who ul li{
  font-size: 1.15rem;
  margin-right: 1.5rem;
}
#service{
    padding: 3.4rem 2rem 0 1.8rem ;
    line-height: 1.8;
}  
#service p{
  font-size: 1.2rem;
}
#service h3{
  font-size: 1.2rem;
}
#service ul li{
  font-size: 1.15rem;
  margin-right: 1.5rem;
}


#contact{
  padding: 2.5rem 1.5rem 2.5rem 1rem;
}
#contact p{
  font-size: 1.2rem;
}
#contact p a i{
  font-size: 1.2rem;
  padding:  0 0.2rem;
}
#contact p span{
  text-align: right;
}

.wrapper .button{
  background-color: #625554f2;
  box-shadow: 0px 5px 10px rgba(234, 201, 141, 0.8);
}
.wrapper .button:hover{
  width: 3.75rem; 
}
.wrapper .button:nth-child(2):hover{
  width: 3.75rem; 
}

.wrapper .button:nth-child(1) .icon{
  background: #4267B2; 
}
.wrapper .button:nth-child(2) .icon{
      background: #076e54;
} 
.wrapper .button:nth-child(3) .icon{  
  background: #E1306C; 
}
.wrapper .button:nth-child(4) .icon{ 
  background: #333; 
}
.wrapper .button .icon i{ 
    color: #fff; 
  }
.wrapper .button span{
  display: none;
}



#study{
  padding: 3rem 0 ;
}
#study h1 {
  font-size: 2rem;
}

.gallery-wrap{
  padding: 0 1rem;
}
.group{
  gap: 1.6rem;
  min-width: 90vw;
  margin-bottom: 1rem;
}

.gallery .tab-item{
  width: 10.5rem;
  height: 15rem;
  font-size: 1.1rem;
}

.gallery .tab-item:hover{ 
  font-size: 1.15rem;
}
.gallery .tab-item:hover p { 
  padding: 0.6rem 0.3rem;
}
.group .selected { 
  font-size: 1.15rem;
}
.group .selected p{ 
  padding: 0.6rem 0.3rem;
}

#backBtn, #nextBtn {
  display: none;
}
.gallery::-webkit-scrollbar-track{
  background: #fff;
  border-radius: 10px;
} 
.gallery::-webkit-scrollbar-thumb{
  background: linear-gradient(315deg, var(--primary-color), #000, var(--primary-color));
  border-radius: 10px;
} 
.gallery::-webkit-scrollbar{
  display: block;
  height: 12px;
  /* cursor: grab; */
}
.gallery::-webkit-scrollbar-thumb:hover{
  cursor: pointer;
}

#requirement{
  padding: 0rem 0rem;
  line-height: 1.5;
  min-height: 100vh; 
}
#tab-1-content .tab-1-content-inner,
#tab-2-content .tab-2-content-inner,
#tab-3-content .tab-3-content-inner,
#tab-4-content .tab-4-content-inner,
#tab-5-content .tab-5-content-inner,
#tab-6-content .tab-6-content-inner,
#tab-7-content .tab-7-content-inner,
#tab-8-content .tab-8-content-inner,
#tab-9-content .tab-9-content-inner{
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: right;
  text-align: right;
  direction: rtl;
  padding: 0 1rem;
  text-align: justify;
}

.tab-content-item h1{
  font-size: 2.3rem;
  padding-right: 1.5rem;
}
.tab-content-item h2{
  font-size: 1.6rem;
  padding-right: 1.5rem;
}
.tab-content-item h3{
  font-size: 1.4rem;
  padding-right: 1.5rem;
}
.tab-content-item h4{
  font-size: 1.2rem;
  text-shadow: 2px 2px 4px rgba(235, 189, 41, 0.9);
}
.tab-content-item p{
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  padding-right: 1.5rem;
}
.tab-content-item .int{
  text-indent: 2rem;
}
.tab-content-item .heading{
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.tab-content-item > div{
  margin-bottom: 1rem;
  padding: 0 2rem;
}
.tab-content-item .collages{
  padding: 0;
}
.tab-content-item .collages p{
  padding: 0 1rem;
}
.tab-content-item ul li{
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.tab-content-item ul {
  line-height: 1.5;
  padding-right: 1.5rem;
}
.tab-content-item .table ul {
  line-height: 1;
  padding: 0;
  padding-right:0;
}
.tab-content-item .table ul li{
  font-size: 0.9rem;
  padding: 0.4rem 0;
  margin-bottom: 0;
}
.tab-content-item ol > li{
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.tab-content-item ol {
  line-height: 1.6;
  padding-right: 1.5rem;
}


.table{
  width: 90%;
  font-size: 0.7rem;
  font-weight: 300;
  margin-right: 4px;
  margin: 0 auto;
}

.table thead th{
  padding: 0.4rem 0.3rem;
  font-size: 0.8rem;
  font-weight: 400;
}

.table tbody tr td{
  padding: 0.2rem 0.4rem;
}
.table tbody tr td ul li{
  padding: 0.8rem 1.2rem;
  font-size: 0.8rem;
}

.table tbody tr td:first-child{
  font-size: 0.9rem;
}



.footer, .footer a{
  font-size: 0.8rem;
}
.footer .footer-cols{
  grid-template-columns: 1fr 3fr ;
}
.footer .footer-cols .links{
  grid-template-columns: 1fr 1fr;
}
.footer li{
  line-height: 2;
}
/*   
  #backBtn, #nextBtn {
    display: none;
  }
  .tab-item{
    width: 150px;
    height: 200px;
    font-size: 1.5rem;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.45);
  }
  
  .row-two{
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  
.table{
  width: 100%;
  font-size: 0.8rem;
}

.table thead th{
  padding: 0.8rem;
  font-size: 1rem;
}
.table tbody tr td{
  padding: 0.4rem 0.8rem;
}

.table tbody tr td:first-child{
  font-size: 0.9rem;
} */
}


@media(max-width: 400px){
  .sidebar{
    width: 100%;
  }
  .showcase-content h1{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .showcase-content p{
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .showcase-content h3{
    font-size: 2em;
    text-align: center;
    }


    #contact{
      padding: 2.5rem 1rem 2.5rem 0;
    }
    #contact p{
      font-size: 1rem;
    }
    #contact p a i{
      font-size: 1rem;
    }
   
    
    .wrapper .button{
      height: 3rem; 
      width: 3em; 
      margin: 0 4px; 
    }
    .wrapper .button .icon{
      height: 3rem; 
      width: 3rem; 
      line-height: 48px;
    } 
  
    .wrapper .button .icon i{
        font-size: 25px;
        line-height: 48px;
      }

      
     
      .group{
        gap: 1.6rem;
        min-width: 90vw;
        margin-bottom: 1rem;
      }
      
      .gallery .tab-item{
        width: 10.rem;
        height: 14rem;
        font-size: 1.1rem;
      }
      
      .gallery .tab-item:hover{ 
        font-size: 1.15rem;
      }
      .gallery .tab-item:hover p { 
        padding: 0.6rem 0.3rem;
      }
      .group .selected { 
        font-size: 1.15rem;
      }
      .group .selected p{ 
        padding: 0.6rem 0.3rem;
      }

      .footer, .footer a{
        font-size: 0.8rem;
      }
      .footer .footer-cols{
        grid-template-columns: 1fr ;
        grid-gap: 2rem;
        /* padding: 1rem; */
      }
      .footer .footer-cols .links{
        grid-template-columns: 1fr;
      }
      .footer li{
        line-height: 2;
      }  

    /* .gallery .tab-item{
      border-radius: 20px;
      width: 200px;
      height: 300px;
      font-size: 1.4rem;
      box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.45);
    }
    .grp > div:hover{
      font-size: 1.7rem;
    } */
    
  } 
  
  
  /* ---------- custom-scrollbar------- */
  ::-webkit-scrollbar{
    width: 15px;
  }
  ::-webkit-scrollbar-track{
    background: #fff;
  }
  ::-webkit-scrollbar-thumb{
    background: linear-gradient(var(--primary-color), #000, var(--primary-color));
    border-radius: 10px;
  }
