*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cinzel', serif;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    box-sizing: border-box;
    height: 100%;
}
body{
    width: 100%;
    background-color: #f3e3c3;
    background-image: linear-gradient(450deg, #f3e3c3 0% , #fbe7a1, #ede275);

    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
/* background-color:white; */
}
.container{
  
    width: 100%;
    /* display: flex; */
    padding: 2%;
    /* justify-content: space-between; */ } 

    
button{
    outline: none;
    border: 0;
    background: transparent;
}



.toggle{
    font-size: 22px;
    cursor: pointer;

}

.toggle i{
    padding-right: 5px;
}

.container :nth-child(1){
    /* box-shadow: 0 0 5px rgba(0,0,0,0.3) */

}
 
.search-box {
    width: 40%;
    /* position: relative; */
    display: flex;
    /* background-color: floralwhite; */
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
  }
  
  .search-input {
    margin-top: 1%;
    margin-bottom: 3%;
    width: 100%;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    padding: 15px 45px 15px 15px;
     background-color: floralwhite;
    color: #170808;
    box-shadow: 0 0 5px rgba(0,0,0,0.3) ;
    border-radius: 6px;
    border:none;
    transition: all .4s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* font-family: cursive; */
  }
  .search-input::placeholder {
    color:  #1b0909;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* font-family: cursive; */
  }
  .search-input:focus {
    border:none;
    outline:none;
    box-shadow: 0 1px 12px #3a3630;
    -moz-box-shadow: 0 1px 12px #28241f;
    -webkit-box-shadow: 0 1px 12px #1a1815;
  }
  
  .search-btn {
    background-color: transparent;
    font-size: 18px;
    padding: 6px 9px;
    margin-left:-45px;
    border:none;
    color: #1d0a0a;
    transition: all .4s;
    z-index: 10;
  }
  .search-btn:hover {
    transform: scale(1.2);
    cursor: pointer;
    color: black;
  }
  
  .search-btn:focus {
    outline:none;
    color:black;
  }
  
  
.countries-container{
    margin-top: 30px;
    max-width: 1200px;
    margin-inline: auto;
     display: flex; 
     gap: 64px;
     /* background-color: floralwhite; */
     flex-wrap: wrap;
     justify-content: space-between; 

}
.country{
    display: inline-block;
    width: 250px;
    background-color: floralwhite;
    border-radius: 10px;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    

}
.country img{
    width: 100%;
}
.card{
    padding-inline: 3%;
    padding-bottom: 2%; 
    /* background-color: floralwhite; */
}
p{
    margin-block: 1.9%;
}
a{
    text-decoration: none;
    color: inherit;
}
.country:hover{
    transform: scale(1.08);
    box-shadow: 0 0 16px 0px rgba(0,0,0,0.3) ;
}
main{
    margin: 1.7%;
   
}
.naam{
    color: #000;
}

@media(max-width: 920px){
    main{
        padding-bottom: 10%;
    }
    .countries-container{
        justify-content: center;
    }
    .container{
        /* align-items: center; */
        justify-content: center;
    }
    .search-input{
font-size: 12px;
letter-spacing: 0.1px;
    }
    .search-box{
        width: 55%;
    }
}




footer{
    width: 100%;
      position: absolute;  
    bottom: 0;
    /* z-index: 1; */
 height: 22.75rem;
    background: linear-gradient(to right, #00093c , #2d0b00);
    color: white;
    padding: 30px 0 20px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 17px;

}
.row{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    flex-wrap: wrap;
    align-items: flex-start;
}

.col{
    flex-basis: 25%;
    padding: 10px;
}
.logo{
    width: 80px;
    margin-bottom: 30px;
}
.col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;  
}
ul li{
    list-style: none;
  
    margin-bottom: 12px;
}
 ul li a{
    text-decoration: none;
     color: white; 
}
.social .fa-brands{
    height: 40px;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background: #fff;
    color: #000;
    margin-right: 15px;
    cursor: pointer;
}

.social .fa-solid{height: 40px;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background: #fff;
    color: #000;
    margin-right: 15px;
    cursor: pointer;}
h3{
    color: white;
}
.col:nth-child(2){
    flex-basis: 15%;
}
hr{
    width: 90%;
    border:0;
    border-bottom: 1px solid #ccc;
    margin:20px auto ;
}
.copyright{
    text-align: center;
}

@media(max-width:920px){
    .header{
        height: 5rem;
    }
    


    footer{
        bottom: unset;  
    }
    .col{
        flex-basis: 100%;

    }
    body{
        box-sizing: unset;
        
    }
    footer{
        padding: 60px 0 30px;
        position: absolute;
        height: unset;
    }
    #contentwrap{
        padding-bottom: unset;
    }
}

.underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
}
.underline span{
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 15px;
    animation: run 2s linear infinite;
}


@keyframes run{
    0%{
        left: 0px;
    }
100%{
    left: 80%;
}



}

#pagecontainer{
    position: relative;
    min-height: 100vh;
}
#contentwrap{
    padding-bottom: 22.75rem;
}



main{
    margin-top: 9.4%;
}




.header{
    padding: 0 2 rem;
    height: 5.3rem;
    width: 100%;
    top: 0;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    background-color:black; 
    background: linear-gradient(to right, #00093c , #2d0b00);
    position: fixed;
    border:2px solid darkblue;
} 


.icon{
    width: 3rem;
    height: 3rem;
}

.icon[name="close-outline"]{
    display: none;
}

.button{
    display: none;
    background: transparent;
    color: white;
    cursor: pointer;
}
.header h2{
     font-size: 1.5rem; 
     /* margin-bottom: 70px;  */
     margin-left: 10px;
    transition: 0.8s;
    background-image: linear-gradient(
        to right,
        #b8860b 0,
        #b8860b 22%, 
        #b8860b 45%,
        #b8860b 50%,
        #b8860b 55%,
        #b8860b 78%,
        #b8860b 100%
        );
       color:transparent;
       -webkit-background-clip:text;
}

.header h2 span{
    color: white;
    font-size: 1.7rem; 
}
body{
    overflow-x: hidden;
}
 .list{
    display: flex;
    font-size: large;
     gap: 4.1rem; 
     margin-right: 12px;
    list-style: none;
    background-image: linear-gradient(
	to right,
    
        white,
        white 22%, 
        gold 45%,
        rgb(214, 217, 31),
        #eac117 55%,
        #eac117 78%,
        #eac117 100% 
	 );
    -webkit-background-clip: text;
}
 /* .list:hover{
    color:white;
    scale(1.2);
    transform: .2s;
}  */

.link:link,.link:visited{
    display: inline-block;
    text-transform:uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    color:transparent;
}

@media(max-width:920px){
    .button{
        display: block;
        z-index: 999;
        border: 3px solid black;
    }
    main{
        margin-top: 23%;
        padding-top: 5%;
    }
h1{
    font-size: 1.4rem;
}

    .navbar{
        width: 100%;
        height: 100vh;
         /* background: #041a31 ;  */
        background: linear-gradient(to right, #00093c , #2d0b00);
        position: absolute;
        top: 0;
        left: 0;
z-index: 999;

        display: flex;
        justify-content: center;
        align-items: center;

        transform: translateX(100%);
        transition: all 0.2s linear;

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

      
    }

    .list{
        flex-direction: column;
        align-items:center ;
        
    }

    .active .navbar{
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .active .button .icon[name="close-outline"]{
        display: block;
    }

    .active .button .icon[name="menu-outline"]{
        display: none;
    }

    
    }

  h1{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 0.5%;
 }

 @media screen and (max-width: 480px) {
    .header{
         height: 4.86rem; 
        }};