@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yrsa:ital,wght@0,300..700;1,300..700&display=swap');

html,body{
  overflow-x: hidden;
}
:root{
  --primary-font:"Yrsa", serif;
  --secondary-font:"Saira Condensed", sans-serif !important;
  --primary-color:#300000;
  --secondary-color:#FCBF17;
}
body.modal-open{
  padding-right: 0 !important;
}

.header_section .website_logo {
  width: 184px;
}

.header_section .website_logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header_section .offcanvas-header button {
  border: none;
  background-color: white;
}

.header_section .custom_nav ul li a {
  color: #300000;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 20px;

}

.header_section .navbar_btns img {
  height: 36px;
  width: 36px;
}


.header_section {
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 1;
  padding: 20px 0;
  /* position: fixed; */
}


.header_section.nav_scroll {
  background: rgba( 255, 255, 255, 0.25 );
  background: rgb(255 255 255 / 39%);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 11.5px );
  -webkit-backdrop-filter: blur( 11.5px );
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 9999;
}

.header_section .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff00;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

.header_section .accordion-item {
  border: none;
}

.header_section .accordion-button {
  font-size: 20px;
  font-weight: 500;
}

.header_section .accordion-button:focus {
  color: #151515;
  font-weight: 500;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.header_section .menu_listing ul li a {
  color: #151515;
  font-size: 15px;
}

.header_section .navbar .fa.fa-bars {
  background-color: white;
  font-size: 25px;
  color: #151515;
}

.header_section .close_btn {
  background-color: #d3d3d352;
  font-size: 30px;
  font-weight: 300 !important;
  color: #151515;
}

.header_section .close_btn img {
  width: 35px;
  background-color: #d3d3d352;
  border-radius: 3px;
  padding: 3px;
}

.header_section .offcanvas-body {

  overflow-x: hidden;
}

.header_section .book_now_btn a {

  color: #300000;
  font-size: 18px;
  font-weight: 600;

}

.header_section .mobile_nav .offcanvas-body ul li a {

  font-size: 32px;
  text-transform: capitalize;
  color: #300000;
  font-weight: 500;
}

.header_section .mobile_nav .website_logo img {
  height: 100%;
  width: 100%;
}

/* =========== header_section End ======= */

/* =========== modal start ====== */
.modal_wrapper .modal-content {

  /* max-width: 315px; */
  width: 100%;
  padding:8px 8px 20px;
  margin: 0 auto;
  border-radius: 12px;
}
.modal_wrapper .modal_body h2 {


  font-size: 24px;
  font-weight: 700;
  font-family: var(--primary-font);
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 30.2px;
  
}
.font_set{

  font-size: 20px;
  font-weight: 700;
  font-family: "Yrsa", serif;
}

.modal_body input ,
.input-group-text{

  border: 1px solid #300000
}

.modal_body .form-control:focus {
  color: #30000099;
  border-color: #30000099;
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.modal_body input::placeholder{

  color: #30000099;
  font-family: 'Saira SemiCondensed';
  font-size: 16px;
  font-weight: 500;
  line-height: 22.04px;
  text-align: left;

}

.btn_otp {

  border: 0.55px solid #300000;
  color:#300000;
  font-family: Saira SemiCondensed;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.04px;
  background-color: white;
  padding: 5px 16px;
  border-radius: 3px;

}

.btn_otp p {

   font-family: "Yrsa", serif;
  font-size: 14px;
  font-weight: 700;
}

.get_otp input {

  border: 0.55px solid #300000;
  padding: 5px 16px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  margin: 0 5px;
}

.modal_wrapper .login_btn button{

  padding: 5.48px 27.39px 5.48px 27.39px;
  border-radius: 2.74px 0px 0px 0px;
  background: #FCBF17;
  /* opacity: .5; */
  font-family: 'Saira SemiCondensed';
  font-size: 14px;
  font-weight: 500;
  line-height: 22.04px;

}

.modal_wrapper .login_btn button:hover{

  transition: .3s ease all;
  opacity: 1;
}

.modal_wrapper  .fade {

background-color: #30000026;
}


/* ========== modal end ====== */


/* ============ banner section start ======== */


.banner_section {

  background-image: url('../images/home/banner.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  padding: 50px 0;
  min-height: 100vh;
}

.banner_section .dropdown-toggle::after {
  color: #300000;
  font-weight: 500;
}

.banner_section .banner_box {

  box-shadow: 0px 4px 40px 0px #3000001A;
  background-color: white;
  padding: 0px 25px;
  border-radius: 5px;

}

.banner_section .banner_box a {

  color: #30000080;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;

}

.banner_section .inner h1 {

  color: #300000;
  font-size: 72px;
  font-weight: 700;
   font-family: "Yrsa", serif;
   text-transform: uppercase !important;
}

.banner_section .inner p {

  font-family: 'Saira SemiCondensed';
  font-size: 24px;
  font-weight: 500;
  line-height: 37.78px;

}

.pick_location::after {
  background-image: url(../images/icons/v-line.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  height: 50px;
  width: 10px;
  top: -17px;
  left: -10px;
}

.pick_location::before {
  background-image: url(../images/icons/v-line.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  height: 50px;
  width: 10px;
  top: -17px;
  right: 0px;
}

.banner_section .search_btn {

  background: #300000;
  color: white;
  padding: 20px 30px;
  font-size: 20px;
  border-radius: 22px;

}

/* ================= how_it_section start ============== */

/* =================== why_choose_cranes Start =========== */

.why_choose_cranes {

  background: linear-gradient(180deg, #FFFFFF 24.14%, #FEF2D1 110.52%);
  margin-bottom: 60px;

}

.why_choose_cranes h3 {

  font-size: 50px;
  line-height: 50px;
   font-family: "Yrsa", serif;
   font-weight: 700;
}


.why_choose_cranes .txt p {

  font-size: 24px;
  line-height: 38px;
  font-family: "Saira Condensed", sans-serif !important;
}

.why_choose_cranes .txt a {

  color: #300000;
  font-size: 18px;
  font-weight: 500;
}

/* .overly {

  position: absolute;
  background: linear-gradient(0deg, rgba(252, 191, 23, 0.7) 0%, #FCBF17 58.42%);

  top: 0;
  z-index: 10;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;

} */
 .why_choose_cranes  .card_row .card.card_bg1{

  background-image: linear-gradient(0deg, rgba(249,191,45,0.5802696078431373) 0%, rgba(253,187,45,0.9248074229691877) 61%), url(../images/feature-card1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all .8s;
  z-index: 1;
 }
 .why_choose_cranes  .card_row .card.card_bg1:after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5718662464985995) 0%, rgba(255, 255, 255, 0.9248074229691877) 33%),  url(../images/feature-card1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  opacity: 0;
  transition: opacity .8s;
  z-index: -1;
 }
 .why_choose_cranes  .card_row .card.card_bg1:hover::after{
  opacity: 1;
 }
 .why_choose_cranes  .card_row .card.card_bg2{

  background-image: linear-gradient(0deg, rgba(249,191,45,0.5802696078431373) 0%, rgba(253,187,45,0.9248074229691877) 61%), url(../images/feature-card2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all .8s;
  z-index: 1;
 }
 .why_choose_cranes  .card_row .card.card_bg2::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5718662464985995) 0%, rgba(255, 255, 255, 0.9248074229691877) 33%),  url(../images/feature-card2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  opacity: 0;
  transition: opacity .8s;
  z-index: -1;
 }
 .why_choose_cranes  .card_row .card.card_bg2:hover::after{
  opacity: 1;
 }

 .why_choose_cranes  .card_row .card.card_bg3{

  background-image: linear-gradient(0deg, rgba(249,191,45,0.5802696078431373) 0%, rgba(253,187,45,0.9248074229691877) 61%), url(../images/feature-card3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all .8s;
  z-index: 1;
 }
 .why_choose_cranes  .card_row .card.card_bg3::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5718662464985995) 0%, rgba(255, 255, 255, 0.9248074229691877) 33%),  url(../images/feature-card3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  opacity: 0;
  transition: opacity .8s;
  z-index: -1;
 }
 .why_choose_cranes  .card_row .card.card_bg3:hover::after{
  opacity: 1;
 }
 .why_choose_cranes  .card_row .card.card_bg4{

  background-image: linear-gradient(0deg, rgba(249,191,45,0.5802696078431373) 0%, rgba(253,187,45,0.9248074229691877) 61%), url(../images/unsplash_0rTCXZM7Xfo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all .8s;
  z-index: 1;
 }
 .why_choose_cranes  .card_row .card.card_bg4::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5718662464985995) 0%, rgba(255, 255, 255, 0.9248074229691877) 33%),  url(../images/unsplash_0rTCXZM7Xfo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  opacity: 0;
  transition: opacity .8s;
  z-index: -1;
 }
 .why_choose_cranes  .card_row .card.card_bg4:hover::after{
  opacity: 1;
 }
.why_choose_cranes .card_row .card {
  padding: 30px 25px;
  height: 100%;
  border-radius: 10px;
  min-height: 600px;
  border: none;
  /* background-color: #FCBF1f; */
}

.why_choose_cranes .card_row .card h4 {

  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  max-width: 300px;
  padding: 20px 0;
  z-index: 11;
}


.why_choose_cranes .card_row .card p {

  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  z-index: 11;
}

.why_choose_cranes .discover_section h5 {

  font-size: 42px;
  font-weight: 700;
  line-height: 52.8px;
  letter-spacing: 2px;
  padding-top: 30px;
  z-index: 11;
  color: #300000;
  font-family: "Yrsa", serif;
}


.why_choose_cranes .discover_section p {

  font-size: 24px;
  color: #300000;
  font-weight: 400;
  line-height: 37.78px;
  padding-top: 25px;
}

.why_choose_cranes .discover_section p span {

  text-transform: capitalize;
  font-weight: 700;
}

.why_choose_cranes .carnes_types h5 {

  font-size: 48px;
  font-weight: 700;
  line-height: 52.8px;
  letter-spacing: 2px;
  padding-top: 30px;
  font-family: "Yrsa", serif;
  color: #300000;
}


/* .cranes_details_section .crane_card img:hover {

  transform: scale(1.1);
  transition: .3s ease all;

} */

/* .show_details:hover .cranes_details {

  display: block !important;
  transition: .3s ease all;
  position: absolute;
  top: 20px;
} */
.upsideheading {

  background-color: #FCBF17;
  padding: 5px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  transition: .2s top ease-out, .3s opacity ease-in-out;
  width: 100%;
  opacity: 0;
}

.crane_card:hover .upsideheading {

  top: 0px;
  opacity: 1;
}

.dounside_content {

  background-color: #FCBF17;
  padding: 5px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  transition: .2s bottom ease-out, .3s opacity ease-in-out;
  width: 100%;
  opacity: 0;
  
}
.crane_card:hover .dounside_content {

  bottom: 0px;
  opacity: 1;
}

.cranes_details_section .cranes_details p {


  font-size: 18px;
  font-weight: 400;

}

.cranes_details_section .cranes_details h6 {


  font-size: 36px;
  font-weight: 700;
   font-family: "Yrsa", serif;
 
}
/* =================== why_choose_cranes end =========== */

.how_it_section h3 {

  color: #300000;
  font-size: 64px;
  font-weight: 700;
   font-family: "Yrsa", serif;
  max-width: 200px;
}

.how_it_section .card p {

  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.how_it_section .card::before {
  content: '';
  background-image: url(../images/icons/line.svg);
  position: absolute;
  height: 82px;
  width: 108px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: -64px;
  top: 20%;
  z-index: 999;
}

.how_it_section .card.last::before {
  all: unset
}


/* ================= how_it_section end ============== */

/* =========== footer_section Start ========= */

.footer_section {

  background-color: #300000;
  padding-top: 200px;
  padding-bottom: 50px;
  border-radius: 30px 30px 0 0;
}

.footer_section .foot_items h2 {

  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
  opacity: .9;
  padding-bottom: 84px;
   font-family: "Yrsa", serif;
}

.footer_section .foot_items h2::before {

  content: '';
  position: absolute;
  height: 100px;
  width: 100px;
  background-image: url('../images/icons/flower.svg');
  background-repeat: no-repeat;
  left: -50px;
  top: -50px;
  z-index: -1;

}

.footer_section .foot_items.links ul.custom {

  margin-bottom: 84px;
}

.footer_section .foot_items.links ul.custom li a {

  color: white;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
   font-family: "Yrsa", serif;

}

.your_trusted_section .container {
  background-color: #FCBF17;
  border-radius: 22px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 40px;
  margin-bottom: -100px;
  position: relative;
  margin-top: 180px;

}

.your_trusted_section h3 {

  font-size: 60px;
  font-weight: 700;
  color: #300000;
  line-height: 70px;
   font-family: "Yrsa", serif;
}

.your_trusted_section .mobile {

  margin-top: -200px;

}

/* =========== footer_section End ========= */


/* =========== card page css start ========= */


.noida-card .noida-icon{
  display: flex;
  align-items: center;
  gap: 10px;
}

.noida-card .noida-icon h4{

  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.noida-card .noida-icon img{
  padding-bottom: 10px;
}

.noida-card .rating label{
  font-weight: 700;

}

/* =========== cards styling start ========= */
.all-cards .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff; 
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.all-cards .card .title h6{
  font-size: 20px;
  font-weight: 500;
  color: #300000;
  line-height: 32px;

}

.all-cards .card .card-body-1{
  display: flex;
  justify-content:flex-start;
  gap: 15px;
  align-items: center;
  padding-bottom: 10px;
  
}
.all-cards .card .card-body-1 img{
  width: 15px;
}
.all-cards .card .card-body-1 p{
  margin: 0;
}
.all-cards .card .card-body-2{
  display: flex;
  justify-content: space-between;
}
.all-cards .card .card-body-2 button{
font-size: 16px;
font-weight: 500;
color: #300000;
background-color: #FCBF17;
border: none;
padding: 5px 20px;
border-radius: 25px;
opacity: 0px;

}
.all-cards .card .card-body-2 a{
font-size: 16px;
font-weight: 5000;
color: #300000;
border: 1px solid #300000;
padding: 5px 20px;
    border-radius: 25px;
opacity: 0px;

}
.card-cranes{

  padding: 16px 20px 4px 23px;
  /* width: 190px !important; */
  text-align: center;
  margin: auto;
  width: 190px !important;
    height: 125px;
    object-fit: contain;
}



/* =========== cards styling end ========= */


/* =========== pagination css ========= */
.pagination-sec .pagination{
  display: flex;
  gap:10px;
}

.pagination-sec .page-item.active .page-link {
  background-color:#FCBF17;
  border-color: #FCBF17;
  color: white;
}
.pagination-sec .page-item .page-link {
  border: 1px solid #300000;
  color: #5a2d1e;
}
.pagination-sec .page-item .page-link:hover {
  background-color: #FCBF17;
  border-color: #FCBF17;
  color: white;
}

/* =========== card page css End ========= */



/* New-banner-sec-start */

.new-banner_wrapper .new-banner_content h1{
  font-size: 65px;
  font-weight: 700;
  font-family: var(--primary-font);
  color: var(--primary-color);
  text-transform: uppercase;
}
.new-banner_wrapper .new-banner_content p{
  font-family: var(--secondary-font);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
}
.select-wrapper::before{
    content: url(../images/icons/vehicle-type.svg);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* So the icon doesn't interfere with select actions */
  
}
.select-wrapper.two::before{
  content: url(../images/icons/location.svg);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* So the icon doesn't interfere with select actions */

}
.form-select{
  padding-left: 40px !important; /* Adjust based on the width of the icon */
  border: none !important;
  border-right: 1px solid #000 !important;
  border-radius: 0 !important;
  font-family: var(--secondary-font);
}
.form-select:focus{
  box-shadow: none !important;
}
.select-wrapper.two .form-select {
  appearance: none !important;
  -webkit-appearance: none; 
  -moz-appearance: none; 
  background: none !important; 
  border: none !important;
  border-right: 1px solid #000 !important;
}

.new-banner_wrapper .choose-bx{
  display: flex;
  align-items: center;
  gap: 27px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 13px;
  margin-right: 36px;
  border-radius: 5px;
  background-color: #fff;
  justify-content: space-between;

}
.new-banner_wrapper .choose-bx .search_icon a{
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.new-banner_wrapper .app_btn{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.new-banner_wrapper .bottom_bg picture img{
width: 100%;
}
.new-banner_wrapper .car_bg picture img{
  width: 100%;

}
.new-banner_wrapper .bottom_bg{
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.new-banner_wrapper .toggle_icon a i{
  rotate: 90deg;
}
.new-banner_wrapper .toggle_icon a {
  text-decoration: none;
  color: #000;
  width: 49px;
  height: 78px;
  background: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  color: #fff;

}
.select-wrapper .form-control{

  padding-left: 44px !important;
}
.new-banner_wrapper .toggle_icon{
  position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%, 12%);
    z-index: 99;
}
.crane_fixed{
  position: fixed;
  z-index: 99;
  left: 50px;
  top: 0;
  z-index: 10000;
}
.crane_fixed img{
  height: 400px;
}

/* New-banner-sec-end */

/* Why-choose-crane-start */

.inner .element_1{
  position: absolute;
  content: "";
  top: -49px;
  right: 0;
  width: 188px;
  height: 458px;
  background: var(--secondary-color);
}
.inner .element_2{
  position: absolute;
  content: "";
  width: 90%;
  height: 49px;
  bottom: -44px;
  background: var(--secondary-color);
  right: 49px;
}
.inner .element_3{
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  right: 20px;
  bottom: -32px;
}
.inner.crane_new img{
  position: relative;
  z-index: 1;
  width: 100%;
}
.why_choose_cranes .card_row{
  padding-top: 100px !important;
}

/* Why-choose-crane-end */


/* Discover-section-start */
.inner.flower_bg .flower{
  position: absolute;
  top: 22%;
  right: 70px;
}
.inner.flower_bg > img{
  position: relative;
  z-index: 1;
}
.inner.flower_bg .new_element{
  position: absolute;
    content: "";
    top: 0;
    right: -273px;
    background: var(--secondary-color);
    width: 78%;
    height: 100%;
}

/* Discover-section-end */

/* Btn-style-start */
.link_wrapper a::before {
  content: '';
  position: absolute;
  background-color: var(--secondary-color);
  height: 40px;
  width: 40px;
  border-radius: 50%;
 top: 50% !important;
 left: 0% !important;
 transform: translateY(-50%) !important;
  z-index: -1 !important;
  opacity: 1 !important;
  transition: all .5s;
}
.link_wrapper a{
  transition: all .5s;
}
.link_wrapper a:hover::before{
  width: 100%;
  border-radius: 25px;
 
}
.link_wrapper a:hover{
  padding-left: 0;
  padding: 0 10px;
}


/* Btn-style-end */


/* card-sty-start */
.noida-card .rating .dropdown-toggle::after{
  content: unset;
 }
 .noida-card .rating .dropdown-toggle{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 20px;
 }
 .noida-card .rating .dropdown-toggle:focus{
  box-shadow: none;
 }
 .noida-card  .dropdown-item{
  font-weight: 600;
 }
.noida-icon h4{
  font-family: var(--primary-font);
}


.header_section .profile img{
  border-radius: 50%;
}
.log_off{
  display: flex;
  align-items: center;
  gap: 10px;
}
.log-out_sec .log_out{
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.log-out_sec .log_out p{
display: flex;
gap: 10px;
align-items: center;

}
/* Card-style-end */


/* Mobile-nav-start */

.mobile_nav .offcanvas-body ul li a {
  font-size: 32px;
  text-transform: capitalize;
  color: #300000;
  font-weight: 500;
}

.offcanvas{
  z-index: 9999 !important;
}
/* Mobile-nav-end */


/* Pop-up Modal */

#exampleModal2 .modal-body p{
  font-family: var(--primary-font);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
}
#exampleModal2 .modal-body p span{
  font-weight: 600;
}
#exampleModal2 .modal-body .app_btn{
  display: flex;
  align-items: center;
  gap: 20px;
}
#exampleModal2 .modal-body .app_btn img{
  width: 200px;
}
#exampleModal2 .modal-body .desc p{
  font-size: 16px;
  font-weight: 300;
}
#exampleModal2 .modal-body .desc{
  padding-top: 30px;
}

#exampleModal2 .modal-content{
  border-radius: 20px !important;
}

