#blog{
    display: none;
}

#more-blog-posts{
    background: transparent;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    padding: 8px 0px;
    width: 260px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    cursor: pointer;
    z-index: 999;
}

#more-blog-posts a{
    color: white;
    text-decoration: none;
}

.flex-box-blog{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    gap: 60px;
}

#featured-posts-p{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

#featured-span{
    text-decoration: underline;
}

.flex-box-blog .right p{
font-size: 20px;

}

.flex-box-blog .left p{
    font-size: 20px;

}

.flex-box-blog .middle p{
    font-size: 20px;

}

.flex-box-blog .right button{
    background-color: #FECF3E;
    color: #202020;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    padding: 8px 0px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    z-index: 999;
}

.flex-box-blog .right button a{
    color: #202020;
    text-decoration: none;
}

.flex-box-blog .middle button a{
    color: #202020;
    text-decoration: none;
}

.flex-box-blog .left button{
    background-color: #FECF3E;
    color: #202020;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    padding: 8px 0px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    z-index: 999;
}

.flex-box-blog .middle button{
    background-color: #FECF3E;
    color: #202020;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    padding: 8px 0px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    z-index: 999;
}

.flex-box-blog .left button a{
    color: #202020;
    text-decoration: none;
}

.flex-box-blog .right{
    width: 30%;
}

.flex-box-blog .left{
    width: 30%;
}

.flex-box-blog .middle{
    width: 30%;
}

.middle .blog-frame{
    background-image: url(https://markosway.com/blog/media/bxO150MmwmJT2TLqbaoF3kL5yJrpCgv18eLJ8cwO.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;
    height: 360px;
    background-position: center;
}

.left .blog-frame{
    background-image: url(https://markosway.com/blog/media/oHMpiGdzDwi0LBpIUCrZW4lpgEx6tE4vKQiRLyIL.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;
    height: 360px;
    background-position: center;
}

.right .blog-frame{
    background-image: url(https://markosway.com/blog/media/7L8pHRZLviAMAC9ceco6Io8V2XHBQPWuhCDO6c8k.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;
    height: 360px;
    background-position: center;
}

#blog-h{
    padding-top: 60px;
    margin-bottom: 20px;
}

.success-message {
    padding-left: 300px;
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-top: 30px;
    padding-top: 16px;
}

.hidden {
    display: none;
  }

.yellow-star{
    color: #FECF3E;
    margin-left: 4px;
}

#desktop-nav .container .flex-box nav ul li a{
    color: white;
    text-decoration: none;
}

#desktop-nav .container .flex-box nav ul li a:hover{
    color: #FECF3E;
    transition: 0.5s all;
}

#marko-hero{
    position: absolute;
    bottom: -180px;
}

input{
    background-color: #333333;
    border: 1px solid #FECF3E;
    border-radius: 4px;
    color: white;
}

textarea{
    background-color: #333333;
    border: 1px solid #FECF3E;
    border-radius: 4px;
    color: white;
    padding: 0px 16px;
}

#submit{
    background-color: #FECF3E;
    color: #202020;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    padding: 4px 0px;
    width: 150px;
    margin-top: 20px;
    float: right;
}

.frame-image-desk{
    width: 400px;
}

.carousel-item .flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1080px;
    margin: 0 auto;
    margin-top: 50px;
}

.main-name-desk{
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 20px;
}

.sub-desk{
font-size: 1.4em;
font-weight: bold;
color: #FECF3E;
}

.context {
    width: 100%;
    position: absolute;
}

.area {
    background: transparent;
    width: 100%;
    height: 1vh;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 180px;
    padding-left: 0px;
}

.circles-two {
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1200px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}




* {
    font-family: 'Montserrat', sans-serif;

    p {
        font-size: 14px;
    }
}

body {
    color: #fff;
    background-color: #202020;
    overflow-x: hidden;
}

header {
    position: absolute;
    height: 80px;
    width: 100%;
    background-color: transparent;
    z-index: 1;
}



header .container .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

header .container .flex-box #logo-wrapper .logo-img {
    width: 160px;
}

