@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&family=Montserrat&family=Roboto:ital,wght@0,400;1,300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
body {
    background-color: #f8f9fa;
    font-family: "Montserrat", sans-serif;
}
/* navbar css starts here */
#navbar ul li > a:link {
    font-size: 18px;
    padding-left: 20px;
}
#hiredeveloper {
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid lightgray;
    transition: 1s;
}
#hiredeveloper:hover {
    background-color: rgb(72, 91, 197);
    color: white;
    transition: 1s;
}
#modalbody {
    margin-top: -90px;
}

.contact {
    margin-top: -90px;
}

/*  .animate {*/
/*    animation-duration: 0.8s;*/
/*    animation-fill-mode: both;*/
/*  }*/

/*@keyframes slideIn {*/
/*  0% {*/
/*    transform: translateY(1.5rem);*/
/*    opacity: 0;*/
/*  }*/

/*  100% {*/
/*    transform: translateY(0rem);*/
/*    opacity: 1;*/
/*  }*/

/*  0% {*/
/*    transform: translateY(1.5rem);*/
/*    opacity: 0;*/
/*  }*/
/*}*/

/*.slideIn {*/
/*  animation-name: slideIn;*/
/*}*/


/* main section start from here */

#main {
    background-color: rgb(72, 91, 197);
    max-height: 70%;
}

#main img{
    max-height: 100%;
    
}
#main_heading {
    color: white;
}
#main_text {
    color: white;
}

/* main section ends here */
/* Start of Services section */
#wave {
    margin-top: -45px;
}

.wordpress:hover {
    background-color: rgb(132, 245, 109);
    color: white;
    border-radius: 10px;
    margin-top: -3px;
    margin-right: -3px;
}

.webdesign:hover {
    background-color: rgb(173, 188, 202);
    border-radius: 10px;
    margin-top: -3px;
    margin-right: -3px;
    /* padding-bottom: 30px; */
    color: white;
}
.webdevelopment:hover {
    background-color: rgb(26, 196, 181);
    border-radius: 10px;
    margin-top: -3px;
    margin-right: -3px;
    /* padding-bottom: 30px; */
    color: white;
}

.UI:hover {
    background-color: rgb(196, 26, 173);
    border-radius: 10px;
    margin-top: -3px;
    margin-right: -3px;
    /* padding-bottom: 30px; */
    color: white;
}

.Android:hover {
    background-color: rgb(219, 132, 208);
    border-radius: 10px;
    margin-top: -3px;
    margin-right: -3px;
    /* padding-bottom: 30px; */
    color: white;
}
.flutter:hover {
    background-color: rgb(228, 206, 82);
    border-radius: 10px;
    margin-top: -3px;
    margin-right: -3px;
    /* padding-bottom: 30px; */
    color: white;
}

#services a {
    text-decoration: none;
    color: black;
}
/* End of Services section */

/* client feedback start from here */

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 4 */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(50%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-50%) !important;
    }

    .carousel-item-next.carousel-item-start {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-50%) !important;
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0) !important;
}
#feedback {
    margin-top: 130px;
}

/* clients feedback section ends here */

/* portfolio section starts from here*/

.single-portfolio {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.single-portfolio img {
    height: 100%;
    width: 100%;
}

.portfolio-text {
    /* position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    transform: translateY(100%);
    transition: all 0.5s ease-out; */

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 1s ease-out;
    background-color: black;
}

.portfolio-text h4 {
    color: white;
    position: absolute;
    text-decoration: none;
    opacity: 1;
    font-size: 30px;
    font-family: 'Koulen', cursive;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.single-portfolio:hover .portfolio-text {
    opacity: 0.5;
}

#scrollbar {
    max-height: 850px;
    overflow: auto;
}

/* portfolio section ends from here*/

/* counter starts from here */
.container {
    margin-top: 100px;
}

#main .container{
    margin-top: 0px;
}

.counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #d2d2d2;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #d2d2d2;
    line-height: 28px;
}
/* project counter ends here */

/* our team section starts from here */
.ourTeam-hedding p {
    color: #979797;
}
.ourTeam-hedding strong {
    color: black;
}
.ourTeam-hedding {
    margin-bottom: 50px;
}
.ourTeam-hedding h1 {
    font-size: 25px;
    font-weight: bold;
    color: #145889;
}
.ourTeam-box {
    border-radius: 2px;
    border-top: 6px solid #5dddd3;
    margin: 0px;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.section1 {
    padding: 30px 0px 30px 0px;
}
.section1 img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
}
.section2 p {
    font-weight: bold;
    color: #5dddd3;
    letter-spacing: 1px;
}
.section2 span {
    color: #979597;
}
.section3 {
    background-color: #5dddd3;
}
.section3 i {
    color: #ffffff !important;
    padding: 15px;
    font-size: 15px;
}
.section-info {
    border-top: 6px solid #90dfaa;
}
.section-info p {
    color: #90dfaa;
}
.section-info .section3 {
    background-color: #90dfaa;
}
.section-danger {
    border-top: 6px solid #fd8469;
}
.section-danger p {
    color: #fd8469;
}
.section-danger .section3 {
    background-color: #fd8469;
}

/* our team section end here */

/* subcription section starts from here */

#subscribe {
    background-color: #5dddd3;
}

/* subcription section ends here */

/* back to button */
#button {
    display: inline-block;
    background-color: #2d66ff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

a#button {
    text-decoration: none;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #4062ff;
}

#button:active {
    background-color: #4062ff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {
    #button {
        margin: 30px;
    }
}

/* back to button end */

/* footer section starts from here */

#footer {
    background-color: rgb(72, 91, 197);
    margin-top: -10px;
}

#footer a {
    text-decoration: none;
    list-style-type: none;
    color: white;
}

/* footer section ends here */

@media only screen and (max-width: 768px) {
    
    #wave {
        margin-top: 0px;
    }
    .services {
        margin-top: -10px;
    }
    #client {
        margin-top: 0px;
    }
     #counter {
        margin-top: 30px;
        margin-bottom: -100px;
    }
    #feedback .container {
        margin-top: 40px;
        margin-bottom: -10px;
    }
}

/* Offer Popup */
#exampleModalCenter {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#exampleModalCenter p {
    color: #b3b3b3;
    font-weight: 300;
}

#exampleModalCenter h3 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#exampleModalCenter a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#exampleModalCenter a,
#exampleModalCenter a:hover {
    text-decoration: none !important;
}

#exampleModalCenter .content {
    height: 100vh;
}

#exampleModalCenter {
    border-radius: 7px;
    overflow: hidden;
    background-color: transparent;
}

#exampleModalCenter .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px;
}

#exampleModalCenter .modal-content .modal-body {
    border-radius: 7px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
}

#exampleModalCenter .modal-content .modal-body.overlay {
    position: relative;
}

#exampleModalCenter .modal-content .modal-body.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#exampleModalCenter .modal-content .modal-body.overlay .to-front {
    z-index: 2;
    position: relative;
}

#exampleModalCenter .modal-content .modal-body h3 {
    color: #000;
    font-size: 22px;
}

#exampleModalCenter .modal-content .modal-body .btn-close {
    color: #000;
}

#exampleModalCenter .cancel a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: bold;
}

#exampleModalCenter .cancel a:hover {
    color: #fff;
}

#exampleModalCenter .bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#exampleModalCenter .logo img {
    width: 70px;
}

#exampleModalCenter .bg-3 {
    background: #f9eaf2;
}

#exampleModalCenter i {
    color: green;
}

#exampleModalCenter .btn-danger {
    padding: 0px 20px !important;
    height: 40px !important;
    margin-top: 5px !important;
}
