/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/
html{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
body {
  font-family: "Roboto", serif;
  font-weight: 400;
  color: #58595B;
  line-height: normal;
  background: #0C1A39;
  margin: 0;
  overflow: hidden;
}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
h1 , h2, h3, h4, h5{
  margin: 0;
  padding: 0;
}
p{ }
/* LINKS */
a{ color: #737577; }
a:hover{ text-decoration: none; cursor: pointer;}

a {text-decoration:none;}
a:hover {text-decoration:none;  color: #737577; }
a:before,a:after { text-decoration:none;}
a:before,a:after,
a:hover:before,a:hover:after {text-decoration:none;}

/* IMG RESPONSIVE */
img{
  display: block;
  max-width: 100%;
  height: auto;
}
/* General settings */

/* Remove padding */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.wrapcontent{
  padding-top: 130px;
}
/*---------------------------------------
FORM                 
-----------------------------------------*/
.form-control{
  background: #f6f6f6;
  height: 60px;
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;

  box-shadow: none;
  border: 1px solid transparent;
  border-radius:                   0px;
  -webkit-border-radius:            0px;
  -moz-border-radius:               0px;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
textarea.form-control{
  height: auto !important;
}
form .btn{
  background: #2b3811;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  padding: 10px 30px;
  margin-left: 10px;
}
form .btn:hover{
 background: #616e38;
  color: #fff;
}
/* FORM CONTACT */
.form-contact h3{
  color: #2b3811;
  font-size: 20px;
  font-weight: normal !important;
  padding: 0 0 10px 0;
}
/*---------------------------------------
HEADER                
-----------------------------------------*/
header{
  width: 100%;
  position: relative;
  z-index: 5000;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: 90px;
}
header .logo{
  position: absolute;
  left: 30px;
  top:0;
}
header .logo img{
  width: 280px;
  height: auto;
}
header .mainmenu{
  padding: 15px 0;
}
header .misc{
  position: absolute;
  right: 50px;
  top: 90px;
  text-align: right;
  padding: 20px 0 0 0;
}
header .misc a{
  padding: 10px;
  color: #fff;
  font-family: "Teko", sans-serif;
  letter-spacing: .2em;
  font-size: 22px;
  text-transform: uppercase;
}
header .misc a span{
  color: #a8a9ad;
  padding-right: 10px;
}
header .misc a.btn{
  background: #ad1c27;
  padding: 5px 25px;
  border-radius: 0;
}
/* MENU */
#menu{
  position: relative;
  z-index: 6000;
  text-align: right;
  padding-right: 70px;
}
#menu li {
  position: relative;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  letter-spacing: .1em;
}
#menu > li > a {
  color: #58595B;
  display: block;
}
#menu > li >  a.active,
#menu > li >  a:hover{
   
}
/* first level */
#menu > li {
  display: inline-block;
  text-transform: uppercase;
}
#menu > li > a {
  font-size: 23px; 
  margin: 0 3px;
 padding: 13px;
}
#menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px; /* Thickness of the underline */
  background-color: #ad1c27; /* Color of the underline */
  transition: width 0.3s ease, left 0.3s ease;
}

