:root {
    --creamone: #f2e0c5;
    --greenone: #6b877d;
    --pinkone: rgb(215, 168, 176);
}
*{
    padding: 0;
    margin: 0;
    
}
a{
    text-decoration: none;
}
/* loading */
.loader-pencil-content {
    align-items: center;
    display: flex;
    position:fixed;
    width: 100%;
    height:100vh;
    top:0;
    left:0;
    bottom:0;
    justify-content: center;
    background: #93e2cb;
    position:sticky;
    z-index:2;
}

.btn {
    align-items: center;
    background: #93e2cb;
    border-radius: 4px;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 1rem;
    width: 160px;
}

// loader CSS
svg#loader-pencil {
    fill: #3a846e;
    width: 80px;
}

#line {
    animation: linePencil .8s infinite linear;
}

@keyframes linePencil {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-150px);
    }
}
/* loading */
body{
    padding: 0;
    margin: 0;
}
#main{
    display:none;
}
.flex{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:center;
}
.header {
    position: relative;
    width: 100%;
}

.block1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: .5rem;
    background-color: var(--greenone);
}

.block2 {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 90%;
    height: .5rem;
    background-color: var(--creamone);
}

.block3 {
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 95%;
    height: 1.5rem;
    background-image: linear-gradient( to right,var(--creamone) 20%, var(--greenone) 60%);
}

.block4 {
    position: absolute;
    top: 2.7rem;
    left: 0;
    width: 60%;
    height: .7rem;
    background-image: linear-gradient( to right,var(--greenone) 30%, var(--creamone) 60%);
}

.block5 {
    position: absolute;
    top: 3.5rem;
    left: 10%;
    width: 80%;
    height: 2rem;
    background-image: linear-gradient( to right,var(--greenone) 30%, var(--creamone) 60%);
}

.block6 {
    position: absolute;
    top: 5.6rem;
    left: 15%;
    width: 70%;
    height: 2rem;
    background-image: linear-gradient( to right,var(--greenone) 30%, var(--creamone) 60%);
}

.block7 {
    position: absolute;
    top: 7.7rem;
    left: 5%;
    width: 90%;
    height: 3.5rem;
    background-image: linear-gradient( to right,var(--greenone) 30%, var(--creamone) 60%);
}

.block8 {
    position: absolute;
    top: 11.3rem;
    left: 10%;
    width: 80%;
    height: 2rem;
    background-image: linear-gradient( to right,var(--creamone) 30%, var(--greenone) 60%);
}

.block9 {
    position: absolute;
    top: 13.4rem;
    left: 2%;
    width: 90%;
    height: 1rem;
    background-image: linear-gradient( to right,var(--greenone) 30%, var(--creamone) 60%);
}

