@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");

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;
}

.text-white-light {
    color: rgba(255, 255, 255, 0.85) !important;
}

.header .col-md-8 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* main section starts from here  */
#main {
    margin-top: 50px;
    margin-bottom: 80px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.small-5 {
    font-size: 0.64453rem !important;
}

.text-lighter {
    color: #bfc5ca !important;
}

a {
    text-decoration: none;
}
main a.badge {
    text-decoration: none;
}
main a.badge:hover {
    color: #bfc5ca;
}
/* main section ends here  */

/* footer section starts from here */
#footer {
    background-color: rgb(72, 91, 197);
}

#footer a {
    text-decoration: none;
    list-style-type: none;
    color: white;
}

#footer > .container {
    margin-top: 80px;
}

@media only screen and (max-width: 768px) {
    #footer > .container > .row > div {
        text-align: center;
    }
}
/* footer section ends here */

/* 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;
}
