/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */


/* body {
  min-height: 75rem;
  padding-top: 4.5rem;
} */

@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');
body {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
    color: #5a5a5a;
}


/* Text Animation */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}


/* For Contact Us Form */

.successContent,
.errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

.form-field-wrapper {
    margin-bottom: 20px;
    position: relative;
}


/* Text effects for "Some of our Clients" */

.stylish-text {
    font-family: 'Mr Dafoe';
    margin: 0;
    font-size: 3.5em;
    margin-top: 0.3em;
    color: white;
    text-shadow: 0 0 0.05em #fff, 0 0 0.2em #fb7100, 0 0 0.3em #fb7100;
    transform: rotate(-7deg);
}

.clients {
    border: 1px solid #eee;
    margin-bottom: 25px;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 20%);
    min-height: 155px;
}

.res-clients {
 border: 1px solid #eee;
    margin-bottom: 25px;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 20%);
    min-height: 120px;
}

.clients:hover {
    background-color: rgb(255, 217, 134);
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.designation {
    font-size: 1rem;
    font-style: italic;
    color: #ff4200;
    text-transform: capitalize;
}

.logo-img {
    height: 40px !important;
}

.header-height {
    height: 60px !important;
}

.navbar-header-height-50 {
    height: 50px !important;
}

nav .navbar-nav li a {
    color: black !important;
}


/* .nav-item.active a {
    color: red;
} */

.active {
    /* color: red; */
    background-color: rgb(240, 240, 240);
    border-bottom: 2px solid red;
}


/* .navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link:active,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item:hover .nav-link {
    color: red;
} */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
    margin-bottom: 1.5rem;
}


/* .carousel-item {
  height: 32rem;
} */

.carousel-item {
    background: #eee;
    height: 32rem;
}

.carousel-item:hover {
    cursor: grab;
}


/* .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
} */


/* .carousel-caption {
    bottom: 3rem;
    z-index: 10;
} */

.carousel-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
}

.carousel-caption h2,
.carousel-caption p.lead {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.carousel-indicators li {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
    align-self: center;
    transition: all 0.3s ease-in-out;
}

.carousel-indicators li.active {
    width: 1rem;
    height: 1rem;
}

.carousel .item {
    height: 600px !important;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border: 2px solid #fff;
    border-radius: 100%;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #000;
    color: #000;
}


/* Carousel base class */


/* .carousel {
  margin-bottom: 4rem;
} */


/* Since positioning the image, we need to help out the caption */


/* .carousel-caption {
  bottom: 3rem;
  z-index: 10;
} */


/* Declare heights because of positioning of img element */


/* .carousel-item {
  height: 32rem;
} */


/* .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
} */


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}


/* rtl:begin:ignore */

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 1.5rem 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* Color Schemes */

.blue-bg {
    background-color: rgb(15, 100, 247);
}

.navy-blue-bg {
    background-color: rgb(5, 55, 140);
}

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

.green-bg {
    background-color: rgb(64, 152, 1);
}

.maroon-bg {
    background-color: rgb(95, 0, 0);
}

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

.text-maroon {
    color: rgb(95, 0, 0) !important;
}

.text-orange {
    color: #f95e00;
}

.text-green {
    color: rgb(64, 152, 1);
}

.project-highlights {
    font-size: 1.3rem;
}

.text-heading {
    color:#f95e00;
    font-weight: 600 !important;
}

/* Flip Card */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    /* border: 1px solid #fae7aa; */
    perspective: 1000px;
    border-radius: 20px;
    padding: 15px;
    /* Remove this if you don't want the 3D effect */
}


/* 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;
    border-radius: 20px;
}


/* 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: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border-radius: 20px;
}


/* Style the front side (fallback if image is missing) */

.flip-card-front {
    background-color: rgb(207, 248, 201);
    color: black;
    border-radius: 20px;
    border: 1px solid rgb(64, 152, 1);
}


/* Style the back side */

.flip-card-back {
    background-color: rgb(91, 199, 15);
    color: white;
    transform: rotateY(180deg);
    border: 1px solid #fb0a0ae5;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 64px;
        left: 50%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 50%;
        transition: all 0.3s ease;
        display: block;
        background-color: rgba(250, 222, 186, 0.85);
        font-size: 20px;
        font-weight: 600;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 100%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        right: 0;
    }
    /* In mobile view selected menu item background color should take the background-color set for the menu */
    .active {
        /* color: red; */
        background-color: rgba(250, 222, 186, 0.85);
        border-bottom: 2px solid red;
    }
    .slide-text-bottom {
        top: 200px;
    }
    .slide-text-top {
        color: white !important;
        text-align: center;
    }
}