/*

TemplateMo 590 topic listing

https://templatemo.com/tm-590-topic-listing

*/
@font-face {
    font-family: "IRANSansWeb";
    src: url('/home/static/home/fonts/IRANSansWeb_Light.ttf') format('ttf');
    ;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  direction: rtl;



}

body {
    font-family: "iransans", sans-serif;

}
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #13547a;
  /*--secondary-color:              #80d0c7;*/
  --secondary-color:              #47a4ff;
  --section-bg-color:             #f0f8ff;
  /*--custom-btn-bg-color:          #80d0c7;*/
  --custom-btn-bg-color:          #0071f3;
  --custom-btn-bg-hover-color:    #13547a;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  /*--border-color:                 #7fffd4;*/
  --border-color: #7db2f5;
  /*--link-hover-color:              #7fffd4;*/
  --link-hover-color:            #0071f3;

  --body-font-family:              "iransans", sans-serif;;
  --title-font-family:             "iransans", sans-serif;;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
 font-family: "iransans", sans-serif;;
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family); 
 ;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  ;
}

h6 {
  /*color: var(--primary-color);*/
  font-size: var(--h6-font-size);
  opacity: 1;
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
}
.text-green{
  color: black;
  opacity: 1 !important;

}
.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  /*background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/
  background: linear-gradient(360deg, #2b5de3, #539ef5);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
}

.nav-tabs {
  border-bottom: 1px solid #ecf3f2;
  margin-bottom: 40px;
  justify-content: center;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--p-color);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}
/*---------------------------------------
  persian////
-----------------------------------------*/
.text-persian{
  direction: rtl;
  text-align: justify;
  padding-right: 1px;
  font-family: IRANSansWeb,iransans,SansSerif;
}
.font-persian{
  font-family: "iransans", serif;
}

/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 1px solid #aec0aa;
  color: #aec0aa
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  /*background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/
  /*background-image: linear-gradient(90deg, rgba(83,173,226,0.3646884779302346) 63%, rgba(128,208,199,0.5299545843728116) 99%);*/
 background:linear-gradient(180deg, rgba(115,221,255,0.5047445003391982) 0%, rgba(255,255,255,1) 91%);
  padding-top: 150px;
  padding-bottom: 80px;
}

.site-header .container {
  height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: var(--white-color);
}

.site-header .custom-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
  color: var(--secondary-color);
}





/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  opacity: 0.8;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-section .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-section input[type="search"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-section button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}


/*---------------------------------------
  TOPICS              
-----------------------------------------*/
.featured-section {
  /*background: linear-gradient(180deg, rgba(17, 129, 217, 1) 0%, rgba(71, 164, 255, 1) 91%);*/
  background: linear-gradient(180deg, #2b5de3, #539ef5);
  border-radius: 0 0 100px 100px;
  padding-bottom: 100px;
}

.featured-section .row {
  position: relative;
  bottom: 0px;
  top: 50px;
  margin-bottom: -100px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-block:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}
.custom-block-more {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-block-more img {
  max-width: 100px;
  height: auto;
  border-radius: 50%;
  border: 1px solid rgba(124, 239, 192, 0.9);
}
.custom-block > a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 35px;
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {

  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.social-share {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px;
}

.social-share .bi-bookmark {
  color: var(--white-color);
  font-size: var(--h5-font-size);
}

.social-share .bi-bookmark:hover {
  color: var(--secondary-color);
}

.bg-design {
  background-color: #00B0FF;
}

.bg-graphic {
  background-color: #00BFA6;
}

.bg-advertising {
  background-color: #F50057;
}

.bg-finance {
  background-color: #536DFE;
}

.bg-music {
  background-color: #F9A826;
}

.bg-education {
  background-color: #00BFA6;
}


/*---------------------------------------
  TOPICS               
-----------------------------------------*/
.topics-detail-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  width: 320px;
}

.topics-detail-block-image {
  display: block;
  border-radius: var(--border-radius-medium);
  width: 320px;
}

blockquote {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-family: var(--title-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: inline-block;
  text-align: center;
  margin: 30px;
  padding: 40px;
}

.topics-listing-page .site-header {
  padding-bottom: 65px;
}

.custom-block-topics-listing-info {
  margin: 30px 20px 20px 30px;
}

.custom-block-topics-listing {
  height: inherit;
}

.custom-block-topics-listing .custom-block-image {
  width: 200px;
}


/*---------------------------------------
  PAGINATION              
-----------------------------------------*/
.pagination {
  margin-top: 40px;
}

.page-link {
  border: 0;
  border-radius: var(--border-radius-small);
  color: var(--p-color);
  font-family: var(--title-font-family);
  margin: 0 5px;
  padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.page-item:first-child .page-link {
  margin-right: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
}

.active>.page-link, .page-link.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-image: url('../images/colleagues-working-cozy-office-medium-shot.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 87%;
  background-color: var(--primary-color);
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--secondary-color);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: -20px;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;

  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: var(--white-color);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--primary-color);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--primary-color);
}


/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-semibold);
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: var(--border-radius-large);
}

