@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Quicksand:wght@300..700&display=swap');

*{
    box-sizing: border-box;
}

.topnav {
    width: 100%;
    max-width: 1920px;
    height: 345px;
    background-color: #1B666F;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    width: 425px;
    height: auto;
    align-content: flex-start;
    margin: 40px 140px;
}

.topnav-buttons {
    display: flex;
    margin-right: 140px;
    margin-top: 5px;
    gap: 30px;
}

.nav-but1,.nav-but2,.nav-but3  {
    width: 50px;
    height: 55px;
    background-color: #FDEBA9;
    border-radius: 10px;
    align-content: space-around;
}

.nav-but1 img,.nav-but2 img,.nav-but3 img {
    width: 50px;
    height: 50px;
    background-color: #FDEBA9;
    border-radius: 10px;
    align-content: space-around;
}

.main-nav {
   height: 125px;
   background-color: #FDEBA9;
   display: flex;
   align-items: center;
   justify-content: center; 
}

.main-nav ul {
    display: flex;
    gap: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav li {
    font-family: "Josefin Sans";
    font-size: 36px;
    text-decoration: none;
}

.main-nav a {
    text-decoration: none;
    color: #2E4643;
    text-shadow: 1px 2px #FBFAF2;
}

.main-nav a:hover {
    text-decoration: none;
    color: #FBFAF2;
    text-shadow: 1px 2px #2E4643;
}

.background {
    width: 100%;
    max-width: 1920px;
    height: 5750px;
    background-color: #2E4643;
}

.trio {
    width: 100%;
    max-width: 1920px;
    padding-top: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-family: "Holtwood One SC";
    font-size: 28px;
    color: #fff;
    text-align: left;
    line-height: 1.25;
}

.trio-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    padding-top: 400px;
    padding-left: 15px;
    border-radius: 15px;
    margin: 0 10px;
}

.trio-one {
    width: 519px;
    height: 558px;
    background-image: url("../images/Home-1.jpg");
    color: #143D60;
}
.trio-two {
    width: 519px;
    height: 558px;
    background-image: url("../images/Home-2.jpg");
    color: #FDEBA9;    
}

.trio-three {
    width: 519px;
    height: 558px;
    background-image: url("../images/Home-3.jpg"); 
    color: #fff;   
}

.banner {
    font-family: "Holtwood One SC";
    font-size: 75px;
    color: #FDEBA9;
    text-shadow: 5px 5px #143D60; 
    display: flex;
    justify-content:center;
    padding: 200px 0;
}

.section-4 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1630px;
    height: 642px;
    background-color: #fff;
    margin: 0 auto 75px auto;    
    border-radius: 15px;
}

.section-4 h2 {
    font-family: "Josefin Sans";
    font-size: 40px;
    color: #143D60;
}

.section-4 p {
    font-family: "Quicksand";
    font-size: 30px;
    color: #143D60;
}

.text4 {
    width: 810px;
    padding-top: 75px;
    padding-left: 50px;
    flex-direction: column;
}

.section-4 a {
    display: inline-block;
    width: 234px;
    height: 87px;
    margin-top: 425px;
    margin-right: 75px;
    padding-top: 35px;
    background-color: #143D60;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px;
}

.section-4 a:hover{
    font-size: 20px;
    color: #FDEBA9;
}

.image4 img {
    width: 600px; 
    height: 642px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.section-5 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1630px;
    height: 642px;
    background-color: #fff;
    margin: 0 auto;    
    border-radius: 15px;
}

.section-5 h2 {
    font-family: "Josefin Sans";
    font-size: 40px;
    color: #143D60;
}

.section-5 p {
    font-family: "Quicksand";
    font-size: 30px;
    color: #143D60;
}

.text5 {
    width: 810px;
    padding-top: 100px;
    padding-left: 125px;
    flex-direction: column;
}

.section-5 a {
    display: inline-block;
    width: 234px;
    height: 87px;
    margin-top: 425px;
    margin-right: 75px;
    padding-top: 35px;
    background-color: #143D60;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px;
}

.section-5 a:hover{
    font-size: 20px;
    color: #FDEBA9;
}

