/*
Theme Name: techtrack
Theme URI: ..
Text Domain: TT
Author: Mohamed Hamdy
Author URI: https://www.linkedin.com/in/mohamed-hamdy-333494b9/
Description: company theme.
Version: 1.0
*/
.single-product .product-txt ul{
	list-style: inside;
}
.about-product iframe {
    max-width: 100%;
    width: 100%;
    margin: 40px 0 0 0;
}
.form-div input ,
.form-div select{
    max-width: 100%!important;
}
.contactus{overflow: hidden;}
.about-product .img-block{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%
}
.about-product img{
    object-fit: contain;
    width: 100%;
    max-height: 300px;
}

.product_div_item .blog-img{
    position: relative;
    border: none!important;
}
.product_div_item .blog-img img{
    height:300px!important;
    object-fit:cover;
}
.product_div_item::after{
    transition: all 0.5s ease-in-out;
    content: '';
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    left: 0;
}
.product_div_item:hover::after{
    transition: all 0.5s ease-in-out;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2, 52, 102, 0.00) 0%, #023466 100%);
}
.product_div_item{
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;

}
.product_div_item h4{
    color:#fff;
}
.cat_post a{
    background: #c2185b;
    color: #fff;
    transition: all 0.5s ease-in-out;
    padding: 15px;
    border-radius: 0;
}
.cat_post a:hover{
    transition: all 0.5s ease-in-out;
    background: rgba(2, 52, 102,1);
}
.product_div_item:hover .text_product{
    bottom: 10px;
    transition: all 0.5s ease-in-out;
}
.tags a{
    border: 1px solid #EAEAEA;
    background: #FFF;
    padding: 10px;
}
.text_product{
    position: absolute;
    transition: all 0.5s ease-in-out;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: -100%;
    text-align: center;
}
.main-slider{
}
.main-slider .container{
    position: relative;
}
.text_product a.site-btn:hover i,
.text_product a.site-btn:hover{
    color: #fff;
}
.partner-div ul{
    display: flex;
    align-items: center;
    gap: 20px;
    padding:0 10px ;
}
.partner-div ul li img{
    height: 80px!important;
    object-fit: contain!important;
    max-width: 130px;
}
.swiper-main .swiper-slide::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #001A33 0%, #001A33 0.01%, rgba(0, 26, 51, 0.00) 100%);
}
.swiper-main h1{
    color: #fff;
    width: 404px;
    font-size: 48px;
    margin-bottom: 60px;
}
.swiper-main .swiper-slide img{
    height: 100vh ;
}
.swiper-main .swiper-slide{
    position: relative;
}
.swiper-main .text-depart{
    position: absolute;
    top:50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 9;
}
.slider-link span{
    color: #fff;
    padding: 10px;
    background-color: #c2185b;
}
/*.number_slider{*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    overflow: auto!important;*/
/*    width:40px;*/
/*}*/

.slider {
    color: #fff;
}
.slider .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__flex {
    display: flex;
    align-items: end;
}
.slider__col {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 80px;
    position: absolute;
    right: -80px;
}
.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #053052!important;
    opacity: 1!important;
}
.slider__prev:focus,
.slider__next:focus {
    outline: none;
}
.slider__thumbs {
    height: auto;
}
.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
    opacity: 1;
}
.slider__thumbs .swiper-slide{
    height: 40px !important;
    position: relative;
    line-height: 40px;
}
.slider__thumbs .swiper-slide .number{
    color: #053052;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.swiper-slide-thumb-active .number,
.slider__thumbs .swiper-slide .number:hover{
    color: #c2185b!important;
    opacity: 1!important;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.slider__thumbs .swiper-slide .title_span{
    background: #c2185b;
    color: #fff;
    min-width: 200px;
    border-radius: 4px;
    padding: 5px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: auto;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}
.slider__thumbs .swiper-slide .title_span::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    right: -20px;
    border-left: 40px solid #c2185b;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-slide-thumb-active .title_span,
.slider__thumbs .swiper-slide:hover .title_span{
    transition: all 0.5s ease-in-out!important;
    opacity: 1!important;
}

.slider__images {
    height: calc(100vh - 90px );
    width:100%;
}

.slider__flex{
    overflow: hidden;
}
.slider-link i{
    background-color: #fff;
    color: #c2185b;
    padding: 10px;
    height: 44px;
    line-height: 22px;
    display: block;
    width: fit-content;
}
.main-sliderPattarn{
    position: absolute;
    top: -55px;
    right: -89px;
    width: 80px;
    height: auto;
}
.dots_slider span:last-of-type{
    width: 0;
    opacity: 0;
    display: inline-block;
}
.shap-img-style{
    clip-path: polygon(43% 0, 43% 56%, 100% 57%, 100% 100%, 0 100%, 0% 0%);
    height: 250px;
    width: 250px;
    position: relative;
}
.shap-img-style img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.department_item{
    position: relative;
    overflow: hidden;   
    border-radius: 4px;
    background: #FAFBFC;
    padding: 20px;
}
.department_item .number{
    color: #D2D3D4;
    font-size: 60px;
    transition: all 0.5s ease-in-out;
}
.department_item h1:not(.number){
    font-size: 24px;
    transition: all 0.5s ease-in-out;
}
.department_item p{
    color: #767676;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.department_item .text-depart{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9;
    justify-content: space-between;
    align-items:end;
}
.department_item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.department_item .img::after{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(146, 169, 191, 0.73);
}
.department_item:hover .img::after{
    background-color:rgb(194, 24, 91);
}
.department_item .img{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.department_item:hover h1,
.department_item:hover p{
    color: #fff!important;
    transition: all 0.5s ease-in-out;
}
.department_item:hover .img{
    left: 0;
    transition: all 0.5s ease-in-out;
}
.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 52, 102,0.5); /* Change the color and opacity as needed */
    clip-path: inherit; /* Apply the same clipping path as the parent */
}
.dots_slider {
    display: flex;
    line-height: 20px;
    align-items: center;
}
.main-slider{
    position: relative;
}
.counter-about .count_item{
    border-radius: 4px;
    border: 1px solid #99D1FF;
    transition:all 0.5s ease-in-out;
}
.counter-about .count_item:hover{
    background:#99D1FF;
}
.page-title-div{
    display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-title-div>img:first-of-type{
    height: 250px;
    width: 550px;
}
.page-title-div .page-title-txt{
    position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}



/* MAIN STYLES FOR PLAY BUTTON */
#video-container {

	position: relative;
	cursor: none;
	max-width: 100%;
}

#play-button {
	position: absolute;
	border: 3px solid rgba(153, 209, 255, 1);
	border-radius: 100px;
	width: 120px;
	height: 120px;
	left: 50%;
	color:rgba(2, 52, 102, 1);
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	cursor: none;
	background: rgba(153, 209, 255, 1);
  border-radius: 50%;
  justify-content: center;
}

