
* {
    margin: 0;
    padding: 0;
   
}

body, html {
    height: 100%;
    font-family: Arial, sans-serif;

}



@media (max-width: 768px) {
   

    .split.left {
        left: 0;
        background-image: url(sc.jpeg);
        background-size: cover;
        background-position: left;
        z-index: 1;
        position:fixed;
        width: 50%;
        height: 100%;
        overflow: hidden;
        top: 0;
        transition: 0.7s ease-in-out;
        
        
    }
    .split.right {
        right: 0;
        background-image: url(dragon.JPG);
        background-size: cover;
        position: fixed;
        width: 50%;
        height: 100%;
        overflow: hidden;
        top: 0;
        transition: 0.7s ease-in-out;
        
    
    }

    .content-1 h2 {
        font-size: 5vw;
        margin-bottom: 20px;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        text-shadow: 4px 4px 10px #010000;
        
        
    }

    
    .content-2 h2 {
        font-size: 5vw;
        margin-bottom: 20px;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        text-shadow: 4px 4px 10px rgb(0, 0, 0);
       
    }


}


.page-title {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5vw;
    font-weight: bold;
    color: rgb(255, 136, 0);
    text-transform: uppercase;
    
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.37);
    background-color: rgba(0, 0, 0, 0.5);
   
}

.no-link-style{
    color: inherit;
    text-decoration: none;
}

.content-1 a {
    font-size: 5vw;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-weight: bold;
    text-shadow: 4px 4px 10px rgb(0, 0, 0);
    z-index: 1;
    
    
}


.content-2 a {
    font-size: 5vw;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 4px 4px 10px rgb(0, 0, 0);
    

}



.split.left {
    left: 0;
    background-image: url(sc_1.jpeg);
    background-size: cover;
    background-position: center;
    z-index: 0;
    position:fixed;
    width: 50%;
    height: 100%;
    overflow: hidden;
    top: 0;
    transition: 0.5s ease-in-out;
    
    
}


.split.right {
    right: 0;
    background-image: url(dragon.JPG);
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 50%;
    height: 100%;
    overflow: hidden;
    top: 0;
    transition: 0.5s ease-in-out;
    z-index: 1;
    

}



.split.left:hover {
    width: 54%;
}

.split.left:hover .hover-preview-1 {
    opacity: 1;
    transform: translateY(0);
}

.split.right:hover {
    width: 54%;
}

.split.right:hover .hover-preview-2 {
    opacity: 1;
    transform: translateY(0);
}


.hover-preview-1 {
    position: relative;
    transform: translateX(-100%) translateY(0);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: transform .5s;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    
    
}

.hover-preview-2 {
    transform: translateX(-100%) translateY(0);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: transform .5s;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
   
    
}


.hover-preview-1 .btn {
    position: fixed;
    background: rgb(200, 200, 200);
    top: 65%;
    left: -21px;
    padding: 30px 30px;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.1s ease-in-out;
    z-index: 1;
    width: 100%;
    
}


.hover-preview-2 .btn {
    position: fixed;
    background: rgba(200, 200, 200);
    top: 65%;
    left: -2%;
    padding: 30px 30px;
    color: #000000;
    text-transform:uppercase;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: large;
    border-radius: 5px;
    transition: background 0.1s ease-in-out;
    z-index: 1;
    width: 100%;
}

.hover-preview-1 .btn:hover {
   background-color: rgb(237, 134, 0);
}

.hover-preview-2 .btn:hover {
    background-color: rgb(237, 134, 0);;
}



.admin-icon {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    z-index: 10;
}

.admin-icon:hover {
    color: rgba(251, 130, 0);
}

