body {
    background: linear-gradient(to top, #b4d7fc, #ffffff);
}
.recute:hover{
  color: #007afb !important; 
  background-color: #1a6cbd !important;
  
}
.btn1:focus{
  background-color: #0d7bf0 !important;
}
.btn1 .active{
  background-color: #0d7bf0 !important;
}
/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: all 2s;
   
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* navbar end */


 /* abuot start */
.about-gallery {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 200px;
  gap: 12px;
}

.gallery .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.gallery .item img:hover {
  transform: scale(1.05);
}


.gallery .item.big {
  grid-column: span 2;
  grid-row: span 2;
}


@media (max-width: 992px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }

  .gallery .item.big {
    grid-column: span 2;
    grid-row: span 1;
  }
}


@media (max-width: 600px) {
  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .gallery .item.big {
    grid-column: span 1;
    grid-row: span 1;
  }
}

 .team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dashed;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}


.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dashed;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: #007afb;
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: rgb(206, 239, 250);
}
#moon{
    color: #0d7bf0;
}
#moon:hover{
    background-color:rgb(41, 127, 232);
      transform: scale(1.05);
    color: white;
}
#noom{
    color: white;

}
#noom:hover{
 
      transform: scale(1.05); 
}

#book{
  color: #007afb;
}






/* 
contact satrt */


.info-box{
    background-color:#0d7bf0;
    padding: 30px;
}
.info-box i{
    font-size: 38px;
    line-height: 0%;
    color: white;
    
}

.content-form{
    background-color: #0d7bf0;
    padding: 30px;
    height: 100%;
}




.ww{
  color: blue;
}
#wow{
  background-color: white;
}
#wow:hover{
  background-color: white;
  color: #0d7bf0;

}
.bron{
  color: #0d7bf0;
  
}


/* contact end */


  /* find job start   */
.moom {
  padding: 60px 0;
  
}
.dad {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin: 0;
  justify-content: center;
}

.nac{
  padding: 15px;
}

.icon {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 40px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.icon i {
  border: 1px solid #0d7bf0;
  background-color: rgb(227, 240, 251);
  color: #0d7bf0;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: all 0.3s ease;
}

.icon:hover i {
  background-color: #0d7bf0;
  color: #fff;
}


.icon h5, 
.icon h6 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.icon p {
  margin: 0;
  font-size: 0.9rem;
  color: gray;
}

.icon .ms-4 {
  margin-left: 15px !important;
}


h2.text-center {
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
}

h6.text-secondary {
  color: #777;
}


@media (max-width: 576px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
  }

  .icon i {
    width: 60px;
    height: 60px;
  }

  .icon .ms-4 {
    margin-left: 10px !important;
  }

  h2.text-center {
    font-size: 1.4rem;
  }
}








/* find job end */
/* home */
  /* تنظیم متن داخل Slider */
  .carousel-caption {
  bottom: 0%;
    text-align: center;
    color: #fff;
  }
  .main-title{
    margin-bottom: 280px;
  }

  @media (max-width: 767px) {
    .carousel-caption {
      bottom: auto;            
      top: 50%;               
      transform: translateY(-50%); 
      padding: 0 1rem;
    }
    .carousel-caption h1 {
      font-size: 1rem;
      line-height: 1;
    }
    .carousel-caption p {
      font-size: 1rem;
      display: block !important; 
    }
  }

  .carousel-caption .main-title {
  font-size: 25px;
  font-weight: 700;
}

.carousel-caption .sub-title {
  font-size: 2rem;
  font-weight: 500;
}

/* برای موبایل */
@media (max-width: 767px) {
  .carousel-caption .main-title {
    font-size: 20px; 
    padding-top: 10px;
  }

  .carousel-caption .sub-title {
    font-size: 1.3rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }

}
img{
 opacity: 0.9;
}
.line{
  line-height: 50px;
  font-size: 20px;
 
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(128, 138, 166, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #007afb;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #007afb;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #007afb;
    transition: all 0.6;
  transform: scale(1.1);

}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #007afb;
}

