 :root{

  --grd-header: linear-gradient(to right, rgb(255, 0, 136), rgb(33, 0, 53), rgb(33, 0, 53));
  --grd-background: linear-gradient(to right bottom, #6c004f, #14001b, rgb(33, 0, 53));
  --grd-background-rev: linear-gradient(to right bottom, rgb(255, 0, 136), rgb(33, 0, 53), rgb(33, 0, 53));
  --bg-header-white: rgba(255, 255, 255, 0.1);
  --main-font: Oxygen;
  --header-font: Gruppo;
  --header-color: #81d8f7;
  --header-color-alt: #9e7aff;
 }

/* ===========================global classes================================ */
.section-header-grd{
  font-family: var(--header-font);
  font-size: 2rem;
  background: var(--grd-background);
  text-align: center;
  padding: 20px;
  color: var(--header-color);
  font-weight: 1;
}

.section-header-wht{
  font-family: var(--header-font);
  font-size: 2rem;
  background: var(--bg-header-white);
  text-align: center;
  padding: 20px;
  color: var(--header-color);
  font-weight: 1;
}

.text-header{
  font-family: var(--header-font);
  color: var(--header-color-alt);
  line-height: 3rem;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}

.text-default{
  font-family: var(--header-font);
  color: black;
  line-height: 1.5rem;
  font-size: 1.5em;
  text-align: center;
}

.text-exp{
  font-family: var(--header-font);
  color: var(--header-color-alt);
  line-height: 3rem;
  font-size: 1.5em;
  text-align: center;
}

/* ===========================/global classes================================ */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body{
  
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--main-font);
}

/*
╔═════════════════════════════════════════════════════╗
║                   Navigation Bar                    ║
*/
header{
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.12);
  transition: 0.5s;
}

li{
  list-style: none;
}

a{
  color: rgba(124, 221, 247, 1);
  text-decoration: none;
  font-family: var(--main-font);
  font-weight: 100;
}

#logo-circle{
  max-height: 40px;
}

/* #menu-button{
  display: none;
} */

#logo-full{
  display: none;
  max-height: 40px;
}

.navbar{
  padding:0 20px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .nav-menu{
  display: none;
  top: 0px;
  justify-content: space-between;
  align-items: center;
  gap:  30px;
} */

.nav-link{
  font-family: var(--main-font);
  transition: 1s ease;
  font-size: 2em;
}
.nav-link:hover{
  padding: 0 4px;  
  color: rgba(235, 124, 253, 1);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.137);
}

.nav-menu{
  padding: 20px;
  z-index: 1;
  position: fixed;
  left: -100%;
  top: 50px;
  gap: 0;
  flex-direction: column;
  background-color: rgba(40, 15, 61, 0.966);
  width: 100%;
  text-align: center;
  transition: 0.3s;
}

.nav-item{
  padding: 16px 0;
}

.nav-menu.active{
  left: 0;
}

.language{
  font-family: var(--main-font);
  color: var(--header-color);
  display: flex;
}

#switch{
  margin:  0 5px 0 5px;
  display: flex;
  align-items: center;
  width: 50px;
  height: 20px;
  background-color: var(--header-color);
  border-radius: 10px;
  cursor: pointer;
}

#switch.active{
 justify-content: right;
}

#switcher{
  margin-left: 2px;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  background-color: rgb(0, 61, 110);
  border-radius: 10px;
}

.english.active{
  display: block;
}

.english{
  display: none;
}

.polish{
  display: block;
}

.polish.active{
  display: none;
}


/*
║                   Navigation Bar                    ║
╚═════════════════════════════════════════════════════╝
*/
/*
╔═════════════════════════════════════════════════════╗
║                        Home                         ║
*/
#home{
  height: 100vh;
  padding-top: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  background-color: black;
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*background-image: linear-gradient(to right bottom, rgb(44, 0, 49), rgb(0, 0, 0), rgb(0, 0, 0));
  */
}

