@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: cusFont;
    src: url('fonts/kyiv-type-sans-regular.otf');
}

* {
    transition: 0.2s ease-in-out;
}

.carousel-item {
    transition: 0s !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

h1,
h2 {
    font-family: 'cusFont', sans-serif;
}

nav {
    background-color: rgba(255, 255, 255, 1);
    border: #000000 1px solid;
    border-radius: 50px;
    padding: 8px 0;
}
.navi{
    padding-top: 30px;
}

.banner {
    overflow: hidden;
    display: grid;
    place-content: end center;
}



.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    margin-top: 30px;
}

.overlay a {
    margin: 20px 50px;
    font-size: 1.5em;
    display: block;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.ham-icon {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    cursor: pointer;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.ham-icon img {
    height: 30px;
}

.brand-logo {
    padding-left: 20px;
}


.link {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 30px;
    border-radius: 50px;
    border: #FFFFFF 1px solid;
}

.link:hover {
    border: #000000 1px solid;
    background-color: #D7F3EF;
}

.link.active {
    border: #000000 1px solid;
    background-color: #D7F3EF;
}

.bg-blue {
    background-color: #D7F3EF;
}

.bg-blue-light {
    background-color: #F1FFFF;
}


.bg-orange {
    background-color: #FFEFEB;
}

.bg-orange-dark {
    background-color: #FF9977;
}

.text-med {
    font-size: 1.5em;
}

.long-block {
    font-weight: 600;
    font-size: 1.2em;
    padding: 25px 10px;
}


.home-page p {
    line-height: 155%;
}

.welcome {
    padding: 40px 0;
}

.click-btn {
    background-color: #FFF573;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border: #000000 1px solid;
    border-radius: 50px;
}

.click-btn:hover {
    background-color: #FFEFEB;
}


.mouse img {
    height: 150px;
    margin-top: -75px;
}

.wwd {
    padding: 75px 0;
}

.wwd h1 {
    font-size: 6em;
}

.wwd p {
    margin: 20px 0;
}

.our-app {
    padding: 75px 0;
    line-height: 200%;
}

.our-app h1 {
    color: #FF9978;
    margin-bottom: 50px;
}

.our-app h2 {
    font-size: 3em;
    margin: 25px 0;
}

.portfolio {
    padding: 75px 0;
}

.circle {
    height: auto;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.c-blue {
    background-image: url("img/circle-blue.png");
}

.c-orange {
    background-image: url("img/circle-orange.png");
}

.portfolio h1 {
    margin-bottom: 50px;
}

.portfolio p {
    margin-bottom: 20px;
    line-height: 180%;
}

.creative {
    display: grid;
    place-content: center center;
    background-image: url('img/ipad.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-inner {
    display: grid;
    place-content: center center;
    background-color: #ffffff;
}

.car-arrows {
    margin-top: 50px;
}

.car-arrow {
    opacity: 0.5;
    cursor: pointer;
}

.car-arrow:hover {
    opacity: 1;
}

.change-slide {
    padding: 15px 35px;
    border-radius: 50px;
    background-color: #D7F3EF;
    border: 1px #000 solid;
    cursor: pointer;
    font-weight: 600;
}

.change-slide:hover {
    background-color: #FFFBE1;
}

.car-arrows img {
    height: 50px;
}

.con-mod {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom:5px !important;
}

.con-mod:hover {
    text-decoration: none;
}

.reels {
    display: grid;
    place-content: center center;
    background-image: url('img/iphone.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.reel-vid {
    border-radius: 15px;
}

.modal-body {
    display: grid;
    place-content: start center;
}

.vid-warn {
    background-color: aliceblue;
    padding: 10px;
    cursor: pointer;
}

.modal {
    margin-top: 0;
}

.modal-content {
    border: 0;
    background: transparent;
}

.play-btn {
    cursor: pointer;
    position: absolute;
    height: 65px;
    top: 38%;
    left: 36%;
}

.play-btn:hover {
    scale: 1.1;
    transition: 0.3 ease-in-out;
}

.social {
    display: grid;
    place-content: center center;
    background-image: url('img/iphone-orange.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.webdev {
    display: grid;
    place-content: start center;
    background-image: url('img/imac.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.close-mod {
    background-color: #ff9696;
    cursor: pointer;
    font-weight: 500;
    padding: 10px;
    border-radius: 50px;
}


.contact-us {
    margin: 75px 0;

}

.contact-details {
    margin-top: 10px;
}

.contact-details p {
    background-color: #FFFBE1;
    border: #000000 1px solid;
    border-radius: 50px;
}

.contact-details p:hover {
    cursor: pointer;
    background-color: #ffffff;
}


footer {
    font-size: 0.8em;
    color: #FFFFFF;
    padding: 20px;
    background-color: #2F2F2F;
}


@media (min-width:320px) {

    .click-btn {
        padding: 8px 15px;
        font-size: 0.7em;
    }

    .clickety {
        margin-top: -10px;
        margin-left: 10px;
    }


    .welcome-text {
        padding: 0 100px;
    }

    .car-arrows {
        margin-bottom: 50px;
    }

    .portfolio h1 {
        margin-top: 50px;
    }


    .webdev {
        height: 225px;
        padding-top: 18px;
    }

    .webdev .carousel-inner {
        height: 113px;
        width: 205px;
    }

    .social {
        height: 570px;
    }

    .social .carousel-inner {
        height: 440px;
        width: 230px;
    }

    .reels {
        height: 535px;
    }

    .reels .carousel-inner {
        height: 406px;
        width: 230px;
    }

    .reel-vid {
        height: 460px;
    }

    .creative {
        height: 415px;
    }

    .creative .carousel-inner {
        height: 353px;
        width: 265px;
    }
    .wwd h1 {
        font-size: 3em;
        margin-bottom: 30px;
    }

    .wwd img {
        height: 100px;
    }

    .our-app h1 {
        font-size: 3em;
        margin-bottom: 50px;
    }

    .app-content {
        margin-bottom: 30px;
    }

    .home-page {
        margin: 50px 0 100px 0;
    }

    .home-page h1 {
        font-size: 3em;
        padding-bottom: 30px;
    }

    .home-page p {
        padding-bottom: 30px;
    }

    .contact-title {
        font-size: 3em;
        margin-bottom: 50px;
    }

    .contact-details {
        font-size: 0.8em;
    }

    .contact-details img {
        height: 25px;
        margin-right: 5px;
    }

    .contact-details p {
        padding: 5px;
        margin-bottom: 10px;
    }
}

@media (min-width:360px) {
    .clickety {
        margin-top: -18px;
    }

    .webdev {
        height: 260px;
        padding-top: 20px;
    }

    .webdev .carousel-inner {
        height: 135px;
        width: 240px;
    }
}


@media (min-width:460px) {

    .clickety {
        margin-top: -30px;
    }

    .reel-vid {
        height: 600px;
    }

    .webdev {
        height: 336px;
        padding-top: 24px;
    }

    .webdev .carousel-inner {
        height: 175px;
        width: 310px;
    }

}

@media (min-width:576px) {

    .click-btn {
        padding: 12px 20px;
        font-size: 0.8em;
    }

    .clickety {
        margin-top: -25px;
    }
    .webdev {
        height: 390px;
        padding-top: 30px;
    }

    .webdev .carousel-inner {
        height: 200px;
        width: 357px;
    }

    .creative {
        height: 500px;
    }

    .creative .carousel-inner {
        height: 430px;
        width: 324px;
    }


    .wwd h1 {
        font-size: 4em;
    }

    .wwd img {
        height: 150px;
    }

    .our-app h1 {
        font-size: 4em;
    }

    .home-page h1 {
        font-size: 5em;
    }

    .contact-title {
        font-size: 4em;
    }

    .contact-details {
        font-size: 1.2em;
    }

    .contact-details img {
        height: 50px;
        margin-right: 20px;
    }

    .contact-details p {
        padding: 10px;
        margin-bottom: 20px;
    }

}

@media (min-width:768px) {

    .clickety {
        margin-top: -30px;
    }
}

@media (min-width:992px) {

    .click-btn {
        padding: 15px 40px;
        font-size: 0.9em;
    }

    .clickety {
        margin-top: -48px;
    }



}

@media (min-width:1200px) {

    .welcome-text {
        padding: 100px;
    }

    .click-btn {
        padding: 20px 50px;
        font-size: 1em;
    }

    .clickety {
        margin-top: -55px;
    }

    .car-arrows {
        margin-bottom: 0;
    }

    .portfolio h1 {
        margin-top: 0;
    }

    .webdev {
        height: 420px;
        padding-top: 30px;
    }

    .webdev .carousel-inner {
        height: 216px;
        width: 390px;
    }

    .creative {
        height: 500px;
    }

    .creative .carousel-inner {
        height: 430px;
        width: 324px;
    }

    .reel-vid {
        height: 460px;
    }

    .content-img {
        height: auto;
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        /* background-image: url("img/content-writing-side.png"); */
    }


    .app-content {
        margin-bottom: 0;
    }

    .arrow-fix {
        margin-top: -40px;
    }

    .arrow-fix-2 {
        margin-top: -90px;
    }

    .home-page {
        margin: 75px 0;
    }

    .home-page h1 {
        font-size: 4em;
        padding-bottom: 5px;
    }

    .home-page p {
        padding-bottom: 10px;
    }

    .contact-details {
        font-size: 1.5em;
    }
}

@media (min-width:1400px) {

    .reel-vid {
        height: 600px;
    }


    .webdev {
        height: 485px;
        padding-top: 35px;
    }

    .webdev .carousel-inner {
        height: 254px;
        width: 453px;
    }

    .creative {
        height: 590px;
    }

    .creative .carousel-inner{
        height: 497px;
        width: 374px;
    }

    .arrow-fix {
        margin-top: -120px;
    }

    .arrow-fix-2 {
        margin-top: -120px;
    }

    .home-content {
        padding-left: 50px;
    }

    .home-page h1 {
        font-size: 5em;
        padding-bottom: 20px;
    }

    .home-page p {
        padding-bottom: 20px;
    }

}