/* Pop-up Modal */

/* Profile-pop-up */
#exampleModalToggle .profile_bx h3{
font-family: var(--primary-font);
text-transform: uppercase;
max-width: 250px;
margin: 0 auto;
font-weight: 700;
font-size: 24px;
}

#exampleModalToggle .profile_bx .profile_img img{
  width: 100px;
  border-radius: 50%;
}
#exampleModalToggle .profile_bx .input-field input{
  margin: 20px 0;
  font-family: var(--secondary-font) !important;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #300000 !important;
}

#exampleModalToggle .profile_bx .input-field .form-control::placeholder{
  font-family: var(--secondary-font) !important;
  font-weight: 500;
  font-size: 20px;
}
#exampleModalToggle .profile_bx .input-field{
  padding: 0 50px;
}
#exampleModalToggle .profile_bx .input-field button{
 padding: 10px 50px 10px 50px !important; 
 background: var(--secondary-color) !important;
 border: none;
 color: var(--primary-color);
 font-weight: 500;
 font-size: 18px;
}
#exampleModalToggle .profile_bx .input-field{
  padding-bottom: 30px;
}

.resgistorself{

  padding: 8px 20px;
  background-color: #300000;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 8px;
}

.resgistorself:hover{

  color: #fff;
}

.dropdown-container {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 100%;
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
}

.dropdown-content a {
  display: block;
  padding: 8px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  font-family: "Yrsa", serif;
}

.dropdown-content a:hover {
  background: #FCBF17;
  color: #300000;
}

.user.menu.loginpro a{

color: #300000;
font-size: 20px;
font-weight: 500;
}

@media(max-width:576px){

  .get_otp input {
    border: 0.55px solid #300000;
    padding: 5px 16px;
    height: 33px;
    width: 33px;
    border-radius: 3px;
    margin: 0 5px;
}
}
