* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* Header Sec */
.header_sec {
    position: absolute;
    padding: 14px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #1f2033;
}
.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    border-bottom: 1px solid #2c2d2e;
}

@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}
.header_sec .logo {
    display: flex;
    width: 180px;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #f0b90b;
    text-decoration: none;
}

.header_sec .logo img {
    width: 28px;
    margin-right: 10px;
}
.header_sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_sec .navbar .download_menu .download_btn {
    display: none;
}
.header_sec .download_btn {
    background: #fff;
    padding: 8px 30px;
    color: #000;
    border-radius: 25px;
    font-size: 15px;
    text-decoration: none;
}
.header_sec .navbar-nav li a {
    color: #fff;
    padding: 10px 40px !important;
}
/* Header Sec */

.support_page {
    margin-top: 88px;
    background: url(../images/banner_bg.jpg);
    padding-top: 90px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Search Banner Sec */

/* Self Service Sec */

.announcement_sec {
    text-align: center;
}

.announcement_sec .title {
    font-size: 80px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
}
.support_sec .des {
    color: #fff9;
    font-size: 18px;
    font-weight: 300;
    margin: 18px auto 48px;
    text-align: center;
}
.announcement_sec .top_sec .des {
    color: #fff9;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin: 18px auto 48px;
    max-width: 64%;
    text-align: center;
}
.announcement_sec .more {
    margin-left: auto;
    color: #fff;
    text-decoration: none;
}
.announcement_sec .more svg {
    width: 18px;
}
.announcement_sec .more:hover {
    color: #f0b90b;
}
.announcement_sec .more:hover svg {
    color: #f0b90b;
}
.announcement_grid .announcement_content {
    background: #1c1d2ecc;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 30px 12px;
    text-decoration: none;
    display: flex;
    color: #fff;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.announcement_grid .announcement_content .icon svg {
    width: 48px;
    height: auto;
    margin: auto;
}

.announcement_grid .announcement_content .announcement_title {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.announcement_grid .announcement_content .icon {
    margin-bottom: 25px;
}

.announcement_grid .announcement_content:hover {
    border-color: #fff;
}


/* Support Sec */
.support_sec {
    text-align: center;
    padding-bottom: 60px;
}
.support_sec .title {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin: 40px 0 0;
}

.support_sec .chat_icon {
    align-items: center;
    background: #6012f5;
    border-radius: 50%;
    display: flex;
    height: 70px;
    justify-content: center;
    margin-bottom: 20px;
    width: 70px;
    margin: auto;
}
.support_sec .chat_icon svg {
    width: 30px;
}
.support_sec .support_title {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    margin-top: 30px;
}
.support_sec .message_btn {
    background-image: linear-gradient(281deg, #420be6, #a16bb3);
    box-shadow: 0 16px 32px 0 #6f39cd52, inset 0 -1px 0 #00000052;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
}
.support_sec .des {
    margin-bottom: 30px;
}
.announcement_grid .announcement_content {
    height: 100%;
}
/* Support Sec */


/* Footer Sec */
.footer_sec {
    background: #1f2034;
    padding: 0  0 40px;
}
.footer_sec .des {
    align-items: center;
    border-top: 1px solid #ffffff1a;
    color: #fff9;
    display: flex;
    font-size: 13px;
    font-weight: 300;
    justify-content: center;
    line-height: 1.78;
    padding-top: 50px;
}
.footer_sec .des svg {
    width: 22px;
    margin-right: 13px;
}

/* Footer Sec */
@media only screen and (max-width: 1600px) {
   
    .announcement_sec .title {
        font-size: 64px;
    }
    
}
@media only screen and (max-width: 1400px) {

    .container {
        max-width: 1100px;
    }
}
@media only screen and (max-width: 1200px) {

    .container {
        max-width: 990px;
    }
    
    .support_page {
        padding-top: 60px;
    }
    .announcement_sec .title {
        font-size: 58px;
    }
}
@media only screen and (max-width: 991px) {
  
    .header_sec .navbar-nav li a {
        padding: 10px 28px !important;
    }
    .header_sec .logo {
        width: 160px;
    }
    .announcement_sec .title {
        font-size: 54px;
    }
    
}

@media only screen and (max-width: 767px) {
    /* Header Sec */
    .header_sec .navbar-toggler i {
        color: #fff;
        font-size: 30px;
    }
    .header_sec .download_btn {
        display: none;
    }
    .header_sec .navbar .download_menu {
        display: flex;
    }
    .header_sec .navbar .download_menu .download_btn {
        display: inline-block;
    }
    .header_sec .navbar .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #1f2033;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: scroll;
    }
    .header_sec .navbar .nav_list ul li a {
        font-size: 16px;
        padding: 18px 12px !important;
        display: block;
        border-bottom: 1px solid #383951;
        border-left: none;
        margin: 0;
        line-height: 22px;
    }
    .header_sec .navbar .nav_list.show .navbar-nav, .header_sec .navbar .nav_list.navbar-collapse.show {
        right: 0;
    }
    .header_sec .navbar .download_menu .navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }
    /* Header Sec */

    /* Support Page */
    .support_page {
        margin-top: 83px;
        padding-top: 50px;
    }
    .announcement_sec .title {
        font-size: 38px;
    }
    .announcement_sec .top_sec .des {
        font-size: 16px;
        margin: 18px auto 42px;
        max-width: 96%;
    }
    .support_sec .title {
        font-size: 24px;
    }
    /* Support Page */
  
}


@media only screen and (max-width: 480px) {
    /* Support Page */
    .announcement_sec .title {
        font-size: 30px;
    }
    .announcement_grid .announcement_content .icon {
        margin-bottom: 15px;
    }
    .announcement_grid .announcement_content .announcement_title {
        font-size: 16px;
        line-height: 1.2;
    }
    .support_sec .title {
        font-size: 20px;
    }
    /* Support Page */
}
