


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
    font-family: Verdana, sans-serif;
    margin:0
}


a{
    text-decoration: none;
    color: white;
}


header {
    
    background-color: #360606f5;
    color: rgb(248, 240, 240);
    padding: 18px;
    text-align: center;
    height: 150px;
    position: fixed;
    z-index: 11;
    width: 100%;
}


.navbar{
    display: flex;
    
}


.navbar h1{
    margin-left: 20px;
}


.navbar ul{
    display: flex;
    justify-content: center;
    align-items: center;
    
}


li{
    list-style: none;
    width: 160px;
}


.d-block, .w-100 {
    text-decoration: none;
    padding: 10px 20px;
}
    

.navbar li a:hover{
    background-color: #021402;
    border-radius: 5px;
    transition: ease 0.3s ;
}


.mySlides {
    display: none;
}


img {
    position:static;
    top: 50%;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}


.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
}


.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #6b2626;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}


.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 300px){
  .prev, .next,.text {font-size: 11px}
}
        
        


    
nav a {
    color: rgb(0, 4, 12);
    text-decoration: none;
    padding: 10px 20px;
}

    
nav a:hover {
           
    background-color: #28e952;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 30px;
}

.main-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #1dc526;
}
        

.btn {
    padding: 15px 25px;
    font-size: 1rem;
    background-color: #4CAF50;
    color: white;
    border: none;

    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}