.image5 img {
    width: 600px; 
    height: 642px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.options {
    width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 200px 175px;
    gap: 50px;
}

.image6 img, .image9 img, .image8 img, .image7 img{
    width: 350px;
    height: 345px;
    border: 2px #fff dashed;
    border-radius: 50%;
    box-shadow: 15px 15px #1B666F; 
    
}

.image6 img:hover, .image9 img:hover, .image8 img:hover, .image7 img:hover{
    border: 5px #fff dashed;
    box-shadow: 15px 15px #FDEBA9;  
}

.container-2 {
    width: 100%;
    max-width: 1920px;
    height: 1500px;
    background-color: #FDEBA9; 
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: 15px #fff dashed;
}

.text6  h1{
    font-family: "Holtwood One SC";
    font-size: 75px;
    color: #143D60;
    text-align: center;
    margin-top: 250px;
}

.text6  p{
    width: 800px;
    margin-left: 550px;
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #1B666F;
    justify-content: center;
}

.container-3 {
    width: 100%;
    max-width: 1920px;
    height: 1700px;
    background-color: #FDEBA9; 
    margin-top: -750px;
}

.text7 {
    width: 850px;
    height: 700px;
    background-color: #143D60;
    margin: 0px 550px;
    padding: 45px 75px;
    border-radius: 15px;
}

.text7 h2{
    color: #FDEBA9; 
    font-family: "Josefin Sans";
    font-size: 24px;
}

.text7 p{
    color: #fff; 
    font-family: "Josefin Sans";
    font-size: 20px;
}

.options-2 {
    width: 1440px;
    display: flex;
    flex-direction: row;
    padding: 175px 50px;
    gap: 15px;
}

.image10 img, .image11 img, .image12 img, .image13 img, .image14 img{
    width: 350px;
    height: 345px;
    border-radius: 15px;
}

.button-2 a{
    display: inline-block;
    width: 234px;
    height: 87px;
    margin-left: 850px;
    padding-top: 35px;
    background-color: #143D60;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px; 
}

.button-2 a:hover{
    font-size: 20px;
    color: #FDEBA9;
}

/*/This is where the About Page Begins/*/

.our-story{
    background-image: url("../images/About-Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    max-width: 1920px;
    height: 2000px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: center;
    font-family: "Holtwood One SC";
    font-size: 50px;
    color: #143D60;
    text-align: center; 
    padding: 150px 0;
}

.section-a1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1920px;
    height: 500px;
    background-color: #FDEBA9;
    margin: 150px 0; 
}

.image-a1 img {
    width: 700px;
    height: 500px;
    border-radius: 15px;
    margin: 0 50px;
}

.text-a1 { 
   color: #1B666F;
   font-family: "Quicksand";
   font-size: 24px;
   padding-top: 10px;
   padding-left: 15px;
   padding-right: 50px;
}

.highlight {
    color: #143D60;
    font-weight: 500;
}

.section-a2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1920px;
    height: 500px;
    background-color: #FDEBA9;
    margin: 0;
}

.image-a2 img {
    width: auto;
    height: 500px;
    border-radius: 15px;
    margin: 0 50px;
}

.text-a2 { 
   color: #1B666F;
   font-family: "Quicksand";
   font-size: 22px;
   padding-top: 10px;
   padding-left: 75px;

}

.our-advisors {
    width: 100%;
    max-width: 1920px;
    height: 2550px;
    background-color: #143D60;
    padding: 150px 350px;
}

.travel-advisors h1{
    font-family: "Holtwood One SC";
    font-size: 75px;
    color: #FDEBA9;
    text-align: center; 
    margin: 0;
}

.travel-advisors p{
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin: 0;
}

.row-1, .row-2, .row-3 { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 150px;
    gap: 150px;
}

.row-1 h3, .row-2 h3, .row-3 h3{ 
    font-family: "Quicksand";
    font-size: 20px;
    color: #fff;
}

.image-a3 img, .image-a4 img, .image-a5 img, .image-a6 img, .image-a7 img, .image-a8 img, .image-a9 img, .image-a10 img, .image-a11 img{       
    width: 350px;
    height: 345px;
    object-fit: cover;
    border: 2px #fff dashed;
    border-radius: 50%;
    box-shadow: 15px 15px #1B666F;
}

.image-a3 img:hover, .image-a4 img:hover, .image-a5 img:hover, .image-a6 img:hover, .image-a7 img:hover, .image-a8 img:hover, .image-a9 img:hover, .image-a10 img:hover, .image-a11 img:hover{
    border: 6px #fff dashed;
    border-radius: 50%;
    box-shadow: 15px 15px #FDEBA9;;
}

.button-a1 a{
    display: inline-block;
    width: 234px;
    height: 87px;
    margin: 75px 300px;
    padding-top: 35px;
    background-color: #1B666F;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px; 
}

.button-a1 a:hover{
    font-size: 20px;
    color: #FDEBA9;
}

/*/This is where the Destinations Page Begins/*/
 
