* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'aeoniktrial';
}

body,html{
  width:100vw;
  overflow-x:hidden;

}


@font-face {
    font-family: 'aeoniktrial';
    src: url("../fonts/aeoniktrial-bold.otf");
}

@font-face {
    font-family: 'aeoniktrial';
    src: url("../fonts/aeoniktrial-light.otf");
}

@font-face {
    font-family: 'aeoniktrial';
    src: url("../fonts/aeoniktrial-regular.otf");
}

p {
    margin: 0;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

.mt-70 {
    margin-top: 70px;
}

/* sidebar section start */
.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color:#000000ad;
  z-index: 1001;
 }
 
 
 nav {
  overflow-y: auto;
  position: fixed;
  top: 0px;
  right: -350px;
  width: 350px;
  height: 100%;
  color: #fff;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0.9;
  z-index: 1002;
  padding-bottom: 25px;
  padding: 30px 30px;
}

 nav.open {
  right: 0px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
  opacity: 1;
 }

 .nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-header img {
  width: 100%;
  max-width: 150px;
}

.close_sider {
  width: 40px;
  height: 40px;
  background: #ff541e;
  flex-flow: wrap;
  align-content: space-evenly;
  -webkit-box-pack: end;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.close_sider span {
  width: 25px;;
  height: 2px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.close_sider span:nth-child(1) {
  transform: rotate(45deg);
}

.close_sider span:nth-child(2) {
  transform: rotate(-45deg);
}

.hambuger_mobile {
    width: 46px;
    height: 35px;
    background: #ff541e;
    border-radius: 5px;
    padding: 9px 8px 5px 8px;
    cursor: pointer;
    display: none;
}

.hambuger_mobile span {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 0px 0px 5px 0px;
    display: flex;
}


.mobile_menu_main {
    margin: 0;
    padding: 0;
}

.mobile_menu_main li {
    border-bottom: 1px solid #8080804f;
    padding: 7px 0px;
}

.mobile_menu_main li a {
    color: #000;
    width: 100%;
    display: flex;
}

.mobile_menu_main li:last-child {
    border-bottom: 0;
}


header .logo img {
    width: 100%;
    max-width: 200px;
}

.neave {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_all ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.menu_all ul li a {
    color: #1E1F16;
    font-size: 15px;
    margin-right: 20px;
    padding: 10px 15px;
}

.menu_all {
    display: flex;
    align-items: center;
}

.menu_all .btn_main {
    margin-left: 50px;
}

.list_menu {
    position: relative;
}

.list_menu .sub_menu {
    position: absolute;
    display: block;
    background: #ffffff;
    margin: 0;
    width: 130px;
    padding: 8px 0px;
    box-shadow: 0px 0px 8px 0px #80808042;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}


.list_menu .sub_menu li a {
    margin: 0;
    width: 100%;
    display: flex;
    padding: 4px 15px;
    transition: 0.5s;
}

.list_menu .sub_menu li a:hover {
    color: #ff541e;
}

.list_menu:hover .sub_menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.menu_all ul li a:hover {
    color: #ff541e;
}

header {
    padding: 8px 0px;
}

.btn_main {
    gap: 20px;
    display: flex;
    align-items: center;
}

.btn_main a {
    border: 1px solid #1E1F16;
    padding: 10px 20px;
    border-radius: 30px;
    color: #1E1F16;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn_main a.btn_2 {
    background: #1E1F16;
    color: #fff;
}

.btn_main a img {
    width: 100%;
    max-width: 15px;
}


.hero_content h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
}

.hero_content h1 span {
    color: #FF541E;
    font-weight: 600;
}

.hero_content h1 {
    font-size: 55px;
    text-transform: uppercase;
    color: #1E1F16;
}

.hero_content p {
    font-size: 15px;
    color: #1E1F16;
    margin-top: 15px;
}

.hero_content .btn_main {
    margin-top: 30px;
}

.hero_img img {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
}


.slider-container {
    position: relative;
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    margin: 0px auto;
    padding: 150px 0px;
    background: #1E1F16;
}

.slider-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/Vector6.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.slider-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background-image: url(../images/Vector7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    pointer-events: none;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    width: 250px;
    height: 500px;
    object-fit: contain;
    border-radius: 15px;
    box-sizing: border-box;
}

.center {
    transform: scale(1.2);
    z-index: 3;
    opacity: 1;
}

.left {
    transform: translateX(-220px) scale(1);
    z-index: 2;
    opacity: 0.9;
}

.rights {
    transform: translateX(220px) scale(1);
    z-index: 2;
    opacity: 0.9;
}

.back-left {
    transform: translateX(-400px) scale(0.8);
    z-index: 1;
    opacity: 0.7;
}

.back-right {
    transform: translateX(400px) scale(0.8);
    z-index: 1;
    opacity: 0.7;
}


.main_heading h5 {
    color: #FF541E;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}

.main_heading h2 {
    color: #1E1F16;
    font-weight: bold;
    font-size: 35px;
}

.why_section {
    background: #F0F0F780;
    padding: 10px 0px 80px 0px;
}

.why_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 5px #6869B11A;
    margin-top: 20px;
}

.why_img {
    background: #FEEFEC;
    width: 58px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.why_box h4 {
    font-size: 19px;
    font-weight: bold;
    margin-top: 20px;
    color: #1E1F16;
}

.why_box p {
    margin: 0;
    font-size: 14px;
    color: #626470;
}


.why_work_section {
    background: #1E1F16;
    padding: 100px 0px;
}


.work_box h5 {
    color: #FF541E;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
}

.work_box h2 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}

.work_smal_box {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    align-items: center;
    border: 2px solid #ff541e00;
}

.work_smal_box .work_img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #626470;
    min-width: 60px;
}

.work_smal_box h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}

.work_smal_box p {
    margin: 0;
    font-size: 14px;
    color: #5C5C5C;
}

.work_smal_box:hover {
    background: #fff;
    border-color: #FF541E;
}

.work_smal_box:hover h4 {
    color: #000;
}


.work_img_main img {
    width: 100%;
}

.testimonial .swiper-slide img {
    width: 100%;
}

.testimonial .swiper-button-prev, .testimonial .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

.testimonial .swiper-button-prev:after, .testimonial .swiper-button-next:after {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.instagram_img {
    padding: 0px 10px 10px 10px;
    height: 100%;
}

.instagram_img img {
    width: 100%;
    height: 100%;
}

.insta_section .col-xl-4.col-lg-4, .insta_section .col-6 {
    padding: 0;
}

.download_section {
    background: #F0F0F780;
    padding: 50px 0px;
}

.download-content h2 {
    color: #1E1F16;
    font-weight: bold;
    font-size: 35px;
}

.download-content p {
    color: #626470;
    font-size: 15px;
    margin-top: 20px;
}

.download-content .app_input {
    display: flex;
    gap: 15px;
    width: 100%;
    align-items: center;
}

.download-content .app_input input {
    width: 100%;
    border: 1px solid #ECECEC;
    outline: none;
    padding: 10px 15px;
    border-radius: 5px;
    background: #fff;
    font-size: 15px;
}

.download-content .app_input button {
    white-space: nowrap;
    border: 1px solid #EF3B1E;
    padding: 9px 30px;
    border-radius: 40px;
    background: #EF3B1E;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.app_btn {
    display: flex;
    gap: 30px;
    margin-top: 35px;
}
.app_download_img img{
    width: 100%;
}



footer {
    background: #1E1F16;
    padding: 50px 0px 30px 0px;
}

.footer_logo p {
    color: #cbcbcb;
    font-size: 14px;
    margin-top: 20px;
}

.footer_links ul {
    margin: 0;
    padding: 0;
}

.footer_links ul h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.footer_links ul li a {
    font-size: 14px;
    color: #FFFFFF99;
    font-weight: 100;
    letter-spacing: 0.5px;
    display: flex;
    margin-top: 10px;
    transition: 0.5s;
}

.footer_links ul li a:hover {
    color: #ef3b1e;
}

.social_media ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.social_media ul li a {
    color: #fff;
    transition: 0.5s;
}

.social_media ul li a:hover {
    color: #ef3b1e;
}

.copy_text p {
    text-align: end;
    margin: 0;
    color: #bbbbbb;
    font-size: 14px;
}

.copy_text p span {
    color: #6b6767;
}


.breadcrumb_section {
    background-color: #F0F0F7;
    background-image: url(../images/bread-img.png);
    background-size: cover;
    padding: 40px 0;
}


.breadcrumb_img img {
    width: 100%;
    max-width: 390px;
    margin: auto;
    display: block;
}

.breadcrumb_content h2 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 35px;
}

.breadcrumb_content h2 span {
    color: #EF3B1E;
    font-weight: 800;
}

.breadcrumb_content a {
    background: #1e1f16;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #1e1f16;
    transition: 0.5s;
}

.breadcrumb_content a:hover {
    background: transparent;
    color: #1e1f16;
}


.mession_box {
    margin-top: 40px;
}

.mession_box p {
    color: #141729;
    font-size: 15px;
}

.value_section {
    background: #F0F0F780;
    padding: 60px 0px;
}

.value_box {
    background: #fff;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 12px 5px #6869B11A;
    border-radius: 10px;
    height: 100%;
}

.value_box img {
    width: 100%;
    max-width: 55px;
}

.value_box h3 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
}