header .container .flex-box nav ul {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-top: 12px;
}

header .container .flex-box nav ul li {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

header .container .flex-box button {
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #FECF3E;
}

main #hero {
    padding-top: 140px;
}

main section .container .flex-box {
    display: flex;
    justify-content: space-between;
}

main section .container .flex-box .left-side {
    display: block;
    width: 60%;
    margin-top: 30px;
}

main section .container .flex-box .left-side h1 {
    font-size: 56px;
    font-weight: bold;
}

main section .container .flex-box .left-side h1 span {
    color: #FECF3E;
}


main section .container .flex-box .left-side #line-frame {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

main section .container .flex-box p span {
    font-weight: 600;
    color: #FECF3E;
}

main section .container .flex-box .left-side #line-frame span {
    color: #ADADAD;
}

main section .container .flex-box .left-side #contact-button {
    background-color: #FECF3E;
    color: #202020;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    padding: 8px 0px;
    width: 150px;
    margin-right: 40px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 999;
}

main section .container .flex-box .left-side #next-button {
    background-color: #202020;
    color: white;
    font-weight: 500;
    border: 1px solid white;
    border-radius: 20px;
    padding: 8px 0px;
    width: 150px;
    z-index: 1;
}

#phone-team{
    display: none;
}

main section .container .flex-box .left-side #line-frame #line {
    width: 360px;
    height: 1px;
    background-color: #ADADAD;
}

main section .container .flex-box .right-side {
    position: relative;
    width: 50%;
}

main section .container .flex-box .right-side img {
    position: absolute;
    right: 0;
    width: 354px;
}

#pattern {
    position: absolute;
    width: 180px;
    top: 12px;
    right: -44px;
}

#pattern-two {
    position: absolute;
    width: 180px;
    top: 150px;
    right: 10px;
}

#hero-section {
    margin-top: 600px;
    background-color: #252525;
    padding: 20px 0px 40px 0px;
}

#left-dots {
    position: absolute;
    width: 160px;
    margin-top: 100px;
    left: -78px;
}

#right-dots {
    position: absolute;
    width: 200px;
    margin-top: 300px;
    right: -58px;
}

#work {
    position: relative;
    padding: 50px 0px;
}

#left-dot {
    position: absolute;
    width: 140px;
    top: 300px;
    left: -68px;
}

#dots-work {
    position: absolute;
    right: -44px;
    width: 140px;
    top: -150px;
}

#hero-section .container .flex-box #years p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 6px;
}

#hero-section .container .flex-box #projects p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 6px;
}

#hero-section .container .flex-box #companies p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 6px;
}

section .container h2 {
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    font-size: 40px;
    margin-bottom: 20px;
}

#laptop {
    background-color: #252525;
    margin-top: 50px;
    padding-bottom: 50px;
}

section .container h2 span {
    color: #FECF3E;
}

#iframe {
    display: flex;
    justify-content: center;
    align-items: center;
}

#iframe img {
    width: 80%;
}

section .container #projects-text {
    text-align: center;
    margin-bottom: 50px;
}

section .container p span {
    font-weight: 600;
    color: #FECF3E;
}

.website-description {
    padding: 20px 0px;
    padding-top: 40px;
    font-size: 20px;
    text-align: center;
}

section .container .flex-box ul {
    width: 90%;
}

section .container .flex-box ul li {
    font-size: 18px;
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

section .container .flex-box ul .line {
    width: 100%;
    height: 1px;
    margin: 12px 0px;
    background-color: #ADADAD;
}

section .container .flex-box ul .active {
    font-weight: bold;
    color: #FECF3E;
}

section .container .flex-box .right-side #big-p {
    font-size: 24px;
    font-weight: bold;
    margin-top: 24px;
}

h3 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 40px;
}

h3 span {
    color: #FECF3E;
}

h4 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 40px;
}

h4 span {
    color: #FECF3E;
}

.team-player {
    display: flex;
    justify-content: space-between;
    padding: 0px 200px;
}

.man {
    text-align: center;
}

.man .position {
    font-weight: 600;
    font-size: 20px;
    color: #FECF3E;
}

