@font-face {
    font-family: MyCustomFont;
    src: url(../fonts/Graphology_Bold.otf);
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: MyCustomFont;
}

p {
    color: #7f2274;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: MyCustomFont;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
a,
a:hover {
    text-decoration: none !important;
}

.content {
    /* padding: 7rem 0; */
    background-color: #fff;
}

h2 {
    font-size: 20px;
}

#progress {
    position: fixed;
    bottom: 80px;
    left: 10px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 101;
}
#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #001a2e;
}

.sections {
    scroll-snap-type: y mandatory;
}

/* start upper bar */
.upper-bar {
    background-image: linear-gradient(90deg, #46c0f0 29%, #7f2274 71%);
    color: #fff;
    padding: 6px 15px 5px 0px;
}

.upper-bar span {
    color: #fff;
}

.upper-bar a {
    color: #fff;
}

.upper-bar .get-quote {
    display: inline-block;
    /* border: 1px solid #ec1c23; */
    padding: 2px 10px;
    margin-left: 20px;
}

/* .navbar-custom {
  background-color: transparent;
}

.navbar-brand img {
  height: 40px;
  width: 150px
}

.navbar-nav .nav-link {
  color: #46C0F0;
  font-weight: bold;
} */

/* nav */
nav {
    /* position: fixed; */
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding-top: 2px;

}
nav .wrapper {
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper .logo {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}
.wrapper .logo img {
    width: 166px;
    height: 66px;
    margin-bottom: 6px;
}
.wrapper .nav-links {
    display: inline-flex;
}
.nav-links li {
    list-style: none;
}
.nav-links li a {
    color: #6c113b;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.nav-links li a:hover {
    /* background: #28282b; */
    color: #46c0f0;
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: fit-content;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 16px 10px rgba(0, 0, 0, 0.15);
    text-align: right;
    padding: 0px 10px;
    z-index: 1500;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}
.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
    color: #000;
    font-weight: bold;
}
.drop-menu li a:hover {
    transform: translateX(-5px);
}
.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
    z-index: 1555;
    /* transition-delay: 1.5s; */
}
.mega-box .content {
    background: #fff;

    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 16px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
    color: #000;
}
.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content .row header {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.content .row .mega-links {
    margin-left: -40px;
    border-radius: 1px solid rgba(255, 255, 255, 0.09);
    text-align: right;
}
.row .mega-links li {
    padding: 0 20px;
}
.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: black;
    font-size: 19px;
    display: block;
}
.row .mega-links li a:hover {
    color: #46c0f0;
    transform: translateX(-5px);
}
.wrapper .btn {
    color: #6c113b;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}
/*Media Query*/
@media screen and (max-width: 1010px) {
    .wrapper .logo {
        font-size: 30px;
    }
    .wrapper .btn {
        display: block;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #fff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
        z-index: 9;
    }
    /*Custom Scroll bar*/
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #242526;
    }
    ::-webkit-scrollbar-thumb {
        background: #3a3b3c;
    }
    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }
    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }
    /* nav {
      position: fixed;
      position: absolute;
      z-index: 99;
      width: 100%;
      background: #fff;
      padding-top: 2px;

    } */
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        padding: 0px 10px;
        display: block;
        font-size: 20px;
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    .nav-links .drop-menu.show {
        max-height: unset;
    }

    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }
    .nav-links .desktop-item {
        display: none;
    }
    .nav-links .mobile-item {
        display: block;
        color: #6c113b;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover {
        /* background: #2b2828; */
        color: #46c0f0;
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .drop-menu li a:hover {
        color: #46c0f0;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 19px;
    }

    .upper-bar {
        text-align-last: center;
    }
}
nav input {
    display: none;
}

.italic-with-space {
    margin-right: 10px; /* Adjust the value as per your preference */
}
/* nav */

.call {
    position: fixed;
    margin: 60px auto;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    animation: signal 1s infinite;
    z-index: 999999999;
}

.call img {
    font-size: 50px;
}


