@font-face {
  font-family: sansBold;
  font-style: normal;
  src: url("../font/IRANSans_Bold.eot");
  src: url("../font/IRANSans_Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/IRANSans_Bold.woff") format("woff2"),
    url("../font/IRANSans_Bold.woff") format("woff"),
    url("../font/IRANSans_Bold.ttf") format("truetype");
  font-display: swap
}
@font-face {
    font-family: sans;
    font-style: normal;
    src: url("../font/IRANSans.eot");
    src: url("../font/IRANSans.eot?#iefix") format("embedded-opentype"),
    url("../font/IRANSans.woff") format("woff2"),
    url("../font/IRANSans.woff") format("woff"),
    url("../font/IRANSans.ttf") format("truetype");
    font-display: swap
}
body{
     background-color: #f2f2f2;
  font-family: sans;
}
.footer{
        border-top: 3px solid #008bbc;
        background:white !important;

}
a{
    text-decoration: none;
}
p{
    line-height: 35px;
}
.fw-bold{
  font-family: sansBold;
}
.fsCustom1{
    font-size: 10px;
}
.fsCustom2{
    font-size: 12px;
}
.fsCustom3{
    font-size: 14px;
}
.fsCustom4{
    font-size: 16px;
}
.fsCustom5{
    font-size: 18px;
}
.fsCustom6{
    font-size: 20px;
}
.fsCustom7{
    font-size: 30px;

}
.fsCustom8{
    font-size: 40px;

}
.menu{
   
    border-bottom: 3px solid #008bbc;
}
.sub-menu{
    display: none;
    top: 100%;
    z-index: 1;
    right: 0;
    width: max-content;
}
.sub-menu li{
    border-bottom: 1px solid #008bbc;
}
.sub-menu li:last-child{
    border-bottom:none;
}
.menu .open-sub:hover .sub-menu{
    display: block;
animation: show-menu;
animation-duration: 0.5s;
} 
@keyframes show-menu{
    0%{
        top:80%;
    }
    100%{
        top: 100%;
    }
}
.category{
    background-image: url(../img/design.jpg);
    background-size:cover ;
}
.category2{
    background-image: url(../img/imgg.jpeg);
    background-size:cover ;
}
.header .carousel-item{
    background-image: url(../img/teh2.jpg);
    background-size:cover ;
}
.header .carousel-item .customBox{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.header .customBox{
    background-color: rgba(14, 31, 43, 0.73);
    color: white;
    margin-right: 3rem;
    margin-left: auto;
}
.category .customBox{
    background-color: #072439ed;
    color: white;
    margin-right: 3rem;
    margin-left: auto;

}
.category2 .customBox{
    background-color: #072439ed;
    color: white;
    margin-left: 3rem;
    margin-right: auto;

}

.services .serviceBox{
    border:4px solid #001f36;
    background-color: white;
}
.copyRight{
    background-color:#001f36;
    color: white;
}
.services .serviceBox .title{
    color: white;
    background-color: #001f36;
    border:2px solid #001f36;
}
.services a:hover .serviceBox .title{
    background-color: #008bbc;
    border-color: #008bbc;
    transition: 0.5s;
}
.services a:hover .serviceBox{
    border-color: #008bbc;
    transition: 0.5s;
}
.btn1{
    width: fit-content;
    background-color: #008bbc;
    color: white;
}
.btn1:hover{
    background-color: #001f36;
    transition: 0.5s;

}
.category .customBox .title{
    color: #008bbc;
}
.category2 .customBox .title{
    color: #008bbc;
}
.articles .description{
    color: black;
}
.offcanvas-body li ,.offcanvas-body li .accordion-button{
    background-color: #dcdcdc;
    font-size: 14px;
}
.offcanvas-body .accordion-button:focus{
    border-color: transparent;
    box-shadow: none;
}
.offcanvas-body{
    height: max-content;
}
.offcanvas{
    overflow: scroll;
}
.menu .navbar-toggler:focus{
    box-shadow: none;
}
.project-header::after, .projects .image::after{
content: '';
position: absolute;
background-color: rgba(14, 31, 43, 0.73);
opacity: 0.5;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
right: 0;
}
.projects .serviceBox:hover .image::after{
    display: none;
    transition: 0.5s;
}
.z-1{
    z-index:1 ;
}
.z-0{
    z-index:0 ;
}
.bg-custom1{
    background-color:#008bbc;
}
.bg-custom2{
    background-color:#001f36;
}
.fs-custom1{
    font-size: 100px;
}
.cta-btn{
    background-color:#001f36;
    font-size: 20px;
    color: white;
}
.cta-btn:hover{
    background-color:#008bbc;
    transition: 0.5s;
}
.cta-btn:hover .img-box{
    background-color:#001f36;
    transition: 0.5s;
}
.cta-btn .img-box{
    background-color:#008bbc;
}
.cta-btn .img-box i {
    animation: wiggle 0.5s;
      animation-iteration-count: 1;
    animation-iteration-count: infinite;
  }
@keyframes wiggle{
    0% {
        transform: rotate(0deg);
      }
      50% {
        transform: rotate(10deg);
      }
      100% {
        transform: rotate(0deg);
      }
}
.breadcrumb .breadcrumb-item a{
    color: rgb(178, 178, 178);
}
.breadcrumb .breadcrumb-item a:hover{
    color: white;
    transition: 0.5s;
}
.breadcrumb .active{
    color: white;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#008bbc;
}
.breadcrumb-container{
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.breadcrumb-container .breadcrumb{
    width: max-content;
}
 .breadcrumb-container::-webkit-scrollbar {
    display: none;
  }
  .mySwiper .swiper-slide{
    aspect-ratio: 5/3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
  }
  .mySwiper .slide-one{
    background-image: url('../img/cer11.jpg');
  }
  .mySwiper .slide-two{
    background-image: url('../img/cer12.jpg');
  }
  .mySwiper .slide-three{
    background-image: url('../img/cer3.jpg');
  }
  .mySwiper .slide-four{
    background-image: url('../img/cer4.jpg');
  }
  .mySwiper .slide-five{
    background-image: url('../img/cer5.jpg');
  }
  .mySwiper .slide-six{
    background-image: url('../img/cer6.jpg');
  }
  .mySwiper .slide-seven{
    background-image: url('../img/cer7.jpg');
  }
  .mySwiper .slide-eight{
    background-image: url('../img/cer8.jpg');
  }
  .mySwiper .slide-nine{
    background-image: url('../img/cer9.jpg');
  }
  .mySwiper .slide-ten{
    background-image: url('../img/cer10.jpg');
  }
    .mySwiper .slide-eleven{
    background-image: url('../img/cer13.jpg');
  }
    .mySwiper .slide-twelve{
    background-image: url('../img/cer14.jpg');
  }
@media(max-width:992px){
    .fs-custom1{
        font-size: 50px;
    }
    .header .carousel-item .customBox{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .category .customBox{
        margin-right: unset;
        margin: 0 auto;
    }
    .category2 .customBox{
        margin-left: unset;
        margin: 0 auto;
    }
    .fsCustom1{
        font-size: 8px;
    }
    .fsCustom2{
        font-size: 10px;
    }
    .fsCustom3{
        font-size: 12px;
    }
    .fsCustom4{
        font-size: 14px;
    }
    .fsCustom5{
        font-size: 16px;
    }
    .fsCustom6{
        font-size: 18px;
    }
    .fsCustom7{
        font-size: 25px;
    
    }
    .fsCustom8{
        font-size: 35px;
    
    }
}