.gradient{
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 80%;
  background-image: linear-gradient(to right bottom, rgba(255, 0, 138, 0.5), rgba(97, 0, 255, 0), rgba(97, 0, 255, 0), rgba(97, 0, 255, 0));

}

.home-content{
  margin: 0 auto;
  height: calc(100% - 130px);
  display: flex;
  align-items: center;
}

.left-content{
  display: none;
} 

.globe{
  width: 100%;
}

.right-content{
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-family: var(--header-font);
  font-size: 1.7em;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: rgb(105, 237, 245);
  background-image: linear-gradient( to right, rgb(157, 122, 255), rgb(235, 124, 253), rgb(105, 237, 245));
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

#logo-home{
  height: 350px;
}

h4{
  font-weight: lighter;
  font-size: 1.5rem;
  margin: 30px;
}

.icons{
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.icons img{
  margin: 0 5px;
  height: 60px;
}

.separator{
  height: 10px;
  background-image: linear-gradient(to right, rgba(128, 0, 255, 0.295), rgba(128, 0, 255, 0));
  background-color: rgb(0, 0, 0);
}
.separator2{
  height: 1px;
  background-image: linear-gradient(to right, rgba(128, 0, 255, 0), rgb(128, 0, 255), rgba(128, 0, 255, 0));
  
}

/*
║                        Home                         ║
╚═════════════════════════════════════════════════════╝
*/
/*
╔═════════════════════════════════════════════════════╗
║                        About                        ║
*/

#about{
  padding-top: 50px;
  display: block;
  color: rgb(0, 0, 0);
  width: 100%;
}

.about-content{
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}

.about-left{
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 80%;

}

.about-left img{
  width: 100%;
  border-radius: 0 20px 20px 0;
}

.about-right{
  margin: 0 auto;
  padding: 10px;
  padding-top: 0;
}

.icons{
  margin-bottom: 20px;
  width: 100%;
}

/*
║                        About                        ║
╚═════════════════════════════════════════════════════╝
*/
/*
╔═════════════════════════════════════════════════════╗
║                        Offer                        ║
*/

#offer{
  
  color: cyan;
  padding-bottom: 2rem;
  padding-top: 2rem;
  background: var(--grd-background);
  font-family: var(--header-font);
  box-shadow: 4px 4px 4px rgb(234, 234, 234);
}

.offer-banner{
  padding-top: 20px;
  margin: 0 auto;
  width: 98%;
  border-radius: 5px;
  height: 10rem;
  background-image: url(../images/boxes.jpg);
  background-size: cover;
}

.offer-header{

  margin: 0 auto;
  margin-top: 2rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.offer{
  margin: 0 auto;
}

.offer-list{
  margin-top: 2rem;
  padding-top: 2rem;
  background-color: rgba(255, 255, 255, 0.163);
}

.offer-list ul{
  display: block;
  margin: 0 auto;
  width: 98%;
  text-align: center;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  border-radius: 10px 10px 0  0px;
}

.offer ul{
  display: inline-flexbox;
  margin: 0 auto;
  width: 98%;
  background-color: #dfdfdf;
  text-align: center;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  border-radius: 10px;
}

.offer-item{
  display: inline-block;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2em;
}

.offer-item img{ 
  width: 60%;
  border-radius: 10px;
  box-shadow: 4px 4px 8px black;
}

.logo-brand{
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

.logo-brand img{
  width: 120px;
  height: auto;
  align-self: center;
}

.image-mosaic {
  width: 98%;
  margin: 2rem auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 240px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #353535;
  font-size: 3rem;
  color: #fff;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

.card-end-2{
  display: none;
}

photo-slider{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
}

#scroll-tray{
  display: flex;
  position: relative;
  animation: linear infinite;
  animation-name: anim;
  justify-content: space-around;
  animation-duration: 25s;
}

#scroll-tray img{
  display: block;
  height: 200px;
  margin: 10px;
  border-radius: 10px;
}


@keyframes anim{
  0%   { transform: translateX(0%); }
	100% { transform: translateX(-50%); }
}

logo-banner{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
}

#logo-slider{
  display: flex;
  position: relative;
  animation: linear infinite;
  animation-name: logo-anim;
  justify-content: space-around;
  animation-duration: 25s;
}

