html {
    scroll-behavior: smooth;
}

ul.dotted-list {
    text-indent: -1.4em;
    margin: 10px 10px 10px 30px;
    text-align: left;
    list-style-position: inside;
    list-style-type: disc !important;
}

ul.dotted-list:not(.browser-default)>li {
    list-style-type: disc;
}

/* Font for text and headings */
@font-face {
    font-family: GT-Walsheim-Pro-Trial-Medium;
    src: url(../fonts/GT-Walsheim-Pro-Trial-Medium.otf);
}

/* Font for sub headings */


@font-face {
    font-family: futura-medium;
    src: url("./fonts/Futura-Medium.otf");
  }

.sidenav li>a {
    color: #48486A;
    font-family: futura-medium;
}

nav {
    box-shadow: 0px 0px 0px 0px #ffffff;
}

.nav-logo {
    height: 30px;
}

.nav-back-color {
    background-color: #D0c5e1
}

.nav-link-color {
    color: #48486A
}



/* class for styling of img1 used in intro Section */
.img2 {
    padding-top: 5%;
}

.center {
    display: flex;
    justify-content: center;
}

.grid1,
.grid2 {
    background-color: #D0c5e1
}

.heading {
    font-family: futura-medium;
    color: #48486A;
    /* text-decoration: underline #f79420; */

}

.underline {
    border-bottom: 4px solid #f79420;
    padding-bottom: 4px;
}

.purple-heading {
    font-family: futura-medium;
    color: #48486A;
}

.contact-sub-head {
    font-family: futura-medium;
    color: #30a78d;
}

.nav-links {
    font-family: futura-medium;
    color: #48486A;
    font-weight: bold;
}

.main-heading {
    font-family:futura-medium;
    color: #48486A;
}

.blog-heading {
    font-family: futura-medium;
    color: #48486A;
}

.service-heading {
    font-family: futura-medium;
    color: #48486A;
    font-size: 22px;
    font-weight: bold;
}

.text {
    font-family: futura-medium;
    color: black;
    font-size: 19px;
    letter-spacing: 1px;
}

