* {
    margin: 0; 
    padding: 0;
    font-family: 'Poppins', sans-serif;
    /* background-color:aqua; */
}

html {
    scroll-behavior: smooth;
}
    
.header{ 
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/image.png);
    background-position: center; 
    background-size: cover;
    position: relative;
}

nav{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 2% 6%;
}
    
/* nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between; 
    align-items: center;
} */

nav img{
    width: 150px;
}
        
.nav-links{
    flex: 1;
    text-align: right;  
}
        
.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px; 
    position: relative;
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: greenyellow;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 60%;
    color: b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box h1{
    font-size: 62px;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: wheat;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
    border: 1px solid greenyellow;
    background: rgb(3, 82, 3);
    transition: 1s;
}
.fa-bars,
.fa-times {
    display: none;
}


@media (max-width: 700px){

    .text-box h1{
        font-size: 20px;
    } 
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute; 
        background: greenyellow;
        height: 100vh; 
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left; 
        z-index: 2;
        transition: 1s;
    }
    .fa-times, .fa-bars{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
}

/* Правила за безопастност */

.emergency{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    gap: 2%;
    justify-content: space-between;
}
.emergency-col{
    flex-basis: 31%;
    /* background: #fff3f3; */
    background: rgb(234, 255, 234);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    height: auto;
    border: 1px solid #f0f0f0; 
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.emergency-col:hover{
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
    .row{
        flex-direction: column;

    }
}

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.icons{
    color: rgb(124, 249, 124);
    margin: 0 13px;
    cursor: pointer;
    font-size: 30px;
    padding: 18px 0;
}
    /* Contact us page */
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/AI_main.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.fab {
    display: none;
}


@media (max-width: 700px){

    .text-box h1{
        font-size: 20px;
    } 
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute; 
        background: rgb(138, 154, 91);
        height: 100vh; 
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left; 
        z-index: 2;
        transition: 1s;
    }
    /* .fa-time, .fa-bars{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    } */
    .fa-time, .fa-bars{
        display: block;
        /* color: #f44336; */
        color: rgb(124, 249, 124);
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
}

/* contact us section */
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}
.fa-instagram{
    color: greenyellow;
    margin: 0 13px;
    cursor: pointer;
    font-size: 30px;
    padding: 18px 0;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div .fa{
    font-size: 28px;
    color: rgb(1, 73, 1);
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.hero-btn-contact{
    display: inline-block;
    text-decoration: none;
    color: rgb(138, 154, 91);
    border: 1.5px solid rgb(138, 154, 91);
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn-contact:hover{
    border: 1.5px solid greenyellow;
    background: rgb(3, 82, 3);
    transition: 1s;
    color: #fff;
}

#FrontIng{
    position: relative;
    border-color: rgb(23, 91, 23);
}
#InfoForWeb{
    border: 1px solid black;
    text-shadow: 2px 2px 2px rgb(255, 0, 0);
}

/* membership!!! */
    
        .container{
            width: 100%;
            min-height: 100vh;
            background: rgb(138, 154, 91); 
            /* background: #388e3c; */
        }
        .container h2{
            color: #fff;
            font-size: 32px;
            padding: 50px 0px;
            text-align: center;
        }
        .price-row{
            width: 90%;
            max-width: 1100px;
            margin: auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            grid-gap: 25px;

        }
        .price-col{
            background: #1f283b;
            padding: 10% 15%;
            border-radius: 10px;
            color: #fff;
            text-align: center;
        }
        .price-col p{
            font-size: 22px;
        }
        .price-col h3{
            font-size: 44px;
            margin: 20px 0 40px;
            font-weight: 500;
        }
        .price-col h3 span{
            font-size: 16px;
        }
        .price-col ul{
            text-align: left;
            margin: 20px 0;
            color: #ddd;
            list-style: none;
        }
        .price-col ul li{
            margin: 15px 0;
        }
        .price-col ul li::before{
            content: '\2022';
            color: green;
            font-weight: bold;
            margin-right: 8px;

        }
        .price-col button{
            width: 100%;
            padding: 14px 0;
            background: transparent;
            color: #fff;
            font-size: 15px;
            /* border: 1px solid #e33508; */
            border: 1px solid green;
            border-radius: 6px;
            margin-top: 30px;
            cursor: pointer;
            transition: background 0.5s;
        }
        .price-col button:hover{
            background: green;
        }
.googleform{
    align-items: center;
}
/* custom scrollbar */
::-webkit-scrollbar{
    width: 8.5px;
}
::-webkit-scrollbar-track{
    background-color: rgb(138, 154, 91) ;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(green, greenyellow);
    border-radius: 5px;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4ecca3, #3a86ff);
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  padding: 10px 18px;
  margin-top: 15px;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.back-btn i {
  font-size: 1rem;
}

.back-btn:hover {
  background: linear-gradient(135deg, #3a86ff, #4ecca3);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* На мобилни устройства центрираме бутона */
@media (max-width: 768px) {
  .back-btn {
    display: block;
    margin: 10px auto;
  }
}
