@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,700;1,9..144,600&display=swap');

:root{
    /* font colors */
    --text-black-900: #000000;
    --text-black-700: #555555;
    --text-black-600: #666666;
    --text-black-300: #bbbbbb;
    --background-blackk: #333;


    /* font-size  */

    --normal-text: 1.1rem;
    --head-text: 2rem;
    --form-text: 1.3rem;

    /* fonts */

    --fraunces: "Montserrat", Arial, Helvetica, sans-serif;
    --montserrat: "Montserrat", Arial, Helvetica, sans-serif;

    /* body colors */
    --red: #ff0000c4;
    --dark: #1b1b1b;

    --bg-black-900: #000000;
    --bg-black-100: #dddddd;
    --bg-black-50: #eff0f4;
    --bg-opacity: rgba(255,255,255,0.5);
    --outer-shadow: 3px 3px 3px #d0d0d0, -3px -3px 3px #f8f8f8;
    --outer-shadow-0: 0 0 0 #d0d0d0, 0 0 0 #f8f8f8;
    --outer-shadow-1: 4px 4px 5px #1b1b1b, -4px -4px 5px #3a3939;
    --inner-shadow: inset 3px 3px 3px #d0d0d0, inset -3px -3px 3px #f8f8f8;
    --innder-shadow-0: inset 0 0 0 #d0d0d0, inset 0 0 0 #f8f8f8;

}

body{
    font-family: var(--montserrat);
    word-wrap: break-word;
}

html {
    scroll-behavior: smooth;
  }

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul{
    list-style-type: none;
}

a{
    text-decoration: none;
    color: var(--bg-black-100);
}

