html{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}


body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgb(32, 32, 32);
    display: grid;
    grid-template-rows: repeat(3, 1fr);
}
/* width */
::-webkit-scrollbar {
    width: 4px;
    display: none;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 5px rgba(3, 3, 3, 0.322);
    border-radius: 10px;
}
  
/* Handle */
::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

header{
    height: 200px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(134, 173, 255);
    
}

header p{
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 1;
    margin-left: 10%; 
    border-bottom: rgba(0, 153, 255, 0.664) 0.5px groove;
    border-bottom-left-radius: 10px;
    font-family: fantasy;
    font-size: 48px;
    text-shadow: 1px 1px 20px rgb(90, 185, 12);
    background-image: linear-gradient(45deg,rgba(0, 0, 0, 0) 20%, rgba(81, 189, 252, 0.273) 200%);
}

main{
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(243, 243, 243);
    font-size: 18px;
    display: grid;
    grid-template-rows: repeat(auto-fit, auto);
    justify-content: center;
    justify-items: center;
    text-align: center;
    height: 100%;
    
}
#pres{
    display: flex;
    flex-direction: row;
    font-family: fantasy;
    font-size: 28px;
    color: rgb(134, 173, 255,0);
       
}
#pres h2{
    position: relative;
    right: 10px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 1.0s ease-in-out;
}
#pres img{
    position: relative;
    opacity: 0;
    width: 100px;
    height: 100px;
    transition: all 0.7s ease-in-out;
    left: 20px;
    z-index: -1;
    box-shadow: -15px -20px 1px 0px rgba(6, 4, 32, 0);
    border-radius: 50%;
    background: rgba(126, 17, 17, 0.568);
}

#pres1{
    display: flex;
    flex-direction: row;
    font-family: fantasy;
    font-size: 28px;
    color: rgb(134, 173, 255,0);
       
}
#pres1 h2{
    position: relative;
    right: -8px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 1.0s ease-in-out;
}
#pres1 img{
    position: relative;
    opacity: 0;
    width: 100px;
    height: 100px;
    transition: all 0.7s ease-in-out;
    left: 20px;
    z-index: -1;
    box-shadow: -15px -20px 1px 0px rgba(6, 4, 32, 0);
    border-radius: 50%;
    background: rgba(134, 173, 255, 0.568);
}

#pres2{
    display: flex;
    flex-direction: row;
    font-family: fantasy;
    font-size: 28px;
    color: rgb(134, 173, 255,0);
       
}
#pres2 h2{
    position: relative;
    right: -8px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 1.0s ease-in-out;
}
#pres2 img{
    position: relative;
    opacity: 0;
    width: 100px;
    height: 100px;
    transition: all 0.7s ease-in-out;
    left: 20px;
    z-index: -1;
    box-shadow: -15px -20px 1px 0px rgba(6, 4, 32, 0);
    border-radius: 50%;
    background: rgba(255, 227, 134, 0.568);
}
#pres3{
    display: flex;
    flex-direction: row;
    font-family: fantasy;
    font-size: 28px;
    color: rgb(134, 173, 255,0);
       
}
#pres3 h2{
    position: relative;
    right: -8px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 1.0s ease-in-out;
}
#pres3 img{
    position: relative;
    opacity: 0;
    width: 100px;
    height: 100px;
    transition: all 0.7s ease-in-out;
    left: 20px;
    z-index: -1;
    box-shadow: -15px -20px 1px 0px rgba(6, 4, 32, 0);
    border-radius: 50%;
    background: rgba(237, 255, 134, 0.568);
}
#pres4{
    display: flex;
    flex-direction: row;
    font-family: fantasy;
    font-size: 28px;
    color: rgb(134, 173, 255,0);
       
}
#pres4 h2{
    position: relative;
    right: -8px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 1.0s ease-in-out;
}
#pres4 img{
    position: relative;
    opacity: 0;
    width: 100px;
    height: 100px;
    transition: all 0.7s ease-in-out;
    left: 20px;
    z-index: -1;
    box-shadow: -15px -20px 1px 0px rgba(6, 4, 32, 0);
    border-radius: 50%;
    background: rgba(134, 255, 209, 0.568);
}
.img-c > p{
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.img-c > img{
    margin: 0px 50px 0px 50px;
    position: sticky;
    transform-style: preserve-3d;
    left: 0%;
    transform: translateZ(0px) rotateZ(45deg);
    max-height: 468px;
    height: 320px;
    width: auto;
    box-shadow: 50px 100px 15px -20px  rgba(0, 0, 0, 0.507);
    border-radius: 20px;
    transition: all 0.5s ease-in;
    z-index: 1;
    background: black;
    filter: brightness(80%);
}
#privacy-policy{
    text-decoration: none;
    color:rgb(134, 231, 255);
}
#privacy-policy:hover{
    color: rgb(187, 250, 229);
    outline: 1px solid rgb(0, 255, 149);
    border-radius: 10px;
    box-shadow: none;
}