.faq-section .accordion-button:not(.collapsed) {
  border-radius: var(--border-radius-large);
  box-shadow: none;
  color: var(--primary-color);
}

.faq-section .accordion-body {
  color: var(--p-color);
  font-size: var(--btn-font-size);
  line-height: 40px;
}

/*---------------------------------------
  NEWSLETTER               
-----------------------------------------*/
.newsletter-image {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 150px;
}


/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.subscribe-form-wrap {
  padding: 50px;
}

.subscribe-form {
  width: 95%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  outline: none;
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {

  border-bottom: 15px solid transparent;
    border-image: linear-gradient(90deg, rgba(83,173,226,0.3646884779302346) 63%, rgba(128,208,199,0.5299545843728116) 99%);
    border-image-slice: 1;
    width:100%;
  position: relative;


}

/*.site-footer::after {*/
/*  !*content: "";*!*/
/*  !*position: absolute;*!*/
/*  !*bottom: 0;*!*/
/*  !*right: 0;*!*/
/*  !*width: 0;*!*/
/*  !*height: 0;*!*/
/*  border-style: solid;*/
/*  border-width: 0 0 200px 200px;*/
/*  border-color:  rgba(83,173,226,0.3);*/
/*  pointer-events: none;*/
/*}*/

.site-footer-title {
  font-weight: 200;
  font-size: 18px;
}

.site-footer .dropdown-menu {
  padding: 0;
}

.site-footer .dropdown-item {
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding: 4px 18px;
}

.site-footer .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.site-footer .dropdown-menu li:first-child .dropdown-item {
  padding-top: 10px;
}

.site-footer .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 12px;
}

.site-footer .dropdown-toggle {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.site-footer .dropdown-toggle:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  display: block;
  list-style: none;
  line-height: normal;

}

.site-footer-link {

  color: cadetblue;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}


.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  @media(max-width: 900px) {
   .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
  .navbar {
    background-color: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing > .d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 75%;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 135px;
  }

  .subscribe-form-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}
/*nav//////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: IRANSansWeb, iransans, SansSerif, serif;
}
nav{
  position: fixed;
  z-index: 99;
  width: 100%;

}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #3A3B3C;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
/*gallaryy             ***********************************************************************/
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
}

.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 66.67%; /* Equivalent to (400 / 600) * 100 */
}

@media screen and (min-width: 600px) {
  .gallery {
    padding-top: 400px;
  }
}

.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.gallery__thumb {
  padding-top: 6px;
  margin: 6px;
  display: block;
}

.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.gallery__selector:checked + .gallery__img {
  opacity: 1;
}

.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 3px #0be2f6;
}

.hr-proucts{
  padding-left: 2px;
  padding-right: 2px;
  width: 200px;
  box-shadow: black;
}


 .swiper-container {

  width: 100%;
  height: 89vh; /* Adjust the height as needed */
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

@media (max-width: 768px) {
  /* Adjust the breakpoint as needed */
  .swiper-container {
    height: 55vh; /* Adjust the height for small screens */
  }
}

     /* Style for the slide captions */
.slide-caption  {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #000000;
  font-size: 21px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Add opacity transition */
   max-width: 60%;

}

@media (max-width: 768px) {
  /* Adjust the breakpoint as needed */
  .slide-caption {
    font-size: 12px; /* Adjust the font size for small screens */
  }
}
@media (max-width: 768px) {

  .download-button>a {
    font-size: 12px;

  }

}
     .swiper-slide:not(.swiper-slide-active) .slide-caption {
       opacity: 0; /* Hide captions of inactive slides */
     }

     .swiper-slide-active .slide-caption {
       transform: translateX(0);
     }

     /* Style to resize the background image */
     .swiper-slide {
       background-size: cover; /* Resize background image to cover entire slide */
       background-position: center; /* Center the background image */
     }
/* Default font size */
body {
  font-size: 16px;
}


@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

/* Default styles */
.scroll-gallary{
   display: flex;
  width: 1000px;
  margin: 0 auto;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 20px;
  cursor: pointer;


}

.full-img{
  width: 100% ;
  height: 100vh ;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.full-img img{
  width: 90%;
  max-width: 500px;
}
.full-img span{
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
  font-size: 30px;
  color: white;
}
.scroll-gallary > img{
  width: 220px;

}
.image-ga{
 display: none;
}
.image-ga img:hover{
  transform: scale(0.9) rotate(-15deg);

}
.image-ga img{
  max-width: 320px;
  cursor: pointer;

}
@media (min-width: 767px) {
    .image-ga {
        display: grid;
          grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 20px), 1fr));
        grid-gap: 30px;
        margin: 100px auto 50px;

    }

    .scroll-gallary {
        display: none;
    }
}
.scroll-gallary::-webkit-scrollbar-thumb{

 background: var(--secondary-color);
  border: 0px solid black;
  border-radius: 100px;


}
.scroll-gallary::-webkit-scrollbar{

  height: 8px;
}
.scroll-gallary::-webkit-scrollbar-button {
  width: 200px;

}