#menu > li > a:hover::after {
  width: 50%; /* Expand to 50% width */
  left: 25%;   /* Center the underline */
}
/*---------------------------------------
MAINBANNER                
-----------------------------------------*/
.mainbanner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
}
/* TITLE */
.title {
    position: absolute;
    z-index: 2000;
    text-align: center;
    color: #fff;
}
.title h1 {
    font-size: 60px;
    text-transform: uppercase;
   font-weight: 700;
   font-family: "Teko", sans-serif;
}
.title h1 span{
  display: block;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 12px;
}
.title .adimg img{
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
}
.title .btns{
  padding: 30px 0 0 0;
}
.title .btns a {
    display: inline-block; /* Make the anchor tag an inline-block to wrap the SVG */
    position: relative; /* Position relative for absolute positioning of hover effect */
    text-decoration: none; /* Remove underline */
}
.cls-3 {
  fill: #0b2149; /* Background color */
  stroke: #ad1c27; /* Border color */
  stroke-miterlimit: 10;
  stroke-width: 1.62px;
  opacity: 0.8; /* Background opacity */
  transition: opacity 0.3s ease;
}
.cls-2 {
  fill: #fff; /* Text color */
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  text-anchor: middle; /* Center-align text horizontally */
  dominant-baseline: middle; /* Center-align text vertically */
}
.cls-3:hover {
    opacity: 0.6; /* Background opacity */
}
/* BOTTOMBTNS */
.bottombtns {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2000;
}
.bottombtns ul {
    display: flex;
    justify-content: space-around; /* Spreads items evenly across the width */
    gap: 20px; 
}
.bottombtns ul li {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.bottombtns ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
   background-color: rgba(11, 33, 73, 0.8);
}
.cls-1 {
    fill: #ad1c27;
}
.mobile-svg {
    display: none !important; /* Hide mobile SVGs by default */
}
/*---------------------------------------
PHOTOCAROUSEL              
-----------------------------------------*/
#photocarousel{
  position: relative;
    width:  100%;
}
.bgover{
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
}
.carousel-item{
  opacity: 0;
  transition: opacity 5s ease; /* Fallback for older browsers */
  transition: opacity 5s cubic-bezier(0.25, 0.1, 0.25, 1); /* Custom smoother fade */
}
.carousel-fade .carousel-inner {
  overflow: hidden;
}
.carousel-item img{
  width: 100% !important;
  height: auto;
  object-fit: cover;
  object-position: top !important;
  min-height: 800px;
}
/*---------------------------------------
SUBBANNER                
-----------------------------------------*/
.subbanner{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end ;
  align-items: center;
  height: 450px;
  overflow: hidden;
}
.subbanner .title{
  position: absolute;
  z-index: 2000;
  text-align: center;
  width: 100%;
}
.subbanner h1{
  color: #fff;
  font-size: 85px;
}
.subbanner img{
  width: 100% !important;
  height: auto;
  object-fit: cover;
  object-position: top !important;
  height: 450px;
}
/*---------------------------------------
MAINCONTENT              
-----------------------------------------*/
.maincontent{
  background: #fff;
  padding: 40px 0;
}
.maincontent.colored{
  background: #efefef;
}
.maincontent.clpage{
  padding: 0 !important;
}
.maincontent.clpage .container{
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.maincontent .adbtn{
  padding-bottom: 30px;
}
.maincontent .adbtn img{
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.centertext{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.maincontent h2{
  color: #ad1c27;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.maincontent p{
  color: #58595B;
  font-size: 18px;
  line-height: 35px;
}
/* Grid setup */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    gap: 40px; /* Space between each item */
}

/* Style for each item */
.item {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 100px; /* Optional: Set minimum height */
    position: relative;
    padding-bottom: 30px;
}
.item h3{
  background-color: #091c38;
  font-family: "Teko", sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 15px 10px 10px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.item img{
  padding: 15px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.item  p{
  padding: 15px;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
}
.item iframe{
  padding: 15px;
}
.item .desc{
  padding: 15px;
}
.item .desc h4{
  color: #091c38;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.item .desc p{
  color: #808285;
  font-weight: 500;
  padding-bottom: 5px;
}
.item .desc span{
  display: block;
  color: #ad1c27;
  font-weight: 600;
  font-weight: 16px;
}
.item .desc span a{
  color: #ad1c27;
}
.item .viewbtn {
    display: inline-block;
    padding: 12px 24px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #d8d8d8;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;

}
/* CLPAGE */
.clpage h3{
  color: #ad1c27;
  font-weight: normal;
}
.clpage p{
  line-height: 25px;
  font-size: 16px;
}
.clpage ul li{
  background-color: #EEEEEE;
  padding: 8px;
  color: #333;
  border-left: 6px solid #A7A9AC;
  margin-bottom: 16px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
/*---------------------------------------
FOOTER              
-----------------------------------------*/
footer{
  background: url(../images/bg_footer.webp) center 0 no-repeat;
  background-size: 150px auto;
  padding: 60px 0;
}
footer h4{
  color: #A7A9AC;
  font-size: 16px;
  text-transform: uppercase;
    font-weight: normal;
  padding-bottom: 10px;
}
footer ul{
  padding-left: 10px;
}
footer ul li{
  text-transform: uppercase;
  font-size: 15px;
 padding-bottom: 8px;
}
footer ul li a,
footer a,
footer a:hover{
  color: #fff;
}
