/* 
Theme Name: SolarCam
Theme URI: https://github.com/elementor/hello-theme/
Description: Elementor addon includes
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: solarcam
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* image box widget */
.pt_imagebox_wrapper {
  position: relative;
  overflow: hidden;
  min-height: 580px;
}

.pt_imagebox_wrapper img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  transition: all .5s;
  position: absolute;
}

.pt_imagebox_content {
  position: absolute;
  bottom: 0;
  padding: 30px 50px;
  color: #fff;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), rgba(1, 6, 56, 0.5);
/*   background-image: linear-gradient(0deg, black, transparent); */
}

a.pt_button {
  background: #FFAE01;
  padding: 10px 14px;
  color: #000;
  display: none;
  transition: all .5s;
  font-size:16px;
font-weight:600;
	line-height: 100%;
}
a.pt_button:hover {
	color:#fff;
}
.pt_imagebox_description {
	display:none;
}
.pt_imagebox_wrapper:hover a.pt_button {
  display: inline-block;
}
.pt_imagebox_wrapper:hover .pt_imagebox_description {
  display:block;
}
.pt_imagebox_wrapper:hover img {
  transform: scale(1.1);
}
a.pt_button.btn_bordered {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.50);
  color: #fff;
}

a.pt_button.btn_bordered:hover {
  border: 1px solid #46B054;
  background: linear-gradient(129deg, rgba(255, 255, 255, 0.20) 20.59%, rgba(51, 182, 68, 0.20) 93.5%), #2A9839;
}
.pt_imagebox_wrapper.case_study_item.small_grid {
  min-height: 300px;
}

h3.pt_imagebox_title {
  font-weight: 700;
  line-height: 38px;
	font-size:28px;
	position:relative;
}
h3.pt_imagebox_title:before {
    position: absolute;
    content: "";
    background-image: url(https://solar3.webtechmore.com/wp-content/uploads/2024/03/title-before-img.png);
    width: 15px;
    height: 20px;
    left: -20px;
    top: 0;
    background-position: center;
    background-size: cover;
}

.pt_category_list a {
  display: inline-block;
  padding: 5px 9.687px;
  align-items: center;
  border-radius: 13.135px;
  border: 0.41px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.419px;
  color: #fff;
}
.pt_category_list a:hover{
  color: #fff;
}
.pt_category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
.pt_imagebox_wrapper.case_study_item.large_grid a.pt_button {
  display: inline-block;
}
}
@media only screen and (max-width: 767px) {
.pt_imagebox_content {
  padding: 20px;
}
	.pt_imagebox_description {
		line-height:16px;
		font-size:14px;
	}
	.pt_imagebox_wrapper {
	  min-height: 500px;
	}
}



.macbook {
  background-image: url(images/mac.png);
  height: 480px;
  width: 675px;
  padding: 20px 20px 50px;
}

.tab-1 {
  background-image: url(images/tab-main.png);
  width: 300px;
  height: 390px;
  padding: 11px;
}
.phone {
  background-image: url(images/mobile.png);
  width: 160px;
  height: 330px;
  padding: 10px 8px;
}

.tab-2 { 
  background-image: url(images/tab-90.png);
  width: 390px;
  height: 300px;
  padding: 11px;
}
.device{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  position: absolute;
}

.screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.macbook .screen {
  background: #333;
  margin: auto;
  height: 100%;
}

.tab-1 .screen {
  background: #444;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.phone .screen {
  border-radius: 22px;
}
.tab-2 .screen {border-radius: 5px;}

.video_wrapper {
  position: relative;
  max-width: 900px;
  min-height: 560px;
  margin: auto;
}

.macbook.device {
  left: 0;
  margin: auto;
  bottom: 50px;
  right: 0;
}

.tab-1.device {
  left: 0;
  bottom: 20px;
}

.phone.device {
  left: 22%;
  bottom: 0;
}

.tab-2.device {
  right: -5%;
  bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .video_wrapper .device{
      transform: scale(0.6);
  }
  .video_wrapper {
      min-height: 500px;
  }
}



