@media (max-width: 1024px) {
  .main-form .title {
    max-width: 90%;
    text-align:center;
    padding-right:0;
  }
  .main-title{
    font-size:40px;
}
}


/*#s1 h1 {*/
/*    color:#03826B;*/
/*}*/
/*#s3 h1 {*/
/*color:#1D5892;*/
/*}*/
/*h1 {*/
/* margin-bottom:100px;   */
/*}*/
/*section {*/
/* min-height:700px;   */
/*}*/



.be-img {

            margin: 20vh auto;
        
 
 
  max-width: 80vw;
  z-index:-2;
            }



/*#s1 {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
   
/*}*/

/*.flex-1 {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center; */
/*}*/

/*#s2 {*/
/* background:#03826B;  */
/* color:#fff;*/
/* text-align:center;*/
/* padding: 50px 0;*/
/*}*/

/*#s3 , #s5 {*/
/* text-align:center;*/
/* padding: 50px 0;*/
/* background:#F2F7F6;*/
/*}*/

/*#s3 .container {*/
/*    height:500px;*/
/*}*/

/*#s3 h3 , #s4 h3, #s5 h3 {*/
/* color:#03826B;    */
/*}*/

/*#s4, #s5 {*/
/* text-align:center;*/
/* padding: 50px 0;*/
/* min-height:500px;*/
/*}*/
/* footer {*/
/*     background:#181C1A;*/
/*     min-height:300px;*/
/* }*/

/*svg {*/
/*    height:50px;*/
/*    fill:#fff;*/
/*}*/


/*a {*/
/*   color:#fff;  */
/*}*/

/*.s2-root {*/
/*  border-bottom: 1px solid #05D0AB;*/
/*  padding: 10px 0;*/
/*  max-width: 600px;*/
/*  margin: 0 auto;*/
/*}*/


/*Eleana*/



a, a:focus, a:active, a:hover {
  text-decoration: none;
}

.nav-link.active{
    color:#000;
}
/*nav1*/
.img-nav{
    background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),url("https://images.unsplash.com/photo-1569263979104-865ab7cd8d13?q=80&w=1174&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    height:auto;
    background-size:cover;
   background-position: center; 
  
   
}


.nav-item a{
    color:#fff;
 
   
}
.nav-item a:hover {
  color: #ccc;
  text-decoration: none;
}

.nav-logo{
    max-height:100px;
}

.nav-all{
    padding-top:20px;
    display:flex;
     align-items:flex-end;
     justify-content:space-around;
}


.nav-second{
padding-top:20px;
    align-items:center;
}
.nav-second .nav-item{
     font-size:16px;
     padding: 10px 0;
    border-bottom:1px solid #ffffff3b;
}


.navbar .navbar-toggler:hover {
  background-color:#fff;
}

.dropdown-menu{
    min-width:5rem;
}

.nav-item .dropdown-menu a{
    color:#000;
}

.nav-item .dropdown-menu a:hover {
  text-decoration: none;
color:#696969;
background-color:#fff;

}

.nav-item .dropdown-menu img{
    margin:0 10px;
}

.title{
    max-width:50%;
   text-wrap:normal;
    margin-top:50px;
    margin-bottom:50px;
    text-align:left;
    color:white;
    padding-right:40px;
}



.btn-link a {
    width:200px;
    height:50px;
    align-content:center;
  color: #fff;
  background-color:#43b1c9;

}
.btn-link a:hover{
color:#fff;
background-color:#2e7686;

}

.main-title{
    font-size:52px;
}

    p {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
}

.main-form{
    padding-top:50px;
    padding-bottom:50px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
   
}
/*form*/

form{
    position: relative;
   
    text-align:center;
      background-color:#0a2f4f;
      height:auto;
      padding:30px;
      max-width:400px;
      border-radius:25px;
  color:#fff;
      float:right;
}

label {
  margin-top: 10px;
  margin-bottom: 0;
}

