@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Raleway", sans-serif;
  font-family: "Merriweather", serif;
  font-family: "Reenie Beanie", cursive;
  font-family: "EB Garamond", serif;
background: #ffffff;
}
a { color: inherit; 
text-decoration: none;}


.top-bar{
  background: #F47A20;
  padding: 10px;
  color: white;
}
.navbar{
  background: url('../photos/icons/bg.png');
  background-color: white;
  background-position: 100%;
  background-size: 20%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.container-fluid{
  width: 70%;
}
.navbar-toggler{
  border: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 18px;
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../img/icons8-menu-64.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #F47A20;
  font-weight: 500;
}


.carousel1{
  background: url('../img/CAR.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 73%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 700px;
}
.carousel2{
  background: url('../img/17.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 73%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 700px;
}
.carousel3{
  background: url('../img/pexels-hazardos-804128.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 73%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 700px;
}

#carouselExampleCaptions .carousel-caption {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 0%;
  padding-top: 15.25rem;
  padding-bottom: 0rem;
  padding-left: 12.25rem;
  color: #ddd3d3;
  text-align: left;

  height: 100%;
}
#carouselExampleCaptions .carousel-caption h1{
  font-family: "EB Garamond", serif;
  font-weight: 100;
  font-size: 80px;
  color: #dad8d8;
  font-weight: 500 !important;


}

/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-image: linear-gradient(to right bottom, #f47a20, #f4761e, #f3721b, #f36e19, #f26a17, #f36c15, #f46f13, #f57111, #f77a0f, #f9830d, #fb8b0c, #fd940c);

  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300 !important;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 5px 34px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {

  color: #ffffff;
  color: #e0e0e0; /* Text color on hover */
  box-shadow: 0px 4px 15px rgba(247, 82, 5, 0.459); /* Subtle shadow on hover */
}

.button-17:active {
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}



.boxed-container {
	position: relative;
	background: #fff;
    box-shadow: #F47A20
    5px 5px, #f478203f 10px 10px, #f478203b 15px 15px, #f4782021 20px 20px,#f478203f 25px 25px;
	z-index: 20;
	overflow: hidden;
	border-radius: 20px;

	top: -150px !important;
	padding: 20px;
}
.boxed-container-wrap {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 50%;
}
.boxed-container-wrap:before , .column-wrap-bg:before {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	top: 30px;
 	border: 1px dashed rgba(255,255,255,.4);
 	background: rgba(39, 37, 53,.5);
	z-index: 10;
	border-radius: 10px; 
}
.kasa{
    padding: 30px;
    background-color: #ffffff;

}
.kasa2{
    padding: 30px;
    background-color: #ffffff;
}
.kasa3{
    padding: 30px;
    background-color: #ffffff;
}

.aboutus{
  
    padding-bottom: 100px  !important;



}

  .iq-features{
    padding-bottom: 100px;
  
  }
  .holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 60px auto; position: relative; }


.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot { display: block; width: 80px; height: 80px; position: absolute; background: #ffffff; color: #F47A20; border-radius: 20px; text-align: center; line-height: 80px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e6e6e6; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; iq-features: 5px; border: 3px solid #F47A20; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }
.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #F47A20; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 40px; top: 45px; width: 410px; height: 410px; border: 2px dotted #F47A20; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s;   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#F47A20+0,F47A20+100 */ background: #F47A20; /* Old browsers */ background: -moz-linear-gradient(left, #F47A20 0%, #F47A20 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #F47A20 0%, #F47A20 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #F47A20 0%, #F47A20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F47A20', endColorstr='#F47A20', GradientType=1); /* IE6-9 */ border: 2px solid #ffffff; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 250px; border-radius: 100%; color: #222222; position: relative; top: 150px; left: 50%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -90px; color: #000000; opacity: 0.1; }
@media only screen and (min-width:300px) and (max-width:599px) {
  .holderCircle {/* width: 300px; height: 300px;*/ margin: 110px auto; }
  .holderCircle::after { width: 100%; height: 100%; }
  .dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width:768px) and (max-width:991px) { }
@media only screen and (min-width:992px) and (max-width:1199px) { }
@media only screen and (min-width:1200px) and (max-width:1499px) { }
  .title-box .title { font-weight: 600; letter-spacing: 2px; position: relative; z-index: -1; }
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #F47A20; }
        .title-box p {font-size: 17px; line-height: 2em; }


        .box1{
            padding: 60PX;
            background: linear-gradient(122deg, rgb(255, 156, 8) 0%, rgb(255, 148, 9) 100%);
            box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        }

        .booknow{
            padding-top: 50px;
            padding-bottom: 50px;
         background: url('img/pexels-lucaspezeta-2333705.jpg');
         background-position: center;
         background-size: cover;
        }

@media(max-width:1000px)

{
  .card-1{
    margin-top: 30px;
  }
  #carouselExampleCaptions .carousel-caption {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 0%;
  padding-top: 10.25rem !important;
  padding-bottom: 0rem;
  padding-left: 5.25rem;
  color: #000000;
  text-align: left;
  background: #ffffffb9;
  height: 100%;
}
  .carousel1, .carousel2, .carousel3{
    height: 600px;
  }
  .hidden-img{
    display: none;
  }
  .socials-row{
    display: flex;
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
  }
  .car-title{
    color: #000000;
  }
  .carousel-caption1{
    text-align: center !important;
  position: relative;
  display: block;
bottom: 50px;
  }
  .car-text{
    padding: 50px 50px 0px 50px;
  }
  .navbar{
  background: none;
    background-color: white;
    background-position: 100%;
    background-size: 20%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  #carouselExampleCaptions .carousel-caption {
    position: absolute;
    right: 20%;
    bottom: 0;
    left: 0%;
    padding-top: 17.25rem;
    padding-bottom: 0rem;
    padding-left: 2.25rem;
    color: #000000;
    text-align: left;
    background: #ffffff9e;
    height: 100%;
  }
  #carouselExampleCaptions .carousel-caption h1{
    font-family: "EB Garamond", serif;
    font-weight: 100;
    font-size: 50px;
    color: #000000;
  
  
  }
}


.body-dark{
  background-color: black!important;
}

footer{
    background: url('../img/9.jpg') #000000;
  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #F47A20;
  }
  .payment{
    display: flex;
  }
  
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
    font-family: "Urbanist", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 18px;
  }
  .footer-title{
    font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
    font-size: 20px;
    font-weight: 300;
  }
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }

  
#channel-adv{
    background-color: #fafafa;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }
  
  
  .adv-content{
    display: none;
    
  }
  
  .adv-content-active{
    display: flex;
  }
  
  .check-list-adv i{
    color: F47A20;
  }
  .adv-item {
    background-color: #fff;
    padding: 1em;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 1em;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
  }
  
  .adv-item:hover {
    background-color: #F47A20;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    color: white;
  }
  
  .adv-item.active {
    background-color: #F47A20;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
 color: white;
  }
  
  .adv-item h5 {
    margin: 0;
    font-size: 1.1em;
  }
  
  .adv-item i {
    font-size: 1.5em;
    color: black;
  }
  
  .adv-content {
    display: none;
    background-color: #fff;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 2em;
  }
  
  .adv-content img {
    max-width: 100%;
    height: auto;
  }
  
  .adv-content h2 {
    font-size: 1.8em;
    margin-top: 1em;
  }
  
  .adv-content p {
    font-size: 1em;
    margin-top: 1em;
  }

  .custom-container {
    margin-top: 2em;
    background-image: linear-gradient(to right bottom, #f47a20, #f4761e, #f3721b, #f36e19, #f26a17, #f36c15, #f46f13, #f57111, #f77a0f, #f9830d, #fb8b0c, #fd940c);
    padding: 50px !important;

  }
  
  
  
  .custom-container .col-md-4 {
 
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding:10px 30px;
  }
  
  .custom-container i {
    font-size: 2em;
    margin-right: 0.5em;
    color: white;
  }
  
  .custom-container span {
    font-size: 1.2em;
    font-weight: 600;
    color: white;
  }
  .custom-container h6 {
    color: white;
  }
  .custom-shape-divider-bottom-1724399707 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1724399707 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
}