.man .name {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 10px;
}

#team {
    background-color: #252525;
    padding: 30px 0px 80px 0px;
}

#team .title {
    text-align: center;
    padding-top: 50px;
    font-size: 28px;
    font-weight: bold;
}

#team p {
    text-align: center;
}

#team p span {
    color: #FECF3E;
    font-weight: 600;
}

#team .title span {
    color: #FECF3E;
}

section .container .flex-box .left .frame {
    width: 90%;
    background-image: url(./img//Screenshot_8.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;

}

section .container .flex-box .left .frame .title {
    font-size: 24px;
    font-weight: bold;
    color: #FECF3E;
    text-align: center;
}

section .container .flex-box .right .frame {
    width: 90%;
    background-image: url(./img/Screenshot_9.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;

}

section .container .flex-box .right .frame .title {
    font-size: 24px;
    font-weight: bold;
    color: #FECF3E;
    text-align: center;
}

h5 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 40px;
}

h5 span {
    color: #FECF3E;
}

footer {
    padding: 40px 0px;
    background-color: #202020;
}

footer .container .flex-box {
    display: flex;
    justify-content: space-between;
}

footer .container .flex-box .left {
    width: 33%;
}

footer .container .flex-box .left img {
    width: 150px;
}

footer .container .flex-box .left ul {
    padding: 0;
    margin-top: 20px;
}

footer .container .flex-box .left ul li {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

footer .container .flex-box .left ul li a{
    color: white;
    text-decoration: none;
}

footer .container .flex-box .middle {
    width: 33%;
}

footer .container .flex-box .middle p {
    font-size: 20px;
    font-weight: bold;
}

footer .container .flex-box .middle ul {
    padding: 0;
    margin-top: 20px;
}

footer .container .flex-box .middle ul li {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

footer .container .flex-box .right {
    width: 33%;
}

footer .container .flex-box .right ul {
    padding: 0;
    margin-top: 20px;
}

footer .container .flex-box .right ul li {
    display: block;
}

footer .container .flex-box .right ul li a {
    color: white;
}

footer .container .flex-box .right ul li svg {
    width: 30px;
    height: 30px;
}

footer .container .flex-box .right ul {
    display: flex;
    justify-content: space-between;
    width: 150px;
}


footer .container .flex-box .right p {
    font-size: 20px;
    font-weight: bold;
}

.no-container {
    max-width: 100%;
    padding: 0px 200px;
}

.no-container .flex-box .left{
    width: 50%;
}

.no-container .flex-box .left .frame{
    height: 360px;
}

.no-container .flex-box .right .frame{
    height: 360px;
}

.no-container .flex-box .right{
    width: 50%;
}

#provide-dots {
    position: absolute;
    width: 150px;
    top: 750px;
    right: -74px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1140px;
    transform: translate(-50%, -50%);
    background-color: #252525;
    padding: 30px 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.modal-content p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.modal-content .line {
    width: 100%;
    height: 1px;
    background-color: #ADADAD;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.close:hover {
    color: #ADADAD;
}

.modal-content .flex-box {
    display: flex;
    justify-content: space-between;
}

.modal-content .flex-box .left form {
    margin-top: 30px;
}

.modal-content .flex-box .left form label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 550px;
}

.modal-content .flex-box .left form input {
    width: 380px;
    height: 35px;
    padding: 10px 18px;
}

.modal-content .flex-box .left form textarea {
    width: 380px;
    height: 100px;
}

.modal-content .flex-box .right {
    width: 100%;
}

.modal-content .flex-box .right img {
    width: 220px;
    margin-top: 24px;
    display: block;
    margin-bottom: 32px;
}

.modal-content .flex-box .right ul {
    margin-top: 20px;
    padding: 0;
}

.modal-content .flex-box .right ul li {
    display: block;
    margin-bottom: 24px;
}

.modal-content .flex-box .right ul li svg{
    margin-right: 6px;
}

.modal-content .flex-box .right ul li #email{
    margin-right: 14px;
}

.mobile-slider {
    display: none;
}

#hamburger {
    display: none;
}


