/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

  

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 10px;
    font-size: 17px;
    color: #fefefd;
    border-radius: 5px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #373736;
}

.navbar-brand {
    margin: 0px;
}

.navbar {
    padding: 15px 50px;
}

.search_bt {
    width: 100px;
    text-align: right;
}

.search_bt a {
    font-size: 17px;
    color: #fefefd;
    text-align: right;
    display: contents;
}

.search_bt a:hover {
    color: #373736;
}

/* header section end */


/* banner section start */

/* banner section end */


/* feature section start */
.feature_section {
    width: 100%;
    height: auto;
    background-size: 100%;
    padding: 120px 0 80px 0;
    /* Adjusted bottom padding */
    background-color: #f8f8f8;
    /* Light background color for the section */
}

.feature_taital {
    width: 100%;
    font-size: 48px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}

.feature_text {
    width: 100%;
    font-size: 16px;
    color: #F65B59;
    text-align: center;
    margin: 0 0 40px 0;
    /* Reduced bottom margin */
}

.feature_section_2 {
    width: 100%;
    padding-top: 30px;
}

.feature_img {
    width: 100%;
    background-color: #F65B59;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin: 0 auto;
    /* Centered image block */
}

.feature_img img {
    width: 80%;
    max-width: 450px;
    /* Adjusted for better responsiveness */
}

.unlimited_text,
.unlimited_text_1 {
    font-size: 18px;
    color: #F65B59;
    align-items: center;
    padding: 20px 0;
    font-weight: bold;
    border-bottom: 1px solid #F65B59;
}

.box1 {

    padding: 10px;
    padding-top: 0;
    margin-bottom: 20px;
    /* Space between columns */
}


.readmore_bt1 {
    width: 170px;
    margin: 50px auto 0;
}

.readmore_bt1 a {
    width: 100%;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    background-color: #f7684d;
    padding: 12px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    /* Remove underline */
}

.readmore_bt1 a:hover {
    color: #fefefd;
    background-color: #282727;
}

/* feature section end */



/* footer section start */

.footer_section {
    width: 100%;
    height: auto;
    background-image: url(../images/footer-bg.png);
    background-size: 100%;
    padding: 90px 0px;
}

.footer_logo {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_text {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.footer_menu {
    width: 100%;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #363636;
}

.dummy_text {
    width: 30%;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.location_text {
    width: 100%;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 16px;
    color: #ffffff;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #363636;
}

.padding_left_10 {
    padding-left: 10px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}


.footer_social_icon li a {
    padding: 12px 17px;
    background-color: #fff;
    color: #f75b59;
    border-radius: 100%;
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: #363636;
}

.update_mail {
    color: #3b3b3b;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #e2e2e2;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 0px;
}

textarea#comment.update_mail::placeholder {
    color: #3b3b3b;
}

.subscribe_bt {
    width: 70px;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #f75b59;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #ec5856;
}

.subscribe_bt a:hover {
    color: #363636;
    background-color: #222222;
}


/* footer section end */
/* Copyright Section */



img.icon_45,
img.icon_5 {
    width: 70px;
    min-width: 80px;
    object-fit: contain;
}


.number_1 {

    line-height: 0px;
    padding: 29px 24px;
    background: #fefefd;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 1px 1px 1px red, inset -1px -1px 4px red;
}

img.icon_45 {
    margin-right: 15px;
}

img.icon_5 {
    margin-left: 15px;
}


.copyright_section {
    width: 100%;
    background-color: #f75b59;
    height: auto;
}

.copyright_text {
    width: 100%;
    font-size: 16px;
    color: #ffffff !important;
    text-align: center;
    margin-left: 0 !important;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #ffffff;
}

/* feature_section start */

/* From Uiverse.io by 0xnihilism */ 
.card {
    width: 300px;
    padding: 20px;
    background: #fff;
    border: 1px solid #000;
    /* box-shadow: 12px 12px 0 #000; */
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
      border: 1px solid #F65B59;
    transform: translate(-5px, -5px);
    box-shadow: 17px 17px 0 #f65b5978;
  }
  
  .card__title {
    font-size: 32px;
    font-weight: 900;
    color: #F65B59;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 35PX;
    padding-bottom: 10px;
}
  
  .card__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 3px;
    background-color: #000000ad;
    transform: translateX(-100%);
    transition: transform 0.3s;
  }
  
  .card:hover .card__title::after {
    transform: translateX(0);
  }
  
  .card__content {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
  }
   
  @keyframes glitch {
    0% {
      transform: translate(2px, 2px);
    }
    25% {
      transform: translate(-2px, -2px);
    }
    50% {
      transform: translate(-2px, 2px);
    }
    75% {
      transform: translate(2px, -2px);
    }
    100% {
      transform: translate(2px, 2px);
    }
  }
  
  .glitch {
    animation: glitch 0.3s infinite;
  }
  

/* feature_section end */