.container {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

/* bg img */

.bg-img{
    background-image: url(/images/redcar2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* navbar */

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.80);
    width: 100%;
    height: 80px;
    font-family: var(--montserrat);
    color: var(--bg-black-100);
    position: fixed;
    top: 0;
    z-index: 999;
}

/* navbar logo */

.navbar-logo{
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-logo-mobile{
    display: none;
}

.mobile-flex-navbar{
    display: none;
}

.navbar-logo a{
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(90deg, var(--red), #dddddd);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.navbar-logo img{
    height: 52px;
    width: 47px;
}

.navbar-logo-mobile img{
    height: 32px;
    width: 32px;
}

/* navbar menu */

.navbar-menu a{
    transition: 0.4s;
    font-size: 18px;
}

.navbar-menu svg{
    cursor: pointer;
    fill: white;
    width: 24px;
    height: 24px;
    transition: 0.4s;
}

.navbar-menu > ul li:hover > a{
    color: var(--red);
}

.navbar-menu > ul li a:hover{
    color: var(--red);
}

.nav-element:hover > svg{
    fill: var(--red);
}

.navbar-menu ul{
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar-menu li{
    display: flex;
    align-items: center;
}

/* drop-down 1 */

.nav-element{
    position: relative;
    display: inline-block;
  }

.dropdown-content-first {
    display: none;
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 22px;
    left: -14px;
    z-index: 1;
    border: 1px solid var(--red);
  }

  .dropdown-content-first a {
    color: var(--bg-black-100);
    padding: 10px 24px;
    font-size: 0.9rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .dropdown-content-first a:nth-child(1){
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px dashed var(--red);
  }

  .dropdown-content-first a:nth-child(2){
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-element:hover .dropdown-content-first {
    display: block;
}

/* drop-down 2 */

.dropdown-content-second {
    display: none;
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 22px;
    left: -5px;
    z-index: 1;
    border: 1px solid var(--red);
  }

  .dropdown-content-second a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .dropdown-content-second a{
    border-radius: 10px;
  }


  .dropdown-content-second a:hover{
    background: rgb(255, 255, 255, 0.35);
  }

  .nav-element:hover .dropdown-content-second {
    display: block;
}


/* dropdown countries */

.dropdown-countries {
    display: none;
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 22px;
    left: -25px;
    z-index: 1;
    border: 1px solid var(--red);
  }

  .dropdown-countries a {
    color: var(--bg-black-100);
    padding: 10px 15px;
    font-size: 0.9rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .dropdown-countries a:nth-child(1){
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px dashed var(--red);
  }

  .dropdown-countries a:nth-child(2){
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px dashed var(--red);
  }

  .dropdown-countries a:nth-child(3){
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px dashed var(--red);
  }

  .dropdown-countries a:nth-child(4){
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-element:hover .dropdown-countries {
    display: block;
}

/* navbar phone */

.navbar-phone{
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
}

.navbar-phone .phone-text{
    font-size: 1.6rem;
}

.navbar-phone .phone-text span{
    color: var(--red);
}

.navbar-phone .phone-text p{
    text-transform: uppercase;
}

.phone-contact{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.phone-number p{
    font-weight: bold;
    cursor: pointer;
}

.phone-number p span{
    color: var(--red);
}

.phone-icon img{
    height: 32px;
    width: 32px;
}

/* hamburger menu */

.hamburger-menu{
    display: none;
    cursor: pointer;
}

.hamburger-menu img{
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.hamburger-phone-number{
    display: none;
}

.hamburger-phone-number p{
    cursor: pointer;
}

.hamburger-phone-number span{
    color: var(--red);
}

.hamburger-menu-onclick{
    display: none;
   }

/* hamburger menu close */

#hamburger-menu-close{
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/* header */

.header {
    font-family: var(--montserrat);
    height: 60vh; 
    padding-top: 80px;
    background-color: rgba(0, 0, 0, 0.75);
    background: linear-gradient(to right top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
}

.header-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    background: linear-gradient(to right top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
}

.header-catch-text-mobile{
    display: none;
}

.header-catch-text-mobile p{
    color: var(--bg-black-100);
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.header-catch-text p{
    color: var(--bg-black-100);
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.header-main-text h1{
    color: var(--bg-black-100);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 4rem;
    text-shadow: var(--outer-shadow-1);
}

.header-main-text h1 span{
    font-weight: 600;
}

.header-text p{
    color: var(--bg-black-100);
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.header-text p span{
    font-weight: 600;
}

.header-text-mobile{
    display: none;
}

.header-text-mobile p{
    color: var(--bg-black-100);
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
    text-align: center;
}

.header-text-mobile p span{
    font-weight: 600;
}

.header-description p{
    line-height: 26px;
    font-size: 1.2rem;
    text-shadow: var(--outer-shadow-1);
    color: var(--bg-black-100);
    text-align: center;
}

.header-description span{
    font-weight: 700;
    font-size: 1.3rem;
}

.header-description-mobile{
    display: none;
}

.header-description-mobile p{
    line-height: 26px;
    font-size: 1.2rem;
    text-shadow: var(--outer-shadow-1);
    color: var(--bg-black-100);
    text-align: center;
}

.header-description-mobile p span{
    font-weight: 700;
    font-size: 1.3rem;
}

.countries {
    display: flex;
    color: var(--bg-black-100);
    gap: 20px;
}

.countries p{
    letter-spacing: 2px;
    font-size: 1.1rem;
    text-shadow: var(--outer-shadow-1);
}

.pl,
.de,
.lu,
.nl,
.be{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

/* our offer */

.our-offer{
    color: var(--bg-black-100);
}

.offer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    gap: 15px;
    background: #111; 
    padding-bottom: 50px;
}

.offer-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offer-main-icon img{
    height: 64px;
    width: 64px;
}

.offer-main-text h1{
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.offer-description p{
    text-shadow: var(--outer-shadow-1);
    font-size: var(--normal-text);
    text-align: center;
}

.offer-description span{
    font-weight: 700;
    font-size: 1.3rem;
}

/* offer section */

.offer-section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 20px;
    width: 100%;
}

.offer-voivodeships {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.voivodeships-flex{
    display: flex;
    align-items: center;
}

.voivodeships h2{
    text-align: center;
}

.voivo-grid{
    display: grid;
    padding-top: 2rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.voivo-grid button{
    color: var(--bg-black-100);
    height: 100px;
    width: 200px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.85);
    background: linear-gradient(to right top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.55));
    border: none;
    border-radius: 10px;
    box-shadow: var(--outer-shadow-1);
}

.voivo-grid button:hover{
    background: linear-gradient(to right top, rgba(252, 252, 252, 0.1), rgba(0, 0, 0, 0.85));
}

/* offer-days */

.offer-days{
    padding-top: 2rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.days-of-departure h3,
.days-of-description p{
    text-align: center;
}

.days-of-departure h3{
    text-shadow: var(--outer-shadow-1);
    font-size: 1.3rem;
}

.days-of-description p{
    padding-top: 10px;
    font-size: var(--normal-text);
    word-wrap: break-word;
    width: 700px;
    text-shadow: var(--outer-shadow-1);
}

.days-of-description p span{
    font-weight: 600;
}

.days-return h3,
.days-return-description p{
    text-align: center;
}

.days-return h3{
    text-shadow: var(--outer-shadow-1);
    font-size: 1.3rem;
}

.days-return-description p{
    padding-top: 10px;
    font-size: var(--normal-text);
    word-wrap: break-word;
    width: 700px;
    text-shadow: var(--outer-shadow-1);
}

.days-return-description p span{
    font-weight: 600;
}

/* border section  */

.border-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* cards */

.cards-section{
    padding-top: 2rem;
}

.cards{
    background-image: url(/images/card1.jpg);
    height: 280px;
    width: 436px;
    border-radius: 10%;
    cursor: pointer;
    border: 2px solid var(--bg-black-100);
}

.cards:hover{
    background-image: url(/images/card2.jpg);
    border-radius: 10%;
    height: 280px;
    width: 436px;
    transition: .6s ease-in-out;
    border: 2px solid var(--bg-black-100);
}

/* reservation section */

.reservation-section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    width: 100%;
    padding-top: 2rem;
}

.reservation-description p{
    word-wrap: break-word;
    width: 560px;
    text-align: center;
    font-size: var(--normal-text);
    text-shadow: var(--outer-shadow-1);
    line-height: 1.8;
    font-weight: bold;
    padding-bottom: 20px;
}

.reservation-description p span{
    color: var(--red);
}

/* reservation form */

.action-form-main {
    width: 600px;
    height: 420px;
    display: flex;
    gap: 5px;
    padding: 32px 92px;
    border-radius: 20px;
    position: relative;;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: var(--outer-shadow-1);
}

.action-form-main h2{
    letter-spacing: 2px;
    text-shadow: var(--outer-shadow-1);
}

.action-form-main p{
    font-size: 0.8rem;
    text-align: center;
    text-shadow: var(--outer-shadow-1);
}

.action-form-main p span{
    color: var(--red);
    font-weight: 600;
    text-shadow: none;
}

/* thank you message */

#thank-you-message {
    display: none;
}
  
#thank-you-message.show {
    display: block;
}

p#thank-you-message.show{
    color: var(--red);
}

#thank-you-contact-message {
    display: none;
}
  
#thank-you-contact-message.show {
    display: block;
}

p#thank-you-contact-message.show{
    color: var(--red);
}

/* input form */

.inputBox{
    position: relative;
    width: 280px;
    padding-top: 20px;
}


.inputBox input{
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    border-radius: 5px;
    outline: none;
    color: var(--bg-black-100);
    font-size: 1em;
    transition: 0.5s;
}

.inputBox span{
    position: absolute;
    left: 0;
    padding: 10px;
    pointer-events: none;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    transition: 0.5s;
}

.inputBox input:valid ~ span,
.inputBox input:focus ~ span{
    color: var(--bg-black-100);
    transform: translateX(10px) translateY(-7px);
    font-size: 0.7em;
    padding: 0 10px;
    letter-spacing: 0.2em;
    background: var(--bg-black-100);
    color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

.inputBox input:valid,
.inputBox input:focus{
    border: 1px solid rgb(9, 206, 9, 0.6);
}

/* textarea */

.inputBox-textarea{
    position: relative;
    width: 570px;
    padding-top: 15px;
}

.inputBox-textarea textarea{
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    border-radius: 5px;
    outline: none;
    color: var(--bg-black-100);
    font-size: 1em;
    transition: 0.5s;
}

.inputBox-textarea span{
    position: absolute;
    left: 0;
    padding: 10px;
    pointer-events: none;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    transition: 0.5s;
}

.inputBox-textarea textarea:valid ~ span,
.inputBox-textarea textarea:focus ~ span{
    color: var(--bg-black-100);
    transform: translateX(10px) translateY(-7px);
    font-size: 0.7em;
    padding: 0 10px;
    letter-spacing: 0.2em;
    background: var(--bg-black-100);
    color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

.inputBox-textarea textarea:valid,
.inputBox-textarea textarea:focus{
    border: 1px solid rgb(9, 206, 9, 0.6);
}


/* flex input */

.input-flex{
    display: flex;
    gap: 10px;
}

/* button form */

.btn-form {
    width: 280px;
    margin-top: 10px;
    padding: 16px 0;
    font-size: var(--form-text);
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.btn-form:focus {
    outline-color: #fff;
}

.btn-form:hover{
    background: linear-gradient(to right top, rgba(252, 252, 252, 0.1), rgba(0, 0, 0, 0.85));
}

.btn-form:after {
    width: 50px;
    height: 150%;
    position: absolute;
    left: -100px;
    top: -25px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    transform: rotate(20deg);
    transition: transform 0.8s;
}

.btn-form:hover:after {
    transform: translateX(800px) rotate(20deg);
    transition: all 0.8s ease;
}

/* map activity */

.map-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-activity{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-description p{
    padding-bottom: 20px;
    font-weight: 600;
    text-shadow: var(--outer-shadow-1);
    font-size: 1.3rem;
}

.map-img img{
    width: 610px;
    height: 285px;
    border-radius: 10px;
    box-shadow: var(--outer-shadow-1);
}

.map-img img:hover{
    width: 810px;
    height: 400px;
    transition: 0.6s ease-in-out;
    cursor: pointer;
}

/* test */

.navbar.scroll{
    position: fixed;
    z-index: 100;
}

/* about us */

.about-us{
    color: var(--bg-black-100);
}

.about-us-section{
    padding-top: 10px;
    background: #111;
    padding-bottom: 50px;
}

.about-us-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.about-main-icon img{
    height: 64px;
    width: 64px;
}

.about-main-text h1{
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

/* iframe left / right about us */

.about-us-main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
    text-shadow: var(--outer-shadow-1);
}

.about-left iframe{
    border-radius: 10px;
    box-shadow: var(--outer-shadow-1);
}

.first-right,
.second-right,
.third-right,
.fourth-right{
    padding: 15px 0;
}

.about-right p{
    font-size: var(--normal-text);
    width: 600px;
    word-wrap: break-word;
    text-align: center;
}

/* cars */

.cars{
    color: var(--bg-black-100);
}

.cars-section{
    padding-top: 10px;
    background: #111; 
    padding-bottom: 50px;
}

.cars-section-flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
    font-size: var(--normal-text);
    text-shadow: var(--outer-shadow-1);
}

.cars-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.car-main-icon img{
    height: 64px;
    width: 64px;
}

.car-main-text h1{
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.cars-description{
    padding-top: 20px;
}

.cars-description p{
    text-align: center;
}

.cars-flex-one{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* slider gallery */

.cars-gallery-flex{
    width: 640px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #111; 
}

.swiper-slide img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    opacity: 0.7;
    cursor: grab;
    text-align: center;
}

.swiper{
    width: 100%;
}

/* cars description */

.cars-flex-description-two img{
    width: 209px;
    height: 160px;
    padding: 10px 0;
    border-radius: 20px;
    opacity: 0.6;
    cursor: pointer;
}

.cars-flex-description-two img:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.cars-flex-description-two p{
    font-size: var(--form-text);
    font-weight: 600;
}

.cars-flex-two {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: 450px;
}

.cars-flex-description-two {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* certificate */

.certificate{
    color: var(--bg-black-100);
}

.certificate-section{
    padding-top: 10px;
    background: #111; 
    padding-bottom: 50px;
}

.certificate-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.certificate-main-icon img{
    height: 64px;
    width: 64px;
}

.certificate-main-text h1{
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.certificate-main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
    text-shadow: var(--outer-shadow-1);
}

.certificate-left{
    padding-top: 40px;
}

.certificate-left img{
    height: 493px;
    width: 350px;
    padding: 0 5px;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.6;
}

.certificate-left img:hover{
    height: 640px;
    width: 460px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.certificate-first-right,
.certificate-second-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}

.certificate-first-right p,
.certificate-second-right p{
    padding-top: 10px;
}

.certificate-right p{
    font-size: var(--normal-text);
    width: 600px;
    word-wrap: break-word;
    text-align: center;
}

.certificate-right img{
    height: 64px;
    width: 64px;
}

/* pfr */

.pfr{
    color: var(--bg-black-100);
}

.pfr-section{
    padding-top: 10px;
    background: #111; 
    padding-bottom: 50px;
}

.pfr-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pfr-main-icon img{
    height: 64px;
    width: 64px;
}

.pfr-main-text h1{
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.pfr-main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
    text-shadow: var(--outer-shadow-1);
}

.pfr-main-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pfr-main-flex p{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.6rem;
    text-shadow: var(--outer-shadow-1);
    padding-top: 10px;
}

.pfr-main-flex img{
    height: 481px;
    width: 693px;
    border-radius: 10px;
    opacity: 0.6;
    cursor: pointer;
}

.pfr-main-flex img:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

/* FAQ */

.faq{
    color: var(--bg-black-100);
}

.faq-section{
    padding-top: 10px;
    background: #111;
    padding-bottom: 50px;
}

.faq-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.faq-main-icon img{
    height: 64px;
    width: 64px;
}

.faq-main-text h1{
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.faq-main {
    padding-top: 20px;
    text-shadow: var(--outer-shadow-1);
}

.faq-main p{
    font-size: var(--normal-text);
    width: 600px;
    word-wrap: break-word;
    text-align: center;
}

.faq-top-description{
    padding-top: 10px;
}

.faq-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-questions {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
}

.faq-left-question,
.faq-right-question {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* bye-laws */

.bye-laws{
    color: var(--bg-black-100);
}

.bye-laws-section{
    padding-top: 10px;
    background: #111; 
    padding-bottom: 50px;
}

.bye-laws-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.bye-laws-main-icon img{
    height: 64px;
    width: 64px;
}

.bye-laws-main-text h1{
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.bye-laws-main {
    padding-top: 20px;
    text-shadow: var(--outer-shadow-1);
}

.bye-laws-top-description{
    padding-top: 5px;
    text-align: center;
}

.bye-laws-top-description p{
    font-size: var(--normal-text);
    padding-top: 5px;
}

.bye-laws-top-description h3 span a{
    color: var(--red);
    font-size: 1.4rem;
}

.bye-laws-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bye-laws-pdf-iframe{
    padding-top: 30px;
}

.bye-laws-pdf-iframe iframe{
    height: 700px;
    width: 1100px;
    border-radius: 10px;
}

/* rodo */

.rodo{
    color: var(--bg-black-100);
}

.rodo-section{
    padding-top: 10px;
    padding-bottom: 50px;
    background: #111; 
}

.rodo-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rodo-main-icon img{
    height: 64px;
    width: 64px;
}

.rodo-main-text h1{
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.rodo-main {
    text-shadow: var(--outer-shadow-1);
}

.rodo-top-description{
    text-align: center;
}

.rodo-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rodo-top-description p{
    font-size: var(--normal-text);
    padding-top: 5px;
}

.rodo-bottom-section{
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.rodo-bottom p{
    font-size: var(--normal-text);
}

.rodo-bottom-description{
    padding-top: 10px;
    text-align: justify;
}

.rodo-bottom-description p{
    font-size: var(--normal-text);
    width: 1000px;
    word-wrap: break-word;
    line-height: 1.3;
}

.rodo-bottom-description p span{
    font-weight: 600;
}

.rodo-bottom-right{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.rodo-bottom-right p{
    font-size: var(--normal-text);
}

.rodo-bottom-right-personal-data p:nth-child(2){
    padding-top: 20px;
}

/* contact */

.contact{
    color: var(--bg-black-100);
}

.contact-section{
    padding-top: 10px;
    background: #111; 
    padding-bottom: 50px;
}

.contact-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.contact-main-icon img{
    height: 64px;
    width: 64px;
}

.contact-main-text h1{
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: var(--outer-shadow-1);
}

.contact-flex {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.contact-left {
    display: flex;
    gap: 30px;
    flex-direction: column;
    font-size: var(--normal-text);
}

.contact-left p{
    text-shadow: var(--outer-shadow-1);
}

.left-first,
.left-second,
.left-third,
.left-fourth {
    display: flex;
    gap: 20px;
    align-items: center;
}

.left-fourth img{
    height: 64px;
    width: 64px;
}

.left-second-description p span{
    color: var(--red);
    font-weight: 600;
}

.left-first-description p:nth-child(1),
.left-second-description p:nth-child(1),
.left-third-description p:nth-child(1),
.left-fourth-description p:nth-child(1){
    padding-bottom: 10px;
}

.left-first-description p:nth-child(1),
.left-second-description p:nth-child(1),
.left-third-description p:nth-child(1),
.left-fourth-description p:nth-child(1) {
    color: var(--red);
    font-weight: 600;
    font-size: 1.4rem;
    text-shadow: var(--outer-shadow-1);
}

.left-third-description a{
    font-size: var(--normal-text);
    text-shadow: var(--outer-shadow-1);
}

.left-third-description a:hover{
    color: var(--red);
    transition: 0.4s;
}

.contact-flex-left {
    flex: 0.3;
    height: 480px;
    display: flex;
    gap: 5px;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: var(--outer-shadow-1);
}

.contact-flex-right{
    flex: 0.3;
}

.contact-form-main h2{
    letter-spacing: 2px;
    text-shadow: var(--outer-shadow-1);
}

.contact-form-main {
    height: 480px;
    display: flex;
    gap: 5px;
    padding: 32px 92px;
    border-radius: 20px;
    position: relative;;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: var(--outer-shadow-1);
}

.contact-form-main p{
    font-size: 0.8rem;
    text-align: center;
    text-shadow: var(--outer-shadow-1);
}

.contact-form-main h2 span{
    color: var(--red);
    font-weight: 700;
}

/* input contact  form */

.contact-inputBox{
    position: relative;
    width: 280px;
    padding-top: 20px;
}


.contact-inputBox input{
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    border-radius: 5px;
    outline: none;
    color: var(--bg-black-100);
    font-size: 1em;
    transition: 0.5s;
}

.contact-inputBox span{
    position: absolute;
    left: 0;
    padding: 10px;
    pointer-events: none;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    transition: 0.5s;
}

.contact-inputBox input:valid ~ span,
.contact-inputBox input:focus ~ span{
    color: var(--bg-black-100);
    transform: translateX(10px) translateY(-7px);
    font-size: 0.7em;
    padding: 0 10px;
    letter-spacing: 0.2em;
    background: var(--bg-black-100);
    color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

.contact-inputBox input:valid,
.contact-inputBox input:focus{
    border: 1px solid rgb(9, 206, 9, 0.6);
}

/* textarea contact */

.contact-inputBox-textarea{
    position: relative;
    width: 280px;
    padding-top: 15px;
}

.contact-inputBox-textarea textarea{
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    border-radius: 5px;
    outline: none;
    color: var(--bg-black-100);
    font-size: 1em;
    transition: 0.5s;
}

.contact-inputBox-textarea span{
    position: absolute;
    left: 0;
    padding: 10px;
    pointer-events: none;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    transition: 0.5s;
}

.contact-inputBox-textarea textarea:valid ~ span,
.contact-inputBox-textarea textarea:focus ~ span{
    color: var(--bg-black-100);
    transform: translateX(10px) translateY(-7px);
    font-size: 0.7em;
    padding: 0 10px;
    letter-spacing: 0.2em;
    background: var(--bg-black-100);
    color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

.contact-inputBox-textarea textarea:valid,
.contact-inputBox-textarea textarea:focus{
    border: 1px solid rgb(9, 206, 9, 0.6);
}

/* flex contact input */

.contact-input-flex{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* button contact form */

.contact-btn-form {
    width: 280px;
    margin-top: 18px;
    padding: 16px 0;
    font-size: var(--form-text);
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.contact-btn-form:focus {
    outline-color: #fff;
}

.contact-btn-form:hover{
    background: linear-gradient(to right top, rgba(252, 252, 252, 0.1), rgba(0, 0, 0, 0.85));
}

.contact-btn-form:after {
    width: 50px;
    height: 150%;
    position: absolute;
    left: -100px;
    top: -25px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    transform: rotate(20deg);
    transition: transform 0.8s;
}

.contact-btn-form:hover:after {
    transform: translateX(800px) rotate(20deg);
    transition: all 0.8s ease;
}

.footer{
    color: var(--bg-black-100);
}

.footer-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #111;
    padding-bottom: 5px;
}

.footer-section p:nth-child(1){
    font-size: 12px;
}

.footer-section p:nth-child(2){
    padding-top: 5px;
    font-size: 8px;
}



/* MEDIA */

@media only screen and (max-width: 1600px){
    .navbar-logo a{
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 1430px){
    .offer-section{
        flex-direction: column;
    }

    .offer-description p{
        padding-top: 2rem;
    }

    .offer-days,
    .reservation-section{
        flex-direction: column;
        gap: 40px;
    }

    .cars-description {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 1350px){
    .cars-section-flex,
    .certificate-main{
        flex-direction: column;
    }

    .contact-flex-left {
        flex: 0.4;
    }
}

@media only screen and (max-width: 1300px){
.navbar-menu{
    display: none;
}

.hamburger-menu{
    display: block;
}

.hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 40px;
    left: -140px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

.hamburger-menu .mobile-countries{
    display: flex;
    flex-direction: column;
    width: 180px;
    margin: 0 auto;
}

.hamburger-menu .mobile-countries a{
    font-size: 11px;
    color: var(--red);
    letter-spacing: 1.5px;
    font-weight: 600;
    padding: 0.4rem 0;
  }

  .hamburger-menu .mobile-countries a:hover{
    color: rgb(255, 0, 0);
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }
}

@media only screen and (max-width: 1250px){
    .about-us-main{
        flex-direction: column;
    }

    .about-right{
        padding-top: 10px;
    }

    .faq-questions {
        flex-direction: column;
        padding-top: 30px;
    }


    
    .faq-right-question{
        padding-top: 30px;
    }

    .bye-laws-pdf-iframe iframe {
        height: 650px;
        width: 900px;
        border-radius: 10px;
    }

    .hamburger-menu-onclick {
        position: absolute;
        background: rgb(17, 17, 17, 0.95);
        border-radius: 10px;
        min-width: 100px;
        top: 40px;
        left: -140px;
        z-index: 10;
        border: 1px solid var(--red);
      }
    
      .hamburger-menu-onclick a {
        color: var(--bg-black-100);
        padding: 10px 44px;
        font-size: 1rem;
        text-decoration: none;
        display: block;
        text-align: center;
      }
    
      .hamburger-menu{
        position: relative;
        display: inline-block;
      }
}

@media only screen and (max-width: 1050px){
    .map-img img{
        width: 550px;
        height: 265px;
    }

    .map-img img:hover{
        width: 650px;
        height: 320px;
    }
    
    .about-left iframe{
        width: 550px;
        height: 350px;
    }

    .swiper-slide img,
    .cars-gallery-flex {
        width: 550px;
        height: 350px;
    }

    .rodo-bottom-description p{
        width: 800px;
        word-wrap: break-word;
    }

    .contact-flex-left,
    .contact-form-right{
        flex: 0.6;
    }

    .bye-laws-pdf-iframe iframe {
        height: 650px;
        width: 800px;
        border-radius: 10px;
    }

    .hamburger-menu-onclick {
        position: absolute;
        background: rgb(17, 17, 17, 0.95);
        border-radius: 10px;
        min-width: 100px;
        top: 40px;
        left: -140px;
        z-index: 10;
        border: 1px solid var(--red);
      }
    
      .hamburger-menu-onclick a {
        color: var(--bg-black-100);
        padding: 10px 44px;
        font-size: 1rem;
        text-decoration: none;
        display: block;
        text-align: center;
      }
    
      .hamburger-menu{
        position: relative;
        display: inline-block;
      }
}

@media only screen and (max-width: 912px){

    .bye-laws-pdf-iframe iframe {
        height: 600px;
        width: 700px;
        border-radius: 10px;
    }

    .contact-flex-left{
       padding: 20px;
    }

    .contact-flex{
        flex-direction: column;
    }

    .certificate-left img:hover {
        height: 520px;
        width: 380px;
    }

    .hamburger-menu-onclick {
        position: absolute;
        background: rgb(17, 17, 17, 0.95);
        border-radius: 10px;
        min-width: 100px;
        top: 40px;
        left: -140px;
        z-index: 10;
        border: 1px solid var(--red);
      }
    
      .hamburger-menu-onclick a {
        color: var(--bg-black-100);
        padding: 10px 44px;
        font-size: 1rem;
        text-decoration: none;
        display: block;
        text-align: center;
      }
    
      .hamburger-menu{
        position: relative;
        display: inline-block;
      }
}



@media only screen and (max-width: 820px){
    .rodo-bottom-description p{
        width: 700px;
    }

    .hamburger-menu-onclick {
        position: absolute;
        background: rgb(17, 17, 17, 0.95);
        border-radius: 10px;
        min-width: 100px;
        top: 40px;
        left: -140px;
        z-index: 10;
        border: 1px solid var(--red);
      }
    
      .hamburger-menu-onclick a {
        color: var(--bg-black-100);
        padding: 10px 44px;
        font-size: 1rem;
        text-decoration: none;
        display: block;
        text-align: center;
      }
    
      .hamburger-menu{
        position: relative;
        display: inline-block;
      }
}



@media only screen and (max-width: 800px){
    .header-catch-text{
        display: none;
    }

    .header-catch-text-mobile{
        display: block;
    }

    .navbar-logo a{
        font-size: 1rem;
    }

    .header-main-text h1{
        font-size: 3rem;
    }

    .header-text p{
        font-size: 1.3rem;
    }

    .header-catch-text-mobile p {
        font-size: 1.1rem;
    }

    .hamburger-menu-onclick {
        position: absolute;
        background: rgb(17, 17, 17, 0.95);
        border-radius: 10px;
        min-width: 100px;
        top: 40px;
        left: -140px;
        z-index: 10;
        border: 1px solid var(--red);
      }
    
      .hamburger-menu-onclick a {
        color: var(--bg-black-100);
        padding: 10px 44px;
        font-size: 1rem;
        text-decoration: none;
        display: block;
        text-align: center;
      }
    
      .hamburger-menu{
        position: relative;
        display: inline-block;
      }
    }

    @media only screen and (max-width: 780px){
        .contact-flex-left{
           padding: 20px;
        }
    
        .contact-flex{
            flex-direction: column;
        }
        .certificate-left img:hover {
            height: 500px;
            width: 360px;
        }
        .certificate-left{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .hamburger-menu-onclick {
            position: absolute;
            background: rgb(17, 17, 17, 0.95);
            border-radius: 10px;
            min-width: 100px;
            top: 40px;
            left: -140px;
            z-index: 10;
            border: 1px solid var(--red);
          }
        
          .hamburger-menu-onclick a {
            color: var(--bg-black-100);
            padding: 10px 44px;
            font-size: 1rem;
            text-decoration: none;
            display: block;
            text-align: center;
          }
        
          .hamburger-menu{
            position: relative;
            display: inline-block;
          }
    }

@media only screen and (max-width: 730px) {
    .header-text p{
        font-size: 1.2rem;
    }

    .header-catch-text-mobile p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 720px){
    .navbar {
        margin-top: -135px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .header-section{
        margin-top: 35px;
        padding-bottom: 35px;
    }

   .navbar-logo,
   .navbar-phone{
    display: none;
   }

   .navbar-logo-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   }

   .mobile-flex-navbar{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    padding-top: 140px;
    }

   .phone-text-mobile p{
    font-size: 12px;
   }

   .navbar-phone-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

   .hamburger-phone-number p{
    font-size: 12px;
   }

   .hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 40px;
    left: -74px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }


    .pfr-main-flex img{
        height: 380px;
        width: 550px;
    }

    .bye-laws-pdf-iframe iframe {
        height: 600px;
        width: 550px;
        border-radius: 10px;
    }

    .header-catch-text,
    .phone-number{
        display: none;
    }

    .hamburger-phone-number{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1px;
    }


    .header-catch-text-mobile{
        display: block;

    }
    .hamburger-phone-number{
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .navbar{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 250px;
    }

    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .header-description p{
        width: 450px;
    }

    .cars-flex-two {
        height: 600px;
        width: 550px;
    }

    .map-img img{
        width: 500px;
        height: 265px;
    }

    .map-img img:hover{
        width: 550px;
        height: 300px;
    }

    .rodo-bottom-description p{
        width: 600px;
    }
}

@media only screen and (max-width: 660px){
    .navbar{
        margin-top: -135px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .header-section{
        margin-top: 35px;
        padding-bottom: 35px;
    }

   .navbar-logo,
   .navbar-phone{
    display: none;
   }

   .navbar-logo-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   }

   .mobile-flex-navbar{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
   }

   .phone-text-mobile p,
   .hamburger-phone-number p{
    font-size: 12px;
   }

   .navbar-phone-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

   .hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 40px;
    left: -74px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }

    .header-catch-text-mobile p{
        font-size: 0.9rem;
    }

    .certificate-right p,
    .rodo-bottom-description p,
    .rodo-top-description p  {
        width: 500px;
    }
}


@media only screen and (max-width: 630px){
    .navbar{
        margin-top: -135px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .header-text p{
        font-size: 1.1rem;
    }
    
    .header-section{
        margin-top: 35px;
        padding-bottom: 35px;
    }

   .navbar-logo,
   .navbar-phone{
    display: none;
   }

   .navbar-logo-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   }

   .mobile-flex-navbar{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
   }

   .phone-text-mobile p,
   .hamburger-phone-number p{
    font-size: 12px;
   }

   .navbar-phone-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

   .hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 40px;
    left: -74px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }
    
    .faq-right-question h2,
    .faq-main p{
        font-size: var(--normal-text);
        width: 500px;
        word-wrap: break-word;
        text-align: center;
    }

    .about-left iframe,
    .pfr-main-flex img {
        width: 460px;
        height: 340px;
    }

    .bye-laws-pdf-iframe iframe {
        width: 460px;
        height: 590px;
    }

    .voivo-grid{
        display: flex;
        height: 300px;
        width: 300px;
        flex-wrap: wrap;
        grid-template-columns: 0;
        grid-template-rows: 0;
        grid-column-gap: 0;
        grid-row-gap: 0;
        align-content: center;
        justify-content: center;
        gap: 10px;
    }

    .offer-voivodeships {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .action-form-main {
        width: 340px;
        height: 640px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .input-flex{
        flex-direction: column;
    }

    .inputBox-textarea {
        position: relative;
        width: 280px;
        padding-top: 15px;
    }

    .inputBox-textarea textarea{
        height: 150px;
    }

    .voivo-grid button {
        color: var(--bg-black-100);
        height: 50px;
        width: 100px;
        text-align: center;
        padding: 10px;
        font-size: 0.8rem;
    }

    .about-right p{
        width: 400px;
    }

    .swiper-slide img,
    .cars-gallery-flex {
        width: 500px;
        height: 320px;
    }
}


@media only screen and (max-width: 590px){
    .navbar{
        margin-top: -135px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .header-section{
        margin-top: 35px;
        padding-bottom: 35px;
    }

   .navbar-logo,
   .navbar-phone{
    display: none;
   }

   .navbar-logo-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   }

   .mobile-flex-navbar{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
   }

   .phone-text-mobile p{
    font-size: 12px;
   }

   .navbar-phone-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

   .hamburger-phone-number p{
    font-size: 12px;
   }

   .hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 40px;
    left: -74px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }

    .header-text,
    .header-description{
        display: none;
    }

    .header-text-mobile,
    .header-description-mobile{
        display: block;
    }

    .header{
        height: 70vh;
    }

    .countries{
        display: grid; 
        grid-template-columns: 1fr 1fr 1fr; 
        grid-template-rows: 1fr 1fr; 
        gap: 5px 0; 
    }

    .countries p,
    .header-description p,
    .header-text-mobile p,
    .header-description-mobile p{
        font-size: 1rem;
    }
    
    .header-catch-text-mobile p{
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
    }

    .header-main-text h1{
        font-size: 2rem;
    }

    .header-description-mobile p span{
        font-size: 1.1rem;
    }

    .about-left iframe{
        width: 480px;
        height: 300px;
    }

    .map-img img{
        width: 450px;
        height: 245px;
    }

    .map-img img:hover{
        width: 500px;
        height: 265px;
    }
    
    .certificate-title h1{
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 550px){
    .navbar{
        margin-top: -140px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .header-section{
        margin-top: 30px;
        padding-bottom: 20px;
    }

   .navbar-logo,
   .navbar-phone{
    display: none;
   }

   .navbar-logo-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   }

   .mobile-flex-navbar{
        display: flex;
        align-items: center;
        justify-content: space-around;
   }

   .phone-text-mobile p,
   .hamburger-phone-number p{
    font-size: 12px;
   }

   .navbar-phone-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

   .hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    top: 40px;
    left: -74px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }

    .cards {
        height: 140px;
        width: 218px;
        background-size: cover;
    }

    .cards:hover{
        height: 140px;
        width: 218px;
    }

    .certificate-right p,
    .rodo-bottom-description p,
    .rodo-top-description p {
        width: 400px;
    }

    .cars-gallery-flex,
    .swiper-slide img,
    .about-left iframe,
    .pfr-main-flex img{
        width: 450px;
        height: 320px;
    }

    .map-img img:hover {
        width: 460px;
        height: 265px;
    }

    .faq-main p,
    .cars-description p {
        font-size: 1rem;
        text-align: center;
    }

    .contact-form-main{
        width: 340px;
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .contact-form-main h2{
        font-size: 1.4rem;
        text-align: center;
    }
}


@media only screen and (max-width: 490px){
    .navbar{
        margin-top: -140px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .header-section{
        margin-top: 30px;
        padding-bottom: 20px;
    }

   .navbar-logo,
   .navbar-phone{
    display: none;
   }

   .navbar-logo-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   }

   .mobile-flex-navbar{
        display: flex;
        align-items: center;
        justify-content: space-around;
   }

   .phone-text-mobile p,
   .hamburger-phone-number p{
    font-size: 12px;
   }

   .navbar-phone-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

   .hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 40px;
    left: -74px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }

    .map-img img,
    .cars-gallery-flex,
    .swiper-slide img,
    .about-left iframe,
    .pfr-main-flex img
     {
        width: 400px;
        height: 225px;
    }

    .bye-laws-pdf-iframe iframe{
        width: 400px;
    }
    .map-img img:hover {
        width: 420px;
        height: 235px;
    }
    .cars-flex-two {
        height: 600px;
        width: 360px;
    }

    .faq-right-question h2, .faq-main p {
        width: 400px;
    }
}


@media only screen and (max-width: 460px){

    .navbar{
        margin-top: -150px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .header-section{
        margin-top: 20px;
        padding-bottom: 10px;
    }

   .navbar-logo,
   .navbar-phone{
    display: none;
   }

   .navbar-logo-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   }

   .mobile-flex-navbar{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
   }

   .phone-text-mobile p{
    font-size: 12px;
   }

   .navbar-phone-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

   .hamburger-phone-number p{
    font-size: 12px;
   }

   .hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 40px;
    left: -74px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }

    .hamburger-phone-number{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1px;
    }

    .certificate-title h1 {
        font-size: 1.1rem;
    }

    .certificate-main-icon img,
    .certificate-right img,
    .pfr-main-icon img,
    .car-main-icon img,
    .faq-main-icon img,
    .bye-laws-main-icon img,
    .rodo-main-icon img,
    .contact-main-icon img,
    .left-fourth img,
    .about-main-icon img,
    .offer-main-icon img,
    .countries img,
    .navbar-logo img{
        height: 48px;
        width: 48px;
    }

    .navbar{
        height: 250px;
    }

    .bye-laws-top-description h3 {
        font-size: 1rem;
        width: 360px;
        text-align: center;
    }

    .bye-laws-top-description h3 span{
        font-size: 1.1rem;
    }

    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .certificate-right p{
        width: 390px;
    }

    .map-img img{
        width: 400px;
        height: 220px;
    }

    .map-img img:hover{
        width: 420px;
        height: 240px;
    }
    
    .about-left iframe{
        width: 420px;
        height: 300px;
    }

    .swiper-slide img,
    .cars-gallery-flex {
        width: 380px;
        height: 350px;
    }

    .cars-flex-two {
        height: 600px;
        width: 360px;
    }

    .contact-flex {
        flex-direction: column;
    }

    .contact-flex-left{
        width: 340px;
        height: 600px;
        display: flex;
        gap: 5px;
        border-radius: 20px;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: var(--outer-shadow-1);
    }

    .contact-form-main {
        width: 340px;
        height: 600px;
        display: flex;
        gap: 5px;
        padding: 32px 92px;
        border-radius: 20px;
        position: relative;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: var(--outer-shadow-1);
    }

    .contact-flex-right,
    .faq-questions,
    .faq-right-question{
        padding-top: 30px;
    }

    .faq-top-main-text h1,
    .faq-left-question h2,
    .faq-right-question h2{
        font-size: 1.5rem;
        text-align: center;
        width: 350px;
        word-wrap: break-word;
    }

    .rodo-bottom p,
    .rodo-bottom-right-personal-data p{
        font-size: 0.8rem;
    }
    
    .rodo-bottom-description p{
        font-size: 0.8rem;
        width: 350px;
    }

    .bye-laws-top-description h3{
        font-size: 1.2rem;
    }

    .bye-laws-top-description p{
        font-size: 0.9rem;
    }

    .bye-laws-top-description h3 span{
        font-size: 1.3rem;
    }

    .certificate-left {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .certificate-left img:hover{
        height: 493px;
        width: 350px;
    }

    .bye-laws-pdf-iframe iframe{
        height: 520px;
        width: 350px;
    }

    .pfr-main-flex img{
        height: 250px;
        width: 350px;
    }

    .faq-questions,
    .contact-flex,
    .certificate-main{
        flex-direction: column;
    }

    .faq-main p,
    .faq-main h1{
        width: 350px;
    }

    .contact-flex-left{
        width: 340px;
        height: 600px;
        display: flex;
        gap: 5px;
        border-radius: 20px;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: var(--outer-shadow-1);
    }

    .contact-form-main {
        width: 340px;
        height: 600px;
        display: flex;
        gap: 5px;
        padding: 32px 92px;
        border-radius: 20px;
        position: relative;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: var(--outer-shadow-1);
    }

    .contact-flex-right,
    .faq-questions,
    .faq-right-question{
        padding-top: 30px;
    }

    .faq-top-main-text h1,
    .faq-left-question h2,
    .faq-right-question h2{
        font-size: 1.5rem;
        text-align: center;
    }

    .rodo-bottom p,
    .rodo-bottom-description p,
    .rodo-bottom-right-personal-data p{
        font-size: 0.8rem;
        word-wrap: break-word;
    }

    .bye-laws-top-description h3{
        font-size: 1.2rem;
    }

    .bye-laws-top-description p{
        font-size: 0.9rem;
    }

    .bye-laws-top-description h3 span{
        font-size: 1.3rem;
    }

    .certificate-left {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .certificate-main,
    .faq-questions{
        flex-direction: column;
    }

    .certificate-left img:hover{
        height: 493px;
        width: 350px;
    }

    .bye-laws-pdf-iframe iframe{
        height: 520px;
        width: 350px;
    }

    .pfr-main-flex img{
        height: 250px;
        width: 350px;
    }
    
    .header-catch-text-mobile p{
        font-size: 0.9rem;
        line-height: 1.5;
        text-align: center;
    }

    .header-main-text h1{
        font-size: 1.8rem;
    }

    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .about-right p,
    .certificate-right p{
        width: 350px;
    }
    
    .offer-main-text h1{
        font-size: 1.4em;
    }
    
    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .countries p{
        font-size: 0.9rem;
    }

    .offer-description span,
    .header-description-mobile p span {
        font-size: 1rem;
    }

    .map-img img,
    .about-left iframe{
        width: 360px;
        height: 230px;
    }

    .map-img img:hover{
        width: 375px;
        height: 250px;
    }

    .swiper-slide img,
    .cars-gallery-flex {
        width: 360px;
        height: 280px;
    }
}


@media only screen and (max-width: 390px){

    .header {
        height: 90vh;
    }
    .navbar{
        margin-top: -150px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .header-section{
        margin-top: 20px;
        padding-bottom: 10px;
    }

   .navbar-logo,
   .navbar-phone{
    display: none;
   }

   .navbar-logo-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   }

   .mobile-flex-navbar{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
   }

   .phone-text-mobile p,
   .hamburger-phone-number p{
    font-size: 12px;
   }

   .navbar-phone-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    }


   .hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 40px;
    left: -74px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }

    .contact-flex-left{
        width: 340px;
        height: 600px;
        display: flex;
        gap: 5px;
        border-radius: 20px;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: var(--outer-shadow-1);
    }

    .contact-form-main {
        width: 340px;
        height: 600px;
        display: flex;
        gap: 5px;
        padding: 32px 92px;
        border-radius: 20px;
        position: relative;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: var(--outer-shadow-1);
    }

    .contact-flex-right,
    .faq-questions,
    .faq-right-question{
        padding-top: 30px;
    }

    .faq-top-main-text h1,
    .faq-left-question h2,
    .faq-right-question h2{
        font-size: 1.5rem;
        text-align: center;
    }

    .rodo-bottom p,
    .rodo-bottom-right-personal-data p,
    .rodo-bottom-description p{
        font-size: 0.8rem;
    }

    .bye-laws-top-description h3{
        font-size: 1.2rem;
    }

    .bye-laws-top-description p,
    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .countries p{
        font-size: 0.9rem;
    }

    .bye-laws-top-description h3 span{
        font-size: 1.3rem;
    }

    .certificate-left {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .certificate-main,
    .faq-questions,
    .contact-flex{
        flex-direction: column;
    }

    .certificate-left img:hover{
        height: 493px;
        width: 350px;
    }

    .bye-laws-pdf-iframe iframe{
        height: 520px;
        width: 350px;
    }

    .pfr-main-flex img{
        height: 250px;
        width: 350px;
    }

    .header-catch-text-mobile p{
        font-size: 0.9rem;
        line-height: 1.5;
        text-align: center;
    }

    .header-main-text h1{
        font-size: 1.8rem;
    }

    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .about-right p,
    .certificate-right p,
    .rodo-bottom-description p{
        width: 350px;
    }
    
    .offer-main-text h1{
        font-size: 1.4em;
    }
    
    .offer-description span,
    .header-description-mobile p span {
        font-size: 1rem;
    }

    .map-img img,
    .about-left iframe{
        width: 360px;
        height: 230px;
    }

    .map-img img:hover{
        width: 375px;
        height: 250px;
    }

    .swiper-slide img,
    .cars-gallery-flex {
        width: 360px;
        height: 280px;
    }
}

@media only screen and (max-width: 380px){
    .map-img img,
    .about-left iframe,
    .map-img img:hover {
        width: 320px;
        height: 200px;
    }

    .swiper-slide img,
    .cars-gallery-flex,
    .pfr-main-flex img {
        width: 320px;
        height: 250px;
    }

    .bye-laws-pdf-iframe iframe {
        height: 450px;
        width: 320px;
    }

    .rodo-bottom-description p,
    .contact-flex-left,
    .contact-flex-right,
    .contact-form-main,
    .action-form-main,
    .about-right p {
        width: 320px;
    }

    .about-us-section .about-right p{
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 360px){
    .header {
        height: 90vh;
    }

    .navbar{
        margin-top: -120px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .header-section{
        margin-top: 50px;
        padding-bottom: 30px;
    }

   .navbar-logo,
   .navbar-phone{
    display: none;
   }

   .navbar-logo-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   }

   .mobile-flex-navbar{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
   }

   .phone-text-mobile p,
   .hamburger-phone-number p{
    font-size: 12px;
   }

   .navbar-phone-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

   .hamburger-menu-onclick {
    position: absolute;
    background: rgb(17, 17, 17, 0.95);
    border-radius: 10px;
    min-width: 100px;
    top: 40px;
    left: -74px;
    z-index: 10;
    border: 1px solid var(--red);
  }

  .hamburger-menu-onclick a {
    color: var(--bg-black-100);
    padding: 10px 44px;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .hamburger-menu{
    position: relative;
    display: inline-block;
  }

    .contact-flex,
    .certificate-main,
    .faq-questions {
        flex-direction: column;
    }

    .contact-flex-left{
        width: 340px;
        height: 600px;
        display: flex;
        gap: 5px;
        border-radius: 20px;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: var(--outer-shadow-1);
    }

    .contact-form-main {
        width: 340px;
        height: 600px;
        display: flex;
        gap: 5px;
        padding: 32px 92px;
        border-radius: 20px;
        position: relative;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: var(--outer-shadow-1);
    }

    .contact-flex-right,
    .faq-questions,
    .faq-right-question{
        padding-top: 30px;
    }

    .faq-top-main-text h1,
    .faq-left-question h2,
    .faq-right-question h2{
        font-size: 1.5rem;
        text-align: center;
    }

    .rodo-bottom p,
    .rodo-bottom-description p,
    .rodo-bottom-right-personal-data p{
        font-size: 0.8rem;
    }

    .bye-laws-top-description h3{
        font-size: 1.2rem;
    }

    .bye-laws-top-description p{
        font-size: 0.9rem;
    }

    .bye-laws-top-description h3 span{
        font-size: 1.3rem;
    }

    .certificate-left {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .certificate-left img:hover{
        height: 493px;
        width: 350px;
    }

    .bye-laws-pdf-iframe iframe{
        height: 520px;
        width: 350px;
    }

    .pfr-main-flex img{
        height: 250px;
        width: 350px;
    }

    .header-catch-text-mobile p{
        font-size: 0.9rem;
        line-height: 1.5;
        text-align: center;
    }

    .header-main-text h1{
        font-size: 1.8rem;
    }

    .offer-main-text h1{
        font-size: 1.4em;
    }
    
    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .countries p{
        font-size: 0.9rem;
    }

    .offer-description span,
    .header-description-mobile p span {
        font-size: 1rem;
    }

    .map-img img,
    .about-left iframe,
    .swiper-slide img{
        width: 330px;
        height: 230px;
    }

    .map-img img:hover{
        width: 340px;
        height: 250px;
    }

    .cars-gallery-flex{
        width: 330px;
        height: 230px;
    }

    .header-main-text h1{
        font-size: 1.6rem;
    }

    .action-form-main p{
        font-size: 0.7rem;
    }

    .offer-main-text h1{
        font-size: 1.4em;
    }
    
    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .countries p{
        font-size: 0.8rem;
    }

    .header-description-mobile p span{
        font-size: 1rem;
    }

    .inputBox {
        position: relative;
        width: 250px;
        padding-top: 20px;
    }
    
    .action-form-main {
        width: 285px;
        height: 650px;
    }

    .inputBox-textarea {
        position: relative;
        width: 250px;
        padding-top: 15px;
    }

    .btn-form {
        width: 250px;
    }
}

@media only screen and (max-width: 305px){
    .action-form-main {
        width: 270px;
        height: 650px;
    }

    .inputBox-textarea {
        position: relative;
        width: 240px;
        padding-top: 15px;
    }

    .btn-form {
        width: 240px;
    }

    .offer-main-text h1{
        font-size: 1rem;
        word-wrap: break-word;
    }

    .header-main-text h1{
        font-size: 1.5rem;
        word-wrap: break-word;
    }

    .countries{
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr 1fr; 
        gap: 5px 0; 
    }

    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .countries p,
    .navbar-phone .phone-text,
    .offer-description p span{
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 290px){
    .action-form-main {
        width: 250px;
        height: 550px;
    }

    .inputBox{
        width: 220px;
    }

    .inputBox-textarea {
        position: relative;
        width: 220px;
        height: 280px;
        padding-top: 15px;
    }

    .btn-form {
        width: 220px;
    }

    .offer-main-text h1{
        font-size: 0.9rem;
    }

    .header-main-text h1{
        font-size: 1.4rem;
    }

    .countries{
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr 1fr; 
        gap: 5px 0; 
    }

    .reservation-description p,
    .days-of-description p,
    .days-return-description p,
    .offer-description p,
    .voivodeships h2,
    .header-description-mobile p,
    .header-text-mobile p,
    .header-catch-text-mobile,
    .countries p,
    .navbar-phone .phone-text,
    .offer-description p span{
        font-size: 0.7rem;
    }
}


/* orientation media mobile */

@media only screen and (max-width: 920px) and (orientation: landscape) {
    .header{
        height: auto;
    }
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
    .header{
        height: auto;
    }
    .hamburger-menu-onclick {
        min-width: 100px;
        top: 0;
        left: -180px;
    }
}

@media only screen and (max-width: 670px) and (orientation: landscape) {
    .hamburger-menu-onclick {
        min-width: 100px;
        top: -60px;
        left: -180px;
    }
}

@media only screen and (max-width: 655px) and (orientation: landscape) {
    .navbar {
        margin-top: -145px;
    }
}