@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");


body {
    --text-color: #222;
    --bkg-color: #fff;
}


.Banner1 {
    /* display: none; */
    width: 1000px;
}

.Biggest,
.ShopNow,
.Sales {
    /* ex 1 texts  */
    /* display: none; */
    color: red;
    animation-name: example;
    animation-duration: 4s;

}




.BorderAnimationEx1 {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: BannerBorder 1s linear forwards;
    animation-delay: 1s;
    animation-timing-function: 2000;
    animation-iteration-count: infinite;
}


#wrapper {
    margin: 10px auto 10px 200px;

}

@keyframes BannerBorder {
    from {
        stroke-dashoffset: 2000;
    }

    to {
        stroke-dashoffset: 1;
    }
}

@-webkit-keyframes fadeinout {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeinout {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}


@keyframes example {
    from {
        color: red;
    }

    to {
        color: yellow;
    }
}



h4 {
    text-align: center;
    font-family: monospace;
    cursor: pointer;
    color: #000;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: -1;
}

svg {
    cursor: pointer !important;
    margin: px auto;
}


.widget1 {
    background-color: rgb(255, 255, 255);
    border-radius: 35px;

    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 550px;
    height: 550px;
    bottom: 10%;
    top: 20%;
    left: 14%;
    margin: 20px 10px 20px 10px;
}


.widget2 {
    background-color: rgb(255, 255, 255);
    border-radius: 35px;

    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 550px;
    height: 250px;
    bottom: 10%;
    top: 20%;
    left: 44%;
    margin: 20px 10px 20px 10px;
}




.photo,
.mySlides fade {
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 35px;

    position: absolute;
    margin: 20px 10px 20px 10px;


    width: 300px;
    height: 280px;


    max-width: 1000px;
    /* box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 35px;

    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 300px;
    height: 280px;
    bottom: 10%;
    top: 47%;
    left: 44%;
    max-width: 1000px; */
}

.mySlides fade {
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 35px;

    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slide 16s infinite;

    width: 300px;
    height: 280px;
    bottom: 10%;

    left: 0%;
    max-width: 1000px;
    margin: 20px 10px 20px 10px;
}


.widget4 {
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 35px;

    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 240px;
    height: 450px;
    bottom: 10%;
    top: 93%;
    left: 60.5%;
    max-width: 1000px;
    margin: 20px 10px 20px 10px;
}


.widget6 {
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 35px;

    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 582px;
    height: 270px;
    bottom: 10%;
    top: 75%;
    left: 40.5%;
    max-width: 1000px;
    margin: 20px 10px 20px 10px;
}

.pTitle,
.proTitle {
    position: absolute;
    text-decoration: underline;
    text-underline-position: below;
    padding: 5px;
    width: 350px;
    bottom: 0%;
    top: 0%;
    left: 15%;
    font-size: 40px;
    font-weight: 600;
    font-family: 'New Century Schoolbook, TeX Gyre Schola, serif';

    background: linear-gradient(to left,
            rgb(0, 0, 0),
            rgb(107, 107, 107),
            rgb(36, 36, 36));
    -webkit-background-clip: text;
    color: transparent;
}


/* .widget5 {
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 35px;

    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 300px;
    height: 280px;
    bottom: 10%;
    top: 76%;
    left: 14%;
    max-width: 1000px;
} */

.git {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 75%;
    left: 25.5%;
    max-width: 1000px;
    margin: 20px 10px 20px 10px;
}


.gitbtn {
    border-radius: 35px;
    position: absolute;
    opacity: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 75%;
    left: 25.5%;
    max-width: 1000px;
    cursor: pointer;
    margin: 20px 10px 20px 10px;
}


.gitbtn2 {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity .35s ease;
    border-radius: 50%;
    color: rgb(0, 0, 0);
    border: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 99%;
    left: 37%;
    background-color: rgba(131, 131, 131, .9);
    cursor: pointer;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    margin-top: -22px;
    height: 35px;
    padding: 4px;
    width: 35px;

    max-width: 1000px;
    margin: 20px 10px 20px 10px;

}


.link {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 104.5%;
    left: 29.5%;
    max-width: 1000px;
    margin: 20px 10px 20px 10px;

}


.linkbtn {
    border-radius: 35px;
    position: absolute;
    opacity: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 104.5%;
    left: 29.5%;
    max-width: 1000px;
    cursor: pointer;
    margin: 20px 10px 20px 10px;

}

.linkbtn2 {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity .35s ease;
    border-radius: 80%;
    color: rgb(0, 0, 0);
    border: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 128.5%;
    left: 41.5%;
    background-color: rgba(131, 131, 131, .9);
    cursor: pointer;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    margin-top: -22px;
    height: 35px;
    padding: 4px;
    width: 35px;

    max-width: 1000px;
    margin: 20px 10px 20px 10px;

}


.port {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 104.5%;
    left: 45%;
    max-width: 1000px;
    margin: 20px 10px 20px 10px;

}


.portbtn {
    border-radius: 35px;
    position: absolute;
    opacity: 0;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 104.5%;
    left: 45%;
    max-width: 1000px;
    cursor: pointer;
    margin: 20px 10px 20px 10px;

}


.portbtn2 {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity .35s ease;
    border-radius: 80%;
    color: rgb(0, 0, 0);
    border: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 128.5%;
    left: 56.5%;
    background-color: rgba(131, 131, 131, .9);
    cursor: pointer;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    margin-top: -22px;
    height: 35px;
    padding: 4px;
    width: 35px;
    margin: 20px 10px 20px 10px;

    max-width: 1000px;
}


.project1 {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 47%;
    left: 25.7%;
    max-width: 1000px;
    margin: 20px 10px 20px 10px;

}




.overlay {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 47%;
    left: 25.7%;
    max-width: 1000px;
    opacity: 0;
    transition: .5s ease;
    background-color: #363636;
    margin: 20px 10px 20px 10px;

}


.overlay2 {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 47%;
    left: 41%;
    max-width: 1000px;
    opacity: 0;
    transition: .5s ease;
    background-color: #363636;
    margin: 20px 10px 20px 10px;

}

.overlay3 {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 47%;
    left: 56.6%;
    max-width: 1000px;
    opacity: 0;
    transition: .5s ease;
    background-color: #363636;
    margin: 20px 10px 20px 10px;

}


.overlayGit {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 75%;
    left: 25.5%;
    max-width: 1000px;
    opacity: 0;
    transition: .5s ease;
    background-color: #363636;
    margin: 20px 10px 20px 10px;

}


.overlayLink {
    border-radius: 35px;
    position: absolute;
    margin: 20px 10px 20px 10px;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 104.5%;
    left: 29.5%;
    max-width: 1000px;
    opacity: 0;
    transition: .5s ease;
    background-color: #363636;
}


.overlayPort {
    border-radius: 35px;
    position: absolute;
    margin: 20px 10px 20px 10px;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 104.5%;
    left: 45%;
    max-width: 1000px;
    opacity: 0;
    transition: .5s ease;
    background-color: #363636;
}


.container:hover .overlay {
    opacity: .9;
}


.container2:hover .overlay2 {
    opacity: .9;
}


.container3:hover .overlay3 {
    opacity: .9;

}


.widget5:hover .overlayGit {
    opacity: .9;
}

.divLink:hover .overlayLink {
    opacity: .9;
}


.divPort:hover .overlayPort {
    opacity: .9;
}




div.text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 20px;
    border-radius: 35px;

    width: 100px;
    height: 100px;
    bottom: 10%;
    top: 60px;
    left: 50%;
    max-width: 1000px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}




