@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,700;1,300;1,400&display=swap');

:root {
  --popins: 'Poppins', sans-serif;
  --oswald: 'Oswald', sans-serif;
  --roboto: 'Roboto Condensed', sans-serif;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a:hover {
  text-decoration: none !important;
}
a {
  text-decoration: none;
}
body {
  background: #0c1832;
}

ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.nav {
  display: flex;
  justify-content: center;
  padding: 20px 30px;
  position: absolute;
  transition: all 0.3s;
  background: #ffcfdf;
  background-image: linear-gradient(315deg, #ffffff 0%, #a5e4b0 74%);
  top: 0;
  width: 100%;
}
.nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav ul li {
  display: flex;
}
.nav ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  color: #333;
  padding: 0.25rem;
  margin: 0 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
}
.nav ul li.logo .black {
  display: none;
}
.nav-icon {
  position: absolute;
  top: 27px;
  right: 30px;
  padding: 5px;
  width: 40px;
  z-index: 1;
  cursor: pointer;
}
.nav-icon span {
  background: #333;
  width: 30px;
  height: 1px;
  display: block;
  transition: 300ms linear all;
}
.nav-icon span:nth-child(1),
.nav-icon span:nth-child(3) {
  width: 20px;
  margin: 0 auto;
}
.nav-icon span:nth-child(2) {
  margin: 5px 0;
}
.nav-icon:hover span:nth-child(1),
.nav-icon:hover span:nth-child(3) {
  width: 30px;
}
.full-nav {
  background: #ffcfdf;
  background-image: linear-gradient(315deg, #ffffff 0%, #32d1f8 74%);
  color: #18191d;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 3.75rem;
  z-index: 99;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.4s ease-in-out;
}
.full-nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
  z-index: 99;
}

.corner-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 0 0 0 120px;
  z-index: 2;
}
.nav-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.nav-close span {
  background: #18191d;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
}

.nav-close span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.full-nav .logo {
  display: flex;
  justify-content: center;
  padding-bottom: 11rem;
}
.nav2 {
  display: flex;
  justify-content: center;
}
.nav2 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 700px;
}
.nav2 ul li {
  display: flex;
  flex: 50%;
  background: #f5f5f5;
  padding: 1rem;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}

.nav2 ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #18191d;
}

.nav2 ul li:hover {
  background: linear-gradient(315deg, #ffffff 0%, #32d1f8 74%);
}
.nav2 ul li:hover a {
  color: #fff;
}
/* responsive */
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .nav ul li {
    display: none;
  }
  .nav ul li.logo {
    display: block;
  }
  .nav-icon {
    display: block;
  }
}

video {
  width: 100%;
}

.nav.sticky {
  width: 100%;
  position: fixed;
  background: linear-gradient(315deg, #ffffff 0%, #a5e4b0 74%);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  animation-name: animationFade;
  animation-duration: 1s;
  animation-fill-mode: both;
  z-index: 99;
}
/* slider content */
#contents {
  margin-top: -490px;
}
#about-us h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  color: #fff !important;
}

p.lead {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
}
p.text-secondary {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff !important;
}
.text-dark {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  color: #fff !important;
  text-transform: uppercase;
}
#about-us .carousel-indicators {
  position: static;
  padding-top: 30px;
}
#about-us .carousel-indicators li {
  background: #fff !important;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.carousel-control-prev-icon {
  background-image: url(img/left-arrow.png);
  padding: 25px;
}
.carousel-control-next-icon {
  background-image: url(img/right-arrow.png);
  padding: 25px;
}
#about-us .carousel-control-next,
#about-us .carousel-control-prev {
  width: auto;
}
#about-us .carousel-control-next {
  right: -35px;
}
#about-us .carousel-control-prev {
  left: -35px;
}
h4.text-dark {
  width: 100%;
}
.service-box {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
}
.section-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.service-box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.service-box p {
  color: #fff;
}
.service-box img {
  margin-bottom: 22px;
}
.shadow-blue {
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
  background: rgb(108, 123, 229);
}
.shadow-yellow {
  box-shadow: 0px 5px 20px 0px rgba(249, 215, 76, 0.5);
  background: rgb(249, 125, 76);
}
.shadow-pink {
  box-shadow: 0px 5px 20px 0px rgba(249, 123, 139, 0.5);
  background: rgb(249, 123, 139);
}
.padding-30 {
  padding: 40px;
}
.rounded {
  border-radius: 30px !important;
}
.service-box:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.timeline {
  position: relative;
  font-family: var(--popins);
}
.timeline .timeline-container {
  padding: 22px;
  margin-bottom: 50px;
  position: relative;
  background-color: inherit;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}

.timeline .content {
  position: relative;
}

.timeline .content .time {
  color: #8b88b1;
  font-size: 14px;
}
.timeline .content h3 {
  font-size: 26px;
  margin: 10px 0;
  color: #fff;
  font-family: var(--oswald);
}
.timeline .content p {
  margin: 0;
  color: #fff;
}
.bg-dark {
  background: #102145 !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.price-item h2.plan {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  font-family: var(--popins);
  color: #fff;
}
.price-item p {
  font-family: var(--popins);
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 200;
}
.price-item .price {
  font-size: 39px;
  font-weight: 400;
  font-family: var(--popins);
  margin: 0;
  color: #fff;
}
.price-item .price em {
  font-size: normal;
  font-size: 14px;
  vertical-align: super;
  margin-right: 5px;
}
.price-item .price span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.price-item.best {
  padding: 55px 40px;
  z-index: 1;
  position: relative;
}
.price-item .btn {
  margin-top: 20px;
}
.price-item .badge {
  color: #fff;
  background: #6c6ce5;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 46px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 400;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-default {
  color: #fff;
  background: #ff4c60;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.btn {
  border-radius: 30px;
  font-family: var(--popins);
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1;
  padding: 12px 32px;
  position: relative;
}
.testimonial-item .padding-50 {
  width: 50%;
  padding: 50px;
  margin: 0 auto;
}

.testimonial-item p {
  font-family: var(--popins);
  color: #fff;
  padding: 30px;
  border-radius: 12px;
}
.slick-slide img {
  margin: 0 auto;
}
button {
  display: none !important;
}
.blog-item {
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.blog-item:hover {
  transform: translateY(-15px);
}

.blog-item .thumb {
  position: relative;
  overflow: hidden;
}
.blog-item .thumb img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.blog-item .thumb:hover img {
  transform: scale(1.1);
}
.blog-item .category {
  background: #ff4c60;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}
.details {
  padding: 20px;
}
.details h4 a {
color: #fff;
font-family: var(--popins);
}
.contact-info {
  background-image: url(img/map-light.png)!important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  font-family: var(--popins);
  color: #fff;
}
.contact-info h3 {
  font-size: 23px;
  margin: 0 0 10px;
}
.form-control {
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #453460;
  background: #fff;
  box-shadow: none;
}
.btn-danger {
  padding: 12px 30px;
  color: #fff!important;
  margin-top: 30px;
  
}