.pricing .featured .buy-btn:hover {
  background: gray;
  transition: all 0.6;
  transform: scale(1.1);
  
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
 /* end */





/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: #007afb !important;
    background-color: #007afb;
}

.service .nav .nav-link.active h5 {
    color: white !important;
}

.service .nav .nav-link.active h5 i {
    color: white !important;
}
/* end */


/* single page */
.photo{
  border-radius: 10px;
 
}

.rowww img{
  
  border: 0.3px dotted ;

  border-radius: 100%;
  background-color: #c4dbf4;


}
.rowww{
  color: #007afb;
}
.rowww:hover{
  background-color: #007afb;
  color: white;
  transition: all 0.5s;
  transform: scale(1.1);

}
.neke{
  border: #007afb 0.2px dotted;
}











    /*** blog start ***/
.noon .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.noon .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.noon .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.noon .service-item .service-img img {
    transition: 0.5s;
}

.noon .service-item:hover .service-img img {
    transform: scale(1.2);
}
.noon img{
    width: 100%;
    height: 250px;
}


.blog-chart{
  background-color: rgb(234, 242, 249);
}
.p-p:hover{
  color: #007afb;
  transition: all 0.2s;

}

.blog-chart img{
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.mow:hover img{
  transform: scale(1.1);
}

.now a{
  text-decoration: none;
}
.now .btn{
  color: #007afb;
  background-color: white;
}
.now .btn:hover{
  background-color: #007afb;
  color: white;
}
/*** blog end ***/



/* employers start */
.vov{
  background-color: rgb(234, 242, 249) ;
}
.cxc .btn{
  background-color: white;
  color: #007afb;
}
.cxc .btn:hover{
  background-color: #007afb;
  color: white;
}
.line {
    position: relative;
    width: 200px;
    height: 2px;
   
   
}
.o-o{
  outline: none;
}


.line::before,
.line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #007afb;; 
    border: 3px white solid;
    border-radius: 50%;
    transform: translateY(-50%);
}

.line::before {
    left: -5px; 
}

.line::after {
    right: -5px;
}
.bgo .btn{
  background-color: #007afb;
  color: white;
}
.bgo .btn:hover{
  background-color: white;
  color: #007afb;
}

/* end */






    /* Card list */
    .card{
      display:flex;align-items:center;gap:16px;background:var(--card);
      border-radius:14px;padding:14px;border:1px solid var(--border);box-shadow:0 0 0 1px rgba(16,24,40,0.02);
      margin-bottom:12px;
    }

    /* logo */
  .logo img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
  }

    /* content */
    .main{flex:1;min-width:0}
    .title{font-size:17px;margin:0 0 6px 0}
    .meta{display:flex;gap:12px;align-items:center;color:var(--muted);font-size:13px}
    .meta svg{width:16px;height:16px;opacity:0.9}

    .badge{
      background-color:#007afb;
      
      border: none;
      outline: none;
    }
    .badge:hover{
      background-color:white;
      color:#007afb;
      border: #007afb 1px solid;
    }

    /* mobile first: stack layout for very small screens */
    @media (max-width:420px){
      .card{flex-direction:row;align-items:center;padding:12px}
      .title{font-size:16px}
      .logo{width:48px;height:48px;border-radius:10px;font-size:18px}
      .meta{flex-wrap:wrap}
      .cta{margin-left:8px}
    }

    /* larger screens: put pill to the far right vertically centered */
    @media (min-width:900px){
      .card{padding:18px}
      .cta{margin-left:24px}
    }

    /* accessible focus state */
    .card:focus-within{outline:3px solid rgba(99,102,241,0.08)}

    /* small utilities */
    .muted{color:var(--muted)}




/* .footer  start*/


@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


.link-animated a {
    transition: .4s;
}

.link-animated a:hover {
    padding-left: 6px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}


/* footer :end */






