/* Theme Name: 
Author: cosmo.studio // web@cosmo.studio
Author URI: www.cosmo.studio
Version: 1.0
*/


  ul{
    margin-top: .3rem;
    margin-bottom: 1rem;
  }

body {
	background: #E5E5E5;
	font-family: 'Mulish';
  /* overflow-x: hidden; */
  font-weight: 400;
  font-size: 16px;
	margin:0; padding:0;
  color: #968a81;
  height: 100%;
} body b, body strong {
  font-weight: 500;
} body i, body em {
  font-style: italic;
}

.continer{
  width: 1240px!important;
}

.card-body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.white{
  color: #fff;
}

.blue-light{
  color: #275B92;
}

.blue-dark{
  color: #2D3F63;
}

.active{
  color: #00B5D6;
  transition: 0.5s;
}

.light{
  font-weight: 200;
}

.bold{
  font-weight: 600;
}

.black{
  font-weight: 900;
}

.relative{
  position: relative;
}

h1{
  font-size: 100px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
}

h2{
  font-weight: 900;
  font-size: 35px;
}

.p-big{
  font-size: 20px;
}

.p-small{
  font-size: 12px;
}

header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 1;
  top: 0;
}

header.header{
  transition: ease 0.5s;
}

button{
  background-color: #275B92;
  color:#fff;
  font-weight: 900;
  border: 1px solid #275B92;
  border-radius: 5px;
  padding: 10px 15px;
  transition: 0.5s;
}

a > button:hover{
  background-color: #494B5B;
  color: #ffffff;
  border: 1px solid #494B5B;
  transition: 0.5s;
}

#header-logo{
  display: flex;
  top: -10px;
}

.logo-artplace{
  width: 100%;
  background: url("assets/files/loghi/header-logo-white.svg") no-repeat;
  background-size: 120px;
  background-position-y: center;
}

.logo-footer{
  width: 100px;
  background: url("assets/files/loghi/artplace-museum-logo.svg") no-repeat;
  background-size: 100px;
}

.menu-navigazione-container ul{
  display: inline-flex;
  list-style: none;
  padding-left: 0;
}

.menu-item{
  margin: 0 1.2rem;
}

.menu-item a{
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

.menu-item a:hover{
  color: #275B92;
  /* font-size: 17px; */
  text-decoration: underline;
  transition: 0.5s;
}


.hero-image{
  width: auto;
  background: url("assets/files/Image_Hero.jpg") no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.hero-in{
  width: 100%;
  position: relative;
  background: url("assets/files/hero-in.png") no-repeat;
  background-size: 100%;
  padding-top: 146%;
  
}


header #header-menu {
  position: relative;
  z-index: 10;
}

header #header-menu .hamburger {
  width: 32px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  right: 35px;
  top: 15px;
}

header #header-menu .hamburger span {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #ffffff;
  border-radius: 1px;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 10;
  top: 11px;
  left: 0;
}

header #header-menu .hamburger span:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #ffffff;
  border-radius: 1px;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 10;
  bottom: 9px;
  left: 0;
}

header #header-menu .hamburger span:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #ffffff;;
  border-radius: 1px;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 10;
  top: 9px;
  left: 0;
}

header #header-menu .hamburger span.close {
  background: none;
  opacity: 1;
}

header #header-menu .hamburger span.close:before {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  background: #FFFFFF;
  z-index: 10;
  position: absolute;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

header #header-menu .hamburger span.close:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  background: #FFFFFF;
  z-index: 10;
  position: absolute;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.sticky-header #header-menu .hamburger span:before, .sticky-header #header-menu .hamburger span:after, .sticky-header #header-menu .hamburger span {
  background: #2D3F63;
}

.showMenu {
  display: block !important;
}

.hide-header{
  top: -110px;
}

.sticky-header{
  background-color: #f2f2f2;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.sticky-header .logo-artplace{
  width: 100%;
  background: url("assets/files/loghi/header-logo-black.png") no-repeat;
  background-size: 120px;
  background-position-y: center;
}

