* {
    padding: 0;
    margin: 0;
    font-family: "M PLUS Rounded 1c", serif;
    font-style: normal;
    font-weight: 300;
}

.material-symbols-sharp {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


.spacer {
    height: 800px;
}

body {
    background: linear-gradient(90deg, #4e3318 0%, #744d25 50%, #4e3318 100%);
    overflow-x: hidden;
}

.head {
    background: url('../img/background2.png') no-repeat center center;
    background-size: cover;
    border-bottom: 30px solid #23170b;
}


#info {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 80px;
    border-bottom: 30px solid #23170b;
}

#toursInfo {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 30px solid #23170b;
}

.tours, #info2 {
    background: linear-gradient(90deg, #23170b 0%, #342414 50%, #23170b 100%);
    padding: 50px 0 30px 0;
    border-bottom: 30px solid #23170b;
}

.selectedTour {
    padding-top: 50px;
    width: 100%;
    border-bottom: 30px solid #23170b;
}

.form {
    background: linear-gradient(90deg, #23170b 0%, #342414 50%, #23170b 100%);
    border-bottom: 30px solid #23170b;
}

#toursSection, #toursInfo, #selectedTour, #form {
    display: none;
}

#contacts {
    margin-top: 50px;
    margin-bottom: 100px;
}

#privacy {
    margin-top: 50px;
    margin-bottom: 100px;
    color: #fff;
}

a {
    color: #7ea6c2;
    text-decoration: none;
    font-weight: 500;        
    transition: color 0.3s, border-bottom 0.3s;
    border-bottom: 2px solid transparent;
}

a:hover {
  color: #7ea6c2;          
  border-bottom: 2px solid #7ea6c2;
}

a:visited {
  color: #7ea6c2;
}