/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.padding_1{
    padding: 50px;
}

.padding_2{
    padding-top: 200px;
    padding-bottom: 200px;
    padding-right: 100px;
    height: 650px; 
}


.logo_size{
    height: 1px;
}

.top_ok{
    padding-top: 10px;
}

.container_front{
    padding-left: 50px;
    padding-right: 50px;
    background-color: #18222d;
}

.container_front_1{
    /* padding-left: 50px;
    padding-right: 50px; */
    padding : 0px;
    background-color: #18222d;
}

.text_white{
    color: #ffffff;
    font-weight :900;
}

.menu_font{
    /* font-size: 20px;
    text-shadow: 2px 2px #333; */

    text-shadow: 2px 2px #333;
    font-size: 24px; /* Optional: Adjust the font size as needed */
    font-family: Arial, sans-serif; /* Optional: Adjust the font family as needed */
    /* Additional styling if desired */
    /* padding: 20px;
    background-color: #f0f0f0; */
    color: #000;

}

.menu_font2{
    font-size: 14px;
    
    /* font-family: 'Century Gothic'; */
    font-family: century-gothic, sans-serif;
    text-transform: capitalize;
    /* font-family: AppleGothic;  */
    /* text-shadow: 0.5px 0.5px #a7a7a7; */
}

.front_p_space{
    line-height:22px;
}

.font_label{
    font-size:28px;
}

.font_shadow{
    text-shadow: 1px 1px #333;
    color: #000;
}

.font_content{

    /* text-shadow: 2px 2px #333; */
    color: #ffffff;
    /* text-shadow: 2px 2px #000000; */
    /* color: #000000;
    text-shadow: 1px 1px #ffffff; */
    font-size: 24px;
    line-height: normal;
    font-family: Arial, sans-serif;
    text-align: justify;
}

.font_content2{

    /* text-shadow: 2px 2px #333; */
    color: #ffffff;
    /* text-shadow: 2px 2px #000000; */
    /* color: #000000;
    text-shadow: 1px 1px #ffffff; */
    /* font-size: 24px;
    line-height: normal;
    font-family: Arial, sans-serif; */
    text-align: justify;
}

.btn_black{
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(0, 0, 0);   
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.menu_font{
    /* color: #fff; */
    color: #009900; 
}

a {
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    transition: color 0.3s ease;
}

/* Override styling for specific anchor tags with the class "custom-link" */
.custom-link {
    color: #009900; /* Custom text color */
    font-weight: normal; /* Custom font weight */
    font-size: 18px; /* Custom font size */
}

/* Change color on hover for all anchor tags */
a:hover {
    color: #cc3300;
}

.white-font{
    color: #ffffff;
}


.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; /* Set your text color */
}

.overlay-text h1 {
    font-size: 2em; /* Set your heading font size */
    margin-bottom: 10px;
}

.overlay-text p {
    font-size: 1.2em; /* Set your paragraph font size */
}


/* play button  */
.glightbox_video {
    position: absolute;
    top: 80%;
    left: 10%;
    transform: translate(0%,0%);
}

@media only screen and (max-width: 768px) {
    /* Styles for mobile views */
  
    .glightbox_video {
        position: absolute;
        top: 85%;
        left: 35%;
        transform: translate(0%,0%);
    }
  
    /* Add more styles specific to mobile views as needed */
  }
  
.outer_circle {
    stroke-width: 3;
    stroke-dasharray: 410; 
    stroke-dashoffset: 0;
    stroke-linecap: square;
    transition: all .4s ease-out;
}

.glightbox_video:hover .outer_circle {
    stroke-dashoffset:410;
    transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out
}

.glightbox_video:hover 
.inner-circle {
    fill: #BF2428;
    transition:fill .4s .3s ease-out;

}

.glightbox_video:hover
.play{
    fill: white;
    transition:fill .4s .3s ease-out;
}
/* end play button  */


  /* play button  */
.glightbox_video2 {
    position: absolute;
    top: 80%;
    left: 3%;
    transform: translate(0%,0%);
}
  
.outer_circle2 {
    stroke-width: 3;
    stroke-dasharray: 410; 
    stroke-dashoffset: 0;
    stroke-linecap: square;
    transition: all .4s ease-out;
}

.glightbox_video2:hover .outer_circle2 {
    stroke-dashoffset:410;
    transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out
}

.glightbox_video2:hover 
.inner-circle2 {
    fill: #BF2428;
    transition:fill .4s .3s ease-out;

}

.glightbox_video2:hover
.play{
    fill: white;
    transition:fill .4s .3s ease-out;
}
/* end play button  */

/* .button-container {
    display: flex;  
    align-items: center; 
    gap: 10px;
} */

.line_1 {
    border-top: 5px solid orange; /* You can adjust the color and thickness as needed */
    width: 100%; /* Set the width of the line */
    
    margin: 10px;
  }

.line_2 {
border-top: 5px solid #547b4b; /* You can adjust the color and thickness as needed */
width: 100%; /* Set the width of the line */
margin: 10px;
}

.line_3 {
border-top: 5px solid #2c4c8c; /* You can adjust the color and thickness as needed */
width: 100%; /* Set the width of the line */
margin: 10px;
}

.timeline-and-description {
    display: flex;
    justify-content: space-between;  /* Align them with space between */
    align-items: flex-start;  /* Align them at the top */
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

/* Form validation styles */
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* Loading state for submit button */
.btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* File input styling */
input[type="file"].form-control {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}

 