.sticky-header .menu-item > a{
  color: #275B92;
}

  /* VANTAGGI SECTION */
  .vantaggi{
    background-color: #2D3F63;
    padding-bottom: 300px;
  }

  .vantaggi-repeater{
    margin-top: -200px;
  }

  .icone-repeater{
    height: 300px;
  }

  .card {
    min-height: 590px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  }

  footer{
    background-color: #2D3F63;
    }

  .footer-logo{
    background: url("assets/files/loghi/header-logo-white.svg") no-repeat;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position-x: center;
    margin-bottom: 3rem;
  }

  .green-dot{
    background: url(assets/files/loghi/green-dot.svg) no-repeat;
    width: 100%;
    height: 24px;
    max-height: 100%;
    background-size: contain;
    background-position-x: center;
  }

  .grey-dot{
    background: url(assets/files/loghi/grey-dot.svg) no-repeat;
    width: 100%;
    height: 24px;
    max-height: 100%;
    background-size: contain;
    background-position-x: center;
  }


  .pricing{
    background-color: #2D3F63;
  }




    /* SWITCH */

    /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* END SWITCH */

  /* PRICING BOX */
  .box_pricing{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 35px;
  }

  .beacons{
    background-color: #275B92;
  }

  .partners{
      width: auto;
      background: url("assets/files/partners-bg.png") no-repeat;
      background-size: cover;
      height: 100%;
  }

  .partners-bg{
    background-color: #ffffff;
  }

  .hero-flex-col{
    margin-bottom: 130px;
    display: flex;
    flex-direction: column;
    align-self: center;
  }

  .margin-desk{
    margin-top:-85px;
  }

  .align-end{
    align-self: flex-end;
  }

  footer div>a:hover{
    color: #ffffff;
    text-decoration: underline;
  }

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

    #header-logo {
      display: flex;
      top: 0px;
    }

    header #header-menu .hamburger{
      top: 0;
    }

    .hero-image {
      background: url(assets/files/Image_Hero.jpg) no-repeat;
      background-size: cover;
    }

    .hero-flex-col {
      margin-bottom: 130px;
      display: flex;
      flex-direction: column;
      align-self: center;
      margin-top: 100px;
    }

    .hero-in {
      width: 365px;
      /* position: relative; */
      background: url(assets/files/hero-in.png) no-repeat;
      background-size: 100%;
      /* height: 250px; */
      /* padding-top: 130px; */
    }

    h1{
      font-size: 60px;
    }

    .margin-desk{
      padding-top:-130px;
    }

    

    .align-end{
      align-self: unset;
    }

    .vantaggi {
      background-color: #2D3F63;
      padding-bottom: 300px;
    }

    .icone-repeater {
      height: 100%;
    }

    .footer-logo{
      height: 100px;
      background-position-x: unset;
    }
}

@media screen and (max-width: 768px) {
  h1{
    font-size: 60px;
  }

  #menu{
    background-color: #293B5F;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 0;
    margin: 0;
  }

  .menu-navigazione-container ul {
      display: inline-block;
  }

  #menu nav ul {
    list-style: none;
    padding: 1rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 50%;
  }

  #menu nav ul li a {
  color: #FFFFFF !important;
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3;
  white-space: pre;
  }

  #menu-navigazione li:not(:last-child){
    border-bottom: 1px solid #ffffff;
  }

  .hero-flex-col{
    margin-bottom: unset;
  }

  .hero-in{
    width: 75%;
    padding-top: 100%;
    left: 15%;
  }
}

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

  .vantaggi {
    background-color: #2D3F63;
    padding-bottom: 300px;
    position: relative;
  }

  .icone-repeater {
    height: 100%;
  }

}

@media screen and (min-width: 1201px) {

  .vantaggi {
    background-color: #2D3F63;
    padding-bottom: 300px;
  }

  .icone-repeater {
    height: 350px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .vantaggi {
    background-color: #2D3F63;
    padding-bottom: 300px;
  }

  .icone-repeater {
    height: 300px;
  }
}