.scroll-gallary::-webkit-scrollbar-thumb:active {
  background: var(--primary-color);
}
.scroll-gallary::-webkit-scrollbar-track{
  background-color: gray;
  border-radius: 10px;
}

/* Styles for small screens */
@media (max-width: 950px) {
  .scroll{
  display: flex;

  margin: 0 auto;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 20px;
}
}

/* Styles for medium screens */
/*@media (min-width: 481px) and (max-width: 768px) {*/
/*.scroll{*/
/*  display: flex;*/

/*  margin: 0 auto;*/
/*  flex-wrap: nowrap;*/
/*  overflow: auto;*/
/*  gap: 20px;*/

/*}*/
/*}*/
.scroll-gallary img {

    user-select: none; /* Disable selection */
   pointer-events: none;
}
.scroll::-webkit-scrollbar-thumb{

  background-color: darkslategrey;
}
.scroll::-webkit-scrollbar{
  height: 3px;
}
.scroll::-webkit-scrollbar-track{
  background-color: gray;
}


.slide > p{
  color: black;
}

@media (max-width: 350px) {
    .footer-wrapper {
        display: none;
    }
}

.text-container {
    position: absolute;
    top: 70%;
    left: 70%;
    transform: translate(-50%, -50%);
    text-align: center;

    max-width: 80%


}

.text-container p,
.text-container a {
    margin: 5px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
  color: black;

}
.text-container p {
  font-size: 18px;

}
.text-container a {
  border-radius: 5px;
  border-width: 0.5px;
  font-weight: lighter;
}
.download-button>a{
  color: white;
}


.download-button {
    background-color:#0071f3;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;

}
@media (max-width: 720px) {
  .download-button{
    padding: 5px;
  }
}
.slide-caption .download-button {
  display: block;
  margin-top: 10px;
}

.download-button:hover {
    background-color: #5b948d;
}

.download-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }


  th {
    background-color: #f2f2f2;
    border: 2px solid #ddd;
    padding: 10px;
    text-align: left;
    border-top: none;
  }

  tr:nth-child(even) {
    background-color: #f9f9f9;
  }


  td {
    border: 2px solid #ddd;
    padding: 10px;
    border-top: none;
  }


  .alt-col {
    background-color: #e6f7ff;
  }


  tbody {
    border-radius: 10px;
    overflow: hidden;
  }


  tr {
    transition: background-color 0.3s ease;
  }

  tr:hover {
    background-color: #f0f0f0;
  }



  .instagram-story-section {
    position: relative;
    display: flex;
    overflow-x: auto;
    flex-shrink: 0;
    margin-bottom: 5px;
    justify-content: center;
    gap: 20px;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}


.instagram-story-section img {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}


.scroll-buttons {
    position: relative;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    z-index: 999;
}

.scroll-buttons button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 18px;
    margin: 0 10px;
    transition: background-color 0.3s ease;
}
.scroll-right{
  position: absolute;
}


.instagram-story-section a {
    display: inline-block !important;
}

