* {
  font-family: 'Cairo', sans-serif !important;
}

@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: "Lato-Black";
  src: url(../fonts/Lato-Black.ttf);
}

@font-face {
  font-family: "Lato-Bold";
  src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
  font-family: "Lato-Light";
  src: url(../fonts/Lato-Light.ttf);
}

@font-face {
  font-family: "Lato-Medium";
  src: url(../fonts/Lato-Medium.ttf);
}

@font-face {
  font-family: "Lato-Semibold";
  src: url(../fonts/Lato-Semibold.ttf);
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: "OpenSans-Semibold";
  src: url(../fonts/OpenSans-Semibold.ttf);
}

p {
  font-family: "OpenSans-Regular";
  color: #666666;
  font-size: 18px;
}

body {
  overflow: hidden;
  overflow-y: auto;
  font-family: "OpenSans-Regular";
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

#gtco-main-nav {
  padding: 20px 0;
}

#gtco-main-nav .navbar-brand {
  font-size: 36px;
  font-family: "Lato-Black";
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}

#gtco-main-nav .bar1, #gtco-main-nav .bar2, #gtco-main-nav .bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  position: relative;
}

#gtco-main-nav .change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}

#gtco-main-nav .change .bar2 {
  opacity: 0;
}

#gtco-main-nav .change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}

#gtco-main-nav .navbar-nav li a {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  color: #fff;
  padding: 5px 15px !important;
  text-transform: uppercase;
}

#gtco-main-nav form a {
  font-family: "OpenSans-Semibold";
  font-size: 18px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 20px;
  border-width: 2px;
}

#gtco-main-nav form a.btn-info {
  background: transparent;
  border-color: #fff;
}

#gtco-main-nav form a.btn-outline-dark {
  border-color: #fff;
  background-color: transparent;
}

@media (max-width: 991px) {
  #gtco-main-nav form a.btn-outline-dark {
    border-color: #3489e5;
    color: #3489e5;
  }
}

@media (max-width: 1400px) {
  #gtco-main-nav::after {
    height: 550px;
    width: 800px;
  }
}

@media (max-width: 1199px) {
  #gtco-main-nav::after {
    width: 700px;
  }
}

@media (max-width: 991px) {
  #gtco-main-nav::after {
    width: 55%;
    left: auto;
    right: 0;
  }
}

@media (max-width: 600px) {
  #gtco-main-nav::after {
    width: 0%;
    height: 0;
  }
}

.MAIN {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 820px;
  overflow: visible;
  background: url(../images/imgonline-com-ua-ReplaceColor-Qss7SRp2gTp.jpg) no-repeat center center;
  background-size: cover;
}

.MAIN .overlay {
  background: linear-gradient(-8deg, transparent 35%, #3489e5 100%);
  height: 150%;
}

.w-110 {
  width: 50px;
}

.w-120 {
  width: 360px;
}

@media (max-width: 1400px) {
  #gtco-main-nav::before {
    height: 540px;
    width: 810px;
  }
}

@media (max-width: 1199px) {
  #gtco-main-nav::before {
    width: 710px;
  }
}

@media (max-width: 991px) {
  #gtco-main-nav::before {
    width: 55%;
    left: auto;
    right: 0;
  }
}

@media (max-width: 600px) {
  #gtco-main-nav::before {
    width: 100%;
    height: 390px;
  }
}

.gtco-banner-area a, .gtco-feature a, .gtco-features a, .gtco-news .owl-carousel .card a, #gtco-footer .submit-button {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #3489e3), to(#3489e5));
  background-image: linear-gradient(0deg, #3489e3 50%, #3489e5 100%);
  font-size: 18px;
  font-family: "OpenSans-Semibold";
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 5px;
  text-decoration: none !important;
}

.gtco-banner-area a .fa, .gtco-feature a .fa, .gtco-features a .fa, .gtco-news .owl-carousel .card a .fa, #gtco-footer .submit-button .fa {
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  /* color: #37eaf9; */
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  margin-left: 15px;
}