.custom-shape-divider-bottom-1724399707 .shape-fill {
    fill: #F47A20;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1724399707 svg {
        width: calc(100% + 1.3px);
        height: 132px;
    }
    .top-bar{
        display: none;
    }
}
.contactus {
    padding-top: 100px;

}

.facilities {
    background-image: url('img/pattern-two.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}
.text-secondary{
    color: white !important;
}

/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }
  /* service page */

  .section-background2{
    background: url('../img/service.webp') , linear-gradient(0deg, rgba(0, 0, 0, 0.904) 12%, rgba(0, 0, 0, 0.801) 53%);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
  
  }
  .imgrental{
    margin-top: -12vh;
  }



  /* about us page */
  .section-background3{
    background: url('../img/2020-07-02-en-de.webp'), linear-gradient(0deg, rgba(0, 0, 0, 0.904) 12%, rgba(0, 0, 0, 0.801) 53%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:scroll;
  color: white;
  text-align: center;
    background-blend-mode: multiply;
    padding-top: 150px; 
    padding-bottom: 150px;
  }
  .shtet{
   
        padding: 100px; /* Adjust padding as needed */
        background-image: url('img/mondo-bianco-1.webp'); /* Path to your image */
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; /* Ensure image is scaled to fit within the section */
        background-color: #f26b17; /* Fallback color if needed */
        background-clip: border-box; /* Include padding and border in the background */
        padding-top: 150px; 
    padding-bottom: 150px;
  }
  .service1 h2 {
    font-weight: 800;
  }
  /* contact page */

  .section-background4{
    background: url('../img/contactus.jpg') , linear-gradient(0deg, rgba(0, 0, 0, 0.904) 12%, rgba(0, 0, 0, 0.801) 53%);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
  
  }
  .contact-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: #F47A20
    5px 5px, #f478203f 10px 10px, #f478203b 15px 15px, #f4782021 20px 20px,#f478203f 25px 25px;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #F47A20;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #F47A20;
}
.contact-form input, 
.contact-form textarea, 
.contact-form select {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.contact-form input:focus, 
.contact-form textarea:focus {
    outline: none;
    border-color: #F47A20;
}
.contact-form button {
    background-color: #F47A20;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.contact-form button:hover {
    background-color: #e06916;
}
.contact-form .form-group.inline {
    display: flex;
    justify-content: space-between;
}
.contact-form .form-group.inline .form-group {
    width: 48%;
}
.success-message {
    display: none;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    background-color: #28a745;
    color: white;
    border-radius: 4px;
    font-weight: 500;
}

.contact-cards {
    display: flex;
    gap: 20px;
    display: inline-grid;
}

.contact-card {
    background-color: #F47A20;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 400px;

}

.contact-card i {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
}

.contact-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

.contact-card p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 767px){
  #car-rental-adv .adv-content .d-flex{
      display: block !important;
  }
  #car-rental-adv .adv-content .d-flex img{
     max-width: 300px !important;
  }
  .imgrental{
      margin-top: 2vh !important;
    }
    .boxed-container {
      position: relative;
      background: #fff;
      box-shadow: #F47A20
        5px 5px, #f478203f 10px 10px, #f478203b 15px 15px, #f4782021 20px 20px,#f478203f 25px 25px;
      z-index: 20;
      overflow: hidden;
      border-radius: 20px;
      top: -88px !important;
      padding: 20px;
    }
  
}