
body {
     margin: 0px;
     background-image: url('../images/torism.jpeg');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     font-family: 'Roboto', sans-serif;
     position: relative; 
          overflow-x: hidden;
      
      
 }

 .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}


/* Style navigation links on hover */
.nav:hover {
  background-color: rgba(255, 166, 0, 0.801);
  border-radius: 8px;
  transition: background-color 0.3s;
}


/*  shadow and transition to buttons */
.learn-btn,
.submit-btn,
.package-btn,
.signUp {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, background-color 0.3s;
}

/*  shadow and hover effect to cards */
.card2,
.about-card,
.contact-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.card2:hover,
.about-card:hover,
.contact-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

 * {
     box-sizing: border-box;
   }
 body::after {
     content: "";
     position: fixed;
     left: 0;
     right: 0;
     bottom: 0;
     height: 80px; 
     z-index: -1;
 }
 
 /* .background{
 filter: blur(6px);
 } */


 .header{
     height: 55px;
     z-index: 100;
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     background-color: transparent;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     /* background-color: white; */
     font-weight: 550;

 }
 .left-section{
     display: flex;
     align-items: center;
     margin-left: 20px;
     max-width: 150px;
     /* display: inline-block; */
     /* flex-shrink: 0; */
 }
 .logo-icon{
     height: 20px;
     border-radius: 20px;
 }
 .logo-text{
  font-weight: 550;
 }
 .center-section{
     flex: 1;
     margin-left: 40px;
     margin-right:35px ;
     max-width: 350px;
     display: flex;
     align-items: center;
     justify-content: space-between;

     /* display: inline-block; */

 }
 .nav{
  color: rgb(53, 4, 94);
     text-decoration: none;
     padding: 5px 5px;
     
 }
 .nav:hover{
     padding: 5px 5px;
     background-color:orange ;
     border-radius: 8px;
     border: none;
 }
 .nav:active{
     color: white;
 }
 .right-section{
     width: 180px;
     display: flex;
     align-items: center;
     /* justify-content: space-between; */
     margin-right: 20px;
     flex-shrink: 0;
 }
 .login-icon{
     height: 24px;
     margin-right: 10px;
     border-radius: 20px;
 }

 .signUp{
     text-decoration: none;
     background-color: rgb(6, 84, 158);
     color: white;
     border: none;
     border-radius: 8px;
     padding: 4px 6px;
     font-weight: 550;
     height: 28px;
 }
 .signUp:hover{
     background-color: rgb(2, 47, 88);
 }
 .reg1{
  text-decoration: none;
  color: white;
 }
 .login-point .tooltip,
 .signUp-point .tooltip{
     position: absolute;
     background-color: grey;
     color: white;
     padding: 4px 8px;
     border-radius: 2px;
     font-size: 12px;
     bottom: -30px;
     opacity: 0;
     transition: opacity 0.15s;
     pointer-events: none;
     white-space: nowrap;
 }
 .login-point:hover .tooltip,
 .signUp-point:hover .tooltip{
opacity: 1;
 }
.fa{
  
     margin-top: 30px;
     margin-right:  15px;
     padding: 10px 10px;
     text-align: center;
     color: rgb(0, 0, 0);

}
.icon{
  text-decoration: none;
 }
.fa:hover{
     background:#333;
     color: white;
     padding: 10px 10px;

}
.fa:active{
  
     background:#000;
     color: white;
     padding: 10px 10px;
    

}

 .travel-page{
     margin: 0 15px;
     
 }
 .travel-page:after {
     content: "";
     display: table;
     clear: both;
   }
 .column-1 {
  padding-top:50px ;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr ;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
   }
.thumbnail{
     position: relative;
     margin-top: 260px;
     display: flex; 
      justify-content: center;
     align-items: center;
     text-align: center;

}

 .main-paragraph{
     font-size: 24px;
     font-weight: bold;
     text-align: left;
     margin-left: 40px;
     margin-top: 40px;
     color: white;
     word-spacing: 6px;
     letter-spacing: 3px;
line-height: 1.8;
text-shadow: 1PX 1PX 1px   #333;


 }
 .main-paragraph-card{
  position: absolute;
  top: -80px;
  left: 15px;
  
 }
 .sub-paragraph{
     text-indent: 10px;
     word-spacing: 3px;
line-height: 1.2;
letter-spacing: 1px;
     color: rgb(141, 170, 170);
     padding: 10% 10%;

     
 }
 .learn-btn{
     position:absolute;
     bottom: 4px;
     font-weight: 550;
 }
 .learn-btn:hover{
     background-color: rgb(240, 156, 2);
     transform: scale(1.1);
 }
 .card{
     position: absolute;
     width: 260px;
     height: 220px;
     border-radius: 20px;
     background:  rgba(56, 56, 56, 0.616);
     align-items: center;
     top: 30px;
 }
 .container-booking{
  display: none;
     /* position: relative; */
     width: 360px;
     height: 780px;
     border-radius: 20px;
     background:  rgba(255, 255, 255, 0.747);
     /* display: flex; */
     justify-content: center;
     align-items: center;
     margin-top: 80px;
     margin-left: 50px;
     text-align: center;
     flex-direction: column;
     /* column-gap: 0; */
 }
 .sub-btn:hover{
     background-color: rgb(2, 77, 240);
     transform: scale(1.1);
 }