.instagram-story-section a {
  flex-shrink: 0;
}
 .tag-container .tag a.active-tag {
    background-color:rgba(3, 86, 48, 0.7);
    color: white;
    font-weight: bold;
   opacity: 0.7;
}
.tag-container{
  display: flex;
  overflow-x:auto;
  flex-shrink: 0;
  padding: 10px;
}
.tag-container::-webkit-scrollbar-thumb{

 background: var(--secondary-color);
  border: 0px solid black;
  border-radius: 100px;


}
.tag-container::-webkit-scrollbar{

  height: 8px;
}


.tag-container::-webkit-scrollbar-button {
  width: 200px;

}


.tag-container::-webkit-scrollbar-thumb:active {
  background: var(--primary-color);
}
.tag-container::-webkit-scrollbar-track{
  background-color: gray;
  border-radius: 10px;
}



.tag>a{
  margin-right: 5px;
  border: 1px solid rgba(124, 239, 192, 0.2);
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) ;
  background-color: var(--secondary-color);
  color: white;
  animation: ease-in-out;
}

.tag label {
  margin-right: 5px;
  border: 1px solid black;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color:white;
  color: black;
  animation: ease-in-out;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tag label.checked {

  font-size: 17px ;
  box-shadow: 0 0 10px skyblue;
  border: 1px solid skyblue;
}
tag>button{
  background-color: var(--secondary-color);
  border: 0.1px;
  border-radius: 10px;
}
.tag > a:hover {
  background-color: #007bff;
  opacity: 0.7;
  color: white;
}

.tag {
  display: flex;
  flex-shrink: 0;
}


@media (min-width: 900px) {
  .brand-wrapper{
    display: none;
  }

}




.pagination-container {
  text-align: center;
}

.pagination {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pagination li {
  display: inline-block;
  margin: 0 5px;
}

.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination li a:hover {
  background-color: #f0f0f0;
}

.pagination li.active a {
  background-color: #007bff;
  color: #fff;
}

.pagination li.disabled a {
  pointer-events: none;
  background-color: #f0f0f0;
  color: #ccc;
}

.dots {
  padding: 8px 0;
  color: #333;
}


/*new slide*/

/*swiper*/
.stories-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    opacity: 0.9;
    overflow: hidden;
    z-index: 9999999;
    display: flex;
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
}

@media (max-width: 980px) {
    .stories-container {
        display: none;
    }
}

.new-swiper-wrapper {

    display: flex;
    align-items: center;
    animation: scrollStories linear infinite;
}

.new-swiper-slide {
    flex: 0 0 100px;
    margin-top: 5px;
    margin-right: 100px; /* Add margin between items */
    box-sizing: border-box;
    opacity: 0.9;
    display: flex;
    justify-content: center; /* Center image horizontally */
    align-items: center; /* Center image vertically */
}

.new-swiper-slide img {
    max-width: 100%; /* Ensure image scales down to fit slide */
    max-height: 80px; /* Limit image height to container height */
    object-fit: contain; /* Preserve aspect ratio */
}

/* Pause animation on hover */
.stories-container:hover .new-swiper-wrapper {
    animation-play-state: paused;
}

/* Restart animation when not hovered */
.stories-container:not(:hover) .new-swiper-wrapper {
    animation-play-state: running;
}

@keyframes scrollStories {
    0% {
        transform: translateX(calc(100% + 10px)); /* Adjust the translation to account for margin */
    }
    100% {
        transform: translateX(-100%);
    }
}

    #toggleButton{
      border-bottom: 1px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
     #entoggleButton{
      border-bottom: 1px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

.js-product-filter-form{
  padding: 20px 10px 20px 30px;
  border-bottom: 1px  solid;
  border-bottom-color: rgb(73, 100, 73 , 0.1);
  box-shadow: 0px 4px 6px rgba(73, 100, 73, 0.1);
  border-radius: 5px;

}

.footer-content{
  margin-bottom: 120px;
}


.sell-inf{
  font-size: 18px;
  display: flex;
  align-content: center;
  color: black;
  margin-top:10px ;
}
.sell-inf:hover{
  color: white;
}
.language-choice{
  font-size: 12px!important;
  color: gray!important;

}


/*spotlight section                                                                   ********/








article {
  --img-scale: 1.001;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

/* basic article elements styling */
article h2 {
  margin: 0 0 18px 0;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--title-color);
  transition: color 0.3s ease-out;
}

figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

article img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
}

.article-body {
  padding: 24px;
}

article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #28666e;
}

article a:focus {
  outline: 1px dotted #28666e;
}

article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #28666e;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}



*,
*::before,
*::after {
  box-sizing: border-box;
}



