html{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    
    background-color: rgb(242, 249, 255);
}

.breadcrumb{
    display: flex;
    justify-content: center;
    align-items: center;

    color: #00c6b7;
}

.margin{
    margin-top: 2%;
}

.header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-background{
    width: 90%;
    height: 600px;
    border-radius: 5px;
    filter: brightness(95%);
    
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;


    border-radius: 5px;
    height: 70px;
    width: 90%;


    color: rgb(48, 48, 48);

}

.navbar-logo > img{
    width: 60px;
    height: 60px;
    margin-top: -7px;
}

.navbar-logo > h5{
    font-size: 26px;
}

.navbar-logo{
    display: flex;
    justify-content: center;
    align-items: center;

}

.navbar-link:hover{
    color: rgb(0, 177, 162);
}

.navbar-link{
    margin: 10px;
    text-decoration: none;
    color: rgb(39, 39, 39);
    font-weight: 600;
    font-size: 18px;
}

.navbar-menu{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    margin-top: -10px;
}

.navbar-info{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-info{
    width: 100%;
    height: 400px;
    margin-right: 3%;
    overflow: hidden;
    color: #ffffff; 

    border-radius: 5px;
    padding-left: 10px;
    filter: brightness(110%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-info > h3{
    font-size: 50px;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(36, 36, 36, 0.562);

}
.header-info > p{
    overflow: hidden;
    word-break:normal;
    font-size: 28px;
    padding-top: 10px;
    text-shadow: 1px 1px 3px rgba(44, 44, 44, 0.555);
    line-height: 1.25;

}

.header-info-button:hover{
    background: linear-gradient(to bottom right, rgb(0, 170, 192), rgb(0, 190, 149));
   
}

.header-info-button{
    cursor: pointer;
    height: 45px;
    width: 200px;
    background: linear-gradient(to bottom right, rgb(0, 153, 173), rgb(0, 167, 130));
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: none;

    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;

    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content{
    display: flex;
    justify-content: space-around;
    align-items: center;

    background-image: url(../imgs/bg.jpg);
    filter: brightness(90%);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

    width: 90%;
    height: 600px;
    border-radius: 5px;
}

.header-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    gap: 10px; 
}

.header-card:hover{
    transform: scale(1.03);
    transition: 0.5s;
}

.header-card > img {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
    background-position: center;
    background-size: 100%;
    object-fit: cover; 
}

.header-card > h3{

}

.header-card {
    margin: 10px;
    height: 420px;
    width: 330px;
    background-color: rgba(255, 255, 255, 0.5); 
    color: rgb(70, 70, 70);
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
    position: relative; 
    backdrop-filter: blur(10px); 
    
}
.header-card-info {
    margin-top: 0%;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
}


.header-card-info > h3 {
    font-size: 20px;
    width: 300px;
}

.header-card-info > p {
    font-size: 18px;
    line-height: 1.25;
}

.content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto; padding: 20px;
    width: 100%;
}

.content > h2{
    align-self: start;
    margin-left: 4.5%;
    padding: 10px;
    font-size: 26px;
    align-content: flex-start;
}

.countries{
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.country-link{
    text-decoration: none;

}

.country-card:hover{
    transform: scale(1.03);
    transition: 0.5s;
}

.country-card{
 /*   background-image: url(imgs/msc.jpeg);
    
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;*/
    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    height: 150px;
    width: 328px;
    color: rgb(32, 32, 32);

}

.country-card > h3{
    /*backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.589);*/
}

.country-name{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row-reverse;
    color: rgb(0, 0, 0);
}

.country-name > h3 {
    font-size: 20px;
}

.country-name > img {
    width: 50px;
    height: 35px;
    -webkit-box-shadow: 8px 7px 34px -15px rgba(51, 51, 51, 0.77);
    -moz-box-shadow: 8px 7px 34px -15px rgba(51, 51, 51, 0.77);
    box-shadow: 8px 7px 34px -15px rgba(51, 51, 51, 0.77);
}

.travelling-about{
    display: flex;
    justify-content: center;
    align-items: start;
    word-wrap: normal;
    flex-wrap: wrap;
    width: 95%;
    gap: 20px;
    padding: 0px 10px 10px 20px;
    margin-top: 2%;
    
}

.travelling-about > img {
    width: 800px;
    height: 450px;
    border-radius: 5px;
    margin: 0;
}

.travelling-about-info{

}

.travelling-about-info > p{
    overflow: hidden;
    font-size: 18px;
    color: rgb(43, 43, 43);
    margin: 10px;

}



.about-ways-card{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    border-radius: 5px;
    width: 420px;
    height: 110px;
    padding: 10px;
    margin: 10px;
}

.travelling-about-title{
    font-size: 18px;
    margin-top: 10px;


}


.about-ways-card > p {

    font-size: 18px;
    line-height: 1.50;
}

.about-ways{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -1.4%;
    
}

.travelling-about-info{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin:-20px 10px;
    width: 50%;
}

.rv{
    flex-direction: row-reverse;
}

.tours{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    gap: 20px;
    
}

.tour{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    overflow: hidden;

    width: 557px;
    height: 450px;

    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    border-radius: 5px;
   
}



.tour-info{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;


    padding: 20px;

}

.tour-title{
    font-size: 20px;
}

.tour-text{

    font-size: 18px;
    height: 50px;
}

.tour-button{
    cursor: pointer;
    height: 35px;
    width: 120px;
    background: linear-gradient(to bottom right, rgb(0, 153, 173), rgb(0, 167, 130));
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: none;

    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;

   
}


.tour-button:hover{
    background: linear-gradient(to bottom right, rgb(0, 170, 192), rgb(0, 190, 149));
}

.tour-image{
    height: 250px;
    width: 560px;
    object-fit: cover;
    
}

.tour-more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 0px 20px;
    width: 100%;
    height: auto;
}

.tour-more > button{
    cursor: pointer;
    height: 35px;
    width: 120px;
    background: linear-gradient(to bottom right, rgb(0, 153, 173), rgb(0, 167, 130));
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: none;

    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.tour-more > button:hover{
    background: linear-gradient(to bottom right, rgb(0, 170, 192), rgb(0, 190, 149));
}

.tour-more > p {
    margin-top: 10px;
}

.feedback-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;

    background-image: url(../imgs/bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;

    height: 400px;
    border-radius: 5px;
    width: 90%;
    margin-top: 2%;
   
}

.feedback-form > h2 {
    color: white;
    text-shadow: 1px 1px 3px rgba(36, 36, 36, 0.562);

}

.feedback-form > input{
    width: 600px;
    height: 45px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.feedback-form > textarea{
    width: 600px;
    height: 120px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.feedback-form > button{
    width: 200px;
    height: 40px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(to bottom right, rgb(0, 153, 173), rgb(0, 167, 130));

}


.feedback-form > button:hover{
    background: linear-gradient(to bottom right, rgb(0, 170, 192), rgb(0, 190, 149));
}

.login{
    padding-top: 10px;
}

.information{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    width: 90%;
    border-radius: 5px;
    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
}

.information-tour{

    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;



}

.information-about{
    width: 950px;
    margin-top: 20px;
}

.information-image{
    width: 700px;
    height: 380px;

    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
}

.information-text{
    padding: 20px;
}

.profile{
    display: flex;
    justify-content: start;
    align-items: start;

    width: 100%;
    margin-top: 2%;

    gap: 30px;
    padding: 20px;
    border-radius: 5px;

    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
}

.profile-image{
    width: 400px;
    height: 300px;
    border-radius: 5px;


    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
}

.namecard{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-left: 25px;

    gap: 5px;
}

.profile-info{
    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);

    width: 60%;
    height: 600px;
    padding: 0px 20px 20px 20px;
    border-radius: 5px;
}

.profile-field{
    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);

    height: 50px;
    border-radius: 5px;
    padding: 10px;

    margin: 10px;
    margin-left: 0px;

    display: flex;
    justify-content: start;
    align-items: center;
}

.profile-field2{
    -webkit-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    -moz-box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);
    box-shadow: 7px 6px 34px -15px rgba(51, 51, 51, 0.65);

    height: 50px;
    border-radius: 5px;
    padding: 10px;
    width: 400px;
    margin: 10px;
    margin-left: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.profile-field2:hover{
    transform: scale(1.03);
    transition: 0.5s;

}

.profile-link{
    text-decoration: none;
    color: black;
}

.profile-link:hover{
    color: #00968b;
}

.btn-lnk{
   color: #313131;
}

.btn-lnk:hover{
    color: #00968b;
}

