* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:after,
:before {
    -ms-box-sizing: inherit;
    -o-box-sizing: inherit;
    box-sizing: inherit
}

html {
    font-synthesis: weight style small-caps;
    scroll-behavior: smooth
}

:root {
    --white: #fff;
    --black: #000;
    --primary-color: linear-gradient(150deg, #ff1f00, #f36f33);
    --btn-secondrybg: hsla(0, 0%, 100%, .102);
    --text-clr: #021639
}

.offcanvas {
    z-index: 111111
}

body {
    accent-color: var(--primary-color);
    background-color: var(--white);
    min-height: 100vh
}

Link,
a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none !important
}

button {
    contain-intrinsic-size: auto;
    content-visibility: auto
}

button:focus {
    border: none;
    box-shadow: none
}

button:focus-visible {
    border: none;
    box-shadow: none
}

svg {
    max-width: 100%
}

main {
    min-height: calc(100vh - 624px)
}

.flex-d {
    justify-content: space-between
}

.flex-a,
.flex-d {
    align-items: center;
    display: flex
}

.flex-a {
    justify-content: center
}

.text-trun {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center
}

.Off_Btn {
    background: transparent;
    border: 0
}

.primary_btn {
    background: var(--primary-color);
    color: var(--white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 15px;
    text-decoration: none !important
}

.primary_btn,
.primary_btn:hover {
    border: .4px solid transparent;
    box-shadow: 2px 5px 24px 0 rgba(255, 87, 34, .4);
    transition: all .5s ease-in-out
}

.primary_btn:hover {
    background-color: var(--black);
    color: var(--primary-color)
}

.secondary_btn {
    background-color: #1e1e1e;
    border: .4px solid transparent;
    box-shadow: 2px 5px 24px 0 rgba(29, 27, 27, .4);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 15px
}

.secondary_btn,
.secondary_btn:hover {
    color: var(--white);
    transition: all .5s ease-in-out
}

.secondary_btn:hover {
    background-color: var(--black);
    border: .4px solid hsla(0, 0%, 100%, .329)
}

.nav-tabs {
    border-bottom: 0
}

.nav-tabs .nav-item .nav-link {
    cursor: pointer
}

.nav-tabs .nav-item .nav-link.active {
    background-color: unset;
    border: 1px solid transparent;
    color: #fff
}

.nav-tabs .nav-item .nav-link.active:hover,
.nav-tabs .nav-item .nav-link:hover {
    border: 1px solid transparent
}

.position-z-index {
    position: relative;
    z-index: 111
}

.swiper {
    height: 100%;
    width: 100%
}

.mix-blend-dark {
    mix-blend-mode: darken
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.8;
    -webkit-backdrop-filter: saturate(180%) blur(100px);
    backdrop-filter: saturate(180%) blur(100px);
    background-color: rgba(0, 0, 0, .8)
}

.modal-content {
    background-color: transparent;
    background: transparent;
    border: 0
}

.modal {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .8)
}

.Dc_Main_Wrapper {
    background: linear-gradient(89deg, #16191c 43.3%, #4f5e82 93.51%)
}

.Footer_Blog_Bg {
    background-color: #fff
}

.anchor_text {
    color: var(--primary-color);
    text-decoration: underline
}

.anchor_text:hover {
    color: #021639;
    text-decoration: unset
}

@media(max-width:767px) {
    .desktop {
        display: none !important
    }
}

@media(min-width:767px) {
    .mobile {
        display: none !important
    }

    .menu_form {
        max-width: 650px;
        width: 100%
    }
}

body {
    font-family: Roboto, sans-serif
}

img {
    height: auto;
    max-width: 96%;
}

ul {
    list-style: unset
}

li,
ul {
    padding-left: 0
}

li {
    list-style: none
}

ol {
    list-style: unset;
    padding-left: 0
}

a {
    color: inherit;
    text-decoration: none
}

p {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 32px !important
}

@media(max-width:1399px) {
    p {
        font-size: 17px !important;
        line-height: 30px !important
    }
}