.gtco-feature h2, .gtco-features h2 {
  font-family: "Lato-Regular";
  color: #000000;
  font-size: 36px;
  margin-bottom: 30px;
}

.card {
  border: none;
  background: transparent;
}

.gtco-banner-area {
  margin-top: 20px;
  min-height: 500px;
}

.gtco-banner-area h1 {
  font-family: "Lato-Light";
  font-size: 48px;
  color: #FFF;
  /* max-width: 500px; */
  margin-top: 70px;
}

.gtco-banner-area h1 span {
  font-family: "Lato-Medium";
}

@media (max-width: 1199px) {
  .gtco-banner-area h1 {
    margin-top: 30px;
  }
}

.gtco-banner-area p {
  /* max-width: 450px; */
  margin: 20px 0;
  margin-bottom: 40px;
  color: #fff;
}

.gtco-banner-area a {
  display: inline;
  padding: 10px 30px;
  padding-right: 5px;
}

.gtco-banner-area .col-md-6 .card .card-img-top {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 0;
}

@media (max-width: 1400px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 400px;
    margin-top: 20px;
    margin-right: auto;
  }
}

@media (max-width: 1199px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    margin-top: 100px;
  }
}

.gtco-feature {
  margin-top: 100px;
}

.gtco-feature .card .back-bg {
  margin-left: -30px !important;
  margin-top: -20px;
}

.gtco-feature .card svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gtco-feature .card svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}