.destinations {
    background-image: url("../images/Excursion-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    max-width: 1920px;
    height: 500px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header-2 {
    display: flex;
    justify-content: center;
    font-family: "Holtwood One SC";
    font-size: 50px;
    color: #143D60;
    text-align: center; 
    padding: 150px 0;
}

.container-4 {
    width: 100%;
    max-width: 1920px;
    height: 4500px;
    max-width: 1920px;
    background-color: #FBFAF2;
    margin: 0 auto;
    padding-top: 75px;
}

.locations {
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.image-d1 {
    position: relative;
    z-index: 2;
    margin-right: -400px;
}

.image-d1 img{
   width: 700px;
   height: 700px;
   border-radius: 50%;
   object-fit: cover;
}

.section-d1 {
    width: 1000px;
    height: 500px;
    background-color: #FDEBA9;
    border-radius: 15px;
}

.text-d1 {
    width: 1000px;
    height: 500px;
    padding: 125px 75px 0 500px;
}

.text-d1 h2 {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #143D60; 
}

.text-d1 p {
    font-family: "Quicksand";
    font-size: 18px;
    color: #143D60; 
}

.button-4 a{
    display: flex;
    width: 125px;
    height: 50px;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: -125px;
    margin-left: 700px;
    background-color: #1B666F;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px; 
}

.button-4 a:hover{
    font-size: 15px;
    color: #FDEBA9;
}

.cruises {
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative;
    margin-bottom: 100px;
}

.image-d2 {
    position: relative;
    z-index: 2;
    margin-right: -400px;
}

.image-d2 img{
   width: 700px;
   height: 700px;
   border-radius: 50%;
   object-fit: cover;
}

.section-d2 {
    width: 1000px;
    height: 500px;
    background-color: #FDEBA9;
    border-radius: 15px;
}

.text-d2 {
    width: 1000px;
    height: 500px;
    padding: 125px 75px 0 500px;
}

.text-d2 h2 {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #143D60; 
}

.text-d2 p {
    font-family: "Quicksand";
    font-size: 18px;
    color: #143D60; 
}

.button-4 a{
    display: flex;
    width: 125px;
    height: 50px;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: -125px;
    margin-left: 700px;
    background-color: #1B666F;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px; 
}

.button-4 a:hover{
    font-size: 15px;
    color: #FDEBA9;
}

.resorts {
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative;
    margin-bottom: 100px;
}

.image-d3 {
    position: relative;
    z-index: 2;
    margin-right: -400px;
}

.image-d3 img{
   width: 700px;
   height: 700px;
   border-radius: 50%;
   object-fit: cover;
}

.section-d3 {
    width: 1000px;
    height: 500px;
    background-color: #FDEBA9;
    border-radius: 15px;
}

.text-d3 {
    width: 1000px;
    height: 500px;
    padding: 125px 75px 0 500px;
}

.text-d3 h2 {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #143D60; 
}

.text-d3 p {
    font-family: "Quicksand";
    font-size: 18px;
    color: #143D60; 
}

.button-4 a{
    display: flex;
    width: 125px;
    height: 50px;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: -125px;
    margin-left: 700px;
    background-color: #1B666F;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px; 
}

.button-4 a:hover{
    font-size: 15px;
    color: #FDEBA9;
}

.hotels {
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative;
    margin-bottom: 100px;
}

.image-d4 {
    position: relative;
    z-index: 2;
    margin-right: -400px;
}

.image-d4 img{
   width: 700px;
   height: 700px;
   border-radius: 50%;
   object-fit: cover;
}

.section-d4 {
    width: 1000px;
    height: 500px;
    background-color: #FDEBA9;
    border-radius: 15px;
}

.text-d4 {
    width: 1000px;
    height: 500px;
    padding: 125px 75px 0 500px;
}

.text-d4 h2 {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #143D60; 
}

.text-d4 p {
    font-family: "Quicksand";
    font-size: 18px;
    color: #143D60; 
}

.button-4 a{
    display: flex;
    width: 125px;
    height: 50px;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: -125px;
    margin-left: 700px;
    background-color: #1B666F;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px; 
}

.button-4 a:hover{
    font-size: 15px;
    color: #FDEBA9;
}

.start-booking {
    width: 1440px;
    height: 750px;
    display: flex;
    margin: 0 250px;
    background-color:#143D60;
    border-radius: 15px;
    border: 5px #FDEBA9 dashed;
}

.left-text {
    width: 50%;
    margin: 50px 50px 0 50px;
}

.left-text h3 {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #FDEBA9;
}

.left-text p {
    font-family: "Quicksand";
    font-size: 20px;
    color: #FFF;
}

.right-text {
    width: 50%;
    margin: 50px 50px 0 50px;
}

.right-text h3 {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #FDEBA9;
}

.right-text p {
    font-family: "Quicksand";
    font-size: 20px;
    color: #FFF;
}

.button-7 a {
    display: flex;
    width: 225px;
    height: 100px;
    text-align: center;
    justify-content: center;
    padding-top: 40px;
    margin-top: 75px;
    margin-left: 150px;
    background-color: #FDEBA9;
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #143D60;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px;  
}

.button-7 a:hover {
     font-size: 30px;
}

.excursions {
    background-image: url("../images/Excursion-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    max-width: 1920px;
    height: 500px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header-3 {
    display: flex;
    justify-content: center;
    font-family: "Holtwood One SC";
    font-size: 50px;
    color: #143D60;
    text-align: center; 
    padding: 150px 0;
}

.container-6 {
    width: 100%;
    max-width: 1920px;
   height: 1500px;
   background-color: #FBFAF2; 
}

.text-d6 {
    width: 1440px;
    padding: 75px;
    display: inline-block;
    align-items: center;
}

.text-d6 p {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #143D60;
    margin: 0;
    padding-left: 500px;
}

.options-3,
.options-4 {
    padding: 25px 0 0 150px;
}
.options-3 {
    width: 1440px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.image-e7 img, .image-e3 img, .image-e4 img, .image-e5 img{
    width: 400px;
    height: auto;
    border-radius: 15px;   
}

.options-4 {
    width: 1440px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.image-e6 img, .image-e1 img, .image-e2 img, .image-e8 img, .image-e9 img, .image-e10 img{
    width: auto;
    height: 400px;
    border-radius: 15px;   
}

.button-3 a {
    display: flex;
    width: 225px;
    height: 100px;
    text-align: center;
    justify-content: center;
    padding-top: 40px;
    margin-left: 825px;
    margin-top: 150px;
    background-color: #FDEBA9;
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #143D60;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px;  
}

.button-3 a:hover {
     font-size: 30px;
}

/*/This is where the Packages Page Begins/*/

.packages {
    width: 100%;
    max-width: 1920px;
    height: 5100px;
    background-color: #2E4643;
    padding-top: 150px;
}

.section-p1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1630px;
    height: 642px;
    background-color: #1B666F;
    margin: 0 auto;    
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.section-p1 h2 {
    font-family: "Josefin Sans";
    font-size: 40px;
    color: #143D60;
}

.section-p1 p {
    font-family: "Quicksand";
    font-size: 30px;
    color: #fff;
}

.text-p1 {
    width: 810px;
    padding-top: 100px;
    padding-left: 125px;
    flex-direction: column;
}

.section-p1 a {
    display: inline-block;
    width: 234px;
    height: 87px;
    margin-top: 425px;
    margin-right: 75px;
    padding-top: 35px;
    background-color: #FDEBA9;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 15px;
    color: #143D60;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px;
}

.section-p1 a:hover{
    font-size: 20px;
    color: #143D60;
}
.image-p1 img {
    width: 600px; 
    height: 642px;
    border-top-right-radius: 15px;
    border: 4px #fff dashed;
}

.section-p2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1630px;
    height: 642px;
    background-color: #1B666F;
    margin: 0 auto;    
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.section-p2 h2 {
    font-family: "Josefin Sans";
    font-size: 40px;
    color: #143D60;
}

.section-p2 p {
    font-family: "Quicksand";
    font-size: 30px;
    color: #fff;
}

.text-p2 {
    width: 810px;
    padding-top: 100px;
    padding-left: 125px;
    flex-direction: column;
}

.section-p2 a {
    display: inline-block;
    width: 234px;
    height: 87px;
    margin-top: 425px;
    margin-right: 75px;
    padding-top: 35px;
    background-color: #FDEBA9;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 15px;
    color: #143D60;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px;
}

.section-p2 a:hover{
    font-size: 20px;
    color: #143D60;
}

.image-p2 img {
    width: 600px; 
    height: 642px;
    border-bottom-right-radius: 15px;
    border: 4px #fff dashed;
}

.section-p3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1630px;
    height: 642px;
    background-color: #1B666F;
    margin: 150px auto 0 auto;      
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.section-p3 h2 {
    font-family: "Josefin Sans";
    font-size: 40px;
    color: #143D60;
}

.section-p3 p {
    font-family: "Quicksand";
    font-size: 30px;
    color: #fff;
}

.text-p3 {
    width: 810px;
    padding-top: 100px;
    padding-left: 125px;
    flex-direction: column;
}

.section-p3 a {
    display: inline-block;
    width: 234px;
    height: 87px;
    margin-top: 425px;
    margin-right: 75px;
    padding-top: 35px;
    background-color: #FDEBA9;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 15px;
    color: #143D60;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px;
}

.section-p3 a:hover{
    font-size: 20px;
    color: #143D60;
}

.image-p3 img {
    width: 600px; 
    height: 642px;
    border-top-left-radius: 15px;
    border: 4px #fff dashed;
}

.section-p4 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1630px;
    height: 642px;
    background-color: #1B666F;
    margin: 0 auto;      
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.section-p4 h2 {
    font-family: "Josefin Sans";
    font-size: 40px;
    color: #143D60;
}

.section-p4 p {
    font-family: "Quicksand";
    font-size: 30px;
    color: #fff;
}

.text-p4 {
    width: 810px;
    padding-top: 100px;
    padding-left: 125px;
    flex-direction: column;
}

.section-p4 a {
    display: inline-block;
    width: 234px;
    height: 87px;
    margin-top: 425px;
    margin-right: 75px;
    padding-top: 35px;
    background-color: #FDEBA9;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 15px;
    color: #143D60;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px;
}

.section-p4 a:hover{
    font-size: 20px;
    color: #143D60;
}

.image-p4 img {
    width: 600px; 
    height: 642px;
    border-bottom-left-radius: 15px;
    border: 4px #fff dashed;
}

.text-p5 {
    margin-bottom: 150px;
}

.text-p5  h1{
    font-family: "Holtwood One SC";
    font-size: 75px;
    color: #FDEBA9;
    text-align: center;
    margin-top: 250px;
}

.text-p5  p{
    width: 800px;
    margin-left: 550px;
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #fff;
    justify-content: center;
}

.plans {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: flex;
}

.image-p5 img {
    width: auto;
    height: 500px;
    margin: 25px 0 0 200px;
    border-radius: 15px;
}

.plans p {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #fff;
    margin-top: 150px; 
    margin: 150px 175px 0 50px;
}

.options-5 {
    width: 1440px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin: 150px 0 0 100px;
}

.image-p6 img, .image-p7 img, .image-p8 img, .image-p9 img{
    width: 400px;
    height: 400px;
    border-radius: 15px;   
}

.button-6 a {
    display: flex;
    width: 225px;
    height: 100px;
    text-align: center;
    justify-content: center;
    padding-top: 40px;
    margin-left: 825px;
    margin-top: 150px;
    background-color: #FDEBA9;
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #143D60;
    text-decoration: none;
    list-style: none; 
    border-radius: 15px;  
}

.button-6 a:hover {
     font-size: 30px;
}

/*/This is where the Contact Us Page Begins/*/

.contact {
    background-image: url("../images/ContactUs-Banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    max-width: 1920px;
    height: 600px;
    margin: auto 0;
    padding-bottom: 0;
}

.header-5 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header-5 h2 {
    font-family: "Josefin Sans";
    font-size: 36px;
    color: #FDEBA9;
    text-align: center; 
    margin-top: 150px;
}

.header-5 p {
    width: 900px;
    height: auto;
    font-family: "Quicksand";
    font-size: 20px;
    color: #FFF;
    text-align: left; 
    margin-left: 500px;
}

.forum {
    width: 100%;
    max-width: 1920px;
    height: 2500px;
    background-color: #FBFAF2;
    position: relative;
    z-index: 1;
}

.form {
  width: 900px;
  height: 1000px;
  background-color: #FBFAF2;
  border: 4px #143D60 solid;
  border-radius: 20px;
  padding: 75px 50px;
  box-shadow: 0px 0px 10px #143D60;
  position: absolute;  
  top: -200px;         
  left: 50%;
  transform: translateX(-50%);
  top: -150px;
  z-index: 2;
}

h2 {
  color: #163E44;
  font-family: "Josefin Sans";
  font-weight: 300;
  font-size: 22px;
}

#name {
  width: 800px;
  height: 125px;
  border-radius: 20px;
  border: 2px #143D60  solid;
  margin: 15px 0px;
}

#assist {
  width: 800px;
  height: 250px;
  border-radius: 20px;
  border: 2px #143D60  solid;
  margin: 15px 0px;
}

#submit {
  width: 200px;
  height: 62px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-left: 600px;
  background-color: #FDEBA9;
  border-radius: 20px;
  border: none;
  text-align: center;
  color: #143D60 ;
  font-family: "Josefin Sans";
  font-weight: 500;
  font-size: 20px;
}

#submit:hover {
  font-size: 24px;
}

.container-7 {
    width: 100%;
    max-width: 1920px;
    height: 1500px; 
    background-color: #143D60; 
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: 15px #FDEBA9 dashed;
    margin-top: -1300px;
    position: relative;
    z-index: 3;
}

.text-cu1  h1{
    font-family: "Holtwood One SC";
    font-size: 75px;
    color: #FDEBA9;
    text-align: center;
    margin-top: 350px;
}

.container-8 {
    width: 100%;
    max-width: 1920px;
    height: 2000px;
    background-color: #143D60;
    margin-top: -800px;
    position: relative;
    z-index: 4; 
}

.qa-3 {
    width: 100%;
    height: auto;
    display: flex;
}

.image-c3 img {
    width: auto;
    height: 500px;
    margin: 25px 0 0 200px;
    border-radius: 15px;
}

.text-c3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-c3 p {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #fff;
    margin: 50px 200px 0 50px;
}

.text-c3 p strong {
    color: #FDEBA9;
}

.qa-3:nth-child(2) {
    flex-direction: row-reverse;
    padding: 25px;
}

.qa-3:nth-child(2) img{
   width: 500px;
   height: auto;    
   margin: 0 200px 0 0;   
}

.qa-3:nth-child(2) p{
    margin: 5px 300px 5px 200px;
}

.footer {
    width: 100%;
    height: 500px;
    background-color: #1B666F;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 1.75;
}

.bottomnav h1{
    font-family: "Holtwood One SC";
    font-size: 32px;
    color: #143D60;
    margin: 0;
    text-shadow: .5px .5px #FBFAF2;
}

.bottomnav p{
    font-family: "Josefin Sans";
    font-size: 35px;
    font-weight: 100;
    color: #FBFAF2;
    margin: 0;
}

.foot-right {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: right;
    gap: 20px;
}

.logo2 img{
    width: 425px;
    height: auto;
    margin-right: 0px;
}

.bottomnav-buttons {
    display: flex;
    gap: 80px;
}

.nav-bot1 img,.nav-bot2 img,.nav-bot3 img {
    width: 75px;
    height: 75px;  
    margin: 10px;
}



/*This is where the Media Querie Begins*/

@media (max-width: 800px) {
.topnav {
    width: 100%;
    max-width: 800px;
    height: 245px;
    background-color: #1B666F;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    width: 225px;
    height: auto;
    align-content: flex-start;
    margin: 40px 40px;
}

.topnav-buttons {
    display: flex;
    margin-right: 40px;
    margin-top: 5px;
    gap: 30px;
}

.nav-but1,.nav-but2,.nav-but3  {
    width: 40px;
    height: 45px;
    background-color: #FDEBA9;
    border-radius: 10px;
    align-content: space-between;
}

.nav-but1 img,.nav-but2 img,.nav-but3 img {
    width: 40px;
    height: 40px;
    background-color: #FDEBA9;
    border-radius: 10px;
    align-content: space-between;
}

.main-nav {
   height: 50px;
   background-color: #FDEBA9;
   display: flex;
   align-items: center;
   justify-content: center; 
}

.main-nav ul {
    display: flex;
    gap: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav li {
    font-family: "Josefin Sans";
    font-size: 10px;
    text-decoration: none;
}

.main-nav a {
    text-decoration: none;
    color: #2E4643;
    text-shadow: 1px 2px #FBFAF2;
}

.main-nav a:hover {
    text-decoration: none;
    color: #FBFAF2;
    text-shadow: 1px 2px #2E4643;
}

.background {
    width: 100%;
    max-width: 800px;
    height: 5750px;
    background-color: #2E4643;
}

.trio {
    width: 100%;
    max-width: 800px;
    padding-top: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Holtwood One SC";
    font-size: 28px;
    color: #fff;
    text-align: left;
    line-height: 1.25;
}

.trio-one,.trio-two,.trio-three {
    width: 600px;
    height: auto;
    margin: 25px 75px;
}

.banner {
    font-size: 25px;
    padding: 100px;
}

.section-4 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 600px;
    height: 642px;
    background-color: #fff;
    margin: 0 auto 75px auto;    
    border-radius: 15px;
}

.section-4 h2 {
    font-family: "Josefin Sans";
    font-size: 30px;
    color: #143D60;
}

.section-4 p {
    font-size: 20px;
    color: #143D60;
}

.text4 {
    width: 600px;
    padding-top: 250px;
    padding-left: 50px;
    flex-direction: column;
}

.section-4 a {
    display: none;
}

.image4 img {
    width: 275px; 
    height: 275px;
    border-radius: 15px;
}

.section-5 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 600px;
    height: 642px;
    background-color: #fff;
    margin: 0 auto 0 auto;    
    border-radius: 15px;
}

.section-5 h2 {
    font-family: "Josefin Sans";
    font-size: 30px;
    color: #143D60;
}

.section-5 p {
    font-size: 20px;
    color: #143D60;
}

.text5 {
    width: 600px;
    padding-top: 250px;
    padding-left: 25px;
    flex-direction: column;
}

.section-5 a {
    display: none;
}

.image5 img {
    width: 275px; 
    height: 275px;
    border-radius: 15px;
}
    
.options {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -15px;
}

.image6 img, .image9 img, .image8 img, .image7 img{
    width: 350px;
    height: 345px;    
}

.container-2 {
    width: 100%;
    max-width: 800px;
    height: auto;
    background-color: #FDEBA9; 
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: 15px #fff dashed;
}

.text6  h1{
    font-family: "Holtwood One SC";
    font-size: 30px;
    color: #143D60;
    text-align: center;
    margin: 75px auto;
}

.text6  p{
    width: 100%;
    max-width: 600px;
    justify-content: center;
    margin: 25px auto;
    font-size: 12px;
}

.container-3 {
    width: 100%;
    max-width: 800px;
    height: 1000px;
    margin-top: -15px;
}

.text7 {
    width: 80%;
    height: 700px;
    background-color: #143D60;
    margin: 0px 80px;
    padding: 45px 75px;
    border-radius: 15px;
}

.text7 h2{
    font-size: 24px;
}

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

.options-2 {
    width: 800px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.image10 img, .image11 img, .image12 img{
    width: auto;
    height: 145px;
    border-radius: 15px;
    margin-top: -75px;
}

.image13 img, .image14 img{
    display: none;
}
    
.button-2 a{
    display: none;
}
    
.our-story{
    background-image: url("../images/About-Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    max-width: 800px;
    height: 1300px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: center;
    font-family: "Holtwood One SC";
    font-size: 25px;
    color: #143D60;
    text-align: center; 
    padding: 150px 0;
}

.section-a1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    height: 300px;
    background-color: #FDEBA9;
    margin: 50px 0; 
}

.image-a1 img {
    width: 200px;
    height: 150px;
    border-radius: 15px;
    margin: 0 50px;
}

.text-a1 { 
   color: #1B666F;
   font-family: "Quicksand";
   font-size: 12px;
   padding-top: 10px;
   padding-right: 5px;
   margin-right: 15px;    
}

.section-a2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 800px;
    height: 350px;
    background-color: #FDEBA9;
    margin: 0;
}

.image-a2 img {
    width: 200px;
    height: 150px;
    border-radius: 15px;
    margin: 0 50px;
}

.text-a2 { 
   color: #1B666F;
   font-family: "Quicksand";
   font-size: 12px;
   font-size: 12px;
   padding-top: 5px;
   padding-left: 5px;
   margin-left: 15px;    
}

.our-advisors {
    width: 100%;
    height: 1200px;
    background-color: #143D60;
}

.travel-advisors {
    width: 700px;
    display: flex;
    flex-direction: column;
    margin-left: -300px;
}    
    
.travel-advisors h1{
    font-family: "Holtwood One SC";
    font-size: 25px;
    color: #FDEBA9;
}

.travel-advisors p{
    font-family: "Josefin Sans";
    font-size: 18px;
    color: #fff;
}

.image-a3 img, .image-a4 img, .image-a5 img, .image-a6 img, .image-a7 img, .image-a8 img, .image-a9 img, .image-a10 img, .image-a11 img{     
    width: 150px;
    height: 150px;
    margin: -25px;
}
.image-a3 h3, .image-a4 h3, .image-a5 h3, .image-a6 h3, .image-a7 h3, .image-a8 h3, .image-a9 h3, .image-a10 h3, .image-a11 h3{     
    display: none;
}
    
.button-a1 a{
    display:none;
}
    
.destinations {
    background-image: url("../images/Excursion-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    max-width: 800px;
    height: 500px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header-2 {
    font-size: 25px;

}

.container-4 {
   height: 3900px;
}
    
.locations, .cruises, .resorts,
.hotels {
    width: 100%;
    max-width: 800px;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
    
.section-d1, .section-d2, .section-d3,
.section-d4 {
    width: 90%;
    height: auto;
    padding: 20px;
}
    
.text-d1, .text-d2, .text-d3,
.text-d4 {
    width: 100%;
    height: 300px;
    padding: 20px;
}
    
.image-d1, .image-d2, .image-d3,
.image-d4 {
    margin: 0;
}

.image-d1 img, .image-d2 img, .image-d3 img,
.image-d4 img {
    width: 350px;
    height: 350px;
}

.button-4 a {
    display: none;
}

    
.start-booking {
    width: 600px;
    height: 450px;
    display: flex;
    margin: 0 auto;
    background-color:#143D60;
    border-radius: 15px;
    border: 5px #FDEBA9 dashed;
}

.left-text, .right-text {
    padding: 25px;    
}

.left-text {
    width: 50%;
    margin: 0;
}

.left-text h3 {
    font-family: "Josefin Sans";
    font-size: 12px;
    color: #FDEBA9;
}

.left-text p {
    font-family: "Quicksand";
    font-size: 10px;
    color: #FFF;
}

.right-text {
    width: 50%;
    margin: 50px 50px 0 50px;
}

.right-text h3 {
    font-family: "Josefin Sans";
    font-size: 12px;
    color: #FDEBA9;
}

.right-text p {
    font-family: "Quicksand";
    font-size: 10px;
    color: #FFF;
}

.button-7 a {
    display: none;
}

.excursions {
    background-image: url("../images/Excursion-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    max-width: 800px;
    height: 500px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header-3 {
    font-size: 25px;
}

.container-6 {
    width: 100%;
    max-width: 800px;
   height: 1500px;
   background-color: #FBFAF2; 
}

.text-d6 {
    width: 700px;
    padding-left: 75px;
    display: inline-block;
    align-items: center;
}

.text-d6 p {
    font-size: 15px;
    margin: 0;
    padding: 15px;
}

.options-3,
.options-4 {
    padding: 25px 0 0 50px;
}
.options-3 {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 115px;
    gap: 15px;
}

.image-e7 img, .image-e3 img, .image-e4 img, .image-e5 img{
    width: 400px;
    height: auto;
    border-radius: 15px;   
}

.options-4 {
    width: 800px;
    display: none;
}

.image-e6 img, .image-e1 img, .image-e2 img, .image-e8 img, .image-e9 img, .image-e10 img{
    width: auto;
    height: 400px;
    border-radius: 15px;   
}

.button-3 a {
    display: none;  
    }
    
.packages {
    width: 100%;
    max-width: 800px;
    height: 4100px;
    background-color: #2E4643;
    padding-top: 50px;
}

.section-p1, .section-p2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 600px;
    height: 250px;
    background-color: #1B666F;
    margin: 0 auto; 
    border-top-right-radius: 15px;
}

.section-p1 h2, .section-p2 h2 {
    font-family: "Josefin Sans";
    font-size: 20px;
    color: #143D60;
}

.section-p1 p, .section-p2 p {
    font-family: "Quicksand";
    font-size: 12px;
    color: #fff;
}

.text-p1, .text-p2 {
    width: 800px;
    padding-top: 50px;
    padding-left: 75px;
    flex-direction: column;
}

.section-p1 a, .section-p2 a {
    display:none;
}
    
.image-p1 img, .image-p2 img {
    width: 200px;
    height: 250px;
}

.section-p2 {
        margin-bottom: 25px;
}
.section-p3, .section-p4 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 600px;
    height: 250px;
    background-color: #1B666F;
    margin: 0 auto;    
    border-top-left-radius: 15px;
}

.section-p3 h2, .section-p4 h2 {
    font-family: "Josefin Sans";
    font-size: 20px;
    color: #143D60;
}

.section-p3 p, .section-p4 p {
    font-family: "Quicksand";
    font-size: 12px;
    color: #fff;
}

.text-p3, .text-p4 {
    width: 800px;
    padding-top: 50px;
    padding-left: 75px;
    flex-direction: column;
}

.section-p3 a, .section-p4 a {
    display:none;
}
    
.image-p3 img, .image-p4 img {
    width: 200px;
    height: 250px;
}

.text-p5 {
    margin-bottom: 150px;
}

.text-p5  h1{
    font-family: "Holtwood One SC";
    font-size: 25px;
    color: #FDEBA9;
    text-align: center;
    margin-top: 250px;
}

.text-p5  p{
    width: 700px;
    margin-left: 50px;
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #fff;
    justify-content: center;
}

.plans {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: flex;
}

.image-p5 img {
    width: auto;
    height: 200px;
    margin: 25px 0 0 20px;
    border-radius: 15px;
}

.plans p {
    font-family: "Josefin Sans";
    font-size: 12px;
    color: #fff;
    margin-top: 75px; 
    margin: 25px 25px 0 50px;
}

.options-5 {
    width: 800px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 150px 0 0 100px;
}

.image-p6 img, .image-p7 img, .image-p8 img, .image-p9 img{
    width: 400px;
    height: 400px;
    border-radius: 15px; 
    margin-left: 105px;
}

.button-6 a {
    display: none; 
}
    
.contact {
    background-image: url("../images/ContactUs-Banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    max-width: 800px;
    height: 600px;
    margin: auto 0;
    padding-bottom: 0;
}

.header-5 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header-5 h2 {
    font-family: "Josefin Sans";
    font-size: 24px;
    color: #FDEBA9;
    text-align: center; 
    margin-top: 150px;
}

.header-5 p {
    width: 700px;
    height: auto;
    font-family: "Quicksand";
    font-size: 12px;
    color: #FFF;
    text-align: left; 
    margin-left: 50px;
}

.forum {
    width: 100%;
    max-width: 800px;
    height: 2500px;
    background-color: #FBFAF2;
    position: relative;
    z-index: 1;
}

.form {
  width: 700px;
  height: 1000px;
  background-color: #FBFAF2;
  border: 4px #143D60 solid;
  border-radius: 20px;
  padding: 75px 50px;
  box-shadow: 0px 0px 10px #143D60;
  position: absolute;  
  top: -200px;         
  left: 50%;
  transform: translateX(-50%);
  top: -150px;
  z-index: 2;
}

h2 {
  color: #163E44;
  font-family: "Josefin Sans";
  font-weight: 300;
  font-size: 22px;
}

#name {
  width: 600px;
  height: 125px;
  border-radius: 20px;
  border: 2px #143D60  solid;
  margin: 15px 0px;
}

#assist {
  width: 600px;
  height: 250px;
  border-radius: 20px;
  border: 2px #143D60  solid;
  margin: 15px 0px;
}

#submit {
  width: 200px;
  height: 62px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-left: 400px;
  background-color: #FDEBA9;
  border-radius: 20px;
  border: none;
  text-align: center;
  color: #143D60 ;
  font-family: "Josefin Sans";
  font-weight: 500;
  font-size: 20px;
}

#submit:hover {
  font-size: 24px;
}

.container-7 {
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 15px #fff dashed;
}

.text-cu1  h1{
    font-family: "Holtwood One SC";
    font-size: 25px;
    color: #FDEBA9;
    text-align: center;
    margin: 75px auto;
}

.container-8 {
    width: 100%;
    max-width: 800px;
    height: 1000px;
    margin-top: -50px; 
}

.qa-3 {
    width: 100%;
    height: auto;
    display: flex;
}

.image-c3 img {
    width: auto;
    height: 200px;
    margin: 25px 0 0 20px;
    border-radius: 15px;
}

.text-c3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-c3 p {
    font-family: "Josefin Sans";
    font-size: 12px;
    color: #fff;
    margin: 5px 20px 0 50px;
}

.text-c3 p strong {
    color: #FDEBA9;
}

.qa-3:nth-child(2) {
    flex-direction: row-reverse;
    padding: 25px;
}

.qa-3:nth-child(2) img{
   width: 200px;
   height: auto;    
   margin: 0 20px 0 0;   
}

.qa-3:nth-child(2) p{
    font-size: 12px;
    margin: 5px 30px 5px 20px;
}
  
.footer {
    width: 100%;
    max-width: 800px;
    flex-direction: row;
    height: auto;
    padding: 40px 20px;
    margin-top: 700px;
    text-align: left;
    gap: 30px;
}

.bottomnav h1 {
    font-size: 18px;
}

.bottomnav p {
    font-size: 15px;
}

.foot-right {
    justify-content: center;
    gap: 15px;
}

.logo2 img {
    width: 175px;
    height: auto;
}

.bottomnav-buttons {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-bot1 img, .nav-bot2 img, .nav-bot3 img {
    width: 50px;
    height: 50px;
    margin: 5px;
}