.value_box p {
    color: #8597A7;
    font-size: 15px;
    margin: 0;
}


.contact_details label {
    width: 100%;
    font-size: 15px;
    color: #1E1F16;
}

.contact_details input, .contact_details textarea {
    width: 100%;
    border: 1px solid #8597a766;
    padding: 10px 15px;
    color: #8597A7;
    outline: none;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 7px;
}

.contact_details input::placeholder, .contact_details textarea::placeholder {
    color: #8597A7;
}

.contact_details button {
    background: #EF3B1E;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 11px;
    border: 2px solid #EF3B1E;
    transition: 0.5s;
}

.contact_details button:hover {
    background: transparent;
    color: #EF3B1E;
}

.why-choose_2 img {
    border-radius: 15px;
    border: 2px solid #fff;
}
.mobile_menu_main #myDropdown {
    padding: 0;
}


.mobile_menu_main li.dropdown i {
    font-size: 15px;
    margin: 6px 0px 0px 5px;
}

.mobile_menu_main .dropdown-content {
    display: none;
}

.mobile_menu_main .dropdown-content.show {
    display: block;
}

.sidebar .btn_main {
    margin-top: 20px;
}

.sidebar .btn_main a {
    white-space: nowrap;
}

.terms_content h5 {
    color: #dd2028;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.terms_content p {
    color: #626470;
    font-size: 14px;
}

.terms_content ul {
    padding-left: 20px;
}

.terms_content ul li {
    list-style: disc;
    font-size: 14px;
    color: #626470;
}


.contact-form-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
}

.contact-form-box label {
    font-size: 15px;
    margin-bottom: 8px;
}

.contact-form-box .form-group {
    margin-top: 14px;
}


.testimonial  .instagram-media {
    min-width: auto !important;
    margin: 0 !important;
    max-width: 100% !important;
}