.img_overlay , .certi_img
{
    position:fixed;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    transition:all 0.5s ease-in-out;
    z-index:9;
}
.open_overlay_img{
    left:0;
    background: #0530524d;
    transition:all 0.5s ease-in-out;
}
.open_img_certi{
    left:0;
    transition:all 0.5s ease-in-out;
}
.certi_img{
    display:flex;
    align-items:center;
    justify-content:center;
}
.certi_img img{
    width:60%;
    height:60%;
}
.fancybox{
    cursor:pointer;
}
@media screen and (max-width: 1327px) {
    .main-sliderPattarn{
      width: 40px;
        right: -40px;
    }

    .slider__col{
        width: 40px;
        right: -40px;
    }
}
@media screen and (max-width:992px) {
    .slider__images{
        height: 450px;
    }
    .main-sliderPattarn{
        width: 40px;
        right: -40px;
    }
    .slider__col{
        width: 40px;
        right: -40px;
    }
    .page-title-div{
        padding: 20px 0;
    }
    .page-title-div>img:first-of-type{
        height: 190px;
        width: 550px;
        object-fit:contain;
    }
    .shap-img-style{
        height: 100px;
        width: 100px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media  screen and (max-width:768px) {
    footer .pattern{
        height:50px;
    }
    .about-product img{
        max-height:200px;
        margin-bottom:20px;
        object-fit:contain;
    }
    .slider__col {
        right: 15px;
        z-index: 99;
        bottom: 20px;
    }
    .slider__col .slider__prev{
        margin-bottom: 10px;
    }
    .slider__col .slider__prev,
    .slider__col .slider__next{
        background-color: #c2185b;
        display: block;
        width:30px ;
        height: 30px;
        line-height: 30px;
        color:#fff;
        text-align: center;
    }
    .slider__col .slider__prev i,
    .slider__col .slider__next i{
        color:#fff;
    }
    .shap-img-style{
        height: 100px;
        width: 100px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width:610px){
    .main-slider .main-sliderPattarn{
        display:none;
    }
    .swiper-main h1{
        width: 240px;
    font-size: 35px;
    margin-bottom: 40px;
    }
    .swiper-main .text-depart{
        left:25px;
    }
    .main-title {
       flex-direction: column;
        align-items: start !important;
    }
    .sec-title h2{
        font-size:26px;
        margin-bottom:30px;
    }
    .clientreview-card img{
        margin-bottom:30px;
    }
}

@media screen and (max-width:500px){
    .shap-img-style{
        height: 70px;
        width: 70px;
        position: absolute;
        right: 0;
        top:30px;
    }
}
/*move*/

button#move {
      position: relative;
      padding: 10px 20px;
      background-color: rgb(  255, 140, 0 );
      color: lightgoldenrodyellow;
      border: none;
      border-radius: 5px;
      font-size: 24px;
      margin: auto;
      cursor: pointer;
}
/* Just for the sense of a real button :) */
button#move:hover {
      background-color: rgba( 255, 140, 0, 0.90 );
}

