@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
a {
   text-decoration: none;
   color: white;
}
body {
    background-color:#F9F8F8;
	background-size: 100% 100%;
	overflow-x: hidden;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: white;
}
.header {
   position: relative;
   display: flex;
   background-color: #19776d;
   width: 100%;
}
.logo{
   position: absolute;
   border: 2px solid #e69c01;
   border-radius: 50%;
   top: 5%;
   margin-left: 2%;
   width: 7%;
}
.head_text_div {
   display: flex;
   justify-content: center;
   margin-top: 0.5%;
   width: 100%;

}
.head_text {
   padding-left:5%;
   position: relative;
   text-align: center;
   font-size: 1vw;
   color: white;
}
.head_text a:hover{
   color: #e69c01;
}

#show:hover {
   cursor: pointer;
   color: #e69c01;
}
.tours_div {
   right: 5%;
   position: absolute;
   width: 100%;
}
.hide {
   width: 100%;
   display: none;
}

.tours_types{
    margin-top:1%;
   width: 100%;
   background-color: rgb(25, 119, 109, 0.7);
}

.whatsapp {
   display: flex;
   width: 10%;
   margin-top: 1.75%;
}
.whatsapp_logo{
   margin-top: 1%;
   padding-right: 5%;
   width: 15px;
   height: 15px;
}
.whatsapp_number{
   color: white;
   margin: 0;
   font-size: 1vw;
}
.lang {
   position: absolute;
   top: 5%;
   right: 1%;
   width: 1.5%;
}
.flag {
   cursor: pointer;
   padding-bottom: 10%;
   width: 100%;
}
.about {
   padding-left: 1%;
   padding-right: 1%;
   margin-top: 7.5%;
   margin-left: auto;
   margin-right: auto;
   width: 80%;
   text-align: center;
   border: 4px solid #e69c01;
   background-color: #19776d;
}
.about_text {
   font-size: 2vw;
}
.recalling {
   display: flex;
   background-color: #19776d;
   width: 100%;
   margin-top: 7.5%;
   font-size: 1.35vw;
   justify-content: space-between;
   color: white;
}
.numbers {
   display: flex;
   justify-content: space-evenly;
   width: 33%;
}
.email {
   width: 33%;
   text-align: center;
}
.mail a:hover {
   color: #e69c01;
}
.feedback_icons {
   width: 33%;
   display: flex;
   justify-content: center;
   margin-top: auto;
   margin-bottom: auto;
}
.feed_icon {
   width: 2vw;
}