.timebtn {
    border-radius: 35px;
    position: absolute;
    opacity: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 47%;
    left: 24.5%;
    max-width: 1000px;
    cursor: pointer;

}




.timebtn2 {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity .35s ease;
    border-radius: 50%;
    color: rgb(0, 0, 0);
    border: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 71%;
    left: 37.5%;
    background-color: rgba(131, 131, 131, .9);
    cursor: pointer;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    margin-top: -22px;
    height: 35px;
    padding: 4px;
    width: 35px;
    margin: 20px 10px 20px 10px;

    max-width: 1000px;
}


.overlayBtn {
    padding: 5px 12px;
    font-size: 16px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #0095ff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    margin: 20px 10px 20px 10px;

}

.container:hover .overlayBtn {
    opacity: 1;

}




.overlayBtn:active {
    background-color: #0064bd;
    box-shadow: none;
}




.project2 {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 47%;
    left: 41%;
    max-width: 1000px;
    margin: 20px 10px 20px 10px;

}


.probtn {
    border-radius: 35px;
    position: absolute;
    opacity: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 47%;
    left: 39.2%;
    max-width: 1000px;
    cursor: pointer;
}

.probtn2 {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity .35s ease;
    border-radius: 80%;
    color: rgb(0, 0, 0);
    border: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 71%;
    left: 52.5%;
    background-color: rgba(131, 131, 131, .9);
    cursor: pointer;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    margin-top: -22px;
    height: 35px;
    padding: 4px;
    width: 35px;
    margin: 20px 10px 20px 10px;

    max-width: 1000px;
}