div.elem-group.inlined {
  width: 49%;
  height:auto;
  display: inline-block;
  float: left;
  margin-left: 1%;
  margin-bottom:10px;
}

label{
  padding-bottom: 10px;
  font-size: 1em;
}

input, select, textarea {
    
  border-radius: 6px;
  border: 1px solid #3a5f7a;
 
  font-size: 1.25em;
  width: 90%;
  padding: 10px 15px;
}

div.elem-group.inlined input {
  width: 90%;
  
}

textarea {
  max-height: 250px;
  margin-bottom:20px;
}




.send{
    border-radius:6px;
    margin-top:20px;
    background: #ff7f50;
    
 
}

.learn-more{

 border-radius:6px;
}

button, .btn{
  padding:10px 20px;
  background: #ff7f50;
  border:none;
  color: white;
  font-size: 1.25em;
  cursor: pointer;
  border-radius:10px;
}

button:hover {
  background: #e8673f;
}






/*play cards*/

.row.g-4 {
  justify-content: center;
  
}

.service-card {
          width: 300px;
    height: 400px;
            margin:10px;
           
            
        }

        .service-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.8s;
            transform-style: preserve-3d;
            cursor: pointer;
        }

        .service-card:hover .service-card-inner {
            transform: rotateY(180deg);
        }
        
       
        .service-card-front,
        .service-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .service-card-front {
            background: #0a2f4f;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 2rem;
        }
        
        .service-card-front p{
            font-size:16px;
            padding-top:10px;
         
           
        }

        .service-card-back {
            
            background: white;
            color: #1f2937;
            transform: rotateY(180deg);
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            
        }

        .feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .feature-list li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #e5e7eb;
            font-size:14px;
        }

        .feature-list li:last-child {
            border-bottom: none;
        }

        .hover-lift {
            transition: transform 0.2s;
        }

        .hover-lift:hover {
            transform: translateY(-5px);
        }
        
        .service-card-front .fas{
   font-size:30px;
}

.service-card-back .btn{
    background-color:#0a2f4f;
    border:none;
}

.service-card-back .btn:hover{
    background-color:#145c8d;
    border:none;
}
        
/*photo-gallery*/
.tab-navigation {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: #145c8d;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.tab-btn:hover {
    background: #6EB6F5;
}

.tab-btn.active {
    background: #000;
    color: white;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.grid-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grid-item:hover img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.grid-item:hover .image-overlay {
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



 
/*footer*/
.footer {
    margin-top:80px;
            background: #0a2f4f;
            color: #ffffff;
        }
        
        .footer-title {
            color: #fff;
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
        }
        
        .footer-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 30px;
            height: 2px;
            background: #6EB6F5;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 1rem;
        }
        
        .footer-links a {
            color: #b4b6bb;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .footer-links a:hover {
            color: #ffffff;
            padding-left: 5px;
             text-decoration: none;
        }
        
        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            color: #ffffff;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            background: #6EB6F5;
            transform: translateY(-3px);
        }
        
        .newsletter-input {
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.1);
            color: #ffffff;
        }
        
      
        .newsletter-input:focus {
            background: rgba(255,255,255,0.15);
            border-color: #6EB6F5;
            color: #ffffff;
            box-shadow: none;
        }
        
        .btn-subscribe {
            background-color: #6EB6F5;
            border: none;
            padding: 0.5rem 1.5rem;
            transition: all 0.3s ease;
        }
        
        .btn-subscribe:hover {
            background: #6EB6F5;
            transform: translateY(-2px);
        }
        
        .footer-bottom {
            background: rgba(0,0,0,0.2);
        }
        
        .footer-bottom a, .footer label a {
            color: #6EB6F5;
            text-decoration: none;
        }
        
        
        
        .footer-bottom a:hover, .footer label a:hover {
            color: #ffffff;
        }
        
        .footer form{
            padding:0;
        }
        
        .social-links a:hover{
            color:white;
            text-decoration:none;
        }
        
       