@font-face {
  font-family: "DIN";
  font-style: normal;
  src: url("./fonts/DIN-LIGH.TTF") format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DIN-BOLD";
  font-style: normal;
  font-weight: bold;
  src: url("./fonts/DIN-BOLD.TTF") format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DIN-REGA";
  font-style: normal;
  font-weight: bold;
  src: url("./fonts/DIN-REGA.TTF") format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

body {
  margin: 0px;
  font-family: "DIN";
}

header {
  display: flex;
  margin: 15px 15px 5px;
  align-items: center;
}

.header-text {
  cursor: pointer;
  text-decoration: none;
}

.login-btn {
  border: 0;
  background-color: #5555ff;
  color: white;
  padding: 5px 16px;
  border-radius: 5px;
  cursor: pointer;
}

.logo {
  max-height: 80px;
}

.Franchise-Opportunities {
  background-color: #aac5d0;
  display: flex;
  align-items: center;
  padding-left: 80px;
}

.About-Us {
  margin: -20px auto 0px;
  max-width: 800px;
  background-color: white;
  padding: 20px 50px;
}

.success-story {
  margin: 50px 0px;
}

.success-story-grid {
  display: grid;
  position: relative;
  margin: 0 auto;
  grid-row-gap: 5px;
  max-width: ipip200px;
  grid-column-gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

.card {
  width: 300px;
  border: 3px solid white;
  position: relative;
  margin: auto;
  padding: 10px 25px;
  display: inline-block;
}

.footer {
  color: #aeb1bc;
  position: relative;
  background-color: #3e4758;
}

.footer-grid {
  display: grid;
  position: relative;
  margin: 0 auto;
  grid-row-gap: 5px;
  max-width: 1200px;
  grid-column-gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}

.footer-card {
  position: relative;
  margin: auto;
  padding: 10px;
  display: inline-block;
}

.btn-link {
  width: 190px;
  height: 40px;
  background: transparent;
  color: white;
  border-radius: 4px;
  border: 2px solid white;
  margin: 50px auto 0px;
  font-size: large;
}

.address {
  display: inline-block;
  padding: 10px;
  position: relative;
  width: calc(100% - 20px);
  background-color: #615a84;
}

.menu {
  padding: 20px 50px;
}

.data {
  background: url("assets/banner_bg 2.jpg");
  position: relative;
  display: inline-block;
  width: 100%;
}
.classic {
  background: url("assets/classictab_bgimage\ \(1\).jpg");
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
  background-repeat: round;
  text-align: center;
  padding: 150px 40px 150px;
}
.gold {
  background: url("assets/goldtab_bgimage\ \(2\).jpg");
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
  background-repeat: round;
  text-align: center;
  padding: 150px 40px 150px;
}
.platinum {
  background: url("assets/platinumtab_bgimage\ \(1\).jpg");
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
  background-repeat: round;
  text-align: center;
  padding: 150px 40px 150px;
}

.category-btn {
  width: 400px;
  display: flex;
  cursor: pointer;
  background-color: #ffffffaa;
  border: 0px;
  padding: 30px;
}

.menu-link {
  width: 90px;
  padding: 5px;
  margin: 0 10px;
  border: 2px solid black;
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.menu-link:hover {
  background-color: white;
}

.card-data {
  position: relative;
  display: flex;
  width: 80%;
  background: #fffbfb79;
  border-color: #fffbfb25;
  vertical-align: middle;
}

.container {
  margin: 30px auto;
  position: relative;
  display: flex;
  max-width: 800px;
}

.card-img {
  width: 45%;
  margin-bottom: -4px;
  align-self: center;
}

.card-txt {
  width: 55%;
  padding: 0 10px 10px;
  align-self: top;
  display: inline-block;
}

.card-button {
  float: right;
  cursor: pointer;
  margin-right: 10px;
}

#overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #999;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 100;
}

.dialog {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
table {
  table-layout: fixed;
  width: 100%;
}
td{
  position: relative;
}
.dialog-content {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 800px;
  min-height: 100px;
  vertical-align: middle;
  margin: auto;
  width: 60%;
  position: relative;
  z-index: 5;
  border-radius: 8px;
}
.login-dialog-content {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 350px;
  text-align: center;
  min-height: 100px;
  vertical-align: middle;
  margin: auto;
  position: relative;
  z-index: 5;
  border-radius: 2px;
}
.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.popupCloseButton:hover {
  background-color: #ccc;
}
.login-popupCloseButton {
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 25px;
}
.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 600px;
  max-height: 360px;
  text-align: center;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #fff;
  background: #fff;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 8px 3px 14px 4px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display: none;
}

.test:hover ~ .test2 {
  display: none;
}

@media only screen and (max-width: 800px) {
  .Franchise-Opportunities {
    background-color: #aac5d0;
    display: flex;
    align-items: center;
    padding-left: 5px;
  }
  .About-Us {
    margin: -20px 50px 0px;
  }

  .menu {
    padding: 20px 20px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo {
    max-height: 60px;
  }
}

@media only screen and (max-width: 1120px) {
  .success-story-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .About-Us {
    margin: -20px 20px 0px;
    background-color: white;
    padding: 20px 5%;
  }
}
@media only screen and (max-width: 760px) {
  .success-story-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .card {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 450px) {
  header {
    margin: 5px 10px 0px;
    display: flex;
    align-items: center;
  }
  .header-text {
    font-size: 12px;
  }
  .About-Us {
    margin: -20px 20px 0px;
    background-color: white;
    padding: 10px 20px;
  }

  .category-btn {
    width: 250px;
    text-align: center;
    display: flex;
    cursor: pointer;
    padding: 0px;
  }

  .logo {
    max-height: 30px;
  }

  .card-data {
    position: relative;
    display: block;
    margin: 15px;
    height: auto;
    background-color: #fffbfb25;
  }

  .card-img {
    display: block;
    margin: auto;
    align-self: center;
    overflow: hidden;
    width: 100%;
  }

  .card-txt {
    padding: 0 10px 30px;
    align-self: top;
    margin: auto;
    width: calc(100% - 10px);
    display: block;
  }
}


/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin: 10px 20px 20px; 
  display: inline-block;
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:250px;
  background: #ededed;
  border:none;
  border-bottom:1px solid #757575;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:2px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  /* background:#5264AE;  */
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}


/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
.loader {
  left: calc(50% - 7px);
  position: absolute;
  border: 5px solid #f3f3f3;
  display: none;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 15px;
  height: 15px;
  margin-top: -2px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}