@import url(fonts/stylesheet.css);

/* VARIABLES */
:root {
  --c-white: #ffffff;
  --c-light-blue: #bef4fe;
  --c-black: black;
  --font-base: "Playfair Display", sans-serif;
  --box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
  --transition: all 0.5s ease;
}

/* HELPERS & RESETS */
* {
  font-family: var(--font-base);
  line-height: 1.7;
  color: var(--c-black);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::selection {
  background-color: black;
  color: #ffffff;
}
body {
  color: var(--c-white);
  /* background-color: var(--c-light-blue); */
  overflow-x: hidden;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3.h4.h5.h6 {
  font-weight: 800;
  color: var(--c-black);
}
p, span {
  color: var(--c-black);
  font-family: 'Poppins';
}

a {
  text-decoration: none;
  color: var(--c-black);
  transition: var(--transition);
  font-size: 18px;
}

.section-padding {
  min-height: 40vh;
  background-color: #f6f5f4;
}
img {
  max-width: 100%;
  height: auto;
}


header a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  
}
header .btn {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0px;
  padding: 10px 60px;
  background-color: #C80406;
}
header a:hover {
  color: red;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  text-decoration-color: red;
  text-align: center;
}
/* nav */
.form__group {
    position: relative;
    padding: 20px 0 0;
    width: 100%;
    max-width: 180px;
  }
  
  .form__field {
    font-family: inherit;
    width: 100%;
    border: none;
    border-bottom: 2px solid #6b6b6b;
    outline: 0;
    font-size: 17px;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
  }
  
  .form__field::placeholder {
    color: transparent;
  }
  
  .form__field:placeholder-shown ~ .form__label {
    font-size: 17px;
    cursor: text;
    top: 20px;
  }
  
  .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 17px;
    color: #ffe699;
    pointer-events: none;
  }
  
  .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #ffe699, #5d3294);
    border-image-slice: 1;
  }
  
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 17px;
    color: #ffe699;
    font-weight: 700;
  }
  
  /* reset input */
  .form__field:required,
  .form__field:invalid {
    box-shadow: none;
  }

  /* fsu  */
  .q9{
    background-image: url(./image/Franchise/Franchise-Sign-Up-1-min-1024x682\ \(1\).jpg);
  }
  .b1{
    width: 26vh;
    margin-top: 5vh;
    margin-left: -10vh;
    background: red;
    padding: 2px;
    z-index: 999;
  }
  .b3{
    width: 20vh;
    
    margin-left: -10vh;
    background: red;
    padding: 2px;
    z-index: 999;
    margin-top: 15vh;
    margin-left: -8vh;
  }
  .b4{
    width: 36vh;
    
    margin-left: -10vh;
    background: red;
    padding: 2px;
    z-index: 999;
    margin-top: 15vh;
    margin-left: -8vh;
  }
  .b5{
    width: 56vh;
    
    margin-left: -10vh;
    background: red;
    padding: 2px;
    z-index: 999;
    margin-top: 16vh;
    margin-left: -8vh;
  }
  .b2{
    width: 56vh;
    
    margin-left: -10vh;
    background: red;
    padding: 2px;
    z-index: 999;
    margin-top: 15vh;
    margin-left: -8vh;
  }
  


  /* hero */
  #hero{
    background-image: url(./image/Franchise/Franchise-Header-Image-scaled.jpg);
    min-height: 80VH;

  }

  /* pwu */
  #pwu{
    background-color: black;
  }

  /* of slider */
  .slider-container a
{
  text-decoration: none;
  color: #111b47;
}

.slider-container a :hover
{
  border-bottom: 1px dashed #ED971F;
  color: #ED971F;
}

/**** slider ****/

#slider, .slider ul
{
  height: 200px;
}

#slider
{
  margin: auto;
  overflow: hidden;
  padding: 20px;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  margin-top: 50px;
  border-radius: 10px;
  /* box-shadow: 2px 2px 14px rgba(240, 239, 239, 0.25); */
  position: relative;
  width: 600px;
}

#slider li
{
  float: left;
  position: relative;
  width: 600px;
  display: inline-block;
  height: 200px;
}

#slider ul
{
  list-style: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9000px;
  transition: left .3s linear;
  -moz-transition: left .3s linear;
  -o-transition: left .3s linear;
  -webkit-transition: left .3s linear;
  margin-left: -25px;
  font-family: century gothic;
  color: #666;
}

/*** Content ***/

.slider-container
{
  margin: 0 auto;
  padding: 0;
  width: 550px;
  min-height: 180px;
  /* border-bottom: 1px solid #ccc; */
}

.slider-container h4
{
  color: #0A7FAD;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.50);
}

.slider-container  p
{
  margin: 10px 25px;
  font-weight: semi-bold;
  line-height: 150%;
  text-align: justify;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
  0% {opacity:0;}
  2% {opacity:1;}
  20% {left:0px; opacity:1;}
  22.5% {opacity:0.6;}
  25% {left:-600px; opacity:1;}
  45% {left:-600px; opacity:1;}
  47.5% {opacity:0.6;}
  50% {left:-1200px; opacity:1;}
  70% {left:-1200px; opacity:1;}
  72.5% {opacity:0.6;}
  75% {left:-1800px; opacity:1;}
  95% {opacity:1;}
  98% {left:-1800px; opacity:0;} 
  100% {left:0px; opacity:0;}
}

