body{
  background-color: #F7F7F7;
  font-family:''Times New Roman', Times, serif';
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.section-container-3{
    background-image: linear-gradient(rgb(252 252 252), rgb(111 112 112), rgba(0, 0, 0, 0.2)) !important;
}
.moresty0 .modal-content {
  background-color: transparent !important;
  border: none;
}
.modal-wrapper.modal.show {
  z-index: 99999999999;
  background-color: #d4d4d49e;
}
.moresty .headmore {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /*width: 75%;*/
  margin-top: 25px;
}
.moresty .reviewpaget {

  text-align: center;
  color: #1e1e1e;
 
}

.moresty .footmore {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /*width: 75%;*/
  margin-bottom: 25px;
}

.moresty .foot_reviewpaget {
  text-align: center;
  color: #1e1e1e;
}


.moresty .selector ul li img {
  width: 144px;
}
  .moresty .selector ul li img:hover {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }
.moresty .selector {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
}

.moresty .selector,
.moresty .selector button {
  font-weight: 300;
}

  .moresty .selector button {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 10px;
      background: #83c6ff;
      border-radius: 50%;
      border: 0;
      color: white;
      font-size: 20px;
      cursor: pointer;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
      transition: all .1s;
  }

          .moresty .selector button:hover {
              background: #fff;
          }

          .moresty .selector button:focus {
              outline: none;
          }

      .moresty .selector ul {
          position: absolute;
          list-style: none;
          padding: 0;
          margin: 0;
          top: -20px;
          right: -20px;
          bottom: -20px;
          left: -20px;
      }

      .moresty .selector li {
          position: absolute;
          width: 0;
          height: 100%;
          margin: 0 50%;
          -webkit-transform: rotate(-360deg);
          transition: all 0.8s ease-in-out;
      }

          .moresty .selector li input {
              display: none;
          }

              .moresty .selector li input + label {
                  position: absolute;
                  left: 50%;
                  bottom: 100%;
                  width: 0;
                  height: 0;
                  line-height: 1px;
                  margin-left: 0;
                  background: #fff;
                  border-radius: 50%;
                  text-align: center;
                  font-size: 1px;
                  overflow: hidden;
                  cursor: pointer;
                  box-shadow: none;
                  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
              }

                  .moresty .selector li input + label:hover {
                      background: #f0f0f0;
                  }

              .moresty .selector li input:checked + label {
                  background: #caf7ce;
                  color: white;
              }

                  .moresty .selector li input:checked + label:hover {
                      background: #a0f1a8;
                  }

      .moresty .selector.open li input + label {
          width: 59px;
          height: 59px;
          line-height: 80px;
          margin-left: -33px;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          font-size: 14px;
      }
          .moresty .selector.open li input + label:hover {
              box-shadow: 0 7px 15px rgb(0 0 0);
              background: #83c6ff;
          }





.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01 img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}






/*نمونه*/
/*
<li data-tooltip="درمانی">
  <input id='c8' type='checkbox'>
  <label class="hover01" for='c8'>
      <a href="https://www.rashkiyan.com/ShowContacts/Index/26">
          <img src="~/ContentStyle/contacts/8.png" />
      </a>
  </label>
</li>
*/


[data-tooltip] {
  position: relative;
  letter-spacing: 0.1rem;
}

  [data-tooltip]::before,
  [data-tooltip]::after {
      --tooltip-color: #000;
      --arrow-size: .5rem;
      --scale: 0;
      position: absolute;
      left: 50%;
      transform: translate(-50%, var(--translate-y)) scale(var(--scale));
      transition: transform 100ms;
      transition-timing-function: linear;
  }

  [data-tooltip]:hover::before,
  [data-tooltip]:hover::after {
      --scale: 1;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.45, 1.93);
      top: -78px;
  }

  [data-tooltip]::before {
      --translate-y: calc(-100% - var(--arrow-size));
      content: attr(data-tooltip);
      background-color: var(--tooltip-color);
      color: #FFF;
      padding: .5em;
      border-radius: .3em;
      width: 150px;
      text-align: center;
      transform-origin: bottom center;
  }

  [data-tooltip]::after {
      --translate-y: calc(-1 * var(--arrow-size));
      content: '';
      border: var(--arrow-size) solid transparent;
      border-top-color: var(--tooltip-color);
      transform-origin: top center;
  }





