@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

/*    Font family font face css start    */
@font-face{
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Gilroy-Regular.ttf")
}
@font-face{
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Gilroy-Medium.ttf")
}
@font-face{
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/Gilroy-SemiBold.ttf") ;
}
@font-face{
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Gilroy-Bold.ttf") ;
}
@font-face{
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/Gilroy-Black.ttf") format('woff2');
}
/*    Font family font face css end    */


body{
	font-family: 'Gilroy';
	font-weight: 400;
	color: #565656;
}

p,h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
}

a {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a{transition: 0.4s;-webkit-transition: 0.4s;-ms-transition: 0.4s;-moz-transition: 0.4s;}
.btn{transition: 0.4s;-webkit-transition: 0.4s;-ms-transition: 0.4s;-moz-transition: 0.4s;}

ul{margin-bottom: 0;}

.btn-rounded{border-radius: 50px;}

.btn {
	font-family: 'Gilroy';
	font-weight: 600;
	padding: .625rem 1.375rem;
	border-radius: 50px;
    text-transform: uppercase;
}
.btn:focus, .form-control:focus, .form-select:focus{box-shadow: none}


/*  Header Scetion CSS Start   */
.navbar{
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
}

.navbar-brand{
    width: 100%;
    margin-right: 0;
    text-align: center;
}
/*  Header Scetion CSS End   */


/*  Hero Section CSS Start   */
.padding-section{
    padding: 40px 0px;
}

.hero-top-content{
    height: 10px;
    width: 100%;
    background-color: #FFD800;
    top: 0;
    position: absolute;
}

.hero-section{
    padding-top: 197px;
    padding-bottom: 230px;
    background-size: cover;
    z-index: 1;
}

.bg-overlay{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.260323) 12.47%, rgba(0, 0, 0, 0) 25.53%);
}

.hero-content h1{
    font-size: 80px;
    color: #fff;
}

.hero-content p{
    font-size: 20px;
    color: #fff;
}

/*  Hero Section CSS End   */

/*  HEro bottom Content CSS Start   */
.hero-bottom-sec{
    background: linear-gradient(90deg, #008EFD 0%, #FFD800 100%);
    
}

.hero-bottom-sec .inn-content{
    z-index: 2;
}

.hero-bottom-sec .inn-content h4{
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    padding: 26px 0px;
}

.hero-bottom-sec .inn-content .home-vector{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    z-index: -1;
}
/*  HEro bottom Content CSS ENd   */

/* Pourquoi Choisir TectoSolar Section CSS Start */
.title-text{
    font-size: 55px;
    color: #000;
    font-weight: 700;
}

.title-text span{
    color: #A6A6A6;
}

.tectosolar-section .heading-content{
    margin-bottom: 36px;
}

.solar-content{
    height: 570px;
    position: relative;
    
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}

.solar-content h1{
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding: 40px 30px 25px 30px;
}

.solar-content p{
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 20px;
    padding: 40px 30px 25px 30px;
}

.solar-content p span{
    font-weight: 700;
}
/* Pourquoi Choisir TectoSolar Section CSS End */

/* Voter Project Section CSS Start */
.voter-project-sec .heading-content{
    margin-bottom: 60px;
   
}

.voter-project-sec{
    position: relative;
    background-size: cover;
    z-index: 2;
    padding-bottom: 178px;
}

.bg-overlay-white{
    position: absolute;
    height: 500px;
    width: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.902462) 22.8%, rgba(255, 255, 255, 0.619282) 52.99%, rgba(255, 255, 255, 0) 100%);
}

.project-content{
    padding: 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(16px)
}

.project-box img{
    border-radius: 30px;
    height: 460px;
    width: 172px;
    
    transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}

.project-box .image-overlay{
    height: 100%;
    width:100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}

.project-box{
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}

.vertical-text {
      position: absolute;
      left: 20px;
      transform: translateY(-50%) rotate(-90deg);
      transform-origin: left top;
      color: white;
      font-size: 35px;
      font-weight: 400;
      z-index: 2;
    }

.project-box:hover img{
    width: 500px;
}