.gtco-feature .card .squircle {
  width: 100%;
  height: 450px;
  background: url(../images/learn-img.jpg) center/cover, #aaa;
  -webkit-clip-path: url(#clip-path);
  clip-path: url(#clip-path);
  background-position-x: -50px;
}

.gtco-feature p small {
  font-size: 16px;
}

.gtco-feature a {
  margin-top: 20px;
  display: inline-block;
}

.gtco-features {
  margin-top: 100px;
}

.gtco-features svg {
  position: absolute;
  margin-left: -100px;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .gtco-features svg {
    margin: 0 auto;
    margin-top: 200px;
  }
}

.gtco-features h2 {
  margin-top: 200px;
}

@media (max-width: 991px) {
  .gtco-features h2 {
    margin-top: 0;
  }
}

.gtco-features .col-lg-4 p {
  margin-bottom: 30px;
}

.gtco-features .col-lg-8 {
  padding: 10px 100px;
}

@media (max-width: 767px) {
  .gtco-features .col-lg-8 {
    padding: 10px 0;
  }
}

.gtco-features .col-lg-8 .row .col:first-child {
  margin-top: 150px;
}

@media (max-width: 600px) {
  .gtco-features .col-lg-8 .row .col:first-child {
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .gtco-features .col-lg-8 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gtco-features .col-lg-8 .card {
  background: #fff;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.gtco-features .col-lg-8 .card .oval {
  background: -webkit-gradient(linear, left top, right top, from(#f1f6fd), to(#f0fbfe));
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-top: 20px;
}

.gtco-features .col-lg-8 .card .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.gtco-features .col-lg-8 .card h3 {
  font-family: "Lato-Regular";
  font-size: 24px;
  color: #000;
}

.gtco-features .col-lg-8 .card p {
  font-size: 16px;
}

.gtco-numbers-block {
  margin: 100px auto;
  margin-top: 200px;
  color: #fff;
}

@media (max-width: 600px) {
  .gtco-numbers-block {
    margin-top: 100px;
  }
}

@media (max-width: 1299px) {
  .gtco-numbers-block .row {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .gtco-numbers-block .row .col-3 {
    padding: 0;
  }
}

.gtco-numbers-block #custom-map::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  border: 2px solid red;
}

.gtco-numbers-block svg {
  margin-top: -100px;
  position: absolute;
  left: 0;
  max-width: 1500px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1299px) {
  .gtco-numbers-block svg {
    margin-top: -90px;
  }
}

@media (max-width: 1199px) {
  .gtco-numbers-block svg {
    margin-top: -60px;
  }
}

@media (max-width: 991px) {
  .gtco-numbers-block svg {
    margin-top: -40px;
  }
}

@media (max-width: 650px) {
  .gtco-numbers-block svg {
    margin-top: -20px;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 600px) {
  .gtco-numbers-block svg {
    margin-top: -10px;
  }
}

.gtco-numbers-block h5 {
  font-family: "Lato-Bold";
  font-size: 60px;
}

@media (max-width: 1299px) {
  .gtco-numbers-block h5 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .gtco-numbers-block h5 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .gtco-numbers-block h5 {
    margin: 0;
    font-size: 18px;
  }
}

.gtco-numbers-block p {
  font-family: "Lato-Semibold";
  font-size: 24px;
  color: #fff;
}

@media (max-width: 1299px) {
  .gtco-numbers-block p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .gtco-numbers-block p {
    line-height: 1.1;
  }
}

@media (max-width: 500px) {
  .gtco-numbers-block p {
    font-size: 8px;
  }
}

.gtco-testimonials {
  position: relative;
  margin-top: 200px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 100px;
  }
}

.gtco-testimonials h2 {
  font-family: "Lato-Medium";
  font-size: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 100px;
}

.gtco-testimonials .owl-stage-outer {
  padding-bottom: 30px;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #3489e5;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #3489e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #fff;
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  margin: 0 30px;
  padding: 0 20px;
  border-radius: 50px;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #3489e5;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #3489e5;
  font-size: 21px;
  line-height: 1.3;
  font-family: "Lato-Medium";
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
  font-family: "OpenSans-Regular";
}

.gtco-testimonials .card p {
  font-size: 18px;
}

.gtco-testimonials .active {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 {
  font-size: 24px;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}

.gtco-testimonials .center p {
  font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.gtco-features-list {
  margin-top: 100px;
}

.gtco-features-list .media {
  margin: 20px 0;
}

.gtco-features-list .oval {
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 60px;
  width: 60px;
}

.gtco-features-list .oval .align-self-start {
  width: 100%;
  padding: 3px;
}

.gtco-features-list .media-body {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
}

.gtco-features-list .media-body h5 {
  font-family: "Lato-Semibold";
  margin-bottom: 20px !important;
  font-size: 22px;
}

.gtco-logo-area {
  margin: 50px auto;
}

.gtco-logo-area .col .img-fluid {
  max-height: 32px;
}

@media (max-width: 600px) {
  .gtco-logo-area .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0;
  }
}

.gtco-news {
  background: #fcfcfc;
  padding: 50px 0;
  margin: 100px auto;
}

.gtco-news h2 {
  font-size: 36px;
  font-weight: "Lato-Medium";
  text-align: center;
  margin-bottom: 50px;
}

.gtco-news .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}

@media (max-width: 600px) {
  .gtco-news .owl-carousel .owl-nav {
    display: none !important;
  }
}

.gtco-news .owl-carousel .owl-nav .owl-prev, .gtco-news .owl-carousel .owl-nav .owl-next {
  font-size: 120px;
  color: #666666;
  position: absolute;
}

.gtco-news .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.gtco-news .owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.gtco-news .owl-carousel .card {
  padding: 0 25px;
}

.gtco-news .owl-carousel .card .card-img-top {
  border-radius: 40px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.gtco-news .owl-carousel .card h5 {
  font-family: "Lato-Medium";
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .gtco-news .owl-carousel .card h5 {
    font-size: 18px;
  }
}

.gtco-news .owl-carousel .card p {
  font-size: 17px;
}

@media (max-width: 767px) {
  .gtco-news .owl-carousel .card p {
    font-size: 15px;
  }
}

.gtco-news .owl-carousel .card a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

#gtco-footer {
  padding-bottom: 20px;
}

#gtco-footer svg {
  height: 23rem;
  width: 100%;
}

#gtco-footer #envelope {
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
}

#gtco-footer #star1, #gtco-footer #star2, #gtco-footer #star3, #gtco-footer #star4, #gtco-footer #star5, #gtco-footer #star6 {
  -webkit-animation: blink 1s ease-in-out infinite;
  animation: blink 1s ease-in-out infinite;
}

#gtco-footer #star2 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

#gtco-footer #star3 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

#gtco-footer #star4 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

#gtco-footer #star5 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

#gtco-footer #star6 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

#gtco-footer form {
  min-width: 25rem;
}

#gtco-footer form .title {
  font-family: 'Pacifico', cursive;
  color: #212529;
  font-size: 2.5rem;
}

#gtco-footer form .form-control {
  background-color: #f2f6f8;
  border-radius:5px;
  border: none;
  -webkit-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
}

