/* BISMILLAH */



@import url("../Styles/Global.css") screen and (min-width: 0px);
@import url("../Styles/Animate Words.css") screen and (min-width: 0px);
@import url("../Styles/Puzzle01.css") screen and (min-width: 0px);
@import url("../Styles/Tabs.css") screen and (min-width: 0px);
@import url("../Styles/Puzzle02.css") screen and (min-width: 0px);



header {
    /* position: fixed;
    top: 0;
    left: 0; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    /* padding: 10px 10px 20px 10px; */
    z-index: 1;
}

div.ZigZag {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    /* z-index: -1; */

    border: none;
    /* background: gainsboro; */
    background: linear-gradient(45deg,
            #42EADD,
            #CDB599,
            #949398,
            #FFF,
            #F4DF4E,
            #FC766A,
            #5B84B1);
    -webkit-mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50%/20px 100%;
    mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50%/20px 100%;
}

header figure img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    /* width: 90px; */
    width: calc(var(--size-5) + 40px);
    height: auto;
    /* margin-top: calc((var(--size-5) + 40px) - 65px); */
    /* margin-top: calc(var(--size-5) + 40px - 65px); */
    /* margin-top: 10px; */
    margin-top: 1em;

    /* animation: MyAnimation02 5s linear 2s infinite alternate forwards running; */
    animation-name: MyAnimation01;
    animation-duration: 24s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;

    /* filter: hue-rotate(300deg); */
    /* filter: sepia(100%); */
    /* filter: grayscale(100%); */
    /* transition: all 500ms ease; */
}

/* header h1 {
    font-size: var(--size-3);
    font-weight: bold;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

header h1 a {
    color: black;
    text-decoration: none;
} */

footer {
    /* background-color: #36454F; */
    /* background-color: #343434; */
    background-color: #1B1212;
    padding: 10px;
    width: 100%;
    color: white;
}

footer p {
    text-align: center;
}

#TopSection {
    display: flex;
    margin-top: -60px;
    background: white;

    position: relative;
}

#TopSection .ColLeft {
    flex: 1 0 calc(50% - 50px);
    min-height: 100vh;
    /* padding: 75px 0px 0px 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

#TopSection .ColLeft>div {
    /* width: fit-content; */
    /* padding: 20px; */
    margin-top: 60px;
}

#TopSection .ColRight {
    flex: 1 0 calc(50% + 50px);
    min-height: 100vh;
    /* background: linear-gradient( 0deg, rgba(4, 106, 56, 0.8), rgba(255, 255, 255, 0), rgba(255, 103, 31, 0.8) ), url("Vodafone_Pug\ \(1\).jpg");; */
    background: url("../Assets/Images/Vodafone_Pug (1).jpg");
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(100px 0, 100% 0%, 100% 100%, 0% 100%);

    /* filter: hue-rotate(300deg); */
    filter: sepia(100%);
    /* filter: grayscale(100%); */
    /* filter: blur(5px); */
}

/* For browser window between 768px and 960px wide */
@media only screen and (min-width: 768px) and (max-width: 960px) {
    #TopSection .ColLeft {
        flex: 1 0 calc(50% - 0px);
    }

    #TopSection .ColRight {
        flex: 1 0 calc(50% + 0px)
    }
}

/* For browser window upto 767px wide */
@media only screen and (max-width: 767px) {
    #TopSection {
        flex-direction: column;
    }

    #TopSection .ColLeft {
        min-height: 400px;
        /* min-height: 60vh; */
    }

    #TopSection .ColRight {
        min-height: 400px;
        /* min-height: 60vh; */
        clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
    }
}

#TopSection .ColLeft .Content h2 {
    font-size: var(--size-2);
    font-weight: 400;
    text-transform: uppercase;
    /* text-align: center; */
    color: #6d2fd7;
    margin-bottom: 15px;
}

#TopSection .ColLeft .Content h3 {
    font-size: var(--size-1);
    font-weight: 400;
    text-transform: lowercase;
    /* text-align: center; */
    color: green;
    margin-bottom: 20px;
}

#TopSection .ColLeft .Content h3 a {
    all: unset;
    cursor: pointer;
    text-decoration: underline;
    text-underline-position: under;
}

#TopSection .ColLeft .Content h3 a:hover {
    text-decoration: underline wavy;
    text-underline-position: under;
    /* text-underline-offset: 5px; */
}

#TopSection .ColLeft .Content p {
    font-size: var(--size-0);
    font-weight: 400;
    text-transform: capitalize;
    /* text-align: center; */
    color: red;
}