.beat-img {
    animation: beat 1s infinite;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.whatsapp {
    position: fixed;
    margin: 60px auto;
    width: 60px;
    height: 60px;
    bottom: 23px;
    right: 40px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    z-index: 999999999;
}

.whatsapp img {
    font-size: 50px;
}


/*  */
/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.deneb_footer {
    direction: rtl;
}

.deneb_footer .widget_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .deneb_footer .widget_wrapper {
        background-color: #46c0f0;
    }
    .deneb_footer .widget_wrapper .widget {
        margin-bottom: 40px;
    }
}
.deneb_footer .widget_wrapper .widget .widget_title {
    margin-bottom: 30px;
}
.deneb_footer .widget_wrapper .widget .widget_title h4 {
    font-weight: bold;
}
.deneb_footer .widget_wrapper .widget .widget_title h4:after {
    content: "";
    display: block;
    max-width: 38px;
    height: 2px;
    margin-top: 5px;
}
.widegt_about {
    text-align: right;
    color: #fff;
}
.deneb_footer .widget_wrapper .widegt_about p {
    margin-bottom: 20px;
    color: #fff;
}
.deneb_footer .widget_wrapper .widegt_about .social li {
    display: inline-block;
    margin-right: 10px;
}
.deneb_footer .widget_wrapper .widegt_about .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #7f2274;
    font-size: 14px;
    -webkit-transition: all all 0.5s ease-out 0s;
    -moz-transition: all all 0.5s ease-out 0s;
    -ms-transition: all all 0.5s ease-out 0s;
    -o-transition: all all 0.5s ease-out 0s;
    transition: all all 0.5s ease-out 0s;
}
.deneb_footer .widget_wrapper .widegt_about .social li a:hover,
.deneb_footer .widget_wrapper .widegt_about .social li a:focus {
    background-image: -moz-linear-gradient(0deg, #258fff 0%, #007bff 100%);
    /* background-image: -webkit-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%); */
    color: #007bff;
    box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
}
.widget_link {
    text-align: right;
    color: #fff;
}
.deneb_footer .widget_wrapper .widget_link ul li {
    margin-bottom: 5px;
}
.deneb_footer .widget_wrapper .widget_link ul li a {
    text-transform: capitalize;
    color: #fff;
}
.deneb_footer .widget_wrapper .widget_link ul li a:hover,
.deneb_footer .widget_wrapper .widget_link ul li a:focus {
    color: #7f2274;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
    max-width: 250px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    color: #fff;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
    font-size: 12px;
    color: #7f2274;
    margin-left: 10px;
}

.deneb_footer
.widget_wrapper
.widget_contact
.contact_info
.single_info
.info
p {
    color: #fff;
}

.deneb_footer
.widget_wrapper
.widget_contact
.contact_info
.single_info
.info
p
a {
    color: #fff;
}

.deneb_footer
.widget_wrapper
.widget_contact
.contact_info
.single_info
.info
p
span {
    display: block;
}

.widget_contact {
    text-align: right;
    color: #fff;
}

.deneb_footer .copyright_area {
    background: #7f2274;
    padding: 0px 0;
}
.deneb_footer .copyright_area .copyright_text {
    text-align: center;
}
.deneb_footer .copyright_area .copyright_text p {
    color: #011a3e;
}
.deneb_footer .copyright_area .copyright_text p span {
    color: #feb000;
}
.deneb_cta .cta_wrapper {
    padding: 45px 50px 42px;
    max-width: 970px;
    border-radius: 15px;
    margin: auto;
    margin-bottom: -135px;
    position: relative;
    /* background-image: -moz-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -webkit-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%); */
    background-color: #7f2274;
    box-shadow: 2.5px 4.33px 15px 0px #7f2274;
    z-index: 1;
}
.deneb_cta .cta_wrapper:after {
    content: "";
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.deneb_cta .cta_wrapper .cta_content h3 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 767px) {
    .deneb_cta .cta_wrapper .cta_content h3 {
        font-size: 24px;
    }

    .deneb_cta .cta_wrapper .cta_content {
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 0px 0px 15px 0px;
    }
}
.deneb_cta .cta_wrapper .cta_content h3:after {
    content: "";
    display: block;
    max-width: 110px;
    height: 2px;
    margin-top: 13px;
    margin-bottom: 24px;
    text-align: center;
}
.deneb_cta .cta_wrapper .cta_content p {
    color: #fff;
    text-align: center;
}

.deneb_cta .cta_wrapper .button_box {
    float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deneb_cta .cta_wrapper .button_box {
        float: none;
        text-align: left;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .deneb_cta .cta_wrapper .button_box {
        float: none;
        text-align: center;
        margin-top: 30px;
    }
}
.deneb_cta .cta_wrapper .button_box .deneb_btn {
    background: #fff;
    color: #011a3e;
}
.deneb_cta .cta_wrapper .button_box .deneb_btn:hover,
.deneb_cta .cta_wrapper .button_box .deneb_btn:focus {
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