.media{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: absolute;
   bottom: 20px;
}

.media-svg{
    fill: #ffffff;
    transition: fill 0.3s;
}

.media .media-svg:hover{
    fill: #FECF3E;
    transition: 0.5s all;
}

@media screen and (min-width: 768px){
    section .no-container .flex-box .left .frame {
        width: 100%;
        text-align: center;
        padding: 30px 20px;
        height: 100%;
    }

    section .no-container .flex-box{
        gap: 20px;
    }

    section .no-container .flex-box .right .frame {
        width: 100%;
        text-align: center;
        padding: 30px 20px;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    #hamburger {
        display: block;
    }



    #hamburger img {
        width: 200px;
        margin-top: 34px;
        margin-left: 20px;
    }

    /* hamburger */
    .checkbox {
        display: none;
    }

    .button {
        position: relative;
        background-color: white;
        height: 5rem;
        width: 5rem;
        border-radius: 50%;
        position: fixed;
        top: 5vh;
        right: 5vw;
        z-index: 2000;
        box-shadow: 0 1rem 3rem black;
        text-align: center;
        cursor: pointer;
    }

    .background {
        height: 4rem;
        width: 4rem;
        border-radius: 50%;
        position: fixed;
        top: 2vh;
        right: 5.5vw;
        background-color: #252525;
        z-index: 1000;

        transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    }

    .nav {
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 1500;
        opacity: 0;
        width: 0;
        transition: opacity 0.8s, width 0.8s;
        background-color: #252525;
        overflow: hidden;
    }

    .list {
        position: absolute;
        top: 30%;
        left: 45%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
        width: 100%;
    }

    .list #nav-img-mobile{
        width: 60%;
        padding-bottom: 20px;
        display: block;
        margin: 0 auto;
        margin-top: 200px;
    }

    .list #info-list{
        margin-top: 100px;
        text-align:left;
        margin-left: 16px;
    }

    .list #info-list .info-li{
        margin-bottom: 20px;
    }

    .item {
        margin: 1rem;
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ADADAD;
    }

    .link:link,
    .link:visited {
        display: inline-block;
        font-size: 20px;
        font-weight: 300;
        padding: 1rem 2rem;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        background-image: linear-gradient(120deg,
                transparent 0%,
                transparent 50%,
                white 50%);
        background-size: 220%;
        transition: all 0.4s;
    }

    .link:hover,
    .link:active {
        background-color: #252525;
        cursor: pointer;
    }

    /* functionality */
    .checkbox:checked~.background {
        transform: scale(80);
    }

    .checkbox:checked~.nav {
        opacity: 1;
        width: 100%;
        right: 0;
    }

    .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .icon,
    .icon::before,
    .icon::after {
        width: 1.8rem;
        height: 2px;
        background-color: #202020;
        display: inline-block;
    }

    .icon::before,
    .icon::after {
        content: "";
        position: absolute;
        left: 0;
        transition: all 0.2s;
    }

    .icon::before {
        top: -0.8rem;
    }

    .icon::after {
        top: 0.8rem;
    }

    .button {
        background-color: #FECF3E;
        width: 60px;
        height: 60px;
        top: 20px;
    }

    .button:hover icon:before {
        top: -1rem;
    }

    .button:hover icon::after {
        top: 1rem;
    }

    .checkbox:checked+.button .icon {
        background-color: transparent;
    }

    .checkbox:checked+.button .icon::before {
        top: 0;
        transform: rotate(135deg);
    }

    .checkbox:checked+.button .icon::after {
        top: 0;
        transform: rotate(-135deg);
    }

    .position {
        font-weight: 600;
        font-size: 20px;
        color: #FECF3E;
    }

    #team{
        padding: 50px 0px;
    }

    #team p {
        padding: 0px 60px;
    }

    .name {
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .mobile-slider-img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    .mobile-slider {
        display: block;
    }

    .desktop-slider {
        display: none;
    }

    #work .container .flex-box {
        display: block;
    }

    #work .container .flex-box .left-side {
        width: 100%;
    }

    #work .container .flex-box .right-side {
        width: 100%;
        padding: 0px 36px;
    }



    footer .container .flex-box {
        display: block;
    }

    footer .container .flex-box .left{
        width: 100%;
        margin-bottom: 30px;
    }

    footer .container .flex-box .right{
        width: 100%;
        margin-bottom: 30px;
    }

    footer .container .flex-box .middle{
        width: 100%;
        margin-bottom: 30px;
    }

    #hero-section {
        margin-top: 680px;
    }

    #hero {
        width: 90%;
        margin: 0 auto;
    }

    #hero .container {
        width: 100%;
        padding: 0;
    }

    #hero .container .flex-box .left-side {
        width: 100%;
    }

    #hero .container .flex-box .left-side h1 {
        font-size: 49px;
        margin-bottom: 20px;
    }

    #hero .container .flex-box .left-side #line-frame span {
        width: 180px;
    }

    #hero .container .flex-box .right-side {
        display: block;
    }

    #hero .container .flex-box .right-side #marko-hero{
        position: absolute;
        width: 150%;
        transform: translateX(45%);
        bottom: -300px;
        margin-top: 0px;
    }

    #left-dots {
        display: none;
    }

    #right-dots {
        display: none;
    }

    #provide-dots {
        display: none;
    }

    #dots-work {
        display: none;
    }

    #left-dot {
        display: none;
    }

    #desktop-nav {
        display: none;
    }

    #hero-section .container .flex-box {
        flex-wrap: wrap;
    }

    #hero-section .container .flex-box #years {
        width: 100%;
        display: block;
        text-align: center;
    }

    #hero-section .container .flex-box #projects {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 30px;
        padding-top: 10px;
        border-top: 0.5px solid #ADADAD;
    }

    #hero-section .container .flex-box #companies {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 30px;
        padding-top: 10px;
        border-top: 0.5px solid #ADADAD;
    }

    #hero .container .flex-box {
        display: block;
    }

    #hero .container .flex-box .left-side {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    section .no-container {
        padding: 0;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    section .no-container .flex-box {
        flex-wrap: wrap;
    }

    section .no-container .flex-box .right{
        width: 100%;
    }

    section .no-container .flex-box .left{
        width: 100%;
    }

    section .no-container .flex-box .right .frame {
        width: 100%;
        text-align: center;
        padding: 30px 20px;
        height: 100%;
    }

    section .no-container .flex-box .left .frame {
        width: 100%;
        margin-top: 60px;
        text-align: center;
        padding: 30px 20px;
        height: 100%;
    }

    #team .options{
        display: none;
    }

    #phone-team{
        display: block;
    }

    .main-name-phone{
        font-size: 1.2em;
        font-weight: 600;
    }

    .sub-phone{
        font-size: 1.4em;
        font-weight: bold;
        color: #FECF3E;
    }

    #iframe-phone img{
        width: 70%;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        border-radius: 20px;
    }

    .desktop-slider{
        display: none;
    }

    .modal-content{
        width: 90%;
        height: 80%;
        overflow-y: scroll;
        border-radius: 10px;
    }


    .modal-content .flex-box{
        display: block;
    }

    .modal-content .flex-box .left{
        width: 100%;
    }

    .modal-content .flex-box .right{
        width: 100%;
    }

    .modal-content .flex-box .left form input{
        width: 100%;
    }
    .modal-content .flex-box .left form label{
        width: 100%;
        display: block;
    }

    .modal-content .flex-box .left form textarea {
        width: 100%;
        height: 100px;
    }

    .media{
        position: unset;
    }


    .success-message {

        font-weight: 400;
        font-size: 16px;
        display: block;
        margin-top: 30px;
        padding-top: 16px;
    }

    .flex-box-blog{
        display: block;
    }

    .flex-box-blog .right{
        width: 100%;
    }

    .flex-box-blog .left{
        width: 100%;
        margin-top: 60px;
    }

    .flex-box-blog .middle{
        width: 100%;
        margin-top: 60px;
    }

    #blog-h{
        font-size: 32px;
    }

    #blog-span{
        display: block;
    }

}