/* https://www.quackit.com/css/functions/css_hue-rotate_function.cfm */
/* @keyframes MyAnimation01 {
    10% {
        filter: hue-rotate(0deg);
    }

    25% {
        filter: hue-rotate(60deg);
    }

    40% {
        filter: hue-rotate(120deg);
    }

    55% {
        filter: hue-rotate(180deg);
    }

    70% {
        filter: hue-rotate(240deg);
    }

    85% {
        filter: hue-rotate(300deg);
    }

    90% {
        filter: hue-rotate(360deg);
    }
} */

@keyframes MyAnimation01 {
    10% {
        filter: hue-rotate(0deg);
    }

    90% {
        filter: hue-rotate(330deg);
    }

}

/* @keyframes MyAnimation02 {
    0% {
        filter: sepia(0);
    }

    50% {
        filter: sepia(0.5);
    }

    100% {
        filter: sepia(1);
    }
} */







nav#GameLinks {
    position: sticky;
    top: 0;
    z-index: 1;
    width: fit-content;
    height: 40px;
    margin: 0px auto;
    margin-top: -40px;
    /* bottom: 20px;
    left: 50%;
    transform: translateX(-50%); */
}

nav#GameLinks>div {
    width: 100%;
    padding: 5px 10px 5px 10px;
    border-radius: 0.3em;
    background: rgba(0, 0, 0, 0.7);
    color: whitesmoke;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

nav#GameLinks a button {
    padding: 3px 5px;
    cursor: pointer;
}

nav#GameLinks a button:hover {
    background: #ddd;
}








#Puzzle01 {
    overflow: clip;
    margin-top: 2px;
}

#Puzzle01 .Container {
    display: flex;
    /* align-items: center;
	justify-content: center; */
    min-height: fit-content;
}

#Puzzle01 .Container .ColLeft {
    flex: 1 0 400px;
    padding: 50px 20px;
    background: #ccc;

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
}

#Puzzle01 .Container .ColRight {
    flex: 1 0 calc(100% - 400px);
    padding: 50px 20px;
    /* background: beige; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 960px) {
    #Puzzle01 .Container {
        flex-direction: column;
    }
}

#Puzzle01 .Container .ColLeft h2 {
    /* background: red; */
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    text-decoration-color: white;
    padding: 10px;
    margin-bottom: 10px;
}

#Puzzle01 .Container .ColLeft h3 {
    /* background: red; */
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
}

#Puzzle01 .Container .ColLeft ul {
    /* list-style: none; */
    padding: 15px;
}

/* #Puzzle01 .Container .ColLeft ul li {
    list-style: none;
} */

#Puzzle01 .Container .ColLeft ul li span {
    color: red;
    font-weight: bold;
}

/* #Puzzle01 .Container .ColLeft p {
    margin-top: 10px;
} */

#Puzzle01 .Container .ColLeft p span {
    color: blue;
    font-weight: bold;
}











#Puzzle02 {
    overflow: clip;
    margin-top: 2px;
}

#Puzzle02 .Container {
    display: flex;
    /* align-items: center;
	justify-content: center; */
    min-height: fit-content;
}

#Puzzle02 .Container .ColLeft {
    flex: 1 0 400px;
    padding: 50px 20px;
    background: #ccc;

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
}

#Puzzle02 .Container .ColRight {
    flex: 1 0 calc(100% - 400px);
    padding: 50px 20px;
    /* background: beige; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 960px) {
    #Puzzle02 .Container {
        flex-direction: column;
    }
}

#Puzzle02 .Container .ColLeft h2 {
    /* background: red; */
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    text-decoration-color: white;
    padding: 10px;
    margin-bottom: 10px;
}

#Puzzle02 .Container .ColLeft h3 {
    /* background: red; */
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
}

#Puzzle02 .Container .ColLeft ul {
    /* list-style: none; */
    padding: 15px;
}

/* #Puzzle02 .Container .ColLeft ul li {
    list-style: none;
} */

#Puzzle02 .Container .ColLeft ul li span {
    color: red;
    font-weight: bold;
}

#Puzzle02 .Container .ColLeft p:first-of-type {
    margin-top: 10px;
}

#Puzzle02 .Container .ColLeft p span {
    color: blue;
    font-weight: bold;
}

#Puzzle02 .Container .ColLeft p:last-of-type span:last-of-type {
    color: salmon;
    /* font-weight: bold; */
}