#main_webpages {
    transition-property: all;
    transition-duration: 500ms;
    display: flex;
    justify-content: space-around;
    border-radius: 2vh;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 0, 0.33), rgb(250, 158, 250,0.33));
    backdrop-filter:  blur(4px);
    align-items: center;
    margin: auto;
    margin-top: 15vh;
    transition: all 1800ms linear  ;
    -webkit-transition: all 1800ms linear  ;
    -moz-transition: all 1800ms linear  ;
    -ms-transition: all 1800ms linear  ;
    -o-transition: all 1800ms linear  ;
}
#main_webpages .card {
    width: 85vw;
    height: 30vh;
    text-align: center;
    background-color: rgb(46, 165, 42);
    opacity: 65%;
}

 @media only screen and (min-width: 768px) {
    #main_webpages {
        flex-direction: row;
        flex-wrap: wrap;
        opacity: 45%;
        width: 80vw;
         border: #ffff00 solid 0.15vw;
        padding: 0.6vw; 
}

    #main_webpages:hover {
        opacity: 100%;
	backdrop-filter:  blur(6px);
    /* background-image: linear-gradient(to bottom right, rgba(255, 255, 0, 0.23), rgb(250, 158, 250,0.23)); */

    }

    #main_webpages .card {
        padding-top: .6vh;
        display: inline-block;
        width: 25vw;
        height: 30vh;
        border-radius: 1.4vh;
        transition: all ease-in-out 350ms;
        font-size: 5.4vh;
        border: #ccccd6 0.12vw solid;
    }

    #main_webpages #card4,
    #main_webpages #card5 {
        width: 32vw;
        height: 32vh;

    }

    #main_webpages .card a {
        text-decoration: none;
        text-align: center;
        font-size: inherit;
        color: white;
    }

    #main_webpages .card p {
        font-size: 0.9vw;
    }

    #main_webpages .card:hover {
        opacity: 100;
        background-color: rgb(238, 238, 238);
        box-shadow: 0 0 13px 0px rgb(255 255 0);
        color: black;
        border: rgb(227 117 227 / 86%) 0.16vw solid;
    }

    #main_webpages .card:hover>a {
        color: #000000;

    }

    #main_webpages .card:hover>p {
        font-size: 1.1vw;

    }
}

    

@media only screen and (max-width: 767px) {
    #main_webpages { 
        flex-direction: column;
        opacity: 85%;
        width: 95vw;
        box-shadow: inset 2px 11px 80px 2px rgb(250 158 250), inset -20px -17px 60px 20px rgb(255 255 0 / 73%), 15px 20px 160px 4px rgb(255 255 0 / 73%);
    }

    #main_webpages .card {
        width: 85vw;
        height: 30vh;
        border-radius: 1.8vh;
        font-size: 1.8vh;
        transition-property: all;
        transition-delay: 0ms;
        transition-duration: 500ms;
        margin-top: 10vh;
    }

    #main_webpages #card1 {
        margin: 6vh;
        margin-bottom: 0vh;
    }

    #main_webpages .card a {
        text-decoration: none;
        text-align: center;
        font-size: 5.4vh;
        color: white;

    }

    #main_webpages #card5 {
        margin-bottom: 6vh;

    }

    #main_webpages .card p {
        font-size: 1.26vh;

    }

    #main_webpages .card:hover>a {
        color: #000000;

    }

    #main_webpages .card:hover>p {
        font-size: 2vh;

    }
}
    
 
 
.transbackc{
animation: transback 1.5s ease-in-out 0s 1 ;
}
span.SkipBtn:hover {
    letter-spacing: 4px;
    color: #b44545;
}
span.SkipBtn {
    position: absolute;
    z-index: 200;
    right: 2vw;
    top: 2vh;
    font-size: 2em;
}
/* Preloader */
.container-preloader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
    background: #201d1d;
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;

}

/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, 0.2);
    border-top-color: green;
    /* It is not in alphabetical order so that you do not overwrite it */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;

}

/* Loading text */
.container-preloader .animation-preloader .txt-loading {
    font: bold 7em 'Codystar' ,'Raleway Dots' ,'Varela Round', 'Montserrat', sans-serif;
    text-align: center;
    user-select: none;
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 4s infinite;
    color: orange;
    content: attr(preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
    text-shadow: 1px 1px 10px;

 }

.container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.247) 3px 3px 4px;
   }



.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s;
}

.container-preloader .loader-section {
    background-color: #201d1d;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
    left: 0;
}

.container-preloader .loader-section.section-right {
    right: 0;
}

/* Fade effect on loading animation */
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

 

/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {

    /* Preloader */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    /* Text Loading */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
    }
}

@media screen and (max-width: 500px) {

    /* Prelaoder */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    /*Loading text */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}
 