.myContainer {
    position: relative;
    width: 640px;
    height: 360px;
    border: 2px solid white;
    border-radius: 25px;
}

.sliderimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 640px 100%;
}

.background-img {
    background-image: url('../img/customIcons/reviva-1920x1080-gündüz.jpg');
}

.foreground-img {
    background-image: url('../img/customIcons/reviva-1920x1080-gece.jpg');
    width: 50%;
}


.photoslider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    border-color: rgba(59, 76, 255, 0);
    border-radius: 25px;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f200;
    outline: none;
    margin: 0;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photoslider:focus {
    border-color: rgba(59, 76, 255, 0);
}

.photoslider::-webkit-slider-thumb:hover {
    background: rgb(252, 252, 252);
}

.photoslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 5px;
    height: 360px;
    background: white;
    cursor: pointer;
}

.slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-button::after {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.slider-button::before {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}

.my-project {
    position: absolute;
    z-index: 111;
    left: -60px;
    bottom: 58px;
    color: #fff;
    text-align: center;
    width: 150px;
    height: 75px;
    padding: 20px 0;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}


.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.list-style-15 li:before {
    color: #0484cd;
}

.pattern-img:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 60%;
    background-image: url(../img/customIcons/pattern.png);
    margin-left: -7%;
    margin-top: 5%;
    opacity: .15;
    z-index: -1; }

@media only screen and (max-width: 769px) {
    .my-project {
        left: -13px;
        bottom: 43px;
    }
}

@media only screen and (max-width: 427px) {
    .my-project {
        left: 3px;
        bottom: 17px;
    }

    .sliderimg {
        background-size: 392px 100%;
    }

    .background-img {
        background-image: url('../img/customIcons/962x1066-gündüz.jpg');
    }

    .foreground-img {
        background-image: url('../img/customIcons/962x1066-gece.jpg');
    }
}