.members-form{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
 .section2{
     min-height: 100vh;
     margin-top: 1000px;
 }
 .package-img{
     height: 200px;
     width: 100%;
     top: 0;
     transition: transform 2s;
 }
 .package-img:hover{
  transform: scale(1.1);
 }
 .package-btn{
border-radius: 10px;
bottom: 4px;
 }
 .package-btn:hover{
background-color: rgb(44, 102, 156);
     transform: scale(1.1);
 }
 .icon,
 table,
 .main-paragraph2{
     display: none;
 }


   .package-img{
  border-radius: 7px;

     height: 200px;
     width: 90%;
     top: 0;
     margin-bottom: 9px;
 }
 .column-2{
  display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
column-gap: 20px;
row-gap: 40px;
 }
 /* fieldset {
  border: 2px solid #007bff;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
}

legend {
  font-size: 20px;
  color: #007bff;
  margin-bottom: 10px;
} */
fieldset {
  border: none; /* Remove the border */
  padding: 0; /* Remove padding */
  margin: 0;
}

legend {
  font-size: 20px;
  color: #007bff;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 2px solid #007bff; /* Add a border at the bottom */
  display: inline-block; /* Display inline */
  padding-bottom: 5px; /* Space between the legend and the content */
}

   /* Style the counter cards */
   .card2 {
    border-radius: 7px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
     padding: 10px;
     margin: 10px;
     text-align: center;
     background-color: #f1f1f1;
     margin-top: 15px;
   }
   .h2-packages{
    font-weight: bolder;
    color: white;
   }

   /* section 3 */
   
   .about-card{
    background-color: #bebebead;
    text-align: center;
padding: 6%;
margin: 10%;
margin-top: 30%;
   }
   .contact-card{
    padding: 20px;
    justify-content: center;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.863); */
    color: white;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 400px;
    margin-left: 10px;
   }
   .contact-card2{
    /* display: grid; */
    width: 80%;
    height: '';
background-color: rgba(255, 173, 173, 0.788);
border-radius: 50px;
margin-left: 70px;
/* grid-template-columns: 10px 1fr; */
   }
   .contact-card3{
    background-color: #252525da;
    width: 250px;
    height: 150px;

   }
   /* Add fade-in animation to sections as they come into view */

   footer{
    position:relative;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10000000;
  height: 80px; 
    background-color: rgb(73, 73, 73);
font-weight: 500;
align-items: center;
padding: 5px;
}

.footer-btn{
  display: none;
  position: fixed;
height: 25px;
width:25px;
 right:15px;
 top: 80%;
  background-color: rgb(73, 73, 73);
  z-index: 2;
  border-radius: 15px;

}


.footer-a{
  text-decoration: none;
color: white;
}
.footer-card{
  text-align: center;
}

/* login card */
.login-container {
  position: fixed;
  /* display: none; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.747); */
  background-image: url('/images/torism.jpeg');
  z-index: 100000000000;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}

.login-container.show {
  display: flex;
  opacity: 1;
  visibility: visible;
  justify-content: center;
  align-items: center;
}
.reg8{
  display: none;
 }
 
/* media querris.... */