.articles {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

@media (max-width: 720px) {
  .articles {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
  }
  .articles > article {
    flex: 0 0 auto;
    min-width: 220px;
  }
}

@media screen and (max-width: 960px) {
  article {
    container: card/inline-size;
  }
  .article-body p {
    display: none;
  }
}

@container card (min-width: 380px) {
  .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .article-body {
    padding-left: 0;
  }
  figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  figure img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.brand-img-tag{
  margin-top: 0px;
  color: white;
  background-color: dodgerblue;
  text-align: center;
  padding: 10px 15px 10px 15px;
  font-weight: normal;
  border-radius: 10px 0px 10px 0px;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top:0 ;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;

}
.article-body p {
  font-size: 16px;
}

.spotlight-tag {
  margin-top: 0px;
  color: white;
  background-color: rebeccapurple;
  text-align: center;
  padding: 10px 15px;
  font-weight: normal;
  border-radius: 10px 0px 10px 0px;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.spotlight-tag-list{
  margin-top: 0px;
  color: white;
  background-color: rebeccapurple;
  text-align: center;
  padding: 10px 15px;
  font-weight: normal;
  border-radius: 0px 0px 0px 0px;
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: 0px;
}


.article-body:hover .spotlight-tag {
  opacity: 1;
  transform: translateY(0);
}


.brand-img-tag {
  margin-top: 0px;
  color: white;
  background-color: dodgerblue;
  text-align: center;
  padding: 10px 15px;
  font-weight: normal;
  border-radius: 10px 0px 10px 0px;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 0;
  opacity: 1;
  transform: translateY(0);
}


.article-body:hover .brand-img-tag {
  opacity: 0;
  transform: translateY(-20px);
}


@media (max-width: 720px) {
  .spotlight-tag {
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    left: 0px;
    top: 35PX;
    margin: 10px 0;
    width: auto;
    background-color:rebeccapurple ;
     border-radius:  10px 0px 10px 0px;
    font-size: 14px;
    padding: 8px;
  }

  .article-body:hover .spotlight-tag {
    opacity: 1;
    transform: translateY(0);
  }
}
.custom-form select{
  width: 100%;
  padding: 5px;
  margin-bottom: 12px;
  border-radius: 30px;
  border: 1px solid #ced4da;

}
.custom-form option{
  border-radius: 30px;
}
.select-label{
 position: absolute;
  top: -15px!important;
  font-size: 13px;
  color: gray;
}
.label-captcha{
top: -40px!important;

}

#id_captcha_1{
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
  color: var(--p-color) ;
  margin-bottom: 25px;
}
.captcha{
  width: 90px;
  margin-top: 6px;
}

.brand_show {
   display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px;
    max-width: 1600px;

}
@media (max-width: 720px) {
   .brand_show {
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 10px;
        margin-left: 0;
        margin-right: 0;
        width: 90vw;
    }

    .brand_show > a {
        flex-shrink: 0;
    }

    .brand_show::-webkit-scrollbar {
        height: 8px;
    }

    .brand_show::-webkit-scrollbar-thumb {
        background-color: #b3b3b3;
        border-radius: 4px;
    }
}
.brand_show > a {
    background-color: transparent;
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;

}

.brand_show > a > img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.brand_show > a:hover > img {
    transform: scale(1.1) translate(-50%, -50%);
}

.brand_show > a > .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(91, 148, 141, 0.71);
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;

}

.brand_show > a:hover > .overlay {
    opacity: 1;
}
  input[type="checkbox"] {
    /* Default border color */
    border: 2px solid white; /* Default border color */
    width: 16px; /* Width of the checkbox */
    height: 16px; /* Height of the checkbox */
    /* Remove default appearance for custom styling */
    appearance: none;
    outline: none; /* Remove outline */
    cursor: pointer; /* Pointer cursor on hover */
    border-radius: 2px; /* Rounded corners (optional) */
    position: relative; /* For custom checkmark positioning */
}

/* Style when checked */
input[type="checkbox"]:checked {
    /* Background color when checked */
    background-color: white; /* Checked background color */
    border-color: skyblue; /* Border color when checked */
}

/* Custom checkmark for checkboxes */
input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid skyblue;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
 .brand-menu{
  overflow-y: auto!important;
  overflow-x: hidden!important;
  display: flex;
   flex: 1fr;
   height: auto!important;
   width: auto;!important;
   flex-wrap:wrap;

   justify-content: flex-start;
   right: -120px;
   left: 120px;

   align-content: center;
   align-items: center;
   padding-left: 20px;

}
