  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      background-color: #f5f5fb;
    }

    .section {
      height: 100vh;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
    }

            .cookie-popup {
          position: fixed;  
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); 
          background-color: #fff;
          
          padding: 0px;
          text-align: center;
          z-index: 10;
        }


    .cookie-popup h2 {  
    margin-bottom: 10px;   
    color: #01415e;
    text-align: center; 
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400; 
    padding-bottom:13px;
    }

    .cookie-popup p {
      font-size: 15px;
      color: #000000;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .cookie-popup .close-btn {
      position: absolute;
      top: 6px;
      right: 8px;
      background-color: #ffffff;
      border: none;
      font-size: 30px;
      cursor: pointer;
    }

		.cookie-popup .btn {
		display: block;
    width: 90%;
    margin: 10px 0;
    padding: 15px;
    border-radius: 59px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    font-size: 1.53rem;
    line-height: 1.36rem;
    height: 4.7rem;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
	}

    .cookie-popup .accept-btn { 
     
    color: white;
    background-color: #01415e;
    }

    .cookie-popup .accept-btn:hover {
      background-color: #01415e;
    }

    .cookie-popup .settings-btn {
      border:2px solid #01415e;
      background-color: white;
      color: #01415e;
    }

    .cookie-popup .settings-btn:hover {
      background-color: white;
    }

    .section-1 {
      background-image: url('img/fo_desk.jpg');
    }


    .firs-col{
       padding: 0px;   
       background-image: url('img/FOgirf_2.webp');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat; 
    }


   
    @media (max-width: 480px) {
      .section-1 {
        background-image: url('img/fo_mob.jpg');
      }

    
      .cookie-popup {
        padding: 0px;
        width: 90%;
      }

      .cookie-popup h2 {
        font-size: 32px; padding-bottom: 1px;
      }

      .cookie-popup p {
        font-size: 14px;
      }

      .cookie-popup .btn {
        font-size: 17px;
        font-weight: 600;
       height: auto;
        padding: 11px; margin: 6px 0;
      }


        .cookie-popup {
          position: fixed;  
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 450px;
          background-color: #fff; 
          text-align: center;
          z-index: 10;
        }

        .container1 { 
            height: 400px !important;
        }


    .firs-col{
       height: 306px;
    }



    }

    .overlay {
 position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(192 192 192 / 53%);
    backdrop-filter: blur(5px);
    z-index: 5;
}

  

.container1 {
  display: flex;
    flex-wrap: wrap;
    max-width: 600px; width:370px;
    border-style: none;
    background: #11423a;
    overflow: hidden;
    margin: 0;
    padding: 0; 
}

.col {
   flex: 1 0 0;
    min-width: 150px;
    display: flex;
    padding: 20px;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

.container1 > .col:first-child {
  border-right: 1px solid #ccc;
}


@media (max-width: 600px) {
  .col {
    flex-basis: 100%; 
  }
  
  .container1 > .col:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;  padding:20px;
  }
}

.button5 {
    font-family: 'Onset Bold', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    color: #000000;
    border-color: #f6df6e;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    background: #f6df6e;
    width: 100%;      padding: 10px 20px;
    cursor: pointer;
    z-index: 9000;    margin-top: 30px;
    position: relative;
}

.h2-discount{
  font-family: 'Onset Regular', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    font-size: 32px; 
    color: #ffffff !important;
}



.button22{
      background: none !important;
    border: none!important;
    color: white!important;
    margin-top: -1px!important;
    font-size: 17px!important;
}


.q2{
    font-size: 28px !important;  
}
.q3{  
    font-size: 56px!important;
    font-weight: 300!important;
    margin-top: -22px!important;
}

.q4{
    font-size: 25px !important; margin-top: -20px;
}

  @media (max-width: 480px) {

    .q2{
        font-size: 25px !important;
    }
    .q3{
        font-size: 50px !important;
        margin-top: -7px !important;
    }
     .q4{
        font-size: 20px !important; margin-top: -7px;
    }

    .container1 { width:100%;}



  }