.selector a.tip {
  text-decoration: none
}

  .selector a.tip:hover {
      position: relative;
  }

  .selector a.tip span {
      display: none
  }

  .selector a.tip:hover span {
      display: block;
      width: 60px;
      height: 105px;
      text-decoration: none;
      background: rgb(83,190,216);
      background: radial-gradient(circle, rgb(167 172 173 / 50%) 35%, rgb(25 25 25) 100%);
      font-size: 12px;
      font-family: Philosopher;
      color: #ffffff;
      margin: auto;
      position: absolute;
      top: -235%;
  }

.fsize18 {
  font-size: 18px !important;
}

.fsize16 {
  font-size: 16px !important;
}

.fsize14 {
  font-size: 14px !important;
}

















.navbar{
  background-color: #ffffff61;
  padding-bottom: 30px;
  padding-top: 20px;
}
.card-group{
  background-color: rgb(250, 248, 248);
}
.card{
  padding: 15px;
  margin: 10px;
  border: none;
  background-color: #ffffff;
  height: 100%;
}
.card-img-top {height: 400px;width: auto;margin: auto;}
.card-title{
color: #000000;
}
.card-text{
color: #000000;
}
.bi{
color: #000000;

}
.description{
color: #000000;
}
/* .card-body p .card-text{
color: #000000;
} */
.card .card-img-top1 {height: 303px;}
.Address{
  color: #000000;

}
.email{
  color: #000000;

}
.i{
  color: #000000;
}
.Call{
  color: #000000;
}
.letsTalk{
color: #000000;
}
.letsTalkLocation{
  color: #000000;
}
.info{
margin-top: 10px;
padding: 20px;
}
@media(max-width:991px){
  .sidebar{
      background-color:rgba(255,255,255,0.15) ;
      backdrop-filter: blur(10px);  
    }
}
.navbar {
margin: 0;
padding: 0;
}
.nav-link{
  font-size: 20px;
  color: black;
  font-weight:bold ;
  margin: 5px;
}
.nav-link:hover{
color: black;
font-weight:bold ;

}
/* .carousel{
  margin-top: 10px;
} */

.tools .tool-default{
  display: flex;
  align-items: center;
  cursor: pointer;
  /* width: 330px; */
  font-size: 22px;
  color: black;
  font-weight:  500px; 
  padding: 10px;

}
/* .tools .tool-default i{
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;

} */
/*  */
.btn{
  background-color: #004098;
  border: 1px solid #00000000;
  padding: 12px 18px;
  margin-left: 10px;
  border-radius: 2px;
  font-size: 15px;
  font-weight:  bold; 
  color: #ffffff;
}

.btn:hover{
  background-color: #69a73b;
  color: #ffffff;
}
/* .breadcrumb{
  position: relative;
  padding: 25px 15px 15px 15px;
  background-color: rgb(134, 123, 123);
}
.breadcrumb li a {
  color: #555555;
  font-size: 14px;
  text-decoration: none;
} */
.main{
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #F7F7F7;

}

.nav-tabs {
  border-bottom: 2px solid #dedede;
  text-align: center;
  font-size: 0;
  margin-top: 20px;
  color: #095AC2;
  background-color: #f7f6f6;
}

.nav-tabs li{
  margin: 0 5px;
  padding-bottom: 16px;
  border-bottom: #fefafa00;
  color: #555555;
  border-width: 20px;
}
.nav-tabs li.active{
  margin: 0 5px;
  color: #095AC2;
  padding-bottom: 16px;
  border-bottom: #095AC2;
  border-width: 20px;
} 

.nav-tabs li:hover{
  margin: 0 5px;
  color: #095AC2;
  padding-bottom: 16px;
  border-bottom: #095AC2;
  border-width: 20px;
}


