@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --red-ts: #C10031;
    --blue-ts: #150941;
    --black-ts: #000000;
    --white-ts: #ffffff;
    --bg-light-ts: #F8F7FF;
}
/* Global Css Start */
body{
    font-family: 'Poppins', sans-serif;
}
.container {
   padding: 0px 7px;
}
.bg-red-ts {
   background: var(--red-ts) !important;
}
.bg-blue-ts {
   background: var(--blue-ts) !important;
}
.bg-blue-ts-g {
    background: -webkit-linear-gradient(#6F52F3, #A64BC3) !important;
}
.bg-light-ts {
   background: var(--bg-light-ts) !important;
}
.text-red-ts {
   color: var(--red-ts) !important;
}
.text-red-ts-g {
    background: -webkit-linear-gradient(#ff009b, #2f61c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-blue-ts {
   color: var(--blue-ts) !important;
}
.text-black-ts {
   color: var(--black-ts) !important;
}
.text-white-ts {
   color: var(--white-ts) !important;
}
.title-weight {
   font-weight: 800;
}
.sub-title-weight {
   font-weight: 500;
}
.get-started {
   border-radius: 50px 3px 50px 3px;
   padding: 15px 40px;
   font-size: 1em;
 }
 .form-line {
   border-bottom: 2px dashed #ccc;
   background: none;
 }
/* Global Css End */

/* Responsive Css Start */

@media all and (max-width: 1024px) {
   /* Footer Start */
   .foot-logo, .foot-text {margin: 0 auto;}
   .social-list li a {justify-content: center;}
  /* Footer End */
}
@media all and (max-width: 480px) {
   #main-header .nav {display: block; justify-content: center;}
   #main-header .nav img {margin: 0px auto 15px auto;}
   #main-header a button {display: flex; display: -webkit-flex; justify-content: center; margin: 0 auto;}
   .swiper-slide {width: 100% !important;}
   .review-box {padding: 10px;}
 }
/* Responsive Css End */
