html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-repeat: no-repeat;
  /* transition: all, 0.3s; */
  outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*::after, *::before {
  box-sizing: border-box;
}

button {
  border: none;
  background-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}


@font-face {
  font-family: "Helvetica Neue LT GEO";
  src: url(../fonts/HelveticaRoman.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue LT GEO";
  src: url(../fonts/HelveticaMedium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue LT GEO";
  src: url(../fonts/HelveticaBold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue LT GEO";
  src: url(../fonts/HelveticaBlack.ttf);
  font-weight: 900;
  font-style: normal;
}

:root {
    --yellow: #FFCC00;
    --yellow-hover: #FFD700;
    --black: #000000;
    --black-2: #4C4C4C;
    --white: #FFFFFF;
    --white-2: #FAFAFA;
    --gray: #D1D9DD;
    --gray-2: #CCCCCC;
    --gray-3: #999999;
    --gray-4: #949494;
    --blue: #143CDB;
    --blue-hover: #0D2C8C;
    --green: #00BA5D;
    --green-hover: #00A04A;
}

body.noScroll {
  overflow: hidden;
}

body.en ka {
  display: none;
}
body.ka en {
  display: none;
}

body {
  font-family: "Helvetica Neue LT GEO", "helvetica", sans-serif;
  font-size: 16px;
  color: var(--black);
  background:url(../images/top-bg.mobile.png) no-repeat top center, url(../images/footer-bg.mobile.png) no-repeat bottom center;
  /* background-size: contain, contain; */
  background-size: 320px;
  font-feature-settings: 'case' on;
  min-height: 100vh;
}
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
header .headerLogo{
    width: 191px;
    height: 40px;
    margin: 22px auto 20px;
}
header .headerDescription{
  font-family: 'Helvetica Neue LT GEO';
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 3px;
  color: var(--white);
  text-align: center;
  font-feature-settings: 'case' off;
}

header .headerDescription p{
  margin-bottom: 17px;
  padding: 0 10px;
}

footer{
  height: 191px;
  padding-top: 25px;
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
footer p {
  margin-top: 11px;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Helvetica Neue LT GEO';
  font-weight: 500;
  color: var(--white);
  font-feature-settings: 'case' off;
  padding: 0 20px;
}
footer p br{
  display: none;
}
footer img {
  width: 151px;
  height: 27px;
}
footer .contactUs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 30px;
  background: #07278B;
  border-radius: 48px;
  font-family: 'Helvetica Neue LT GEO';
  font-weight: 700;
  font-size: 12px;
  color: var(--white);
  margin-top: 19px;
}
footer .contactUs::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/phone.svg) no-repeat;
  background-size: 14px;
  margin-right: 8px;

}
.container{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.selectLanguage {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 52px;
  height: 26px;
  border-radius: 3px;
  overflow: hidden;
  backdrop-filter: blur(3px);
  border-radius: 44px;
}

body.ka .selectLanguage {
  background: url(../images/flag-ge.svg) no-repeat 10px center, url(../images/chevron-down.svg) no-repeat 34px center;
  background-color: rgba(0, 0, 0, 0.4);
}

body.en .selectLanguage {
  background: url(../images/flag-uk.svg) no-repeat 10px center, url(../images/chevron-down.svg) no-repeat 34px center;
  background-color: rgba(0, 0, 0, 0.4);
}


.selectLanguage select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  text-indent: -1000px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.selectLanguage select:focus {
  outline: none;
}

.toggleCheckbox {
  display: none;
}

.toggleContainer {
  display: none;
  position: absolute;
  right: 50px;
  top: 50px;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  border: 5px solid transparent;
  border-radius: 50px;
  font-weight: bold;
  color: var(--white) ;
  cursor: pointer;
  user-select: none;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}
.toggleContainer::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0%;
  border-radius:20px;
  background: var(--yellow);
  transition: all 0.3s;
}

.toggleContainer div {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  z-index: 1;
  font-feature-settings: 'case' off;
}
.toggleCheckbox:checked + .toggleContainer::before {
  left: 50%;
}

.toggleCheckbox:checked + .toggleContainer > div:first-child{
  color: var(--white);

}
.toggleCheckbox:checked + .toggleContainer > div:last-child{
  color: var(--black);

}
.toggleCheckbox + .toggleContainer > div:first-child{
  color: var(--black);

}
.toggleCheckbox + .toggleContainer > div:last-child{
  color: var(--white);

}

.checkboxContainer {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.checkboxContainer label {
  font-family: 'Helvetica Neue LT GEO';
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding-left: 38px;
  font-feature-settings: 'case' off;
  cursor: pointer;
}
.checkboxContainer input {
    /* margin-right: 10px; */
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--white) no-repeat center;
  border: 1px solid var(--gray-2);
  border-radius: 4px;
  pointer-events: none;
}

/* .checkboxContainer:hover input ~ .checkmark {
  background-color: var(--gray-2);
} */
.checkboxContainer input:checked ~ .checkmark {
  background-image: url(../images/check.svg);
}
.checkboxContainer:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}
.checkboxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formGroup {
    margin-bottom: 10px;
}
.formGroup label {
    display: block;
    margin: 0 0 6px 10px;
    font-family: 'Helvetica Neue LT GEO';
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: var(--black-2);
    font-feature-settings: 'case' off;
}
.formGroup input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--gray-3);
    border-radius: 10px;
    font-family: 'Helvetica Neue LT GEO';
    font-weight: 700;
    font-size: 15px;
}
.formGroup input:focus {
    outline: none;
}
.formGroup input:valid {
    border-color: #28a745;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 0 22px;
    height: 50px;
    width: max-content;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 14px;
}
.btn.block-m {
  width: 100%;
}
.btn.success {
    background: var(--green);
    color: var(--white);
}
.btn.success:hover {
    background: var(--green-hover);
}
.btn.yellow {
    background: var(--yellow);
    color: var(--black);
}
.btn.yellow:hover {
    background: var(--yellow-hover);
}
.btn.disabled {
    background: var(--gray);
    color: var(--white);
    cursor: not-allowed;
    pointer-events: none;
}