.project3 {
    border-radius: 35px;
    position: absolute;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 47%;
    left: 56.6%;
    max-width: 1000px;
    margin: 20px 10px 20px 10px;

}


.projectbtn {
    border-radius: 35px;
    position: absolute;
    opacity: 0;

    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 47%;
    left: 56.6%;
    max-width: 1000px;
    cursor: pointer;
    margin: 20px 10px 20px 10px;

}

.projectbtn2 {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity .35s ease;
    border-radius: 80%;
    color: rgb(0, 0, 0);
    border: 0;
    width: 270px;
    height: 270px;
    bottom: 10%;
    top: 71%;
    left: 68.5%;
    background-color: rgba(131, 131, 131, .9);
    cursor: pointer;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    margin-top: -22px;
    height: 35px;
    padding: 4px;
    width: 35px;
    margin: 20px 10px 20px 10px;

    max-width: 1000px;
}


.proTitle {
    position: absolute;
    letter-spacing: 1px;

    padding: 5px;
    width: 350px;
    bottom: 0%;
    top: -5%;
    left: 30%;
    font-size: 35px;
    font-weight: 600;
    font-family: 'New Century Schoolbook, TeX Gyre Schola, serif';

}


.html {
    position: absolute;


    width: 40px;
    bottom: 0%;
    top: 15%;
    left: 6%;

}

.css {
    position: absolute;


    width: 40px;
    bottom: 0%;
    top: 24%;
    left: 6%;

}


.js {
    position: absolute;

    width: 40px;
    bottom: 0%;
    top: 33%;
    left: 6%;

}


.para {
    position: absolute;
    width: auto;


    font-size: 19px;
    font-weight: 500;
    bottom: 0%;
    top: 12%;
    left: 30%;
}


.colt {
    position: absolute;
    width: auto;


    font-size: 19px;
    font-weight: 500;
    bottom: 0%;
    top: 21%;
    left: 29%;
}

.comp {
    position: absolute;
    width: auto;


    font-size: 19px;
    font-weight: 500;
    bottom: 0%;
    top: 30%;
    left: 30%;

}


.map {
    border-radius: 35px;

    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 550px;
    height: 250px;
    bottom: 10%;
    top: 0%;
    left: 0%;

    -webkit-filter: grayscale(100%);
    filter: grayscale(80%);
}