.tab-content{
  background-color: #FFFFFF;
  padding: 20px;
}
.btn-products:hover{
  background-color: #004297;
  border-color: #00000000;
  color: #ffffff;
}
.btn-products{
  display: inline-block;
  padding: 14px 60px;
  border: 1px solid #000000;
  color: #434d57;
  background-color: #00000000;
  text-decoration: none;
  font-size: 14px;
}
/* .nav .nav-item .nav-link{

} */

.nav-item .nav-link .active{
color: black;
}
.main-1{
  padding-top: 40px;
  padding-bottom: 15;
}
.container-fluid{
  /* top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  margin: auto;
  width: 100%;
  height: max-content;
  /* object-fit: cover;
  object-position: center center;
  position: relative; */
}


.center {
  /* width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10; */

  
}

.img-app { 
  width: 100%;
  height: auto;
  opacity: 0.3;
}

.btn-app:hover{
  background-color: #004297;
  border-color: #00000000;
  color: #ffffff;
  
}

.btn-app{
  display: inline-block;
  padding: 14px 60px;
  border: 1px solid #000000;
  color: #434d57;
  background-color: #00000000;
  text-decoration: none;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #ffc451;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.about{
  padding-top: 20px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  padding-top: 30px;
}
.contact .info {
  width: 100%;
  background: #fff;
}

/* .contact .info i {
  font-size: 20px;
  background: #415f86;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
 */
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ffc451;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}
.btn-contact{
  display: inline-block;
  padding: 14px 60px;
  border: 1px solid #000000;
  color: #434d57;
  background-color: #00000000;
  text-decoration: none;
  font-size: 14px;
}
.btn-contact:hover{
  background-color: #004297;
  border-color: #00000000;
  color: #ffffff;
}
/* .contact .php-email-form button[type=submit] {
  background: #ffc451;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffcd6b;
} */


.title .themes_box_title .ozon-mas-provider{
  font-size: 25px;
  color: #303030;
  line-height: 1.4;
  width: 100%;
}

.Provider{
  padding: 35px 20px 35px 20px;
}
.pic-side{
  padding-top: 40px;
}

.Cooperative-Clients{
  background-color: #F1F4FF;
  padding-top: 30px;
  padding-bottom: 30px;

}
.clients-section{
  padding-bottom: 20px;
  color: #142C73;
}

.img-clients{
  padding-bottom: 25px;
  border-radius: 15px;


}

.btn-applications{
  padding: 14px 60px;
  border: 1px solid #000000;
  color: #434d57;
  background-color: #00000000;
  text-decoration: none;
  font-size: 14px;
}

.btn-applications:hover{
  background-color: #004297;
  border-color: #00000000;
  color: #ffffff;
}
.app-details i{
  font-size: 30px;
  color: #004297;
}
.app-details i:hover{
  color: #243143;
}


.card-number{
  padding: 10px;
  border-color: #F26273;
  border-width: 1px 0 1px 0;
  /* border-color: red; */
  border-style: solid;
  border-radius: 50px;
  color: #F26273;
}

.accordion-item{
  background-color: #dedede;
  padding-bottom: 12px;
}

.accordion{
  padding-bottom: 30px;
}
a .fab{
text-decoration: none;
}
.Chatbot {
position: fixed;
bottom: 10px;
right: -30px;
background-color: #000000;
color: white;
font-weight: bold;
font-size: 12px;
padding: 5px;
border-radius: 4px;
font-family: Arial, Tahoma;
cursor: pointer;
transition: 0.2s;
}
.Chatbot.show {
right: 10px;
}





/* create a lightbox container */


:root {/* --lightbox: rgb(0 0 0 / 0.75); *//* --carousel-text: #fff; */}

.section-container-2{
  top: 99vh;
}
@keyframes zoomin {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.05);
}
100% {
  transform: scale(1);
}
}

.gallery-item {
display: block;
}

.gallery-item img {
box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 0.2s;
}