.locationsContainer{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px 0;
  justify-content: center;
  justify-items: center;
  max-width: 1860px;
  margin-bottom: 60px;
}

.locationCard{
  position: relative;
  overflow: hidden; 
  border-radius: 10px; 
  background-color: var(--white-2); 
  border-radius: 10px;
  /* width: 340px;
  height: 230px; */
  width: calc(100% - 20px);
  aspect-ratio: 34 / 23;
}
.locationCardCity{
  position: absolute;
  top: 16px;
  left: 42px;
  line-height: 28px;
  font-family: 'Helvetica Neue LT GEO';
  color: var(--white);
  z-index: 1;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  width: calc(100% - 57px);
  justify-content: space-between;
}
.locationCardCity::before{
  content: '';
  position: absolute;
  top: 5px;
  left: -25px;
  width: 20px;
  height: 20px;
  background: url(../images/point.svg) no-repeat top center;
  background-size: 20px;
  transition: all 0.3s ease;
}
.locationCardCity .cityName{
  display: block;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
 
}

.locationCardCity .date{
  display: block;
  font-weight: 700;
  font-size: 13px;
  font-feature-settings: 'case' off;
}

.locationCardText{
  position: absolute;
  bottom: 0;
  background: url(../images/card-bottom.mobile.png) no-repeat top center;
  height: 150px;
  height: 65.4%;
  padding: 73px 60px 0 16px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  /* aspect-ratio: 34 / 15; */
  width: 100%;
}
.locationCardText:after{
  content: '';
  position: absolute;
  bottom: 29px;
  right: 17px;
  width: 22px;
  height: 22px;
  background: url(../images/arrow.svg) no-repeat center;
  z-index: 0;
}