#logo-slider img{
  background-color: #dfdfdf;
  padding: 20px;
  display: block;
  height: 150px;
  margin: 10px;
  border-radius: 30px;
}


@keyframes logo-anim{
  0%   { transform: translateX(0%); }
	100% { transform: translateX(-50%); }
}
/*
║                        Offer                        ║
╚═════════════════════════════════════════════════════╝
*/
/*
╔═════════════════════════════════════════════════════╗
║                         Crew                        ║
*/
#crew{
  margin-top: 20px;
}

.member-list{
  margin-top: 20px;
}

.photo{
  text-align: center;
  background-image: linear-gradient(to right bottom, rgb(226, 103, 210), black);
  padding: 20px 0;
}

.photo > img{
  border-radius: 30px;
  border: 3px solid rgb(1, 238, 255);
  height: 300px;
}

.member{
  width: 100%;
}

.member-info{
  font-family: var(--header-font);
padding: 20px 20px 20px 20px;

}

.member-info a{
  text-align: center;
  display: block;
  font-size: 1.8em;
  line-height: 2em;
  font-family: var(--header-font);
  color: black;
}


/*
║                         Crew                        ║
╚═════════════════════════════════════════════════════╝
*/
/*
╔═════════════════════════════════════════════════════╗
║                        Contact                      ║
*/

#contact{
  width: 100%;
 background: var(--grd-background);
 padding: 20px 0;
}

.contact-header{
  font-family: var(--header-font);
  background-color: #ffffff10;
  color: aqua;
}

.comp-info{
  text-align: center;
  font-family: var(--main-font);
  color: var(--header-color-alt);
  padding: 20px 0;
  font-size: 2em;
}



#form_contact{
  font-family: var(--header-font);
  width: 98%;
  padding: 3em;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  background-image: linear-gradient(to right bottom, rgb(80, 33, 124),rgb(12, 0, 24)) ;
  color: rgb(105, 237, 245);
}

form {
  display: block;
}

label{
  margin-bottom: 10px;
  font-size: 1.5em;
}

#name, #email{
  font-family: var(--main-font);
  color: rgb(82, 0, 136);
  background-color: #bbfaff;
  margin: 1em 1em 1em 0;
  display: block;
  padding: 0 5px 0 5px;
  font-size: 1em;
  line-height: 2em;
  border: none;
  border-radius: 5px;
  width: 100%;
}

textarea{
  font-family: var(--main-font);
  font-size: 1em;
  color: rgb(82, 0, 136);
  background-color: #bbfaff;
  margin: 1em 1em 1em 0;
  padding: 0 5px 0 5px;
  font-size: 1em;
  line-height: 2em;
  border: none;
  border-radius: 5px;
  width: 100%;
}

.actions li{
  text-align: center;
}

.button{
  font-family: var(--main-font);
  font-size: 1.5em;
  color: #bbfaff;
  width: 80%;
  border-radius: 20px;
  margin: 0 auto;
  border: none;
  height: 3em;
  background: linear-gradient(to right, rgb(174, 46, 179), rgb(11, 21, 107) );
  transition: 0.5s;
}

.button:hover{
  box-shadow: 0 0 10px 2px rgb(9, 221, 236);
}

.map-header{
  font-family: var(--header-font);
  color: var(--header-color);
  font-size: 1em;
  margin-bottom: 20px;
  text-align: center;
}

.map{
  overflow: hidden;
  background-image: linear-gradient(to right top, rgb(80, 33, 124),rgb(12, 0, 24)) ;
  padding: 1rem;
  width: 98%;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}

iframe {
  margin: 0 auto;
  display: block;
  width: 98%;
  border-radius: 20px;
}