#gtco-footer form .form-control.thick {
  height: 3.3rem;
  padding: .5rem 3.5rem;
}

#gtco-footer form .form-control:focus {
  background-color: #f2f6f8;
  border: none;
  -webkit-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

#gtco-footer form .message .form-control {
  padding: .5rem 1.8rem;
}

#gtco-footer form ::-webkit-input-placeholder {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}

#gtco-footer form :-ms-input-placeholder {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}

#gtco-footer form ::-ms-input-placeholder {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}

#gtco-footer form ::placeholder {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}

#gtco-footer form input,
#gtco-footer form textarea {
  font-family: 'Cairo', sans-serif !important;
  color: #212529;
  font-size: 1.1rem;
}

#gtco-footer form .icon {
  color: #57565c;
  height: 1.3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.1rem;
}

#gtco-footer .btn.btn-primary {
  font-family: 'Cairo', sans-serif !important;
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  background-image: linear-gradient(131deg, #3489e5, #3489e5, #3489e5);
  background-size: 300% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#gtco-footer .btn.btn-primary:hover:enabled {
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
  box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
  background-size: 100% 100%;
  -webkit-transform: translateY(-0.15em);
  transform: translateY(-0.15em);
}

#gtco-footer i {
  position: absolute;
  top: 18px;
  left: 25px;
  opacity: 0.75;
}

.wrapper {
  width: 300px;
  height: 500px;
  background: white;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
  transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
}

.wrapper:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
}

.wrapper:hover *,
.wrapper:hover *::before,
.wrapper:hover *::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrapper:hover body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #252a32;
  background: #ffffff;
}