.leftBtn {
    position: absolute;
    opacity: 0;
    transition: opacity .35s ease;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    border: 0;

    background-color: rgba(131, 131, 131, .9);
    cursor: pointer;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    margin-top: -22px;
    height: 40px;
    padding: 4px;
    width: 40px;
    bottom: 30%;
    top: 85%;
    left: 5%;
    max-width: 1000px;
}


.rightBtn {
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: opacity .35s ease;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    border: 0;

    background-color: rgba(131, 131, 131, .9);
    cursor: pointer;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    margin-top: -22px;
    height: 40px;
    padding: 4px;
    width: 40px;
    bottom: 30%;
    top: 85%;
    left: 80%;
    max-width: 1000px;
}



.widget3:hover .leftBtn,
.widget3:hover .rightBtn {
    /* background-color: rgba(0, 0, 0, 0.8); */
    display: block;
    opacity: 1;
}


.dark-mode {
    background-color: black;
    color: white;
}


.nameIs {
    position: absolute;
    font-size: 20px;
    padding: 5px;
    width: 350px;
    bottom: 10%;
    top: 35%;
    left: 15%;
}

.name {
    position: absolute;
    padding: 5px;
    width: 550px;
    bottom: 10%;
    top: 37%;
    left: 15%;
    font-size: 50px;
    font-weight: bolder;
    background: linear-gradient(to left,
            pink,
            orange,
            yellow);
    -webkit-background-clip: text;
    color: transparent;
}

.me {
    position: absolute;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    bottom: 10%;
    top: 4%;
    left: 10%;
}


.me2 {
    position: absolute;
    border-radius: 4px;
    padding: 5px;
    width: 100px;
    bottom: 10%;
    top: 20%;
    left: 40%;
}


.about {
    position: absolute;
    padding: 5px;
    width: 400px;
    bottom: 10%;
    top: 53%;
    left: 15%;
    font-size: 17px;
    font-weight: bold;
}


.year {
    background: linear-gradient(to left,
            pink,
            orange,
            yellow);
    -webkit-background-clip: text;
    color: transparent;
}


body.dark-theme {
    --text-color: #eee;
    --bkg-color: #121212;
}

@media (prefers-color-scheme: dark) {

    /* defaults to dark theme */
    body {
        --text-color: #eee;
        --bkg-color: #121212;
    }

    body.light-theme {
        --text-color: #222;
        --bkg-color: #fff;
    }
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: var(--bkg-color);
}

h1,
p {
    color: var(--text-color);
}


.btn-toggle {
    position: absolute;
    border-radius: 35px;
    padding: 5px;
    width: 70px;
    height: 35px;
    bottom: 10%;
    top: 9%;
    left: 16%;
    font-size: 17px;
    font-weight: bold;
    color: #4b4a4a;
}


.btn {
    position: absolute;
    padding: 5px;
    width: 90px;
    height: 35px;
    bottom: 10%;
    top: 78%;
    left: 15%;
    font-size: 17px;
    font-weight: bold;
    --border-width: 2px;
    --border-radius: 22px;
    --color-1: pink;
    --color-2: orange;
    --color-2: yellow;
    color: black;
}



btn-toggle button {
    font-weight: bold;
    letter-spacing: 0;
    color: #ddd;
    width: 120px;
    position: relative;
    background: linear-gradient(to right, pink,
            orange,
            yellow),
        linear-gradient(to right, pink,
            orange,
            yellow);
    background-position: var(--border-radius) 0, var(--border-radius) 100%;
    background-repeat: no-repeat;
    background-size: calc(100% - var(--border-radius) - var(--border-radius)) var(--border-width);
    border-radius: var(--border-radius);
    border: none;
}

btn-toggle button:before,
btn-toggle button:after {
    content: "";
    display: block;
    position: absolute;
    width: var(--border-radius);
    top: 0;
    bottom: 0;
}

btn-toggle button:before {
    left: 0;
    border: var(--border-width) solid var(--color-1);
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-right-color: transparent;
}