@media only screen and (max-width: 675px) {
  .tab-1.device {left: -95px;bottom: 10px;}

.macbook.device {
  left: -80px;
  bottom: 30px;
}

.tab-2.device {
  right: -127px;
  bottom: 30px;
}
}

@media only screen and (max-width: 530px) {
  .video_wrapper .device{
      transform: scale(0.4);
  }
  .macbook.device {
      left: -109px;
      bottom: 0;
  }
  .phone.device {
    left: 23px;
}
}
@media only screen and (max-width: 400px) {
  .phone.device {
    left: 23px;
}

.video_wrapper {
    min-height: 340px;
}

.macbook.device {
    left: -150px;
}
}
/* imagehover weiget css */
h3.pt_imageHover_fast_title {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
}

h2.pt_imageHover_title {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
}

p.pt_imageHover_description {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

h3.pt_imageHover_fast_title {
    padding: 20px;
}

.pt_imagehover_button_wrapper {
    padding: 20px;
    display: none;
    transition: all .5s ease-in-out;
}

.pt_imageHover_wrapper:hover .pt_imagehover_button_wrapper {
    display: block;
}
.pt_imageHover_wrapper:hover h3.pt_imageHover_fast_title {
    display: none;
}
.pt_imageHover_wrapper {
    height: 500px;
    display: flex;
    align-items: end;
    transition: all .5s ease-in-out;
}
.column.pt_imageHover_wrapper {
    background-position: center;
    background-size: cover;
}
/* ksahfkjs */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body:hover .column:not(:hover) {
  width: 20%;
}
.column {
  width: 20%;
  height: 100%;
  float: left;
  margin: 0;
  transition: all 0.5s ease;
}
.column:hover {
  width: 40%;
}

/* verticle  slider css */
.numbor {
    flex-basis: 15%;
}

.numbor span {
    background: #1e66b1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.content h4 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
	margin-top:0;
}
.verticle_slider_right_content {
	cursor:pointer;
}
.verticle_slider_right_content:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 24px;
    border-left: dotted #1e66b158;
    top: 10px;
    z-index: -1;
}
.verticle_slider_main {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.verticle_slider_wrapper, .verticle_slider_nav_wrapper {
    width: 50%;
    position: relative;
}

.verticle_slider_item_content img {width: 90%;position: relative;}

.verticle_slider_right_Image img {
    margin-left: 65px;
    margin-top: -140px;
    z-index: -1;
}
.verticle_slider_nav_wrapper .verticle_slider_right_content {
    display: flex;
    padding-bottom: 80px;
    position: relative;
}

.content {
    flex-basis: 85%;
}

.verticle_slider_nav_wrapper .slick-track {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.verticle_slider_nav_wrapper .slick-track .slick-slide {
    /* margin-bottom: 80px; */
}
/* .verticle_slider_nav_wrapper .slick-track .slick-slide.slick-current.slick-active:last-child .verticle_slider_right_content:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.verticle_slider_nav_wrapper .slick-track .slick-slide.slick-current.slick-active:first-child .verticle_slider_right_content:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
} */
.verticle_slider_nav_wrapper:before,.verticle_slider_nav_wrapper:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.verticle_slider_nav_wrapper:after {
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, #fff 0%, rgb(255 255 255 / 75%) 100%);
}
@media only screen and (max-width: 767px) {
	.verticle_slider_main {
    flex-direction: column;
}
.verticle_slider_wrapper, .verticle_slider_nav_wrapper {
    width: 100%;
}
.verticle_slider_nav_wrapper .slick-track .slick-slide:first-child .verticle_slider_right_content:after,
	.verticle_slider_nav_wrapper .slick-track .slick-slide:last-child .verticle_slider_right_content:after{
    height: 25%;
}
	.content h4 {
    font-size: 16px;
    line-height: 30px;
}
	.verticle_slider_right_content:before {
    height: 75%;
}
	
}
@media only screen and (max-width: 575px) {
	.content {
    flex-basis: 70%;
}
	.numbor {
    flex-basis: 30%;
}
}