.heading-space {
    width: 60%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.gif-img {
    height: 200px;
    border-radius: 20px;
}

.border-style {
    border: 2px solid black;
    border-radius: 20px;
    /* min-height: 417px */

}

.laptop {
    color: #14a54b;
}

.rocket {
    color: #ea3092;
}

.globe {
    color: #1ea5de;
}

.work {
    margin-top: 5%;
    background-color: #D0c5e1;
}

.back-color {
    background-color: #D0c5e1;
    overflow: auto;
}

.card-color {
    background-color: #D0c5e1;
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 300px;
    height: 300px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front,
.back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.card-custom {
    position: relative;
    /* margin: .5rem 0 1rem 0; */
    background-color: #D0c5e1;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    height: 75%;
}

.contact-form {
    background-color: #D0c5e1;
    box-shadow: 0px 0px 4px #848484;
    width: 100%;
    padding: 20px;
    /* height: 745px; */
}

.footer-font {
    font-family: Futura-Medium;
    font-weight: 94px;
}

.footer-body {
    font-family: Futura-Medium;
}

.footer-color {
    background-color: #48486A;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #48486A;
}

.submit-btn {
    background: #48486a !important;
    padding: 0px 30px 0px 30px;
    text-transform: initial !important;
    /* margin-left: 5%; */
}

.submit-btn:hover {
    background-color: #3a3a5a;
}

/******************/
/** Contact Form **/
/******************/

/*for input field */
.form-row {
    margin-top: -10px;
}

/*******for text*******/
.input-field input[type=text] {
    color: #000;
    background-color: white;
    padding-left: 5px;

}

/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

.input-field input[type=text]:focus+label {
    color: #000;
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

.input-field input[type=text]:visited {
    color: #000;
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

/******for email*******/

.input-field input[type=email]:focus {
    color: #000;
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
    padding-left: 1%;

}

.input-field input[type=email] {
    color: #000;
    background-color: white;
    padding-left: 1%;

}

.input-field input[type=text]:visited {
    color: #000;
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

/*******for telephone*******/
.input-field input[type=tel] {
    color: #000;
    background-color: white;
    padding-left: 3%;

}

/* label underline focus color */
.input-field input[type=tel]:focus {
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

.input-field input[type=tel]:visited {
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}


/* for textarea */
.input-field textarea {
    color: #000;
    background-color: white;
    height: 152px;
    font-size: 16px;
    padding-left: 1%;
    padding-top: 3%;
}

.input-field textarea::after {
    color: #000;
    background-color: white;
    height: 45px;
}

/* valid color for text */
.input-field input[type=text].valid:focus {
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

.input-field input[type=text].valid {
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

/* valid color for email */
.input-field input[type=email].valid:focus {
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

.input-field input[type=email].valid {
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

/* valid color for phone */
.input-field input[type=tel].valid:focus {
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

.input-field input[type=tel].valid {
    border-bottom: 1px solid #D0c5e1 !important;
    box-shadow: 0 1px 0 0 #D0c5e1 !important;
}

/* invalid color */
.input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field input :focus {
    border: none;
}

/******************/
/** OUR SERVICES **/
/******************/
.my-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.my-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.my-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.my-col-12 .my-col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.flip-container-box {
    max-width: 700px;
    margin: 0 auto;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 270px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    margin: 0 auto;
    margin-bottom: 45px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 106%;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #d9d0e7;
    color: black;
    box-shadow: 10px 10px 0px 0px #484869;
}

/* Style the back side */
.flip-card-back {
    background-color: #484869;
    color: white;
    box-shadow: 10px 10px 0px 0px #d9d0e7;
    transform: rotateY(180deg);
}

.img-div {
    height: 150px;
}

.vid-div {
    height: 200px;
    margin-top: 5%;
}

.video-div {
    height: 225px;
    width: 100%;
}

.video-div>video {
    /* width: unset; */
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.outer {
    height: 253px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 450px;
    float: right;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.video-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
}

.video-text {
    display: block;
    height: 90px;
}

#blog-shadow {
    box-shadow: 16px 16px green;
    border-radius: 10px;
}

.portfolio-div {
    width: 80%;
    /* background:green; */
}

.tab-div {
    width: 40%;
}

.price-div {
    border: 1px solid #808080ba;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.process-text {
    width: 72%;
}

.offer-div {
    border: 1px solid #e0e0e0;
    width: 260px;
}

.video2class {
    margin-top: 2.8%;
    border: none;
}

.tabs .tab a {
    /* border: 1px solid #48486a; */
    background: #d0c5e1;
    font-size: 16px;
}

.tabs .tab a.active {
    background: #48486a;
    color: #d0c5e1;
}

.tabs .tab a,
.tabs .tab a:hover {
    color: #48486a;
    font-weight: bold;
    background: #d0c5e1;

}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background: #48486a;
    color: #d0c5e1;
}

.tabs .indicator {
    background-color: #48486a;
}

.vertical_dotted_line {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    height: 100px;
    border-left: 4px dotted #444;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #1EA6DF;
    display: inline-block;
    margin-right: 2%;
}

.video1 {
    height: 260px
}

.video2 {
    height: 245px
}

.video3 {
    height: 260px
}

.video4 {
    height: 260px
}

.video5 {
    height: 260px
}

@media (min-width: 576px) {
    .my-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .my-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .my-container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .my-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 480px) {
    .blog-div {
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .outer {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-top: 9%;
        height: 160px;
        width: 290px;
        float: none;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        margin: 0 auto;
    }

    .nav-logo {
        height: 20px;
    }

    .main-heading {
        font-size: 35px;
    }

    .video1 {
        height: 200px !important
    }

    .video2 {
        height: 215px !important
    }

    .video3 {
        height: 200px !important
    }

    .video4 {
        height: 200px !important
    }

    .video5 {
        height: 200px !important
    }
}

@media screen and (max-width: 360px) {
    .outer {
        width: 290px !important;
        height: 165px !important;
    }
}

@media screen and (max-width: 320px) {
    .outer {
        width: 265px !important;
        height: 150px !important;
    }
}

@media screen and (max-width: 375px) {
    .outer {
        width: 300px !important;
        height: 175px !important;
    }
}


@media screen and (max-width: 280px) {
    .outer {
        margin-top: 5%;
        height: 125px !important;
        width: 220px !important;
        float: none;
    }

    .nav-logo {
        height: 16px !important;
    }

    .main-heading {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .outer {
        width: 330px;
        height: 185px;
    }

    .nav-logo {
        height: 20px;
    }

    .main-heading {
        font-size: 35px;
        margin-top: -44px;
    }
}

@media screen and (min-width: 600) and (max-width: 768px) {
    .outer {
        width: 330px;
        height: 185px;
    }

    .nav-logo {
        height: 20px;
    }

    .main-heading {
        font-size: 35px;
        margin-top: -44px;
    }

    .video1 {
        height: 125px !important
    }

    .video2 {
        height: 115px !important
    }

    .video3 {
        height: 125px !important
    }

    .video4 {
        height: 125px !important
    }

    .video5 {
        height: 125px !important
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 85%;
    }

    .outer {
        width: 330px;
        height: 185px;
    }

    .nav-logo {
        height: 20px;
    }

    .main-heading {
        font-size: 35px;
        margin-top: -44px;
    }

    .video1 {
        height: 200px
    }

    .video2 {
        height: 185px
    }

    .video3 {
        height: 200px
    }

    .video4 {
        height: 200px
    }

    .video5 {
        height: 200px
    }

}

@media screen and (min-width: 1600px) {
    .video2class {
        margin-top: 2.5%;
        border: none;
    }
}


@media screen and (min-width: 897px) {
    .blog-div {
        width: 50%;
    }
}

@media screen and (max-width: 893px) {
    .video-div {
        height: 100% !important;
        /* background: green; */
    }

    .video-div>video {
        width: 100% !important;
    }

    .sm-height {
        height: 300px;
        margin-bottom: 6%;
    }
}

@media screen and (max-width: 1160px) {
    .portfolio-div {
        width: 90%;
    }

    .tab-div {
        width: 100%;
    }

    .tabs .tab a {
        background: #d0c5e1;
        font-size: 14px;
    }

    .process-text {
        width: 100%;
    }

    .sm-height {
        height: 300px;
    }

    .video-div {
        width: 100%;
    }

    .video-div>video {
        /* width: unset; */
        width: 100%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 850px) and (orientation: landscape) {

    .outer {
        width: 265px !important;
        height: 151px !important;
    }

    .main-heading {
        font-size: 30px;
        margin-top: -90px;
    }

    .make-p {
        font-size: 15px;
    }


}