btn-toggle button:after {
    right: 0;
    border: var(--border-width) solid var(--color-2);
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-left-color: transparent;
}

body {
    background: #cfcfcf;
    font-family: "Montserrat", sans-serif;
}


.navMenu {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: absolute;


    background-color: rgba(131, 131, 131, 0.2);
    border: 0px solid rgb(131, 131, 131) transparent;
    border-radius: 25px;
    padding: 8px 16px;

    margin-top: 8px;
    top: 9%;
    left: 52%;
    height: 19px;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}


.navMenu a {
    display: inline-block;
    justify-content: space-between;
    text-align: center;
    color: #4b4a4a;
    text-decoration: none;

    font-size: 1em;
    font-weight: 600;
    width: 80px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



.navMenu a.active {
    position: relative;
    display: inline-block;
    background-color: white;
    text-align: center;

    border-radius: 15px;
    height: 20px;
    margin-left: -1px;
    padding: 5px;
    margin-top: 8px;
    bottom: 14px;

}


.act {
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;

    border-radius: 15px;
    height: 20px;
    margin-left: -1px;
    padding: 5px;
    margin-top: 8px;
    bottom: 14px;

}


.navMenu a:hover:not(.active) {
    background-color: rgba(255, 255, 255, 1);

}


.act:hover>.active :not(:hover) {
    display: none;
}

a:active {
    background-color: rgba(255, 255, 255, 1);
}



/* Slideshow container */
/* .widget3 {
    max-width: 1000px;
    position: relative;
    margin: auto;
} */

/* Hide the images by default */
.mySlides fade {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 35px;
    background-size: contain;
    object-fit: fill;
}

/* Next & previous buttons */
.prev {
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 35px;

    position: absolute;

    color: white;
    cursor: pointer;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    margin-top: -22px;
    padding: 16px;
    width: auto;
    bottom: 35%;
    top: 45%;
    left: 2%;
    max-width: 1000px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    position: absolute;

    color: white;
    cursor: pointer;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    margin-top: -22px;
    padding: 16px;
    width: auto;
    bottom: 35%;
    top: 45%;
    right: 2%;
    max-width: 1000px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 550px;
    height: 550px;
    bottom: 10%;
    top: 20%;
    left: 17%;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 550px;
    height: 550px;
    bottom: 10%;
    top: 20%;
    left: 17%;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-flex;
    transition: background-color 0.6s ease;

    justify-content: center;
    align-items: center;
    margin: 0 auto;

}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.mySlides fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

/* @keyframes {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
} */



ul {
    list-style: square outside none;
    justify-content: space-around;
}

li {
    position: relative;
    margin: 5px 0;
    padding: 9px;
    font-size: 19px;
    font-weight: 500;
    top: -5px;
    left: 90%;
    font-family: 'New Century Schoolbook, TeX Gyre Schola, serif';
}

ul li:before {
    content: "";
    position: absolute;
    top: 1.7em;
    left: -px;
    margin-top: -.8em;
    background: #f5c938;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}


/* ul li {
    background: #f69ec4;
} */


.mySlides fade {
    display: none;
}

img {
    vertical-align: middle;
}


.slideshow-container {

    position: absolute;

    z-index: 1;

    /* margin: 0px 10px 30px 10px; */


    /* width: 950px;
    height: 280px; */
    bottom: 10%;
    top: 18%;
    left: 26%;
    max-width: 1000px;
}


.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (min-width: 375px) and (max-width: 900px) {
    .navMenu {
        position: absolute;
        top: 10%;
        left: 70%;
        margin-left: 190px;
    }

    .widget1 {
        padding: 15px 10px 30px 10px;
        max-width: 260px;
        min-width: 260px;
        width: 100%;
        height: 260px;
        max-height: 280px;
        position: relative;
        top: 150px;
        margin: 15px 20px 10px 135px;
        max-width: 260px;

    }

    .about {
        position: absolute;
        padding: 5px;
        width: 200px;
        max-width: 200px;
        bottom: 10%;
        top: 53%;
        left: 15%;
        font-size: 11px;
        font-weight: bold;
        font-size-adjust: inherit;
        display: inline-block;
        justify-content: center;
        align-items: center;
        align-self: center;
        margin: 10px 5px 10px 10px;

    }

    .me {
        max-width: 200;
        width: 100%;
        max-width: 100px;
        height: auto;


    }


    .name {
        top: 41.5%;
        max-height: 100%;
        font-size: 25px;
        max-width: 50%;
        width: 100%;
        max-width: 200px;
        height: auto;

    }

    .btn {
        top: 115px;
        position: relative;
        padding: 5px;
        width: 70px;
        height: 30px;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .widget2 {
        max-width: 100%;
        width: 320px;
        max-width: 260px;
        height: 300px;
        position: absolute;
        left: 470px;
        bottom: 90%;
        top: 16.5%;
        margin: 25px 90px 20px 25px;
        max-width: 260px;
    }

    .map {
        max-width: 100%;
        width: 100%;
        max-width: 350px;
        height: 100%;

    }

    /* .widget4 {

        position: absolute;
        left: 70%;
        margin: 10px 10px 10px 10px;
    } */



    ul {
        position: absolute;
        top: 25%;
    }

    .text {
        font-size: 11px;
    }

    .widget4 {
        width: 100%;
        max-width: 260px;
        height: 300px;
        position: relative;
        left: 120px;
        bottom: 0%;
        top: 160px;
        margin: 10px 20px 10px 90px;

    }

    .slideshow-container {
        display: none;
    }

    .widget6 {
        width: 100%;

        height: 290px;
        position: relative;
        left: 475px;
        bottom: 0%;
        top: -145px;
        margin: 10px 10px 10px 10px;
        max-width: 260px;
    }

    .pTitle {
        position: relative;
        align-items: center;
        top: -121px;
        left: 90px;

    }


    .project1,
    .overlay,
    .timebtn {

        max-width: 260px;
        width: 100%;

        height: 280px;
        position: absolute;
        left: 480px;
        bottom: 0%;
        top: 775px;
        margin: 20px 10px 60px 10px;
    }

    .proTitle {
        position: relative;
        display: flex;
        align-items: center;
        top: -121px;
        right: 30px;
        left: 110px;
        margin: 5px 0px 20px -15px;


    }

    .skills {
        display: flex;
        justify-content: space-between;
        margin: 10px 10px 10px 10px;

    }

    .project2,
    .probtn,
    .overlay2 {
        width: 100%;
        height: 280px;
        position: absolute;
        left: 128px;
        bottom: 0%;
        top: 775px;
        margin: 20px 10px 60px 90px;
        max-width: 260px;
    }


    .project3,
    .projectbtn,
    .overlay3 {
        width: 100%;
        max-width: 260px;
        height: 280px;
        position: absolute;
        left: 128px;
        bottom: 0%;
        top: 1065px;
        margin: 20px 10px 60px 90px;
    }

    .git,
    .gitbtn,
    .overlayGit {
        width: 100%;
        max-width: 260px;
        height: 280px;
        position: absolute;
        left: 478px;
        bottom: 0%;
        top: 1065px;
        margin: 20px 10px 10px 10px;
    }

    .link,
    .linkbtn,
    .overlayLink {
        width: 100%;
        max-width: 260px;
        height: 280px;
        position: absolute;
        left: 478px;
        bottom: 0%;
        top: 1350px;
        margin: 20px 10px 10px 10px;
    }

    .port,
    .portbtn,
    .overlayPort {
        width: 100%;
        max-width: 260px;
        height: 280px;
        position: absolute;
        left: 128px;
        bottom: 0%;
        top: 1350px;
        margin: 20px 10px 60px 90px;
    }



}