.gallery-item:hover img {
box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
position: absolute;
top: 1.25rem;
right: 1.25rem;
font-size: 1.25rem;
z-index: 10;
filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
display: flex;
align-items: center;
padding: 0;
}

.lightbox-modal .lightbox-content {
width: 100%;
}

.lightbox-modal .carousel-indicators {
margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
width: 75%;
}

.lightbox-modal .carousel-inner img {
animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
right: 0;
bottom: 0;
left: 0;
padding-bottom: 2rem;
background-color: var(--lightbox);
color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
width: auto;
}

.lightbox-modal .carousel-control-prev {
left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
right: 1.25rem;
}

@media (min-width: 1400px) {
.lightbox-modal .carousel-inner {
  max-width: 60%;
}
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
position: absolute;
top: 1.25rem;
right: 3.5rem;
z-index: 10;
border: 0;
background: transparent;
opacity: .6;
font-size: 1.25rem;
}

.bi {
display: inline-block;
width: 1em;
height: 1em;
vertical-align: -0.035em;
fill: currentcolor;
color: #ffc451;
}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
padding: 20px 0 30px 0;
}

.contact .info-item i {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
font-size: 24px;
line-height: 0;
color: var(--color-primary);
border-radius: 50%;
border: 2px dotted #ffd565;
}

.contact .info-item h3 {
font-size: 20px;
color: #6c757d;
font-weight: 700;
margin: 10px 0;
}

.contact .info-item p {
padding: 0;
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}

.contact .php-email-form {
width: 100%;
background: #fff;
/* box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); */
padding: 30px;
}

.contact .php-email-form .form-group {
padding-bottom: 20px;
}

.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #df1529;
text-align: left;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .error-message br+br {
margin-top: 25px;
}

.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #059652;
text-align: center;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}

.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #059652;
border-top-color: #fff;
animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
border-color: var(--color-primary);
}

.contact .php-email-form input {
height: 44px;
}

.contact .php-email-form textarea {
padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
background: var(--color-primary);
border: 0;
padding: 10px 35px;
color: #fff;
transition: 0.4s;
border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
background: rgba(254, 185, 0, 0.8);
}

.content{
color: #000000;
}
.content-applications{
font-weight: 700;
font-size: 28px;
font-family: "Poppins", sans-serif;
color: #000000;

}
.ozon-mas-provider{
font-weight: 700;
font-size: 28px;
font-family: "Poppins", sans-serif;
color: #000000;
}




/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
overflow: hidden;
background: #151515;
}

#preloader:before {
content: "";
position: fixed;
top: calc(50% - 0px);
left: calc(50% - 30px);
border: 6px solid #ffc451;
border-top-color: #151515;
border-bottom-color: #151515;
border-radius: 50%;
width: 60px;
height: 60px;
animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
  transition-delay: 0 !important;
}


}







/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
margin-bottom: 30px;
}

.portfolio #portfolio-flters {
padding: 0;
margin: 0 auto 20px auto;
list-style: none;
text-align: center;
}

.portfolio #portfolio-flters li {
cursor: pointer;
display: inline-block;
padding: 8px 15px 10px 15px;
font-size: 14px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
color: #444444;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
color: #151515;
background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
margin-right: 0;
}

.portfolio .portfolio-wrap {
transition: 0.3s;
position: relative;
overflow: hidden;
z-index: 1;
background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
content: "";
background: rgba(21, 21, 21, 0.6);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all ease-in-out 0.3s;
z-index: 2;
opacity: 0;
}

.portfolio .portfolio-wrap img {
transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
transition: all ease-in-out 0.3s;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
padding: 20px;
}
.container-section-mini{
  text-align: start;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
font-size: 20px;
color: #fff;
font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin: 0;
font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
text-align: center;
z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
color: #fff;
margin: 0 5px 0 0;
font-size: 28px;
display: inline-block;
transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
margin-top: 20px;
position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #ffc451;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #ffc451;
}

.portfolio-details .portfolio-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
margin-top: 10px;
}

.portfolio-details .portfolio-description {
padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
padding: 0;
}


