/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : Feb 27, 2026, 9:47:34 AM
    Author     : etoile
*/
/*section 1 */

/* Animation Optimization */
.u-shape-1,
.u-group-1 {
  will-change: transform, opacity;
  animation-duration: 1500ms;
}

/* Fix alignment */
.u-shape-1 {
  display: flex;
  align-items: flex-start;
}

/* Title Styling */
.custom-title {
  font-family: 'STC Forward Medium';
  letter-spacing: 0px;
  font-size: 40px;
}

/* Subtitle Styling */
.custom-subtitle {
  font-family: 'STC Forward Medium';
  letter-spacing: 0px;
  font-size: 25px;
}

/* Button Styling */
.custom-btn {
  letter-spacing: 0px;
  font-size: 20px;
}

/* ===============================
   Base Desktop Styling
=================================*/

.u-section1camera {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

.custom-title {
  font-family: 'STC Forward Medium';
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0px;
}

.custom-subtitle {
  font-family: 'STC Forward Medium';
  font-size: 25px;
  line-height: 1.6;
  margin-top: 20px;
}

.custom-btn {
  font-size: 20px;
  padding: 14px 40px;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  transform: translateY(-3px);
}

/* ===============================
   Large Tablet (992px)
=================================*/
/* ===============================
   Tablet (1199px)
=================================*/

@media (max-width: 1199px) {

  .u-section1camera {
    padding: 80px 20px;
  }

  .u-section1camera .u-container-layout-1 {
    margin-top: 60px;
    width: 450px;
    padding: 0 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section1camera .u-shape-1 {
    margin-top: 200px;
    width: 500px !important;
    height: 500px !important;
    left: 50%;
    transform: translateX(-50%);
  }

  .u-section1camera .u-text-1 {
    font-size: 32px;
  }
}


/* ===============================
   Mobile (767px)
=================================*/

@media (max-width: 767px) {

  .u-section1camera {
    padding: 60px 15px;
  }

  .u-section1camera .u-container-layout-1 {
    margin-top: 150px;
    padding: 0 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section1camera .u-shape-1 {
    margin-top: 250px;
    width: 340px !important;
    height: 340px !important;
    left: 21%;
   
    
  }
  .u-section1camera .u-shape-1{
animation:none !important;
transition:none !important;
transform:none !important;
}
.u-section1camera .u-btn-2 {
    background-image: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1rem;
    font-weight: 700;
    border-style: solid;
    margin: 40px auto 0;
    padding: 16px 52px 16px 51px;
}
  .u-section1camera .u-text-1 {
    font-size: 26px;
  }

  .custom-title {
    font-size: 22px;
    line-height: 1.4;
  }

  .custom-subtitle {
    font-size: 17px;
  }

  .u-section1camera .u-btn-2 {
    margin: auto;
  }
}


/* ===============================
   Small Mobile (400px)
=================================*/

@media (max-width: 400px) {

  .custom-title {
    font-size: 20px;
  }

  .custom-subtitle {
    font-size: 15px;
  }

}
/*  end section 1 */

/*section 2 */



     @media (max-width: 767px) {
    .u-section1camera .u-text-1
    {
        font-size: 20px;
    }
     
     
    
    .u-section5camera .u-container-layout-1

     {
        padding-left: 10px;
        padding-right: 10px;
    }
     .u-section5camera .u-image-1 {
            font-size: 30px;
        margin-top: -991px;
    }
    p:not(.u-text-variant) {
   
    font-size: 1rem;
     }

/*end section 2 */