.locationCard > img{
  transition: all 0.3s ease;
  width: calc(100% + 1px);
}
.locationCardText p{
  font-family: 'Helvetica Neue LT GEO';
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
  color: var(--white);
  font-feature-settings: 'case' off;
}

.locationCardButton{
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 133px;
  height: 51px;
  background: #FFC107;
  border-radius: 10px;
  font-family: 'Helvetica Neue LT GEO';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 19px;
  color: var(--black);
  opacity: 0;
  transition: all 0.3s ease;
}


.modal {
  display: none; 
  position: fixed; 
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.6); 
  backdrop-filter: blur(7px);
}


.modalContent {
  background-color: var(--white);
  position: relative;
  padding-bottom: 90px;
}

.modalClose {
  position: absolute;
  right: 17px;
  top: 28px;
  width: 24px;
  height: 24px;
  background: url(../images/close.svg) no-repeat center center;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.modalClose:hover {
  transform: scale(1.1);
}

.modalClose:hover,
.modalClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modalContent--info{
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 10px);
    overflow: auto;    
    transform: translateY(-50%) translatex(-50%);
    background: var(--white);
    max-width: 388px;
    padding: 22px 20px 20px;
    width: calc(100% - 20px);
    border-radius: 20px;
    animation: animatetop 0.3s;
}
.modalContent--info .modalTitle{
  font-family: 'Helvetica Neue LT GEO';
  font-weight: 700;
  font-size: 16px;
}
.modalContent--info .modalClose{
    right: 16px;
    top: 27px;
}
.modalContent--info .modalBody{
  margin-top: 31px;
}
.modalContent--info .modalBody .terms{
  font-family: 'Helvetica Neue LT GEO';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: var(--gray-4);
  font-feature-settings: 'case' off;
  text-align: center;
}


.modalContent--message .modalBody{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: 'Helvetica Neue LT GEO';
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  font-feature-settings: 'case' off;
}
.modalContent--message .modalBody .icon{
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
}
.modalContent--message .modalBody strong{
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 20px;
}
.modalContent--message .modalBody p{
  margin-bottom: 19px;
}
.modalContent--message .modalBody .btn{
  width: 200px;
  margin: 11px auto 0;
}




.modalContent--location{
  background: var(--white-2) no-repeat top center;
  padding-top: 166px;
  max-width: 960px;
  min-height: 100vh;
  background-size: 100%;
}

.modalContent--location .modalClose {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  background-image: url(../images/close-white.svg);
  width: 40px;
  height: 40px;
  right: 22px;
  top: 20px;
}
.modalContent--location .modalBottom {
  display: flex;
  flex-direction: column;
  border-radius: 30px 30px 0px 0px;
  background: var(--white-2);
}
.modalContent--location .modalText {
  padding: 32px 20px;
  font-weight: 500;
  font-feature-settings: 'case' off;
  flex-grow: 1;
}
.modalContent--location .modalText h4,
.modalContent--location .modalLocation h4{
  font-feature-settings: 'case' on;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;

}
.modalContent--location .modalText strong{
    font-weight: 700;
}
.modalContent--location .modalText p{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 18px;
}

.openLocationButton{
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  height: 50px;
  background: var(--blue);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  font-feature-settings: 'case' off;
  transition: all 0.3s;
}
.openLocationButton:hover{
  background: var(--blue-hover);
}

.modalLocation{
  position: relative;
  width: 100%;
  padding: 33px 30px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  font-feature-settings: 'case' off;
}
.modalLocation:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background: var(--gray);
}

.modalLocationMap{
  position: relative;
  width: 100%;
  height: 170px;
  border-radius: 20px;
  margin-top: 34px;
  background-size: cover;
}