.block10 {
    position: absolute;
    top: 14.5rem;
    left: 0;
    width: 70%;
    height: 4rem;
    background-image: linear-gradient( to right,var(--greenone) 40%, var(--creamone) 60%);
}
.line{
    background-color: rgb(103, 103, 103);
    width: 80%;
    height: 3px;
    border-radius: 40%;
    margin: auto;
}
.flex{
    display:flex;
    justify-content:space-between;
    width:100%;
    align-items:center;
}
.navbarwhite {
    background-color: transparent !important;
}
.introduction{
    width: 100%;
}
.title{
    position: relative;
    width: 100%;
    height: 15rem;
}
.title h1{
    font-weight: bolder;
    font-size: 20px;
    position: absolute;
    left:20%;
}
.title span{
    color: var(--creamone);
    font-weight: bolder;
    font-size: 50px;
}
.title p{
    position: absolute;
    left: 20%;
    top: 27%;
    width: 30%;
    font-weight: bold;
    color: #e9faf4;
    font-size: 18px;
}
.title img{
    width: 150px;
    position: absolute;
    left: 70%;
    top: 10%;
}
/* Main starts */
.cards{
    text-align:center;
}
.card {
    width: 70%;
    margin: auto;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height:20rem;
}
.card svg{
    font-size:60px;
    color:var(--creamone);
    margin:20px 0;
}
.card p{
    text-align:left;
}
.repository {
    width: 100%;
    background-color: transparent;
    position: relative;
}
.repository::before{
    content: "";
    background-image: url(../img/mainBackground.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
    background-size: contain;
    background-attachment:fixed;
    opacity: 0.4;
}
.main{
    margin: 0px auto;
    width: 80%;
    background-color: transparent;
    position: relative;
}
.descriptions{
    /* background-color: #f2e0c5;
    box-shadow: 0px 20px 15px 30px #f2e0c5; */
    padding: 20px;
}
.main h2{
    color: var(--greenone);
    font-weight: bold;
}
.main h3{
    color: var(--greenone);
    font-weight: bold;
}
.main h4{
    color: var(--greenone);
    font-weight: bold;
}
.options{
    width: 100%;
    padding: 30px 0;
}
.options ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.options ul li{
    width: 30%;
    list-style: none;
    margin: 0 5px;
    padding: 0 5px;
}
.options ul li h5{
    font-size: 40px;
    font-weight: bolder;
    color:var(--greenone) ;
}
.yellospan{
    font-size: 40px;
    font-weight: bolder;
    color:rgb(197, 158, 52) ;
}
.greenspan{
    font-size: 40px;
    font-weight: bolder;
    color:var(--greenone);
}
/* Main ends */
/* Footer Starts */
.footer{
    background-color: var(--greenone);
    padding: 40px 0;
    color: #fff;
}
.footer h4{
    font-size: 40px;
}
.footer h6{
    font-size: 30px;
}
.whiteline{
    background-color: #fff;
    width: 80%;
    height: 3px;
    border-radius: 40%;
    margin: auto;
}
.contactus{
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
}
.social{
    width: 100%;

}
.social ul{
    display:flex;
    justify-content:space-around;
    width: 60%;
    margin:auto;
}
.social ul li{
    list-style: none;
    margin: 10px 0;
}
.contactspan{
    color: var(--creamone);
    font-weight: bolder;
    font-size: 50px;
}
.Or{
    width: 10%;
    text-align: center;
}
.Or h4{
    font-size: 50px;
}
.contactMessage{
    width: 40%;
}
.info{
    width: 100%;
    margin-top:10px;
    padding: 5px 5px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.info input{
    width:48%;
    margin-bottom:5px;
    padding: 5px;
    border: none;
    outline: none;
    background-color: var(--creamone);
    color: var(--greenone);
    border-bottom: 1px solid var(--greenone);
    font-weight: bold;
    caret-color: #fff;
}
.info input::placeholder{
    color: var(--greenone);
    font-weight: bold;
}
.textmessage{
    width: 100%;
    margin: 5px 0;
    background-color: var(--creamone);
    border: none;
    border-bottom: 1px solid var(--creamone);
    outline: none!important;
    padding: 5px;
    color: var(--greenone)!important;
    font-weight: bold;
}
.textmessage::placeholder{
    color: var(--greenone);
    font-weight: bold;
}
.messagebtn{
    background-color: var(--pinkone);
    width: 100%;
    border: none;
    outline: none;
    color: var(--greenone);
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
}
/* Footer Ends */
/* Features Starts */
.features{
    padding: 40px;
}
.lists {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 30px 0;
    align-items:center;
}
    .lists h4 {
        color: var(--greenone);
        font-weight: bolder;
        font-size: 50px;
    }
    .lists h5 {
        color: var(--greenone);
        font-weight: bolder;
        font-size: 30px;
    }
    .lists h6 {
        color: dimgrey;
        font-weight: bolder;
        font-size: 20px;
    }
    .lists p {
        color: dimgrey;
        font-weight: bolder;
    }
.feature {
    width: 100%;
    margin: 20px 0;
}

    .feature img {
        width: 80%;
        margin: auto;
        aspect-ratio: 1.5;
        object-fit: contain;
        margin-bottom: 30px;
    }
.featureTitle {
    font-weight: bolder;
    color: var(--greenone);
}
/* Features Ends */
/*Login Starts*/
.GoToLogin {
    padding: 10px;
    margin: 30px 0;
    text-align:center;
}
.checkbox{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:20%;
}
.GoToLogin h4 {
    color: var(--greenone);
    font-weight: bolder;
    font-size: 50px;
}
.GoToLogin a{
    margin:20px auto;
    display:block;
    background-color:var(--pinkone);
    color:var(--greenone);
    width:40%;
    font-weight:bold;
}
.GoToLogin form{
    display:flex;
    flex-direction:column;
    width:40%;
    margin:auto;
}
    .GoToLogin form input{
        margin:10px 0;
        padding:5px;
        border:none;
        border-bottom:1px solid var(--pinkone);
        outline:none;
        font-weight:bolder;
    }
    .GoToLogin form textarea {
        margin: 10px 0;
        padding: 5px;
        border: none;
        border-bottom: 1px solid var(--pinkone);
        outline: none;
        font-weight: bolder;
    }
    .GoToLogin form button{
        padding:5px;
        font-weight:bold;
        background-color:var(--pinkone);
        color:var(--greenone);
        border:none;
        outline:none;
        font-size:18px;
    }
/*Login Ends*/
/*SideBar Starts*/
.sidebarAdmin{
    width:100%;
    margin:30px 0;
}
.sidebarAdmin ul{
    width:100%;
    display:flex;
    flex-direction:column;

}
.sidebarAdmin ul li{
    list-style:none;
    background:var(--greenone);
    color:var(--creamone);
    font-weight:bold;
    padding:5px;
    margin:5px 0;
    text-align:center;
    cursor:pointer;
}
    .sidebarAdmin ul li a{
        color: var(--creamone);
        font-weight: bold;
        display:block;
    }
/*SideBar Ends*/
/* Work Sample Starts */
.workSample {
    /* padding: 30px;
    text-align: center; */
    width:100%;
}

    .workSample h3 {
        margin: 40px;
    }
.frame{
    width:90%;
    height:20px;
    border-radius:20px;
    background-color:var(--greenone);
    margin:20px auto;
}
#container {
}

.steam {
    position: absolute;
    height: 37.5px;
    width: 37.5px;
    border-radius: 50%;
    background-color: var(--pinkone);
    margin-top: -18.8px;
    margin-left: -18.8px;
    z-index: 0;
    opacity: 0;
}

#steam1 {
    -webkit-animation: steam1 4s ease-out infinite;
    animation: steam1 4s ease-out infinite;
}

