/* ====== Table of content Start =====*/
/*
Project Name: Kidzz Thank You Page
File        : CSS Base
Version     : 1.0.0
Author      : xstheme (https://www.xstheme.com/)
*/
/* ====== Table of content End =====*/

@font-face {
  font-family: "Outfit";
  src: url("fonts/Outfit-Regular.woff2") format("woff2"),
    url("fonts/Outfit-Regular.woff") format("woff"),
    url("fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.65;
  /* font-family: "Outfit", sans-serif; */
  font-family: Salsa;
}

a,
button,
input {
  cursor: pointer;
  text-decoration: none;
}
a:hover,
button:hover,
input:hover {
  text-decoration: none;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* main css here */
.wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.logo-area {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.content-box-wrapper {
  padding-top: 60px;
}
.content-box-wrapper .content-box {
  width: 678px;
  min-height: 470px;
  margin: auto;
}
.content-box-wrapper .content-box .inner-content {
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
}

.content-box-wrapper .content-box .inner-content .title {
  font-size: 70px;
  font-weight: 400;
  line-height: 50px;
  font-family: Salsa;
}
.content-box-wrapper .content-box .inner-content .desc {
  font-family: Salsa;
  font-size: 25px;
  line-height: 25px;
  margin-top: 30px;
}

.home-btn {
  margin-top: 70px;
  padding-bottom: 50px;
}
.home-btn .back-to-home-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  font-family: Outfit;
}

.home-btn .btn-text {
  width: 100%;
  top: 4px;
  left: 0px;
}