/*
║                        Contact                      ║
╚═════════════════════════════════════════════════════╝
*/
/*
╔═════════════════════════════════════════════════════╗
║                        Footer                       ║
*/
#footer{
  background-color: black;
  text-align: right;
  color: rgb(29, 29, 29);
}
/*
║                        Footer                       ║
╚═════════════════════════════════════════════════════╝
/*
/*
╔═════════════════════════════════════════════════════╗
║                     Media Query                     ║
*/
@media screen and (min-width: 600px) {
  .card-tall {
    grid-row: span 2 / auto;
  }

  .card-wide {
    grid-column: span 2 / auto;
  }
}
/*■■■■For large screen md (768px)■■■■*/

@media (min-width:768px) {

  /*  */
  .navbar{
    display: flex;
  }

  .nav-menu{
    padding-top: 0;
    display: flex !important;
    top: 0px;
    left: 0px;
    justify-content: right;
    align-items: center;
    gap:  30px;
    background: none;
    flex-direction: row;
  }

  .nav-link{
    font-size: 1.2em;
  }
  
  #logo-circle{
    display: none;
  }

  #logo-full{
    display: block;
  }

  #menu-button{
    display: none;
  }

  .left-content{
    width: 80%;
    display: inline;
  }

  .right-content{
    margin-left: -30%;
    width: 60%;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  #logo-home{
    height: 300px;
  }

  .icons{
    margin-bottom: 20px;
    width: 100%;
  }

  .icons img{
    height: 100px;
  }

  .about-content{
    display: flex;
    flex-direction: row;
  }

  .about-left{
    padding-top: 30px;
    width: 30%;
  }
    
  .about-right{
    padding: 50px;
    padding-top: 30px;
    width: 70%;
  }

  .offer ul{
    -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  }

  .offer-list ul{
    -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  }

  .logo-brand{
    width: 150px;
    height: 150px;
  }

  .logo-brand img{
    width: 120px;
  }

  .member{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .photo{
    padding-right: 20px;
    text-align: right;
    width: 40%;
    border-radius: 0 30px 30px 0;
    margin-bottom: 2em;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.61);
  }

  .photo > img{
    height: 250px;
  }

  .member-info{
    padding: 20px 20px 20px 20px;
    width: 59%;
    text-align: center;
    border-radius: 30px 0 0 30px;
    background-image: linear-gradient(to right,rgba(222, 164, 255, 0.349), rgb(255, 255, 255) 90%);
    margin-bottom: 2em;
  }

  .member-info a{
    display: block;
    font-size: 1.8em;
    line-height: 2em;
    font-family: var(--header-font);
    color: black;
  }

  .language{
    position: fixed;
    bottom: 0px;
    background-image: linear-gradient(to right bottom, rgb(226, 103, 210), black);
    padding: 10px 10px 5px 10px;
    border-radius: 20px 20px 0 0;
  }

  .image-mosaic{
    width: 70%;
  }

}

/*■■■■For large screen lg (1024px)■■■■*/

@media (min-width:1024px) {

  .logo-brand{
    width: 200px;
    height: 200px;
  }

  .logo-brand img{
    width: 150px;
  }

  #logo-home{
    height: 350px;
  }

  .offer-list ul{
    -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  }
    
  .form-map{
    display: flex;
    width: 98%;
    margin: 0 auto;
  }

  #form_contact{
    border-radius: 20px 0 0 20px;
    background-image: linear-gradient(to right bottom, rgb(80, 33, 124),rgb(12, 0, 24)) ;
  }
  .map{
    border-radius: 0 20px 20px 0;
    background-image: linear-gradient(to left bottom, rgb(80, 33, 124),rgb(12, 0, 24)) ;
  }

  .card-end-1{
    display: none;
  }

  .card-end-2{
    display: block;
  }
}

/*■■■■For large screen xl (1280px)■■■■*/

@media (min-width:1280px) {

  #logo-home{
    height: 450px;
  }

  
    
}

@media (min-width:1440px) {

  .card-end-1{
    display: block;
  }
  
  .card-end-2{
    display: none;
  }

  .image-mosaic{
    max-width: 1010px;
  }
    
}
/*
║                     Media Query                     ║
╚═════════════════════════════════════════════════════╝
*/


/* =========================================================== */