@media only screen and (max-width: 500px) {
  .right-section,
  .center-section,
  .main-paragraph
  {
       display: none;
  }
  .contact-card2{
    display: flex;
    flex-direction: column;
    width: 90%;
margin-left: 5px;

  }
  .column-1{
    /* grid-template-columns: 1fr ;
    column-gap: 50px; */
    display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
   }
    .thumbnail{
      margin-top:50px ;
    }
    .card{
      margin-bottom: 50px;
      margin-top: 50px;
    }
  .column-2{
  grid-template-columns: 1fr ;
   }
  
  
     .icon{
       display: flex;
       align-items: center;
       justify-content: center;
       height: 30px;
     } 
 
     .topnav {
       display: none;
       justify-content: center;
       overflow: hidden;
       background-color: #a0a0a0;
       height: 250px;
       width: 100%;
       top: 54px;
       left: 0;
       right: 0;
       position: fixed;
       text-align: center;
       align-items: center;
     }
     .nav2{
      margin: 5px 5px;
      display: flex;
       justify-content: center;
       overflow: hidden;
      text-decoration: none;
      padding: 5px 2px;
      
  }
     .topnav #myLinks {
       display: none;
     }
     .topnav a {
       color: white;
       
       text-decoration: none;
       font-size: 17px;
       display: flex;
       text-align: center;
       align-items: center;
       justify-content: center;
       width: 100%;
     }
     
     .topnav a.icon {
       background: black;
       display: block;
       position: absolute;
      
     }
     
     .topnav a:hover {
       
       background-color: #ddd;
       color: rgb(0, 0, 0);
     }
     
   
     .close-btn{
      display: none;
      position:absolute;
      background-color: rgb(22, 22, 22);
      color: white;
      border-radius: 3px;
      border: none;
      padding: 5px 10px;
      top: 10px;
    right: 20px;
      font-weight: 550;
      
    }
    
    .main-paragraph2{
       font-weight: 600;
       display: flex;

       /* position: absolute; */
       top: 0px;
       
       /* margin-bottom: -20px; */
       /* text-align: center; */
       color: rgb(255, 255, 255);
       text-shadow: 1PX 1PX 1px   #333;
       font-size: 23px;
    }
    .thumbnail2{
      padding: 4px 5px;
    }
    .container-booking {
      width: 330px;
      margin-top: 280px;
    margin-left: 0px;
    margin-right: 0px;
    /* right: 5%;
    left: 5%; */
display: flex;
    /* position: absolute; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    }
    .section2{
      margin-top: 1200px;
    }
   
   }
  
   @media only screen and (min-width: 501px ) and (max-width:800px) {

    .container-booking{
     margin-left: 0px;
     margin-right: 0px;

    }
    .thumbnail2{
      margin-top: 230px;
    
      position: relative;
      display: block; 
       justify-content: center;
      align-items: center;
    }
    .column-2{
      grid-template-columns: 1fr 1fr;
       }
       .header{
        row-gap: 5px;
       }
       .left-section{
        max-width: 150px;
        margin-left : 4px;
       }
       .center-section{
        max-width: 300px;
        margin: 0px;
        justify-content:center;
  
       }
       .right-section{
        max-width: 200px;
     margin-right: 2px;

       }
       .reg8{
        display: block;
        text-decoration: none;
        color: white;
       }
       .reg1{
        display: none;
       }
       .topnav{
            display: none;
       }
  
       .column-1{
        /* grid-template-columns: 1fr;
        column-gap: 50px; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
       }
        .thumbnail{
          margin-top:50px ;
          margin-left: 5%;
          margin-right: 5%;
        }
        .card{
          display: flex;
          margin-bottom: 50px;
          /* left: 25%;
          right: 25%; */
       width: 310px;
  top: 50px;
        }
      
        .right-section{
            width: 130px;
   }
   .center-section{
       max-width: 150px;
   }
   .main-paragraph2{
    font-weight: 600;
    display: flex;

    /* position: absolute; */
    top: 0px;
    
    /* margin-bottom: -20px; */
    /* text-align: center; */
    color: rgb(255, 255, 255);
    text-shadow: 1PX 1PX 1px   #333;
    font-size: 23px;
 }
  .main-paragraph{
    display: none;
  }
  }
  @media only screen and (min-width: 801px ) and (max-width: 940px){
       .container-booking {
            width: 450px;
           
  }
  .main-paragraph{
    display: none;
  }
  .main-paragraph2{
    font-size: 23px;
    font-weight: 600;
    display: flex;
    position: absolute;
    top: -20px;
    /* left: 45px; */
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 1PX 1PX 1px   #333;
  }
  .column-2{
    grid-template-columns: 1fr 1fr 1fr;
     }
     .column-1{
      grid-template-columns: 1fr 1fr;
      column-gap: 30px;
     }
    
  
}
@media only screen and (min-width: 941px ) {
  .container-booking {
       width: 450px;
      
}

}
  
  /* packages */
  
  .contact-btn{
    border-top-right-radius: 10px;
    position: relative;
    flex: 1;
background-color: #d8d8d8f8;
    /* margin-right: 26%; */
    /* margin-top: 170px; */
}
    
    