@media only screen and (max-width: 479px) {
    .img-c > p{
        font-size: 18px;
    }
    #pres{
        font-size: 20px;
    }
    #pres1{
        font-size: 20px;
    }
    #pres2{
        font-size: 20px;
    }
    .img-c > img{
        height: 220px;
    }
}
/* #cl-svg{
    fill: black;
    z-index: -2;
} */
.cir-con{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    justify-content: center;
    justify-items: center;
    display: flex;
}
.cir-con > div{
    position: fixed;
    /* max-width: 500px;
    max-height: 500px;*/ 
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -2;
    transform-style: preserve-3d; 
    transition: all 0.7s ease;
}
.circle-f{
    background: linear-gradient(rgb(107, 59, 0), rgb(165, 142, 94));
    top: -10%;
    left: 40%;
    transform: rotateZ(30deg);
    width: 50%;
    height: 50%;
}
.circle-s{
    background: linear-gradient(to right,rgb(124, 80, 65),rgb(145, 108, 61));
    left: 10%;
    transform: rotateZ(90deg);
    width: 50%;
    height: 50%;
}
.circle-t{
    background: linear-gradient(rgb(34, 102, 43), rgb(74, 194, 94));
    top: 50%;
    right: 10%;
    transform: rotateZ(10deg);
    width: 50%;
    height: 50%;
}
.circle-fo{
    background: linear-gradient(red, rgb(172, 71, 71));
    bottom: 30%;
    left: 25%;
    transform: rotateZ(45deg);
    width: 50%;
    height: 50%;
    
}

.go-link{
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    transform-style: preserve-3d;
    margin-bottom: 100px;
}
.go-link  a{
    min-width: 50px;
    min-height: 50px;
    width: 100px;
    height: 100px;
    text-decoration: none;
    font-family: fantasy;
    font-size: 34px;
    color: rgb(71, 255, 163);
    box-shadow: 0px 0px 5px 1px rgb(232, 135, 235);
    border-radius: 50%;
    margin-top: 50px;
    background: rgba(29, 153, 85, 0.7); 
    transition: all 1.0s ease-in-out;
}

#go-cloud1{
    position: absolute;
    min-width: 50px;
    min-height: 50px;
    box-shadow: 0px 0px 5px 1px rgb(247, 61, 61);
    border-radius: 50%;
    left: 43%;
    top: 23px;
    background: rgba(155, 24, 90, 0.7);
    z-index: -1;
}
#go-cloud2{
    position: absolute;
    min-width: 150px;
    min-height: 150px;
    box-shadow: 0px 0px 5px 1px skyblue;
    background: rgba(105, 152, 167, 0.7);
    border-radius: 50%;
    top: 40px;
    z-index: -1;
}
#go-cloud3{
    position: absolute;
    min-width: 100px;
    min-height: 100px;
    box-shadow: 0px 0px 5px 1px rgb(235, 225, 135);
    border-radius: 50%;
    right: 40%;
    top: 60%;
    background: rgba(150, 45, 45, 0.7);
    z-index: -2;
}

footer{
    margin: 0px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 28px;
    text-shadow: 4px 4px 0px black;
    color: rgb(154, 243, 247);
    justify-content: center;
    justify-items: center;
    transition: all 0.7s ease-in-out;
    background-color: rgba(0,0,0,0.5);
}