#steam3 {
    -webkit-animation: steam1 4s ease-out 1s infinite;
    animation: steam1 4s ease-out 1s infinite;
}

@-webkit-keyframes steam1 {
    0% {
        transform: translateY(0) translateX(0) scale(0.25);
        opacity: 0.2;
    }

    100% {
        transform: translateY(-50px) translateX(-5px) scale(1);
        opacity: 0;
    }
}

@keyframes steam1 {
    0% {
        transform: translateY(0) translateX(0) scale(0.25);
        opacity: 0.2;
    }

    100% {
        transform: translateY(-50px) translateX(-5px) scale(1);
        opacity: 0;
    }
}

#steam2 {
    -webkit-animation: steam2 4s ease-out 0.5s infinite;
    animation: steam2 4s ease-out 0.5s infinite;
}

#steam4 {
    -webkit-animation: steam2 4s ease-out 1.5s infinite;
    animation: steam2 4s ease-out 1.5s infinite;
}

@-webkit-keyframes steam2 {
    0% {
        transform: translateY(0) translateX(0) scale(0.25);
        opacity: 0.2;
    }

    100% {
        transform: translateY(-50px) translateX(5px) scale(1);
        opacity: 0;
    }
}

@keyframes steam2 {
    0% {
        transform: translateY(0) translateX(0) scale(0.25);
        opacity: 0.2;
    }

    100% {
        transform: translateY(-50px) translateX(5px) scale(1);
        opacity: 0;
    }
}

#cup {
    z-index: 1;
}

#cup-body {
    position: absolute;
    height: 50px;
    width: 75px;
    border-radius: 0 0 38px 38px;
    background-color: var(--greenone);
    margin:auto;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
}

#cup-shade {
    position: relative;
    height: 75px;
    width: 50px;
    background-color: var(--creamone);
    display: inline-block;
    margin-left: 11%;
    margin-top: -0.8px;
    transform: rotate(50deg);
    z-index: 1;
}

#cup-handle {
    position: relative;
    height: 19px;
    width: 20px;
    border-radius: 0 38px 38px 0;
    border: 4px solid var(--greenone);
    margin-bottom: 23.8px;
    margin-left: 62.5px;
    display: inline-block;
    z-index: 0;
}

#saucer {
    position: absolute;
    height: 8px;
    width: 75px;
    border-radius: 0 0 25px 25px;
    background-color: var(--greenone);
    margin-top: 3.8px;
    margin-left: 1.3px;
    margin-bottom:5px;
    z-index: 2;
}

#shadow {
    height: 2.5px;
    width: 75px;
    border-radius: 50%;
    margin-top: 3.3px;
    margin-left: 1.5px;
    background-color: var(--creamone);
}
.carousel-item {
    width: 100%;
    text-align: center;
}
.carousel-item video {
    z-index: 1;
    margin: auto;
    position:relative;
    object-fit:contain;
    aspect-ratio:1.2;
}
.carousel-control-next:focus, .carousel-control-next, .carousel-control-prev:focus, .carousel-control-prev {
    opacity: 1 !important;
    background-color: transparent !important;
    outline: none;
    border: none;
    height:100px;
    text-align:center;
    margin:auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    filter:invert(1);
}
    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 1 !important;
        background-color: transparent !important;
        outline: none;
        border: none;
    }
/* Work Sample Ends */
/* animation sections */
.animatable {
    /* initially hide animatable objects */
    visibility: hidden!important;
    /* initially pause animatable objects their animations */
    animation-play-state: paused;
}

/* show objects being animated */
.animated {
    visibility: visible;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@keyframes fadeIn {
    0%, 60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fadeBgColor {
    0%, 70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

.animated.animationDelay {
    animation-delay: 0.4s;
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
}

.animated.fadeBgColor {
    animation-name: fadeBgColor;
}

.animated.bounceIn {
    animation-name: bounceIn;
}

.animated.bounceInRight {
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    animation-name: bounceInLeft;
}

.animated.fadeIn {
    animation-name: fadeIn;
}

.animated.fadeInDown {
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    animation-name: fadeInUp;
}

.animated.moveUp {
    animation-name: moveUp;
}