* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  
}


header{
    height: 400px !important;
}

.LinkTravel {
    color:green; 
    text-align:center;
    font-size:28px;
}
body {
    background-color: red;
}
header img{
 
  width: 100%;
    height: 100%;
    border-bottom:3px solid gold;

}
 nav button{
    display:none;
}
nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
   
    border-radius: 0 0 10px 10px;
   
}
.Countinerslider{
    width:91%;
    margin: 0 auto;
}
nav ul li {
    font-size: 25px;
    padding-right: 38px;
}

nav ul li a{
     text-decoration: none;
    color: black;
}
.Pages{
    
    border-radius: 40px 40px 0 0 ;
    background-color: white;
    width: 100vw;
    min-height: 70vh;
    z-index: 99;

}

.Items{
    display: flex;
    flex-direction: column;

   width: 100%;
  
}


.All {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  
}

.Main{
    flex:1;
   
}
.UP_item {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.UP_item p{
    
font-size: 40px;
}
.UP_item h2{
   
    text-align: justify;
    width: 100%;
  

    padding: 5px;
}
.UP_item span{
    width: 400px;
    height: 3px;
    display: block;
    background-color: rgb(3, 95, 171);
margin: 20px 0;
border-radius: 20px;

}

.Down_Item {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 91%;
    margin: 0 auto;
   
}
.ImgFlex {
    width: 24%;
  height:300px;

    margin: 8px 0;
}
    .ImgFlex img {
        width: 100%;
        height: 100%;
        transition: 0.5s;
    }
    .ImgFlex:hover img{
        transform: scale(1.1);
    }

.Traveling {
    font-size: 26px;
    font-weight: bold;
}
/*.Link {
    margin: 20px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
    background-color: white;
    width: 26%;
    border-radius: 20px;
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    transition: 0.5s;
}*/
.CloseToggle {
   visibility:hidden;
  
}
.Close ul {
    position:absolute;
    top:0;
    visibility: hidden;
}
.Link i{
    background-color: rgb(161, 216, 253);
    border-radius: 50%;
    padding: 20px 35px;
    display:flex;
    align-content:center;
    justify-content:center;
    position: absolute;
    top: 20px;
    font-size: 25px;
     transition: 0.5s;
}

.Link a{
    text-decoration: none;
    color: black;
    font-size: 25px;
    position: absolute;
    bottom: 30px;
    transition: 0.5s;
    padding: 124px 0px 0 0;
}

.Link:hover{
background-color: rgb(2, 64, 89);
}

.Link:hover a{

    color: white;
}
.Link:hover i{

    color: white;
}
footer {
    border-top: 3px solid gold;
    margin-top: 38px;
    background-color: #B4D6FD;
}
footer li {
    list-style-type: none;
    margin: 10px 0;
    font-size: 23px;
    font-weight:bold;
    margin-right:80px;
    transition:0.3s
}
    footer li:hover {
       color:white !important;
    }
footer ul {
   display:flex;
   flex-direction: column;
}

.activetitle{
    font-size:28px;
}
.activetitle:hover {
    font-size: 28px;
    color:black !important;
}
.FinalBorder{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.SpanBorder{
    display:flex
}
.FinalBorder span {
    display: block;
    width: 300px;
    height: 3px;
    background-color: #C7933C;
    border-radius:10px;
}
.bluespan {
    background-color: #022D58 !important;
}
.FinalBorder img {
    width: 270px;
    height: 140px;
}
    .border-img {
        display:flex;
        justify-content:center;
        align-items:center;
      
    }

    @media ( max-width: 1000px) {
        header {
            height: 180px !important;
        }

            header img {
                width: 100%;
                height: 100%;
            }

        footer li {
            list-style-type: none;
            margin: 10px 0;
            font-size: 20px;
            margin-right: 30px;
        }

        .FinalBorder span {
           
            width: 100px;
          
        }
        .FinalBorder img {
            width: 215px;
            height: 130px;
        }
        .Traveling {
            font-size: 21px !important;
            font-weight: bold;
        }

        .ImgFlex {
            width: 100%;
            height: 200px;
            margin: 8px 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }


            .ImgFlex a {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: inherit;
            }

        .Down_Item img {
            width: 65%;
            height: 100%;
            cursor: pointer;
            transition: 0.5s;
        }

        .ImgFlex:hover img {
            transform: scale(1.05);
        }

        .UP_item h2 {
            text-align: justify;
            width: 90%;
            font-size: 19px;
            padding: 5px;
        }



        .Link {
            width: 60%;
        }

        .UP_item span {
            width: 300px;
        }

        nav ul li {
            display: none !important;
        }


            nav ul li button {
                display: flex;
                justify-content: center;
                align-items: center;
            }

        .lastItemList {
            display: block !important;
            margin: 0;
            padding-right: 28px
        }

        nav button {
            margin-top: 18px;
            width: 40px;
            height: 40px;
            padding: 3px;
            background-color: aliceblue;
            box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.23);
            border-radius: 10px;
        }

        .MenuSpan {
            position: relative;
            display: inline-block;
            width: 95px;
            height: 5px;
            border-radius: 20px;
            background-color: #9E58DF;
        }

            .MenuSpan::after,
            .MenuSpan::before {
                border-radius: 20px;
                content: "";
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: inherit;
            }

            .MenuSpan::before {
                top: -8px;
                margin-top: -2px;
            }

            .MenuSpan::after {
                top: 8px;
                margin-top: 2px;
            }

        .CountainerSideBar {
            position: fixed;
            top: 0;
            width: 0;
            height: 100%;
            background-color: rgb(0, 0, 0, 0.36);
            transition: 0.5s;
            z-index: 99;
        }


        .openCountainer {
            width: 100%;
        }

        .Close {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: fixed;
            top: 0;
            right: -400px;
            width: 0;
            height: 100%;
            z-index: 999;
            background-color: #B4D6FC;
            transition: 0.5s;
        }

        .Open {
            right: 0;
            width: 62%;
        }

        .CloseToggle {
            position: relative;
            right: -100px;
            width: 99%;
            transition: 0.5s;
        }



            .CloseToggle i {
                font-size: 23px;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                color: #9E58DF;
                width: 100%;
                height: 50px;
                padding: 10px 20px;
                background-color: aliceblue;
                border-radius: 10px;
                margin: 10px 10px;
            }

        .Open .CloseToggle {
            right: 0;
            visibility: visible;
        }

        .Close ul {
            position: relative;
            list-style: none;
            visibility: visible;
            flex-direction: column;
            width: 90%;
        }

            .Close ul li:hover {
                transition: 0.5s;
                background-color: #9c80ea84;
                border-radius: 10px;
                padding: 2px 10px;
            }



        .Close li {
            display: block;
            font-size: 30px;
            width: 95%;
            margin: 0 30px;
            padding-bottom: 5px;
            transition: 0.5s;
        }

        nav ul {
            background-color: white !important;
        }

        .LinkTravel {
            font-size: 24px !important;
        }
    }