/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
width: 100%;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: rgba(255, 255, 255, 0.7);
opacity: 1;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: var(--color-primary);
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
width: 48px;
height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
color: rgba(255, 255, 255, 0.8);
background-color: rgba(0, 0, 0, 0.2);
font-size: 24px;
border-radius: 50%;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
  display: none;
}

.nav-link {
  font-family: 'Philosopher';
  font-weight: 900 !important;
  color: #eaeaea!important;
  text-wrap: nowrap;
  font-size: 21px;
}

.sidebar {
  
  z-index: 9999;
}
}

.project-details .portfolio-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
}

.project-details .portfolio-info h3:after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 3px;
background: var(--color-primary);
left: 0;
bottom: 0;
}

.project-details .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}

.project-details .portfolio-info ul li {
display: flex;
flex-direction: column;
padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
text-transform: uppercase;
font-weight: 400;
color: #838893;
font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
padding: 8px 40px;
background: var(--color-primary);
color: #fff;
border-radius: 50px;
transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
background: #ffc019;
}

.project-details .portfolio-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
color: var(--color-secondary);
}

.project-details .portfolio-description p {
padding: 0;
}

.project-details .portfolio-description .testimonial-item {
padding: 30px 30px 0 30px;
position: relative;
background: #f5f6f7;
height: 100%;
margin-bottom: 50px;
}

.project-details .portfolio-description .testimonial-item .testimonial-img {
width: 90px;
border-radius: 50px;
border: 6px solid #fff;
float: left;
margin: 0 10px 0 0;
}

.project-details .portfolio-description .testimonial-item h3 {
font-size: 18px;
font-weight: bold;
margin: 15px 0 5px 0;
padding-top: 20px;
}

