 
  @font-face {
    font-family: sanet;
    src: url('../fonts/alk-sanet-webfont.woff');
}

 

.carousel-item {
    height: auto;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.over{
    top: 0;
    position: absolute;
    background: linear-gradient(to right, #000000 32%, rgb(0 0 0 / 16%) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 12;
}

.sl-text{
    position: relative;
    z-index: 9999;
    padding: 37px;
    color: #ffff;
    font-family: sanet;
    background: linear-gradient(to right, #050709 32%, #ffc10708 100%);
}

.sl-text a{
    color: #ffc107;
    border: 1px solid #ffffff3d;
    padding: 10px;
    font-size: 10px;
    margin-top: 41px;
    border-radius: 2px;
}

.sl-text i{
    padding-left: 7px;
}

.call {
    position: relative;
    z-index: 888;
    color: #ffffff1f;
    font-size: 31px;
    text-align: center;
    border: 1px solid #fff3;
    padding: 3rem 0 .5rem;
 
    border-radius: 3px;
}

.call i{
    font-size: 4rem;
    margin-bottom: 30px; 
    border: 1px solid #ffffff2e;
     padding: 10px 20px;
     position: relative;
}

.call a{
    position: relative;
    margin-bottom: 30px;
    color: #ffff;
   
}

 
.call i::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(
-47deg
) translate(-50%, -50%);
    border: 1px solid #ffffff2e;
    padding: 12px 22px;
 
    animation-name: ans;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    left: 67%;
    top: -3%;
}



@keyframes ans{
    0%{ transform: rotate(
        -0deg
        ) translate(-50%, -50%);}
    55%{ transform: rotate(
        -20deg
        ) translate(-50%, -50%);}
    100%{ transform: rotate(
        -47deg
        ) translate(-50%, -50%);}
}

.dca  {
    background-color: #f02618 !important;
    color: #fff;
}

.bodysa img{
max-width:100%;	
}

 

.sw-logo{
    top: 0;
    position: absolute;
    width: 23%;
    border-radius: 1px;
}

.navbar::before {
    content: "";
    left: 0;
    position: absolute;
    bottom: -2px;
    height: 2px;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff73;
}

.service{
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
    font-family: sanet;
    text-align: center;
    padding: 19px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.service h1{
 font-size: 22px;
    color: #fff;
    position: relative;
    z-index: 777;
}

.bgs{
    position: absolute;
    background: linear-gradient(to top, #0e141b 4%, rgb(0 0 0 / -3%) 100%);
    height: 100%;
    z-index: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 3px;
}

.carousel {
    position: relative;
    
}

.portfolio-item {
  margin-bottom: 30px;
}


.logo{
    position: absolute;
    top: 1.5rem;
    border-radius: 12px;
    padding-bottom: 12px;
    background-color: #fff;
    width: 150px;
}

.nav-link {
    display: block;
    padding: 1.5rem 1rem;
    font-family: sanet;;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
}


.navbar-dark .navbar-nav .nav-link {
    color: #182020;
    transition: all .4s;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ef877e;


}

.carousel-item  {
	display: flex;
	justify-content: center;
	align-items: center;
 
}

.carousel-item img{
	max-width: 100%;
    width: 1000px;
    height: 240px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 30px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}

.carousel-item .col-md-7 h3{
	 font-family: sanetbold;
	 text-transform: uppercase;
     font-size: 54px;
     margin-bottom: 15px;
}

.carousel-item .col-md-7 p{
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffffde;
    margin-bottom: 30px;
}


.carousel-item .col-md-7 a{
    font-size: 13px;
    font-family: sanetbold;
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
    padding: 12px 26px;
    border: 2px solid #000;
    transition: all .4s;
}

a:hover{
	text-decoration: none !important;
}

.carousel-item .col-md-7 a:hover{
 border: 2px solid #face1f;
 color: #fff;
 background-color: #face1f;
}


 
 .swith-car{
 	opacity:1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 13px;
    background-color: #fff;
    padding-left: 14px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    transition: all .4s;
	z-index:99;
 }



 

 .swith-car:hover{
  cursor: pointer;
 }

 .swith-car:nth-child(1){
    left: 7px;
    margin-left: 7;
 
 }

  .swith-car:nth-child(2){
  	right: 7px;
  	margin-right: 7;
 }

.carousel-indicators li {
 
    background-color: #182020;
 
}

 

.heading{
	  font-family: sanet;
	  font-size: 21px;
	  text-transform: uppercase;
}

.card.lift {
    text-decoration: none;
    color: inherit;
}
.card {
    font-family: sanet;
	border:none;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
    overflow: hidden;
    position: relative;
}
.lift {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
    -webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.lift:hover {
    -webkit-transform: translateY(-0.3333333333rem);
    transform: translateY(-0.3333333333rem);
    box-shadow: 0 0.5rem 2rem 0 rgba(31, 45, 65, 0.25);
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.35rem;
}

.card-text:last-child {
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0 22px;
    overflow: hidden;
}

.card-footer:last-child {
    border-radius: 0 0 0.35rem 0.35rem;
}

.feather {
    height: 1rem;
    width: 1rem;
    vertical-align: top;
}

/*swiper*/
    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
 
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.swiper-button-next, .swiper-button-prev {
 
    color: #343a4040 !important;
    background: #fff;
    padding: 22px;
    padding-top: 32px;
    padding-bottom: 32px;
    border: 1px solid #343a401c;
    border-radius: 3px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
    right: auto;
    border-left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    left: auto;
    border-right: 0;
}

/* // */

.about{
	position: relative;
	margin: 50px 0;
    background-image: linear-gradient(-20deg, #020202 0%, #292d31 100%);
    padding: 4rem 4rem 0 4rem;

}

.shas{
	position: relative;
 
}

.shas img{
	position: relative;
	z-index: 777;
}

.shas::before{
    content: '';
    box-shadow: 0 0.15rem 5.75rem 0 rgb(253 253 253 / 52%);
    width: 250px;
    height: 250px;
    position: absolute;
    left: 1rem;
    border-radius: 50%;
    top: 6.5rem;
}


.about-text{
    font-family: sanet;
    color: #fff;
    max-height: 277px;
    overflow: hidden;
}
.about-text h3{
 
	 font-size: 41px;
	 text-transform: uppercase;
}

.aba{
    font-family: sanet;
    color: #fff;
    border: 1px solid var(--red);
    padding: 10px 20px;
    top: 21px;
    position: relative;
    color: var(--red);
    outline: 2px solid #dc354554;
}

footer{
     position: relative;
     overflow: hidden;
	 background-image: linear-gradient(-20deg, #000 0%, #141d25 100%);
     font-family: sanet;
}

footer::before{
    content: '';
    position: absolute;
    right: -4rem;
    width: 50%;
    height: 100%;
    background: #f7f7f7;
    top: 0;
    transform: skew(-23deg, 0deg);
}

footer h3{
    color: var(--red);
    border-left: 4px solid #dc3545;
    padding-left: 15px;
}

footer p{
   text-transform: uppercase;
   font-family: sanet;
   color: #090d118a;
   margin-bottom: 0;

}


.soc-inl a{
    width: 30px;
    height: 30px;
    color: #5a5a5a;
    background: #edecef;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 2px solid #3f51b500;
    margin-top: 20px;
    border-radius: 1px;
}


.footer-inl a{
  color: #fff;
  text-transform: uppercase;
  padding-right: 1rem;
}

.breadcrumb{
   text-transform: uppercase;
   font-family: sanet;
   font-size: 14px;
   padding: 1.5rem 1rem;
   margin-top: 1rem;
   margin-bottom: 1rem;
   background-color: #f7f7f7;
   border-radius: 1px;
}

.img-sec{
    background-color: #f7f7f7;
    padding-left: 120px;
    position: relative;
}

.left-im{
    width: 120px;
    position: absolute;
    left: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 77;
}

.left-im img{
    margin-bottom: 15px;
    border: 1px solid #1719190f;
    padding: 9px;
    background: #fff;
    transition: all .5s;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.left-im img:hover{
  cursor: pointer;
  padding: 1px;
}


/* width */
.left-im::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.left-im::-webkit-scrollbar-track {
  background: #f7f7f7; 
}
 
/* Handle */
.left-im::-webkit-scrollbar-thumb {
  background: #3c4042;
}

/* Handle on hover */
.left-im::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.prod-body {
	width:100%;
	overflow-x:auto;
}

.prod-body img{
	max-width:100% !important;
	object-fit:contain;
}

.descr {
  padding: 12px;
}

.descr h1{
   text-transform: uppercase;
   font-family: sanetbold;
   font-size: 23px;
}

.img-sec .yout{
   text-align: center;
    position: absolute;
    right: 0;
    color: #ff085c;
    font-size: 16px;
    background: #e7eaea;
    padding: 10px;
    width: 44px;
    height: 44px;
    border-radius: 4px;
}

.img-sec .yout.pdf{
    top: 3rem;
}

.contactform{
 
   font-family: sanet;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #FFC107;
    border-color: #FFC107;
}

.list-group-item {
    font-family: sanet;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid #00000000;
}

.card-img, .card-img-top {
    height: 200px;
    object-fit: contain;
 
}

.contactform .form-control{
    padding: 15px;
    text-transform: uppercase;
    height: auto;
    margin-bottom: 30px;
    border-radius: 2px;
    border: 1px solid #f7f7f7;
    background-color: #f3f3f3;
  }

.single-contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mb-40 {
    margin-bottom: 40px;
}

.contact-info-icon i {
    border: 1px solid #cbcbcb;
    border-radius: 100%;
    color: #393939;
    display: block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.contact-info-content {
    padding-left: 15px;
    font-family: sanet;
}

.contact-info-content p {
    color: #666;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('../img/carr.jpg');
}

 

@media screen and (max-width: 800px) {
 

 .over, .sl-text{
     display: none;
 }

.swiper-slide {
 
    flex-wrap: wrap;
}
.dropdown-item {
 
    white-space: pre-wrap;
}

 .logo {
    border-radius: 0;
    left: 15px;
    top: 9px;
}

.carousel-item {
 
    background-position: top;
    background-size: contain;
	height: 150px;
    background-color: #000;
	min-height:auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    transition: all .4s;
    text-align: center;
    padding: .8rem 1rem;
}

.carousel-item .col-md-7{
  display: none;
}

 
footer::before {
     content: '';
 
    background: #f7f7f700;
}

footer p {
 
    color: #fff;
 
}

 

.card-text:last-child {
 
    font-size: 11px;
}

.swith-car{
	display:none;
}

.card-img, .card-img-top {
    height: 150px;
}

}