.wrapper:hover .container {
  max-width: 80rem;
  width: 100%;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.wrapper:hover .main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.wrapper:hover .main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.wrapper:hover .main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .wrapper:hover .main .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.wrapper .container {
  width: 100%;
  height: 100%;
}

.wrapper .container .top {
  height: 80%;
  width: 100%;
  background: url(https://s-media-cache-ak0.pinimg.com/736x/49/80/6f/49806f3f1c7483093855ebca1b8ae2c4.jpg) no-repeat center center;
  background-size: 100%;
}

.wrapper .container .bottom {
  width: 200%;
  height: 20%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.wrapper .container .bottom.clicked {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wrapper .container .bottom h1 {
  margin: 0;
  padding: 0;
}

.wrapper .container .bottom p {
  margin: 0;
  padding: 0;
}

.wrapper .container .bottom .left {
  height: 100%;
  width: 50%;
  background: #f4f4f4;
  position: relative;
  float: left;
}

.wrapper .container .bottom .left .details {
  padding: 20px;
  float: left;
  width: calc(70% - 40px);
}

.wrapper .container .bottom .left .buy {
  float: right;
  width: calc(30% - 2px);
  height: 100%;
  background: #f1f1f1;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  border-left: solid thin rgba(0, 0, 0, 0.1);
}

.wrapper .container .bottom .left .buy i {
  font-size: 30px;
  padding: 30px;
  color: #254053;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.wrapper .container .bottom .left .buy:hover {
  background: #A6CDDE;
}

.wrapper .container .bottom .left .buy:hover i {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  color: #00394B;
}

.wrapper .container .bottom .right {
  width: 50%;
  background: #A6CDDE;
  color: white;
  float: right;
  height: 200%;
  overflow: hidden;
}

.wrapper .container .bottom .right .details {
  padding: 20px;
  float: right;
  width: calc(70% - 40px);
}

.wrapper .container .bottom .right .done {
  width: calc(30% - 2px);
  float: left;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-right: solid thin rgba(255, 255, 255, 0.3);
  height: 50%;
}

.wrapper .container .bottom .right .done i {
  font-size: 30px;
  padding: 30px;
  color: white;
}

.wrapper .container .bottom .right .remove {
  width: calc(30% - 1px);
  clear: both;
  border-right: solid thin rgba(255, 255, 255, 0.3);
  height: 50%;
  background: #BC3B59;
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s, -webkit-transform 0.5s;
}

.wrapper .container .bottom .right .remove:hover {
  background: #9B2847;
}

.wrapper .container .bottom .right .remove:hover i {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.wrapper .container .bottom .right .remove i {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  font-size: 30px;
  padding: 30px;
  color: white;
}

.wrapper .container .bottom .right:hover .remove, .wrapper .container .bottom .right:hover .done {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.wrapper .inside {
  z-index: 9;
  background: #92879B;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -70px;
  right: -70px;
  border-radius: 0px 0px 200px 200px;
  -webkit-transition: all 0.5s, border-radius 2s, top 1s;
  transition: all 0.5s, border-radius 2s, top 1s;
  overflow: hidden;
}

.wrapper .inside .icon {
  position: absolute;
  right: 85px;
  top: 85px;
  color: white;
  opacity: 1;
}

.wrapper .inside:hover {
  width: 100%;
  right: 0;
  top: 0;
  border-radius: 0;
  height: 80%;
}

.wrapper .inside:hover .icon {
  opacity: 0;
  right: 15px;
  top: 15px;
}

.wrapper .inside:hover .contents {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wrapper .inside .contents {
  padding: 5%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.8s;
  transition: opacity 0.2s, -webkit-transform 0.8s;
  transition: opacity 0.2s, transform 0.8s;
  transition: opacity 0.2s, transform 0.8s, -webkit-transform 0.8s;
}

.wrapper .inside .contents table {
  text-align: left;
  width: 100%;
}

.wrapper .inside .contents h1, .wrapper .inside .contents p, .wrapper .inside .contents table {
  color: white;
}

.wrapper .inside .contents p {
  font-size: 13px;
}

.main h2 {
  font-weight: bold;
}

.Bord {
  padding: 50px 0;
}

.Bord h2 {
  margin-bottom: 15px;
  font-weight: bold;
}

.Bord .container .card {
  position: relative;
  height: 400px;
  margin: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Bord .container .card .content {
  position: absolute;
  bottom: -160px;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.Bord .container .card:hover .content {
  bottom: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.Bord .container .card .content .contentBx h3 {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.Bord .container .card:hover .content .contentBx h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.Bord .container .card .content .contentBx h3 span {
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
}

.Bord .container .card .content .sci {
  position: relative;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Bord .container .card .content .sci li {
  list-style: none;
  margin: 0 10px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transition-delay: calc(0.2s * var(--i));
  transition-delay: calc(0.2s * var(--i));
}

.Bord .container .card:hover .content .sci li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.Bord .container .card .content .sci li a {
  color: #000;
  font-size: 24px;
}

.col-xs-4 {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

.rounded-circle {
  border-radius: 50% !important;
  height: 150px !important;
  width: 150px !important;
}

.head-name {
  font-size: 15px;
  padding: 18px 0 0;
}

.sub-title {
  opacity: 0.5;
  font-size: 12px;
}

.price .main-select {
  display: inline-block;
  border: 1px solid;
  padding: 10px;
  border-radius: 10px;
  margin: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
}

.price .main-select.active {
  background-color: #3489e3;
  opacity: 1 !important;
  color: #fff;
  cursor: pointer;
}

.price .content {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 60px;
}

.price .content .btn {
  width: 80% !important;
  background-color: #0087ee;
}

.price .content .btn:active, .price .content .btn:focus {
  background-color: #0087ee;
  outline: none;
}

.price .content img {
  width: 40px;
  margin-top: 26px;
}

.price .content p {
  font-size: 21px;
  font-weight: bold;
  margin: 21px 0;
}

.price .content hr {
  border-top: 1px solid #0000007a;
  padding-bottom: 15px;
  width: 100%;
  margin-bottom: 0;
  opacity: 0.15;
}

.price .content .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 100%;
}

.price .content .blue {
  background-color: #3489e5;
  width: 128px;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  margin: auto;
}

.price .content .sure {
  font-size: 13px;
  text-align: center;
  padding-right: 40px;
  padding-top: 13px;
}

.price .content .do {
  font-size: 40px;
  font-weight: bold;
  color: #3489e3;
  border-right: 1px solid #ececec;
  padding: 0 0 0 52px;
}

.price .content .do sub {
  font-size: 10px;
}

.price .last li {
  padding: 0 10px;
}

.price .last li img {
  position: relative;
  top: -12px;
  right: -6px;
  width: 26px;
}

.price .last li.not {
  opacity: 0.25;
}

.price .duration {
  position: relative;
  overflow: hidden;
}

.price .duration label {
  position: relative;
  display: block;
  width: 300px;
  height: 50px;
  margin: 35px auto;
  cursor: pointer;
  text-transform: uppercase;
}

.price .duration label * {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.price .duration label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.price .duration label input[type="checkbox"]:checked + .base-color .toggle-slider {
  margin-left: 43.5%;
}

.price .duration label input[type="checkbox"]:checked + .base-color .cash {
  color: #000000;
}

.price .duration label input[type="checkbox"]:checked + .base-color .token {
  color: #f7fafb;
}

.price .duration label input[type="checkbox"] + .base-color {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  background: #b9ccd6;
  border-radius: 32px;
}

.price .duration label input[type="checkbox"] + .base-color .toggle-slider {
  display: block;
  position: absolute;
  content: " ";
  background: #3489e5;
  width: 55%;
  height: 100%;
  -webkit-transition: margin 300ms linear;
  transition: margin 300ms linear;
  border-radius: 32px;
  height: 46px;
  top: 2px;
  left: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3489e5), to(#3489e5));
  background-image: linear-gradient(#3489e5 0%, #3489e5 100%);
}

.price .duration label input[type="checkbox"] + .base-color .cash {
  color: #f7fafb;
}

.price .duration label .cash,
.price .duration label .token {
  display: block;
  position: absolute;
  width: 50%;
  color: #000000;
  line-height: 50px;
  text-align: center;
}

.price .duration label .cash {
  left: 0px;
}

.price .duration label .token {
  right: 0px;
}

.footer {
  background-color: #eee;
  padding: 25px 0;
  font-weight: bold;
}

.footer img {
  width: 30px;
  margin: 11px 15px 0 0;
  position: relative;
  left: 28px;
}

.footer a {
  color: #505050;
  text-decoration: none;
}

.footer a i {
  font-size: 30px;
  margin: 11px 15px 0 0;
  position: relative;
  left: 28px;
}

.footer-big {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  background-color: #efefef9c;
  padding: 35px 0px;
}

.footer-big .title {
  color: #333;
  font-size: 20px;
  font-weight: bolder;
}

.footer-big a {
  color: #333 !important;
  text-decoration: none;
}

.footer3 {
  padding: 0px !important;
  background: #fff !important;
}

.footer3 .dis {
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
  padding-top: 22px;
}

.price .card {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 20px;
  width: auto;
  border-radius: 10px;
  overflow: hidden;
}

.price .card img {
  width: 160px;
  margin: auto;
  cursor: pointer;
}

.price .card .card-img {
  cursor: pointer;
  height: 250px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.price .card .card-body {
  color: #000;
}

.price .card .card-body .about {
  display: none;
}

.price .card .card-body .add-to-cart {
  background-color: transparent;
  border: 1px solid #1a283f;
  color: #000;
}

.price .card .card-body .add-to-cart:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #3489e5), color-stop(80%, #3489e5));
  background-image: linear-gradient(to top, #3489e5 20%, #3489e5 80%);
  color: #fff;
}

.price .card .card-body .card-title {
  cursor: pointer;
}

.price .card .card-body h5 {
  font-weight: bold;
  font-size: 23px;
}

.cover {
  position: relative;
  left: 33px;
}
/*# sourceMappingURL=style2.css.map */