#slider ul
{
  -webkit-animation: slide-animation 25s infinite;
}

/* use to paused the content on mouse over */

#slider ul:hover
{
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.new-version {
 position: absolute;
 bottom: 10px;
 border: 1px solid #ccc;
 padding: 10px 15px;
 background-color: #7effca;
}



/* 
tl */
.inputBox {
    position: relative;
  }
  
  .inputBox input {
    padding: 15px 20px;
    outline: none;
    background: transparent;
    border-radius: 5px;
    color: #212121;
    border: 1px solid#212121;
    font-size: 1em;
    width: 100%;
  }
  
  .inputBox span {
    position: absolute;
    left: 0;
    font-size: 0.7em;
    transform: translateX(14px) translateY(-7.5px);
    padding: 0 6px 1px 5px;
    border-radius: 2px;
    background: red;
    letter-spacing: 1px;
    border: 1px solid #212121;
    color: white;
  }

  .btn {
    --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb);
    --border-width: 0.125em;
    --curve-size: 0.5em;
    --blur: 30px;
    --bg: #080312;
    --color: #afffff;
    color: var(--color);
    cursor: pointer;
    /* use position: relative; so that BG is only for .btn */
    position: relative;
    isolation: isolate;
    display: inline-grid;
    place-content: center;
    padding: 0.5em 1.5em;
    font-size: 17px;
    border: 0;
    text-transform: uppercase;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    clip-path: polygon(
      /* Top-left */ 0% var(--curve-size),
      var(--curve-size) 0,
      /* top-right */ 100% 0,
      100% calc(100% - var(--curve-size)),
      /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%,
      /* bottom-right 2 */ 0 100%
    );
    transition: color 250ms;
  }
  
  .btn::after,
  .btn::before {
    content: "";
    position: absolute;
    inset: 0;
  }
  
  .btn::before {
    background: var(--border-color);
    background-size: 300% 300%;
    animation: move-bg7234 5s ease infinite;
    z-index: -2;
  }
  
  @keyframes move-bg7234 {
    0% {
      background-position: 31% 0%;
    }
  
    50% {
      background-position: 70% 100%;
    }
  
    100% {
      background-position: 31% 0%;
    }
  }
  
  .btn::after {
    background: var(--bg);
    z-index: -1;
    clip-path: polygon(
      /* Top-left */ var(--border-width)
        calc(var(--curve-size) + var(--border-width) * 0.5),
      calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width),
      /* top-right */ calc(100% - var(--border-width)) var(--border-width),
      calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
      /* bottom-right 1 */
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width)),
      /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width))
    );
    transition: clip-path 500ms;
  }
  
  .btn:where(:hover, :focus)::after {
    clip-path: polygon(
      /* Top-left */ calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
      calc(100% - var(--border-width)) var(--border-width),
      /* top-right */ calc(100% - var(--border-width)) var(--border-width),
      calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
      /* bottom-right 1 */
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width)),
      /* bottom-right 2 */
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width))
    );
    transition: 200ms;
  }
  
  .btn:where(:hover, :focus) {
    color: #fff;
  }
  



  #of {
    /* Basic dimensions and centering */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  
    /* Dark mode colors and gradient */
    background: #121212; /* Fallback for browsers that don't support gradients */
    background: linear-gradient(
      135deg,
      #121212 25%,
      #1a1a1a 25%,
      #1a1a1a 50%,
      #121212 50%,
      #121212 75%,
      #1a1a1a 75%,
      #1a1a1a
    );
    background-size: 40px 40px;
  
    /* Animation */
    animation: move 4s linear infinite;
  }
  
  @keyframes move {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 40px 40px;
    }
  }
  




  /* foooter */
  footer {
    background-color: black ;
    color: white;
  }
  footer * {
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
  }
  footer p {
    opacity: 0.5;
  }
  footer li {
    opacity: 0.5;
    list-style: none;
  }
  footer img {
    width:400px;
    padding: 40px 0px;
  }
  footer .services img {
    width: 200px;
    padding: 10px 30px;
  }
  footer .social li {
    padding: 10px 20px;
  }
  footer .form-control {
    border-radius: 0px;
    padding: 10px 20px;
    margin: 20px 0px;
  }
  footer .btn {
    border-radius: 0px;
    color: white;
    padding: 10px 20px;
    margin: 10px 0px;
  }
  footer .service-box {
    background-color: #c80406;
    width: 40px;
  }
  footer a {
    font-size: 14px;
    color: #2a519d;
  }
  footer p {
    font-size: 13px;
  }
  footer li {
    font-size: 16px;
    padding:5px 0px;
    font-weight: lighter;
  }
  footer i {
    font-size: 40px;
  }









   /* faqs */
/* FAQs-QUESTIONS */
#questions {
  background-color: white;
  min-height: 115vh;
  display: flex;
  
}
#questions .container {
  /* padding:10vh 0 10vh 20vw; */
}
#questions h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 15px 75px;
  
}
#questions h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 15px;
}

#questions span {
  font-size: 22px;
  font-weight: bolder;
  margin: 15px;
  padding: 7px;
  /* background-color: #91dfb9; */
  /* border-radius: 50%; */
  color: red;
  border-bottom: 1px solid black;
}