.project-box:hover .vertical-text{
    transform: translateY(-50%) rotate(0deg);
    bottom: 0px;
    left: 30px;
    font-weight: 700;
}

.project-outer-box{
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow: hidden;
}

.project-box:hover .project-bg-overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.55%, rgba(0, 0, 0, 0.435807) 79.76%, rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    position: absolute;
    top: 0;
    border-radius: 30px;
    height: 100%;
    width: 100%;
}

.project-box:hover .image-overlay{
    background: none;
}

/* Voter Project Section CSS End */


/* Panneaux Solaires Section CSS Start  */
.punneaux-outer-box{
    padding: 60px 185px 60px 50px;
    border: 12px solid #fff;
    background: linear-gradient(100.85deg, #008EFD 0.94%, #FFD800 100%);
    border-radius: 50px;
    position: relative;
}

.solar-background{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 715px;
}

.punneaux-outer-box h1{
    font-size: 90px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
}

.punneaux-outer-box p{
    font-size: 20px;
    color: #fff;
}

.punneaux-outer-box span{
font-weight: 700;
}

.panneaux-sec{
    position: relative;
    top: -95px;
    z-index: 2;
}

/* Panneaux Solaires Section CSS End  */


/* Paragraph Section CSS Start */
.btn-secondary{
    font-size: 40px;
    font-weight: 700;
    padding: 2px 25px;
    background-color: #000;
    display: inline-flex;
    align-items: center;
}

.btn-secondary img{
    width: 32px;
    margin-left: 10px;
}

.btn-secondary:hover{
    background-color: #000;
}

.solar-vector-sky{
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 520px;
    height: 160px;
    z-index: -1;
}

/* Paragraph Section CSS End */


/*   TectoSolar: Votre Partenaire de Confiance Section CSS Start   */
.solar-detail-sec .heading-content span{
    color: #A6A6A6;
}

.solar-detail-sec .heading-content{margin-bottom: 58px;}

.solar-process-detail ul li img{
    width: 72px;
    padding: 15px;
    background-color: #000;
    border-radius: 5px;
}

.solar-process-detail ul li {
    font-size: 20px;
    color: #565656;
}

.solar-process-detail ul li span{
    font-weight: 700;
    color: #565656;
}

.solar-process-detail ul li{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: start;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #565656;
   
}

.solar-process-detail ul li:first-child{
    border-top: 1px solid #565656;
    padding-top: 25px;
}

.solar-image-content img{
    border-radius: 30px;
    height: 750px;
}

/*   TectoSolar: Votre Partenaire de Confiance Section CSS End   */


/* Form Section CSS Start */
.form-section{
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.form-section .liner-bg{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    top:0;
    position: absolute;
    z-index: -1;
}

.form-section .heading-content{margin-bottom: 40px;}

.form-section .heading-content p{
    color: #565656;
    font-size: 20px;
}

.form-section .heading-content p span{
    font-weight: 700;
}

.form-detail{
    padding: 50px;
    border-radius: 30px;
    background-color: #fff;
}

.form-label{
    font-size: 18px;
    color: #565656;
    font-weight: 500;
}

.form-control{
    border: 1px solid #A6A6A6;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 16px;
    transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

.form-control:focus{
    border-color: rgba(255, 217, 0, 35%);
    box-shadow: 0 8px 15px 0 rgba(255, 217, 0, 20%);
}

.form-content-box{
    margin-bottom: 30px;
}

.form-check-input{
    width: 20px;
    height: 20px;
}

.form-check-label{
    margin-left: 10px;
    font-size: 16px;
    color: #A6A6A6;
}

.form-check-input:focus {
  border-color: #FFD800;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 217, 0, 0.25);
}

.form-check-input:checked {
  background-color: #FFD800;
  border-color: #FFD800;
}

.form-content-box .btn-primary{
    background-color: #000;
    color: #fff;
    border-color: #000;
    padding: 10px 10px 10px 25px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    max-width: 210px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

.form-content-box .btn-primary i{
    color: #000;
    font-size: 20px;
    background-color: #FFD800;
    padding: 10px 12px;
    border-radius: 35px;
    transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

.form-content-box .btn-primary:hover{
    background-color: #FFD800;
    color: #000;
    border-color: #FFD800;
}

.form-content-box .btn-primary:hover i{
    background-color: #000;
    color: #FFD800;
}
/* Form Section CSS End */


/*  Footer Section CSS Start   */
.footer-section{
    background: rgba(255, 216, 0, 1);
    position: relative;
    z-index: 2;
}

.news-title h6{
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.news-content-box{
    position: relative;
}

.news-content-box img{
    width: 28px;
    position: absolute;
    left: 24px;
    top: 18px;
}

.news-content-box .form-control{
    padding: 18px 20px 18px 58px;
    border: 1px solid rgba(0, 0, 0, 24%);
    border-radius: 35px;
    background-color: #FFD800;
}

.news-letter-content .btn-primary:hover{
   background-color: #000;
   color: #fff;
   border-color: #000;
}

.news-letter-content .btn-primary:hover i{
   background-color: #FFD800;
   color: #000;
}

.news-letter-content .btn-primary{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.news-letter-content{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.footer-bg{
    position: absolute;
    bottom: 0;
    z-index:-2;
}

.about-detail .logo-content img{
    padding: 18px;
    background-color: #000;
    border-radius: 8px;
    margin-bottom: 30px;
}

.social-detail ul{
    display: flex;
    flex-flow: row;
    gap:34px
}

.social-detail ul li a{
    font-size: 28px;
    color: #000;
}
.social-detail ul li a:hover {
    box-shadow: 0 8px 12px 0 #FFD800;
}

.get-links h6, .about-links h6{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.get-links ul{
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.get-links ul li a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.about-solar-note p{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-top: 67px;
    padding-bottom: 85px;
    border-bottom: 1px solid #000;
    margin-bottom: 22px;
}

/* .footer-detail{
    padding-bottom: 85px;
    border-bottom: 1px solid #000;
    margin-bottom: 22px;
} */

.copy-right-content p{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 17px;
}

.solar-vector{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 850px;
}
/*  Footer Section CSS End   */



.hover-section {
      display: flex;
      height: 75vh;
      overflow: hidden;
    }

    .hover-col {
      flex: 1;
      transition: flex 0.5s ease;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      color: white;
      font-weight: bold;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      margin: 0 5px;
	  border: 3px solid transparent; /* default */
    }

    .hover-col::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-size: cover;
      background-position: center;
      z-index: 0;
      transition: transform 0.5s ease;
    }

    .hover-col::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
	  background-color: rgba(0,0,0,0.50)
    }

    /* Default text vertical */
    .hover-col span {
      position: relative;
      z-index: 1;
      padding: 30px;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      text-align: center;
      transition: all 0.3s ease;
	  font-size: 35px;
	  font-weight: 400;
    }

    /* Active column */
    .hover-col.active {
      flex: 3;  
	  border: 3px solid transparent;
	  border-radius: 30px;
      background: linear-gradient(100.85deg, #008EFD 0.94%, #FFD800 100%) border-box;
    }
    .hover-col.active span {
      writing-mode: horizontal-tb;
      transform: none;
	  font-weight: 700;
      width: 100%;
      text-align: left;
    }
    .hover-col.active::before {
      transform: scale(1.1);
    }

    /* Background images */
    .col-1::before { background-image: url('../images/slick1.webp'); }
    .col-2::before { background-image: url('../images/slick2.webp'); }
    .col-3::before { background-image: url('../images/slick3.webp'); }
    .col-4::before { background-image: url('../images/slick4.webp'); }
    .col-5::before { background-image: url('../images/slick5.webp'); }

    /* Responsive: stack vertically */
    @media (max-width: 768px) {
      .hover-section {
        flex-direction: column;
        height: auto;
      }
      .hover-col {
        flex: unset !important;
        width: 100%;
        height: 200px;
        margin: 5px 0;
      }
      .hover-col span {
        writing-mode: horizontal-tb !important;
        transform: none !important;
	    font-size: 24px;
    }
    }