.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}

@font-face {
    font-family: 'Grotesque_black';
    src:url('../fonts/Grotesque_black.woff2') format('woff2');
}
@font-face {
    font-family: 'Grotesque_bold';
    src:url('../fonts/Grotesque_bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Grotesque_bold_italic';
    src:url('../fonts/Grotesque_bold_italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Grotesque_light';
    src:url('../fonts/Grotesque_light.woff2') format('woff2');
}

@font-face {
    font-family: 'Grotesque_medium';
    src:url('../fonts/Grotesque_medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Grotesque_regular';
    src:url('../fonts/Grotesque_regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Grotesque_thin';
    src:url('../fonts/Grotesque_thin.woff2') format('woff2');
}



/*heading fonts*/

@font-face {
    font-family: 'Miller_Banner_Black';
    src:url('../fonts/Miller_Banner_Black.woff2') format('woff2');
}

@font-face {
    font-family: 'Miller_Banner_Bold';
    src:url('../fonts/Miller_Banner_Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Miller_Banner_Light';
    src:url('../fonts/Miller_Banner_Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Miller_Banner_Regular';
    src:url('../fonts/Miller_Banner_Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Miller_Banner_Semi_Bold';
    src:url('../fonts/Miller_Banner_Semi_Bold.woff2') format('woff2');
}


h1{
    font-family: 'Miller_Banner_Bold';
}
h2,h3,h4,h5,h6{
    font-family: 'Miller_Banner_Regular';
}
p,li,span,td,a{
    font-family: 'Grotesque_light';
    font-size: 18px;
}

header.naserian_main_head {
    width: 100%;
    position: relative;
}
.naserian_top_head {
    width: 100%;
    position: relative;
    background:#3a3732;
    padding: 10px 0px;
}
ul.top_tip_nas {
    width: 100%;
    position: relative;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 35px;
    margin: 0;
}
ul.top_tip_nas li {
    color: #fff;
}
ul.top_tip_nas li i {
    padding-right: 5px;
    color: #f2b821;
}
.naserian_bottom_head {
    width: 100%;
    position: relative;
    background:#e2e1bb;
    padding: 10px 0px;
}
.naserian-main-menu {
    width: 100%;
    position: relative;
}
ul.naserian_short_menu_lis {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    gap: 30px;
}
ul.naserian-main-menu_list {
    width: 100%;
    position: relative;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    gap: 30px;
}
.row.main-headlist {
    display: flex;
    align-items: center;
}
ul.naserian_short_menu_lis li a {
    color: #000;
    text-decoration: none;
    font-family: 'Grotesque_medium';
}
ul.naserian-main-menu_list li a {
    color: #000;
    text-decoration: none;
    font-family: 'Grotesque_medium';
}
section.hero-sec {
    width: 100%;
    position: relative;
    overflow:hidden;
}
.banner-content {
    width:80%;
    position: absolute;
    top:45%;
}
.banner-content h1 {
    font-size:70px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.common_naseria-btn {
    width: 100%;
    position: relative;
    margin-top: 45px;
}
.common_naseria-btn a {
    color: #283C1D;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    background: #fff;
    padding: 16px 32px;
    border-radius: 40px;
    position: relative;
    transition: all .3s;
    text-decoration: none;
}
.common_naseria-btn a:hover{
    color: #fff;
    background: #f2b821;
    transition: all .3s;
}
.common_naseria-btn a:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #D9A657;
    border-radius: 40px;
    pointer-events: none;
    transition: all .3s;
}
.common_naseria-btn a:hover:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
section.wellcome-sec {
    width: 100%;
    position: relative;
    background:#3a3732;
    padding: 60px 0px;
}
.wellcome_over_inner {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.wellcome_over_inner h3 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 20px;
}
.most-export-box {
    width: 100%;
    position: relative;
    margin-top: 45px;
}
.most-export_card {
    width: 100%;
    position: relative;
}
.most-export_card i {
    border: 2px solid #ffff;
    padding: 15px;
    cursor: pointer;
    border-radius: 53%;
    margin-bottom: 20px;
}
.most-export_card h6 {
    font-size: 21px;
}
.most-export_card i:hover{
    background:#f2b821;
    border: 2px solid #f2b821;
    transition: all 1s ease;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
a.call-me-naseria {
    color: #f2b821 !important;
}
section.signature-sec {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    background:#e2e1bb;
}
.common-heading-box {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.destination-card_para {
    width: 100%;
    position: relative;
    padding: 20px 20px 40px 20px;
}
.destination-card a {
    text-decoration: none;
    color: #000;
}
.destination-card_para h3 {
    font-size: 35px;
    padding-bottom: 10px;
    margin: 0px;
}
.second-common-btn {
    width: 100%;
    position: relative;
    margin-top:40px;
    margin-bottom: 0px;
}
.second-common-btn a.hello_my-btn {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    border-radius: 40px;
    line-height: normal;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    background:#3a3732;
    padding: 16px 32px;
    position: relative;
    transition: all .3s;
    text-decoration: none;
}
.second-common-btn a.hello_my-btn:hover {
    color: #fff;
    background: #f2b821;
    transition: all .3s;
}
.destination-card {
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 25px;
}
.destination-card_pico {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.destination-card:hover img {
    transform: scale(1.1);
    transition: all .5s;
    opacity: 0.9;
}
.common-heading-box h2 {
    font-size: 55px;
    padding-bottom: 20px;
    margin: 0px;
    text-transform: capitalize;
}
.common-heading-box h5 {
    font-size: 23px;
    line-height: 1.5;
    font-family: 'Grotesque_light';
}
.naserian_logo_box img {
    width: 50% !important;
}
span.mu_naserian {
    font-family: "Montez", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-transform: capitalize;
}
span.naserian_signature {
    font-family: "Montez", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    margin: 0px;
    text-transform: capitalize;
}
section.tour_safari_sec {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
}
.common-heading-box.left-side-box {
    margin: 0;
    text-align: left;
    margin-bottom: 50px;
}

.sidha_garo {
    width: 100%;
    height:2px;
    background: linear-gradient(90deg, #3a3732 0%, #3a3732 100%);
    position: absolute;
    left:110%;
    top: 25%;
}
ul.comm_eld_list {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    display: flex;
    list-style: none;
    gap: 20px;
}
ul.comm_eld_list li a {
    text-decoration: none;
    font-size: 22px;
    color: #3a3732;
    font-family: 'Grotesque_regular';
}
ul.comm_eld_list li a i {
    transform: translate(7px, 1px);
    font-size: 16px;
}
.safari-card {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.safari-box-main {
    width: 100%;
    position: relative;
}
.safari_card_para {
    width: 100%;
    position: relative;
}
.safari_tittle_con {
    width: 100%;
    position: relative;
}
.safari_tittle_con h3 {
    font-family: 'Grotesque_medium';
    font-size: 25px;
    margin: 0;
    padding-bottom: 12px;
}
.price-map_safari {
    width: 100%;
    position: relative;
    text-align:right;
}
.price-map_safari p {
    background: #e2e1bb;
    font-size: 13px;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 40px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}
.price-map_safari p span {
    font-size: 12px;
}
.safari_tan_map {
    width: 100%;
    position: relative;
    margin-top: -50px;
}
.safari_card_top_para {
    width: 100%;
    position: relative;
    padding: 20px 0px;
    border-bottom: 2px solid #3a3732;
}
.safari_card_bottom_para {
    width: 100%;
    position: relative;
    padding: 20px 0px 0px 0px;
}
.itinetay_but_box {
    width: 100%;
    position: relative;
    margin: 60px 0px 0px 0px;
    padding: 0px;
}
ul.safari_btn_group {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.safari_btn_group li a {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    border-radius: 40px;
    line-height: normal;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    background: #3a3732;
    padding: 16px 32px;
    position: relative;
    transition: all .3s;
    text-decoration: none;
}
a.new_pack_dif_btn {
    background: #e2e1bb !important;
    color: #000 !important;
}
ul.safari_btn_group li a:hover{
    background: #f2b821 !important;
    color:#fff !important;
    transition: all .3s;
}
.safari_card_pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.safari-card:hover .safari_card_pic img {
    transform: scale(1.1);
    transition: 0.5s;
}

.banner-content h1 span {
    font-size:80px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-family: "Montez", cursive;
    font-style: normal;
    text-transform: capitalize;
}
.purpose-section {
    display: flex;
    flex-wrap: wrap;
    background-color: #3a3732;
    color: #fff;
    overflow: hidden;
}
.purpose-left {
    width: 60%;
    padding: 80px 60px 80px 200px;
    display: flex;
    gap:60px;
}
.purpose-left h2 {
    font-size: 36px;
    padding: 0px;
    margin: 0px;
}

.purpose-text {
  display: flex;
  align-items: flex-start;
  width:60%;
}

.purpose-text .divider {
  width: 1px;
  height: 80px;
  background-color: #777;
  margin-right: 20px;
}

.purpose-text p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 400px;
    color: #dcdcdc;
    padding: 0px;
    margin: 0px;
}

.purpose-right {
  width: 40%;
  position: relative;
}

.purpose-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.purpose-section .arrow-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width:40px;
  height:40px;
  background-color:#3a3732;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s;
   border: 2px solid #f2b821;
}
.purpose-section .arrow-btn:hover {
  background-color:#f2b821;
}
.purpose-section .arrow-btn i {
    padding-top: 10px;
}
section.blog-sec {
    width: 100%;
    position: relative;
    margin:70px 0px 90px 0px;
}
.blog-card {
    width: 100%;
    position: relative;
}
.blog-card-pico {
    width: 100%;
    position: relative;
}
.blog-card-para {
    width: 100%;
    position: relative;
    padding: 25px 0px 0px 0px;
}
.blog-card-para h3 {
    font-size: 25px;
    margin: 0px;
    padding-bottom: 20px;
}
.blog-card a {
    text-decoration: none;
    color: #000;
}

.luxury-lodge-sec {
  position: relative;
}

.luxury-lodge-sec img {
  display: block;
  width: 100%;
  height: auto;
}

.images_over_content {
    position: absolute;
    top: 50%;
    left:42%;
    transform: translate(-50%, -50%); 
    color: #fff;
    padding: 40px 20px;
    z-index: 2;
}
.images_over_content h3 {
    font-size:65px;
    margin-bottom: 15px;
    font-family: 'Miller_Banner_Bold';
}
.images_over_content h3 span {
    font-size: 80px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-family: "Montez", cursive;
    font-style: normal;
    text-transform: capitalize;
}
.images_over_content p {
  font-size:23px;
  line-height: 1.6;
}
section.what_we_love_sec {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
}
.conservation-card {
    width: 100%;
    position: relative;
    padding-right: 25px;
}
.conservation-card h3 {
    font-size:28px;
    margin: 0px;
    padding-bottom: 15px;
    color:#B08B5C;
}
.purpose-text p a {
    color: #f2b821;
}
section.part_rveiw-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
}
.partner-box {
    width: 100%;
    position: relative;
    text-align: center;
    border-bottom: 2px solid #3a3732;
    padding-bottom: 50px;
}
.partner-box h5 {
    text-transform: uppercase;
    color: #3a3732;
    font-family: 'Grotesque_medium';
    font-size: 18px;
}
.partner-slider{
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.partner-pico {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.partner-pico img {
    max-width: 100px;
}
.partner-slider .owl-nav {
    width: 100%;
    position: absolute;
    top:85%;
    display: flex !important;
    justify-content: space-between;
}
.partner-slider .owl-nav button {
    width:40px;
    height:40px;
    position: relative;
    background: #e2e1bb7a !important;
    border: 1px solid #3a3732 !important;
}
.partner-slider .owl-nav button span {
    font-size: 35px;
    color: #080506;
    position: absolute;
    transform: translate(-6px, -28px);
}

.google_review-box {
    width: 100%;
    position: relative;
}
.goog_top {
    width: 100%;
    position: relative;
    padding-bottom: 5px;
}
ul.google_rating {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    justify-content: center;
}
ul.google_rating li i {
    font-size: 12px;
    color: #fbbc05;
}
li.cont_rating {
    font-size: 18px;
    font-family: 'Grotesque_bold';
    color: #3a3732;
    padding-left: 10px;
    font-weight: bold;
}
.goog_bootom {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.goog_bootom img {
    max-width:65px;
}
.goog_bootom p {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: 700;
}
.review-box {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.trusted_pilot_review-box {
    width: 100%;
    position: relative;
    text-align: center;
}
.trusted_pilot_top img {
    max-width: 113px;
}
.trusted_pilot_top {
    width: 100%;
    position: relative;
}
.trusted_pilot_bootom {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.trusted_pilot_bootom img {
    max-width: 80px;
}
.trusted_pilot_bootom p {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: 700;
}
.nigerian_triss h6 {
    font-size: 20px;
    font-family: 'Grotesque_regular';
    padding: 0px;
    margin: 0px;
    color: #bcbcb2;
}
.nigerian_triss {
    width: 100%;
    position: relative;
    text-align: center;
}
.nigerian_triss h2 {
    font-size: 35px;
    padding: 0px;
    margin: 0px;
    font-family: 'Miller_Banner_Bold';
    color: #3a3732cc;
}
section.footer-sec {
    width: 100%;
    position: relative;
    background: #3a3732;
    padding: 60px 0px 20px 0px;
}
.footer_top_tap {
    width:60%;
    margin: 0 auto;
}
ul.awarded_company {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    gap: 50px;
}
.footer_top_tap h2 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-family: 'Miller_Banner_Bold';
}
ul.awarded_company {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 15px;
    list-style: none;
    margin: 0 auto;
    margin-top: 40px;
}

.footer-middle-box {
    padding: 40px 0;
    color: #fff;
    margin:60px 0px 0px 0px;
    border-top: 1px solid #848282;
    border-bottom: 1px solid #848282;
}
.middle_footer_inn_box {
    width: 100%;
    position: relative;
    text-align: center;
}
.footer-middle-box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-align: center;
}

.footer-middle-box a {
  color: #ddd;
  text-decoration: none;
}
.footer-middle-box a:hover {
    color: #f2b821;
    text-decoration: underline;
}
.footer-subscribe {
  display: flex;
  max-width: 300px;
  margin: 0 auto;
}
.footer-subscribe input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-family: 'Grotesque_regular';
    margin: 0px !important;
    border-radius: 0px !important;
}
.footer-subscribe button {
    background: #c3b68d;
    color: #000;
    padding: 10px 15px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Grotesque_medium';
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.footer-subscribe button:hover {
    background: #f2b821;
    color: #fff;
    transition: 0.5s;
}
.footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.footer-social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}
.footer-social-icons a i {
    padding-top: 13px;
}
.footer-social-icons a:hover {
  background: #c3b68d;
  color: #000;
}
.footer_list_box {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
}
ul.footer_menu_list {
    width: 100%;
    position: relative;
    padding:15px 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #848282;
}
ul.footer_menu_list li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Grotesque_medium';
    color: #fff;
}
.copy_write_box {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 50px;
    color: #fff;
}
.copy_write_box p a {
    color:#9a9969;
    text-decoration: none;
}
.copy_write_box p a:hover {
    color:#f2b821;
}
ul.footer_menu_list li a:hover{
    color:#f2b821;
}
section.destination-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background: #e2e1bb;
}
.destination_card {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.destination_card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    background-image: url(https://mwspl.in/naserian-adventures-v2/assets/images/naseria-n2.gif);
    opacity: 0;
    background-position: center;
    background-size: cover;
}
.destination_card:hover::after {
    opacity: 1;
    transition: 0.5s;
}
.destination_card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-image: linear-gradient(#ffffff00, #000);
    transition: opacity 1.2s ease;
    z-index: 0;
    pointer-events: none;
}
.destination_card h3 {
    width: 100%;
    position: absolute;
    bottom: 30px;
    padding: 20px;
    color: #fff;
    z-index: 5;
    font-size:35px;
}
.common-heading-box.destination-no-gap {
    margin-bottom: 0px;
}
section.destination_btn_sec {
    width: 100%;
    position: relative;
    background: #3a3732;
    padding: 40px 0px;
}
.neq_unic_des_btn {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}
.neq_unic_des_btn p {
    width: 175%;
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.common_naseria-btn.only_deseses {
    margin: 0px;
}
p.banner-con-para {
    width: 50%;
    color: #fff;
}

.nature-quote-section {
    display: flex;
    width: 100%;
    height: 70vh;
}
.nature-quote-section .quote-left {
  flex: 1;
  background-color: #e2e1bb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}
.nature-quote-section .quote-left blockquote {
    font-size: 35px;
    font-style: italic;
    color: #333;
    line-height: 1.2;
    max-width: 500px;
    font-family: 'Montez';
    margin: 0px;
    padding: 0px;
}
.nature-quote-section .quote-left .author {
    display: block;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #444;
}

.nature-quote-section .quote-right {
  flex: 1;
  overflow: hidden;
}

.nature-quote-section .quote-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.nature-quote-sec {
    width: 100%;
    position: relative;
}
section.meet_team_sec {
    width: 100%;
    position: relative;
    margin: 70px 0px;
}
.onewr-pico-about {
    width: 100%;
    position: relative;
}
.about-small-head-para {
    width: 100%;
    position: relative;
    padding-left: 50px;
}
.about-small-head-para h3 {
    font-size: 45px;
    padding: 0px;
    margin: 0px 0px 35px 0px;
    position: relative;
}
.about-small-head-para h3:before {
    width: 90px;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    content: "";
    background: #f2b821;
}
.about-small-head-para h4 {
    font-size: 22px;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    position: relative;
}
.about-small-head-para h4:before {
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    content: "";
    background: #f2b821;
}
.row.main-lead {
    display: flex;
    align-items: center;
}
.loer-team-mem {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.inner-map_loc {
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.about-small-head-para.no_no_space {
    padding: 0;
}
.naijeria_team {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
}
.team_mem_tittle {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index:5;
}
.team_mem_tittle h3 {
    font-size: 25px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.team_mem_tittle h5 {
    font-size: 15px;
    padding: 8px 0px 0px 0px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Grotesque_bold';
}
.naijeria_team::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-image: linear-gradient(#ffffff00, #000);
    transition: opacity 1.2s ease;
    z-index: 0;
    pointer-events: none;
}
.naijeria_team:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.about-small-head-para.imaocp_box {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 50px 0px 0px;
}
.impacacac {
    width: 100%;
    position: relative;
    margin-top: 60px;
}
section.faq-sec {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.naiseria-faq-box {
    width: 100%;
    position: relative;
}
.naiseria-faq-box .accordion-item {
    padding: 5px 25px;
    text-align: left;
    background: 0 0;
    box-shadow: 0 0 1px #f3efef;
    border: 1px solid #c4c9c1;
    border-bottom: 1px solid #f2b821;
    margin-bottom: 15px;
    border-radius: 15px;
}
.naiseria-faq-box .accordion-button {
    font-size: 22px;
    text-align: left!important;
    padding: 10px!important;
    background: 0 0;
}
.naiseria-faq-box .accordion-button:not(.collapsed) {
    color: #f2b821 !important;
    background-color: #fff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    border-bottom: 1px solid #dedfe3;
}
.naiseria-faq-box .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none!important;
}
section.expirence-over-sec {
    width: 100%;
    position: relative;
    padding: 80px 0px 0px 0px;
    overflow: hidden;
}

section.expirence-faqnew-sec {
    width: 100%;
    position: relative;
    margin: 80px 0px;
}
.expi-land-card-box {
    width: 100%;
    position: relative;
    margin-bottom: 55px;
}

.banner-content.only-itinery-ban {
    width: 80%;
    position: absolute;
    top: 25%;
}
.itinerary_duration-box {
    width:80%;
    position: relative;
    margin-top: 30px;
}
.duration-box-iti {
    width: 100%;
    position: relative;
    display: flex;
    gap:45px;
    justify-content: space-between;
    align-items: center;
}
.banner-itin_dur {
    max-width: 620px;
    width: 100%;
    background: #0A0A0A94;
    padding: 24px;
    display: flex;
    gap:20px;
    justify-content: space-evenly;
}
.common_naseria-btn.itinery_bab_bab_btn {
    position: relative;
    margin: 0;
    padding: 0;
}
.duration-card h4 {
    color: #CE9F58;
    text-align: center;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3.25px;
    text-transform: uppercase;
    padding: 10px 16px;
    border-bottom: 1px solid #AD8658;
    font-family: 'Grotesque_bold';
}
.duration-card {
    position: relative;
    width: 100%;
}
.duration-card p {
    color: #fff;
    text-align: center;
    padding: 0px;
    margin: 0;
}
.duration-card p span {
    font-size: 12px;
}
section.itineray_overview_sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
}
.bread_crum_box {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}
ul.bread_crum_list {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
ul.bread_crum_list li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #B08B5C;
    letter-spacing: 1px;
    font-family: 'Grotesque_medium';
}
span.crumb-sep {
    font-size: 18px;
    padding-left: 20px;
}
ul.bread_crum_list li a:hover{
    color: #f2b821;
    transition: all .3s;
}
ul.bread_crum_list li:last-child a {
    color:  #f2b821;
}
.thid_common-heading-box {
    width: 100%;
    position: relative;
    margin-bottom: 55px;
    padding-right: 150px;
}
.thid_common-heading-box h2 {
    font-size: 55px;
    padding-bottom: 20px;
    margin: 0px;
    text-transform: capitalize;
}
.thid_common-heading-box h2 span{
    font-size: 55px;
    padding-bottom: 20px;
    margin: 0px;
    text-transform: capitalize;
}






.itinerary-section {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  font-family: sans-serif;
}
.itinerary-tabs ul {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.itinerary-tabs li {
    margin-bottom: 15px;
    cursor: pointer;
    color: #999;
    font-size: 20px;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}
.itinerary-tabs li.active {
    color: #f2b821;
    font-weight: 700;
    border-bottom: 1px solid #f2b821;
}
.itinerary-content {
  flex: 1;
}
.itinerary-details {
  display: none;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.itinerary-details .itineray_text_box {
  width:50%;
  font-size: 15px;
  color: #333;
}
.itineray_image_box {
    width: 50%;
    padding: revert;
}
.itineray_text_box h3 {
    font-size: 25px;
    margin: 0px;
    padding-bottom: 20px;
}
.itinerary-tabs {
    width: 20%;
}
.tour-da_gal-box {
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.tour-deal-gallery{
    width: 100%;
    position: relative;
}
.tour-deal-gallery .owl-nav {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.tour-deal-gallery .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    background: #e2e1bb !important;
    border: 1px solid #18204e !important;
}
.tour-deal-gallery .owl-nav button span {
    font-size: 35px;
    color: #080506;
    position: absolute;
    transform: translate(-6px, -28px);
}
.how_to_det_para {
    width: 100%;
    position: relative;
}
.how_to_det_para h2 {
    font-size: 55px;
    padding-bottom: 20px;
    margin: 0px;
    text-transform: capitalize;
}
.how_to_det_para h2 span{
    font-family: "Montez", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    margin: 0px;
    text-transform: capitalize;
}
.how_do_destination {
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.destinat_map_going {
    width: 100%;
    position: relative;
}
.lodge-iti_para {
    width: 100%;
    position: relative;
}
.lodge-iti_para h3 {
    font-size: 30px;
    margin: 0px;
    padding-bottom: 20px;
}
ul.lodge-iti-list {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 40px 0px 0px 0px;
    list-style: none;
}
.lodge-iti_pico {
    width: 100%;
    position: relative;
}
section.safari_acco_sec {
    width: 100%;
    position: relative;
    margin:70px 0px;
}
.accomoo_all_lodge {
    width: 100%;
    position: relative;
}
.itineray_lodge-slider .owl-stage-outer {
    padding-left: 100px !important;
}
.itineray_lodge-slider{
    width: 100%;
    position: relative;
}
.itineray_lodge-slider .owl-dots {
    width: 100%;
    position: relative;
    padding-right: 250px;
}
.real_safari_card {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.real_safari_card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(#ffffff00, #000000e0);
    transition: opacity 1.2s ease;
    z-index: 0;
    pointer-events: none;
}
.real_over_con {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index:10;
    padding: 20px;
}
.real_over_con h5 {
    color: #f2b821;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0px;
    padding-bottom: 10px;
}
.real_over_con h2 {
    color: #fff;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
}
.bootom_real_btn_del {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 0px;
}
.bootom_real_btn_del p {
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.real_btn_safari a.real_btn {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    border-radius: 40px;
    line-height: normal;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    background: #3a3732;
    padding: 13px 30px;
    position: relative;
    transition: all .3s;
    text-decoration: none;
    border: 2px solid #f2b821;
}
.real_safari_card:hover .real_btn_safari a.real_btn{
    background: #fff;
    color:#000;
}
.real_safari_card:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.real_safari_card a {
    text-decoration: none;
}






section.itinerary-booking-sec {
    width: 100%;
    position: relative;
    background: #3a3732;
    padding: 70px 0px;
    margin-bottom: 60px;
}
.itinerary_booking {
    width: 100%;
    position: relative;
}
.itinerary_booking .form-wrapper {
      max-width: 650px;
      margin: auto;
    }
.itinerary_booking .form-wrapper h2 {
    color: #fff;
    font-size: 35px;
    margin: 0px;
    padding: 0px;
}
.itinerary_booking .form-wrapper h2 span {
    font-family: "Montez", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    margin: 0px;
    text-transform: capitalize;
}
.itinerary_booking .form-wrapper .form-step {
      display: none;
    }

.itinerary_booking .form-wrapper .form-step.active {
      display: block;
}

.itinerary_booking .form-wrapper.form-group {
      margin-bottom: 20px;
}
.itinerary_booking .form-wrapper label {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Grotesque_light';
    color: #fff;
    font-size: 20px;
}
.itinerary_booking .form-wrapper input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #787878;
    border-radius: 6px;
    font-family: 'Grotesque_light';
    background: none;
    margin-bottom: 20px;
    color: #fff;
    outline: none;
}
.itinerary_booking .form-wrapper .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.itinerary_booking .form-wrapper .checkbox-group label {
    flex: 1 1 calc(50% - 10px);
    background: none;
    padding: 12px;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #787878;
    display: flex;
    align-items: center;
    gap: 8px;
}
.itinerary_booking .form-wrapper .button-group {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}
.itinerary_booking .form-wrapper button {
    padding: 8px 32px;
    background: #ce9d20;
    color: #fff;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-family: 'Grotesque_light';
    text-transform: uppercase;
    font-size: 13px;
}

.itinerary_booking .form-wrapper button[disabled] {
      background: #ccc;
      cursor: not-allowed;
    }

.itinerary_booking .form-wrapper .step-indicator {
    text-align: center;
    margin: 30px 0px;
}
.itinerary_booking .form-wrapper .step-indicator span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    background:#b9b89d;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 15px;
    padding: 3px 0px 0px 0px;
    font-family: 'Grotesque_bold';
}
.itinerary_booking .form-wrapper .step-indicator span.active {
    background: #f2b821;
}
label.it_book_inn_tit {
    width: 100%;
    position: relative;
    padding: 0px;
    text-align: center;
    font-size: 25px !important;
}    
   
.itinerary_booking .form-wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  position: relative;
  transition: background 0.2s ease-in-out;
}
.itinerary_booking .form-wrapper input[type="checkbox"]:checked {
    background: #f2b821 !important;
    border-color: #f2b821 !important;
}
.itinerary_booking .form-wrapper input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
section.national_park_map {
    width: 100%;
    position: relative;
    margin: 70px 0px;
}
section.all_national_park_sec {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
section.travel_guide_del_sec {
    width: 100%;
    position: relative;
    padding: 70px 0px 0px 0px;
}
.travel_guide_del_box {
    width: 80%;
    margin: 0 auto;
}
.travel_guide_del_inner_box {
    width: 100%;
    position: relative;
}
.travel_guide_del_inner_box h2 {
    font-size: 40px;
    margin: 0px;
    padding: 10px 0px 20px 0px;
}
ul.travel_guide_list {
    width: 100%;
    position: relative;
    margin: 30px 0px;
}
.single_guide_dea_pic {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}
.guide_inner_pico {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}
.travel_guide_del_inner_box h3 {
    font-size: 25px;
    margin: 0px;
    padding: 10px 0px 20px 0px;
}
.travel_guide_list {
    list-style-type: disc;
    padding-left: 20px;
}

.travel_guide_list li::marker {
    font-size: 1.5em;
    color:#f2b821; 
}
section.travel_guide-land-sec {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.national_info {
    width: 100%;
    position: relative;
}
.national_info img {
    width: 100%;
    margin-top: -80px;
    position: relative;
    z-index: 20;
    display: block;
}
.top_three_heigh_des {
    width: 100%;
    position: relative;
    background: #e2e1bb;
    padding: 50px;
    margin-top: 70px;
}
.nana_heigh_box h1 {
    color: #18204e;
    margin-bottom: 20px;
}
.nana_heigh_box {
    width: 100%;
    position: relative;
    padding: 0px 30px 0px 0px;
}

.nana_heigh_box.middle_hili {
    width: 100%;
    position: relative;
    padding: 0px 25px;
    border-left: 1px solid #18204e;
    border-right: 1px solid #18204e;
}
span.naserian_signature.new-hihi_dada {
    font-size: 30px;
}
section.best-time-visit {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}
.best_time_visit_tiitle_box {
    width:50%;
    position: absolute;
    top:30%;
    left:40%;
}
.best_time_visit_tiitle_box h2 {
    font-size: 55px;
    padding-bottom: 20px;
    margin: 0px;
    text-transform: capitalize;
    color: #fff;
}
.best_time_visit_tiitle_box p {
    font-size: 23px;
    line-height: 1.5;
    font-family: 'Grotesque_light';
    color: #fff;
}
.btv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btv-popup-container {
  position: relative;
  margin-bottom:90px;
  min-height: 180px;
}
.btv-popup {
  display: none;
  background: white;
  color: #333;
  border-radius: 6px;
  padding: 15px;
  width: 300px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.btv-popup.active {
  display: block;
}
.btv-popup img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  margin-bottom: 10px;
}
.btv-popup p {
  font-size: 14px;
  padding: 0 10px;
}
.btv-arrow {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.btv-months {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0px 0px 0px 550px;
}
.btv-months li {
  font-weight: 600;
  font-size: 14px;
  padding:5px 12px;
  border-radius: 20px;
  border: 2px solid #f2b821;
  color: #f2b821;
  cursor: pointer;
  transition: 0.3s;
}
.btv-months li.active,
.btv-months li:hover {
  background: #f2b821;
  color: #000;
}
.best_month_wise_guide {
    width: 100%;
    position: absolute;
    bottom: 30%;
}
section.best-time-visit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: linear-gradient(to top left, #0e0e0ecc 0%, #ffffff00 70%);
    transition: opacity 1.2s ease;
    z-index: 0;
    pointer-events: none;
}
.best_time_visit_tiitle_box h2 span {
    font-family: "Montez", cursive;
    font-style: normal;
    font-size: 60px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 600;
}
.calling-box-cont {
    width: 100%;
    position: relative;
    margin: 25px 0px;
}
.calling-box-cont ul.connect {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.calling-box-cont ul.connect li a {
    color: #3a3732;
    text-decoration: none;
}
.calling-box-cont ul.connect li i {
    color: #e59d37;
    padding-right: 10px;
}
.calling-box-cont ul.connect li {
    padding-bottom: 10px;
}
ul.contact-sosial-media {
    width: 100%;
    position: relative;
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
ul.contact-sosial-media li i {
    color: #e59d37;
    padding: 10px;
    border: 2px solid #e59d37;
    font-size: 12px;
    border-radius: 50%;
}
ul.contact-sosial-media li i:hover {
    background: #3a3732;
    color: #fff;
    border: 2px solid #e59d37;
}
section.contact_add_sec {
    width: 100%;
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
}
.cont_fild {
    width: 100%;
    position: relative;
}
.cont_fild label {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Grotesque_regular';
}
.cont_fild input {
    width: 100%;
    position: relative;
    font-family: 'Grotesque_light';
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    outline: none !important;
    border: 1px solid #776969;
    background: #e2e1bb;
    color: #212529 !important;
}

.cont_fild textarea#message  {
    width: 100%;
    position: relative;
    font-family: 'Grotesque_light';
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
     background: #e2e1bb;
    outline: none !important;
}
.cont_fild button {
    color: #283C1D;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    background: #fff;
    padding: 16px 32px;
    border-radius: 40px;
    position: relative;
    transition: all .3s;
    text-decoration: none;
    border: 1px solid #776969;
}
section.contact-book_form {
    width: 100%;
    position: relative;
    background: #e2e1bb;
    padding: 60px 0px;
}
.cont_fild button:hover {
    color: #fff;
     border: 1px solid #f2b821;
    background: #f2b821;
    transition: all .3s;
}
section.tailor_made_form {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    background: #e2e1bb;
}
.tailor_madadada {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.tailor_madadada h2 {
    font-size: 45px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
}
.helo_tata-book {
    width: 100%;
    position: relative;
    margin-top: 70px;
}
.tailormade_fild {
    width: 100%;
    position: relative;
}
.tailormade_fild label {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Grotesque_regular';
}
.tailormade_fild input {
    width: 100%;
    position: relative;
    font-family: 'Grotesque_light';
    padding: 10px;
    margin-bottom: 20px;
    color:#000;
    border-radius: 5px;
    outline: none !important;
    border: 1px solid #776969;
    background: #e2e1bb;
}
.tailormade_fild textarea {
    width: 100%;
    position: relative;
    font-family: 'Grotesque_light';
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #e2e1bb;
    outline: none !important;
}
.tailormade_fild button {
    color: #283C1D;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    background: #fff;
    padding: 16px 32px;
    border-radius: 40px;
    position: relative;
    transition: all .3s;
    text-decoration: none;
    border: 1px solid #776969;
}
.tailormade_fild button:hover {
    color: #fff;
    border: 1px solid #f2b821;
    background: #f2b821;
    transition: all .3s;
}

.space-above{
    margin-top: 100px;
}

#desss {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 75px;
}

select#countryCode {
    width: 100%;
    position: relative;
    font-family: 'Grotesque_light';
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    outline: none !important;
    border: 1px solid #776969;
    background: #e2e1bb;
    color: #212529 !important;
}
.destination-main-slider {
    width: 100%;
    position: relative;
    margin-top: 40px;
}




/*mobile menu code*/
.hamburger {
    position: relative;
    /* top: 20px; */
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
    background: #18204e;
    border-radius: 50%;
    padding: 12px;
}
.hamburger span {
    display: block;
    height: 2.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
}
/* Active (Cross) */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
      opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.naserian-mobile-menu {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 290px;
    height: 100%;
    background: #222;
    color: #fff;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 75px 20px 20px 20px;
    overflow-y: auto;
}
.naserian-mobile-menu.active {
    right: 0;
}
.naserian-mobile-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

.naserian-mobile-menu ul li {
      border-bottom: 1px solid rgba(255,255,255,0.2);
    }

.naserian-mobile-menu ul li a {
      display: block;
      padding: 12px;
      color: #fff;
      text-decoration: none;
    }

.naserian-mobile-menu ul li a:hover {
      background: #444;
    }

.submenu {
      display: none;
      background: #333;
    }
.submenu li a {
      padding-left: 30px;
      font-size: 14px;
    }
.naserian-mobile-menu ul li.open > .submenu {
      display: block;
    }
.mobile-menu_box .overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.5);
      display: none;
      z-index: 999;
    }

.mobile-menu_box .overlay.active {
      display: block;
    }
.mobile-menu_box {
    position: relative;
    display: none;
}
.naserian_logo_box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

/*mobile menu code END*/