#tbilisiModal .modalContent{
  background-image: url(../images/tbilisi-modal-bg.mobile.jpg);
}
#tbilisiModal .modalContent .modalLocationMap {
  background-image: url(../images/tbilisi-map.mobile.png);
}
#dortmundModal .modalContent{
  background-image: url(../images/dortmund-modal-bg.mobile.jpg);
}
#dortmundModal .modalContent .modalLocationMap {
  background-image: url(../images/dortmund-map.mobile.png);
}
#hamburgModal .modalContent{
  background-image: url(../images/hamburg-modal-bg.mobile.jpg);
}
#hamburgModal .modalContent .modalLocationMap {
  background-image: url(../images/hamburg-map.mobile.png);
}
#lisiModal .modalContent{
  background-image: url(../images/lisi-modal-bg.mobile.jpg);
}
#lisiModal .modalContent .modalLocationMap {
  background-image: url(../images/lisi-map.mobile.png);
}
#germanyModal .modalContent{
  background-image: url(../images/germany-modal-bg.mobile.jpg);
}
.registerHamburgCruiseButton{
  width: 100%;
}
.submitHamburgCruiseForm{
  margin: 20px auto 10px;
  width: 100%;
  font-size: 15px;
  appearance: none;
  border: none;
}

mobile, .mobile{
  display: block;
}
desktop, .desktop{
  display: none;
}

@keyframes animatetop{from{transform:translateY(-70%) translatex(-50%);opacity:0} to{transform:translateY(-50%) translatex(-50%);opacity:1}}