.project-details .portfolio-description .testimonial-item h4 {
font-size: 14px;
color: #6c757d;
margin: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left,
.project-details .portfolio-description .testimonial-item .quote-icon-right {
color: #ffd565;
font-size: 26px;
line-height: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left {
display: inline-block;
left: -5px;
position: relative;
}

.project-details .portfolio-description .testimonial-item .quote-icon-right {
display: inline-block;
right: -5px;
position: relative;
top: 10px;
transform: scale(-1, -1);
}

.project-details .portfolio-description .testimonial-item p {
font-style: italic;
margin: 0 0 15px 0 0 0;
padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Roboto:wght@100;400&display=swap');

.image-cover-container{
  width: 100%;
  height: 80vh;
}

.section-container-2{
  min-height: 1200px ;
  /* background-image:  linear-gradient(rgba(8, 63, 112, 1) , rgba(102, 193, 140, 1) ,  rgba(0, 0, 0, 0.2)) */
  background-image: url('/static/image/cover2.png');
}

.divs-split-container {
  margin-top: 40px;
  height: 400px;
  width: 78vw;
  margin-right: auto;
  margin-left: auto;
}

.section-container-2-title{
  font-weight: 800;
  font-size: 59px;
  color: white;
}

.section-regular-text-main{
  font-weight: 400;
  font-size: 22px;
  line-height:  26.63px ; 
  color: white;
}

.section-regular-text-small{
  font-weight: 400;
  font-size: 18px;
  line-height:  21.78px;
  color: #9e9b9b;
}


@media only screen and (min-width: 1000px) {
  
  .tech-img-absolute-2{
      position: absolute;
      background-color: rgba(102, 193, 140, 1);
      top: 35%;
      right: 7%;
      width: 58vw;
      height: 554px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .overlapping-container{
      position: relative;
  }

  
  .tech-img-absolute-1{
      width: 70vw;
      height: 700px;
  }
  .tech-img-absolute-2-text{
      color: white;
      font-size: 40px;
      font-weight: 800;
      line-height: 54.52px;
  }
  
  .tech-img-absolute-1 {
      /* max-width: 100%; */
  }
  .tech-img{
      max-width: 100%;
      height: 100%;
      margin-top: 20px;
      text-align: center;
  }
  



}


.tech-img{
  /* max-width: 100%; */
  height: 100%;
  margin-top: 20px;
  text-align: center;
}

.section-container-5 {
  background-color: rgba(18, 57, 102, 1) ;
  /* background: red ;  */
  color: white;
}


.overlapping-container{
  /* position: relative; */
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
}





/* .section-container-3{
  position: relative;
} */



.section-container-3-title{
  font-weight: 800;
  font-size: 59px;
  color: rgba(8, 63, 112, 1);

}
 

.imgs-container{

}



.section-container-5-regular-text{
  font-weight: 500;
  font-size: 20px;
  line-height: 24.2px;
}



.section-container-5-first{
  max-width: 30%;
}

.section-container-5-title-text{
  text-align: left;
  font-weight: 800;
  font-size: 26px;
  line-height: 31.47px;
}

.section-container-5-title-mini-text{
  font-weight: 400;
  font-size: 21px;
  line-height: 31.47px;
  text-decoration: none;
  color: white;
}


.section-container-5 {
  background-color: rgba(18, 57, 102, 1) ;
  /* background: red ;  */
  color: white;
}



@media only screen and (max-width: 999px) {
.floor-imgs{
  width: 100%;
  height: 100%;
  margin-top: 20px;
  text-align: center;
}

.tech-img{
  width: 100%;
  height: 100%;
  margin-top: 20px;
  text-align: center;
}

.tech-img-absolute-1{
  max-width: 100%;
  height: 100%;

}


.overlapping-container{
  max-width: 100%;
}

.section-container-5-first{
  max-width: 100%;
  margin-bottom: 20px;
}

.tech-img-absolute-2-text{
  color: rgba(8, 63, 112, 1);
  font-size: 31px ;
  font-weight: 800;
  line-height: 37.52px;

}

.tech-img-absolute-2{
  position: inherit;
  background-color: rgba(102, 193, 140, 1);
  /* top: 30%; */
  /* right: 15%; */
  /* width: 700px; */
  /* height: 600px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  


}


}





body, html {
margin: 0;
padding: 0;
height: 100%;
position: relative;
background-color: white;
}
@keyframes backgroundColorAnimation {
0% { background-color: rgba(128, 128, 128, 0.5); }
50% { background-color: rgba(178, 243, 37, 0.5); }
100% { background-color: rgba(128, 128, 128, 0.5); }
}
.video-container {
position: absolute;
top: 0%;
width: 99.5vw; /* Adjust padding */
height: 100vh; /* Adjust padding */
 /* Add padding */
 /* Animation for background color */
 /* Simulates padding */
 /* Ensure it's below the overlay */
}
video {
height: 100%;
width: 100%;
object-fit: cover;
}

.mt-after-video{
position: absolute;
top: 174%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
}

.section-container-6{
  width: 65vw;
  margin-left: auto;
  margin-right: auto;
}
.client-img{
  height: 194px!important;
  width: 162px!important;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(128, 128, 128, 0.5); /* Gray overlay */
z-index: 1;
}
header {
z-index: 2;
}
.nav-link {font-family: 'Philosopher';font-weight: 900 !important;color: #696966;text-wrap: nowrap;font-size: 21px;}
.nav-link:hover {color: #073863;font-size: 25px;}
@font-face {
font-family: 'Herbarium';
src: url('Herbarium.otf') format('opentype');
}
.main_title {
font-weight: 900 !important;
font-size: 54px;
font-family: 'PHILOSOPHER';
color: #f3f3f0;
}
.main_title:hover {
color: #b1f325;
font-size: 59px;
}

.gallery-item {
margin-bottom: 30px;
}
.gallery-img {
height: 200px;
object-fit: cover;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{color: #073863;}

body::-webkit-scrollbar {
width: 8px; /* Set scrollbar width */
}

body::-webkit-scrollbar-thumb {
background-color: #888; /* Scrollbar color */
border-radius: 4px; /* Round scrollbar */
}

body::-webkit-scrollbar-thumb:hover {
background-color: #555; /* Darker color on hover */
}


#logo {
transition: transform 1s ease; /* Add smooth transition */
}

@media (max-width: 768px) { /* Adjust the max-width as needed */
.video-container {
height: 50vh; /* Example: Set height to 50% of viewport height */
}

video {
object-fit: fill; /* Change to contain for different scaling */
}

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%;
background-color: rgba(128, 128, 128, 0.5);
z-index: 1;
}


.mt-after-video {
position: absolute;
top: 122%;
left: 50%;
}
}




@media screen and (max-width: 768px) {
 
  #logo{
    display: none;
  }
  
  .section-container-2-title {
    font-weight: 800;
    font-size: 26px;
    color: white;
}

.section-regular-text-small {
  font-weight: 400;
  font-size: 15px;
  line-height: 21.78px;
  color: white;
}

.section-regular-text-main {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.63px;
  color: white;
}

.section-container-3-title {
  font-size: 23px;
}
  .section-container-2{
    top: 50vh;
  }

  .img0tumb img{

  }

  .img1tumb img{
    width: 101px;
  }


  .tech-img-absolute-2-text {
    color: rgba(8, 63, 112, 1);
    font-size: 18px;
    font-weight: 800;
    line-height: 29.52px;
}


.section-container-5-title-text {
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  line-height: 31.47px;
}

.section-container-5-title-mini-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 31.47px;
  text-decoration: none;
  color: white;
}

.container-section-mini{
  text-align: center;
}

  }


  /* Background and Section Styling */
.contact-info-section {
  background: linear-gradient(rgb(238 238 238 / 10%), rgb(241 241 241)), url(/static/image/contact.png) center / cover no-repeat;  /* Fancy background image */
  /* color: #1a709e; */
  font-weight: 700;
  padding: 80px 0;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);  /* Light shadow around the section */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-info-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.4); */  /* Dark overlay for better text visibility */
  z-index: -1;
  border-radius: 15px;
}

/* Individual Info Item Styling */
.info-item {
  background-color: rgb(0 0 0 / 1%);  /* Dark background for info items */
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);  /* Shadow for each info item */
}

.info-item:hover {
  transform: scale(1.05);  /* Zoom in effect on hover */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);  /* Larger shadow on hover */
}

/* Icon Styling */
.info-item i {
  font-size: 50px;
  margin-bottom: 20px;
  color: #FF6347;  /* Bright color for icons */
  transition: color 0.3s ease;
}

/* Hover effect for icons */
.info-item:hover i {
  color: #FFD700;  /* Change icon color on hover */
  transform: rotate(360deg);  /* Icon rotation on hover */
}

/* Title and Description Styling */
.info-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #FFD700;
  transition: color 0.3s ease;
}

