@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

body{
    width: 100%;
    height: 100vh;   
    background-image: linear-gradient(143deg, rgb(19, 30, 41) 55%, rgb(204, 4, 72) 100%) !important;
    font-family: 'Roboto', 'Open Sans', 'Inter', 'Work Sans' !important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: 'Roboto', 'Open Sans', 'Inter', 'Work Sans' !important;
}

header#main-header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #131e29, #141d29);
    z-index: 999;
}
div#logo img {
    width: 100px;
    display: none;
}
ul.navbar-nav.d-flex.align-items-center {
    display: flex !important;
    flex-direction: row;
}
li.nav-item {
    padding: 0px !important;
}
a.nav-link {
    font-size: 15px;
    padding-block: 6px;
    padding-inline: 24px;
    margin-inline: 10px;
    border-radius: 20px;
    color: #fff;
    outline: 2px solid gray;
    transition: 0.3s linear;
}
a.nav-link:hover{
    outline: 2px solid #be0645 !important;
    background-color: #be0645 !important;
    color: #fff;
}
.contact {
    color: #fff;
}
.contact i {
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 12px;
    height: 22px;
    width: 22px;
    line-height: 22px;
}
a.contact-menu {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}

#main-content{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center ;
}
.image-box {
    margin-bottom: 50px;
}
.image-box img {
    width: 146px;
    margin: auto;
    display: block;
}
p.heading-message-text {
    border: 3px solid #ff0055;
    width: fit-content;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: #1e2731;
    padding: 10px 15px;
    margin-bottom: 42px;
    color: #fff;
}
p.heading-message-text::before {
    content: '';
    position: absolute;
    transform: rotate(42deg) translateX(17px);
    top: 63%;
    height: 36px;
    border: 1px solid #fff;
    z-index: 999;
    border-right: 3px solid #ff0055;
    border-top: none;
    border-bottom: none;
    border-left: none;
    z-index: 99;
}
p.heading-message-text::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 99%;
    width: 23px;
    height: 29px;
    border-left: 3px solid #ff0055;
    /* border: 1px solid; */
    background-image: linear-gradient(338deg, #131e29, #1e2731);
}

.chat-box {
    background: #fff !important;
    /* overflow: hidden; */
    border-radius: 5px;
    position: relative;
}
form textarea {
    /* background: #efefef; */
    border: none;
    color: black;
    min-height: 41px;
    padding: 18px 50px 10px 20px;
    max-height: 90px;
    transition: max-height 0.4s cubic-bezier(.23,1.03,.51,.95);
    overflow-y: auto;
    width: 100%;
    font-size: 16px;
    color: #4c4a4a;
    resize: none !important;
    overflow: hidden !important;
    height: 45px;
}
form .chat-input {
    width: 100%;
    padding: 18px 15px 0px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
form .btn-box {
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}
form button {
    grid-column: 2;
    padding: 2px 0px;
    font-size: 1.21em;
    color: #fff;
    place-self: center stretch;
    z-index: 101;
    border: none !important;
    background-color: transparent !important;
}
form .btn-box i, form .btn-box i:hover {
    color: #e7004c !important;
    font-size: 25px;
}
.chat-suggetion-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.after-chat-bottom-message.hide {
    display: none !important;
}
.chat-suggetion-element {
    border: 2px solid;
    padding: 4px 8px;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
}
.chat-suggetion-element:hover {
    background-color: #e7004c !important;
    border-color: #e7004c !important;
}
.after-chat-bottom-message {
    text-align: center;
    margin: 26px 0px 0px 0px;
    font-size: 12px;
    color: #ababab;
}
.privacy-policy-box {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #ababab !important;
    margin-bottom: 10px;
}
.privacy-policy-box a {
    color: rgba(165, 174, 165, 1);
}
#deskTopNav{
    display: block;
}
#mobileNav{
    display: none;
}

/* mobile nav style */
.mobile-nav button {
    background: transparent;
    color: rgba(165, 174, 165, .66);
    border: 1px solid rgba(165, 174, 165, .66);
    outline: none;
    border-radius: 5px;
    padding: 3px 9px;
    cursor: pointer;
}
.menus {
    position: fixed;
    left: -300px;
    width: 300px;
    top: 80px;
    background: #131e29;
    padding: 35px 12px 30px 12px;
    transition: 0.4s linear;
}
.menus.active {
    left: 0 !important;
}
.menus a.nav-link {
    margin-bottom: 16px;
    outline: none;
    font-size: 20px;
    background: #131e29;
    font-weight: bold;
}
.menus a.nav-link i {
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 12px;
    height: 22px;
    width: 22px;
    line-height: 22px;
}
#main-content .row {
    max-width: 730px;
    width: 730px;
}










/* responsive */
@media (max-width: 992px) {
    #deskTopNav {
        display: none !important;
    }
    #mobileNav {
        display: block !important;
    }
}

@media (max-width: 768px) {
    body {
        background: #141d29 !important;
    }
    #main-content .row {
        width: 100% !important;
        padding-inline: 5px;
    }
    .after-chat-bottom-message, .privacy-policy-box {
        font-size: 10px !important;
    }
    p.after-chat-bottom-message.show br {
        display: none;
    }
}