@media (min-width: 360px) { /* xs breakpoint 320px */
  body{
     background-size: contain;
  }
  .locationsContainer {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 480px) { /* sm breakpoint 480px */
  .locationCardText{
    padding-top: 93px;
  }
  .locationCardText p{
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) { /* md breakpoint 768px */
  body{
    background:url(../images/top-bg.png) no-repeat top center, url(../images/footer-bg.png) no-repeat bottom center;
     /* background-size: 720px; */
    /* background-size: contain; */
  }
  header .headerLogo{
    width: 381px;
    height: 80px;
    margin: 40px auto 30px;
  }
  .locationsContainer {
    grid-template-columns: repeat(2, 1fr);
  }
  .locationCardText{
    padding-top: 73px;
    line-height: 16px;
  }
  .locationCardText p{
    font-size: 13px;
  }
}

@media (min-width: 1024px) { /* lg breakpoint 1024px */
  body{
    background-size: 1920px;
  }
  mobile, .mobile{
    display: none;
  }
  desktop, .desktop{
    display: block;
  }
  header .headerDescription{
    font-weight: 900;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 41px;
  }
  header .headerDescription p{
    margin-bottom: 0px;
  }
  .btn.block-m {
    width: max-content;
    margin-top: 30px;
  }
  .selectLanguage{
    display: none;
  }
  .formGroup {
      margin-bottom: 16px;
  }
  .formGroup label {
      margin: 0 0 8px 10px;
  }
  .formGroup input {
      border-radius: 5px;
  }
  .toggleContainer {
    display: grid;
  }
  .locationsContainer {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 0;
  }
  .locationCard{
    border-radius: 30px;
    width: 320px;
    height: 660px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    aspect-ratio: auto;
  }
  .locationCardCity{
    flex-direction: column;
    width: auto;
    justify-content: start;
    top: 32px;
    left: 76px;
    line-height: 22px;
  }
  .locationCardCity::before{
    top: calc(50% - 19px);
    left: -44px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
  .locationCardText{
    background: url(../images/card-bottom.png) no-repeat top center;
    height: 258px;
    padding: 123px 20px 0 20px;
    justify-content: start;
    gap: 20px;
    aspect-ratio: auto;
  }
  .locationCardText p{
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    flex: 0 0 110px;
    display: flex;
    align-items: center;
  }

  .locationCardCity .cityName{
    font-weight: 900;
    font-size: 22px;
  }
  
  .locationCardCity .date{
    font-weight: 700;
    font-size: 16px;
  }
  .locationCardButton{
    display: flex;
  }
  .locationCardText:after{
    display: none;
  }
  .locationCard:hover .locationCardText{
    height: 337px;
  }
  .locationCard:hover .locationCardButton{
    opacity: 1;
  }
  .locationCard:hover .locationCardCity{
    /* font-size: 34px; */
  }
  .locationCard:hover .locationCardCity::before{
    /* transform: scale(1.05);
    transform-origin: left center; */
  }
  .locationCard:hover > img{
    transform: scale(1.1) translateY(-10px);
    /* transform-origin: bottom center; */
  }
  
  .modalContent {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translatex(-50%);
    width: 80%;
    animation: animatetop 0.3s;
    border-radius: 30px;
    padding-bottom: 0;
  }

  .modalContent--info{
    max-width: 388px;
    padding: 32px 30px 40px;
    width: 80%;
    border-radius: 30px;
  }
  .modalContent--info .modalTitle{
    font-weight: 700;
    font-size: 18px;
    padding-left: 11px;
  }
  .modalContent--info .modalBody{
    margin-top: 41px;
  }
  .modalContent--info .modalBody .terms{
    margin: 19px -10px -11px;
  }

  .modalContent--location{
    padding-top: 300px;
    min-height: auto;
    background-size: auto;
  }
  .modalContent--location .modalText {
    padding: 32px 40px;
  }
  .modalContent--location .modalBottom {
    display: flex;
    flex-direction: row;
    border-radius: 0;
    border-radius: 30px;
  }
  .modalLocation{
    width: 260px;
  }
  .modalLocation:before {
    top: 30px;
    left: 0;
    width: 1px;
    height: calc(100% - 60px);
  }
  .openLocationButton{
    bottom: 20px;
    left: 20px;
    width: 160px;
  }
  .modalLocationMap{
    width: 200px;
    height: 290px;
    margin-top: 34px;
  }
  #tbilisiModal .modalContent{
    background-image: url(../images/tbilisi-modal-bg.jpg);
  }
  #tbilisiModal .modalContent .modalLocationMap {
    background-image: url(../images/tbilisi-map.png);
  }
  #dortmundModal .modalContent{
    background-image: url(../images/dortmund-modal-bg.jpg);
  }
  #dortmundModal .modalContent .modalLocationMap {
    background-image: url(../images/dortmund-map.png);
  }
  #hamburgModal .modalContent{
    background-image: url(../images/hamburg-modal-bg.jpg);
  }
  #hamburgModal .modalContent .modalLocationMap {
    background-image: url(../images/hamburg-map.png);
  }
  #lisiModal .modalContent{
    background-image: url(../images/lisi-modal-bg.jpg);
  }
  #lisiModal .modalContent .modalLocationMap {
    background-image: url(../images/lisi-map.png);
  }
  #germanyModal .modalContent{
    background-image: url(../images/germany-modal-bg.jpg);
  }

  .checkboxContainer {
    margin-bottom: 20px;
  }
  .registerHamburgCruiseButton{
    width: max-content;
  }
  .submitHamburgCruiseForm{
    margin: 30px auto 10px;
    width: 200px;
    font-size: 15px;
  }


  footer{
    height: 365px;
    padding-top: 88px;
  }
  footer p {
    margin-top: 42px;
    font-size: 14px;
    line-height: 18px;
  }
  footer p  br{
    display: block;
  }
  footer img {
    width: 314px;
    height: 56px;
  }
  footer .contactUs{
    border-radius: 48px;
    width: 182px;
    height: 46px;
    margin-top: 29px;
    font-size: 18px;
  }
  footer .contactUs::before {
    width: 22px;
    height: 22px;
    background-size: 22px;
    margin-right: 10px;
  }

}
@media (min-width: 1124px) { 
    .locationCard {
        width: 356px;
    }
}
@media (min-width: 1280px) { /* xl breakpoint 1280px */
  .locationsContainer {
    grid-template-columns: repeat(3, 1fr);
  }
  
}

@media (min-width: 1536px) { /* xxl breakpoint 1536px */
  .locationsContainer {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1792px) { /* xxxl breakpoint 1792px */
  .locationsContainer {
    grid-template-columns: repeat(5, 1fr);
  }
}