.info-title:hover {
  color: #FF6347;  /* Change title color on hover */
}

.info-description {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  transition: opacity 0.3s ease;
}

/* Fancy Hover Effects */
.info-item:hover .info-description {
  opacity: 0.8;  /* Fade effect for description */
}

/* Responsive Styling */
@media (max-width: 768px) {
  .contact-info-section {
    padding: 60px 20px;
  }

  .info-item {
    padding: 25px;
  }

  .info-title {
    font-size: 22px;
  }

  .info-description {
    font-size: 16px;
  }
}

.flagimg{
width: 29px;
}


/* Contact Section */

/* Adding a background pattern to the contact section */


/* Branch Info Card Styling */
.branch-info {
  background: #ffffff00;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.branch-info:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Branch Title */
.branch-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1b315f;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Info Item Styling */
.info-item {
  margin-bottom: 20px;
}

.info-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
}

.info-description {
  font-size: 1rem;
  color: #072252;
  margin-top: 5px;
}

.flagimg {
  width: 40px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

/* Icon Styling */
.info-item i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

/* Hover Effect on Icons */
.info-item i:hover {
  color: #ff5722; /* Orange color on hover */
}

/* Responsive Design */
@media (max-width: 767px) {
  .branch-info {
    margin-bottom: 30px;
  }
  .branch-title {
    font-size: 1.5rem;
  }
}


.info-item{
  text-decoration: none;
}