body {
    font-family: 'Syne', sans-serif!important;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
p{
  font-weight: 600;
}
.cursor {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    top: -35px;
    left: -36px;
}
.cursor:before {
    content: "";
    width: 75px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: white;
    border: 1px solid white;
    transition: all ease 0.15s;
    transform: scale(0.15);
}
header {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}
header img {
    width: 20%;
}
.bk-btn-dv {
    position: relative;
    width: 200px;
    height: 70px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
}
.bk-btn-dv a {
    text-align: center;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    line-height: 1.75em;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: block;
    z-index: 99;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    mix-blend-mode: difference;
}
.bk-btn-dv:hover span.rnd-shp {
    width: 100%;
}
span.rnd-shp {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0%;
    z-index: 1;
    border-radius: 50px;
    text-decoration: none;
    background-color: rgb(0 0 0);
    transition: 0.5s;
}
.bnr-dv {
    position: relative;
    background-size: cover;
    background-position: bottom;
}
img.pc-mg {
    display: block;
}
img.mb-mg {
    display: none;
}
.frm-dv {
    position: absolute;
    width: 27%;
    top: 12%;
    right: 39px;
    display: block;
    background: #ffffff1f;
    backdrop-filter: blur(5px);
    padding: 20px;
    box-shadow: 0 0 30px 6px #0008;
    border-radius: 20px;
    text-align: center;
}
.frm-dv h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.frm-dv input, .frm-dv select {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 0;
    padding: 10px;
}
.frm-dv button {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    transition: 0.5s;
    cursor: pointer;
    background: #000;
    color: #fff;
    font-size: 16px;
    border: 1px solid #000;
    max-width: 70%;
}
.frm-dv input[type="submit"]:hover {
    box-shadow: 140px 0 0 0 #fff inset, -140px 0 0 0 #fff inset;
    color: #000;
}
.abt-dv {
    margin-top: 80px;
}
.abt-dv .row {
    align-items: center;
}
img.abt-mg {
    animation: 5s cst-brdr infinite;
}
@keyframes cst-brdr{
  0%, 100% {
    border-radius: 28% 72% 63% 37% / 48% 81% 19% 52%;
  }

  50% {
      border-radius: 72% 28% 37% 63% / 82% 48% 52% 19%;
  }
}
.abt-cnt-dv {
    color: #000;
    position: relative;
}
.abt-cnt-dv h4 {
    font-size: 18px;
    font-weight: 600;
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
}
.abt-cnt-dv h2 {
    font-weight: 700;
    font-size: 35px;
}
.abt-cnt-dv p{
    font-size: 20px;
    font-weight: 400;
}
button.button.button--calypso {
    background: #000000;
    color: #fff;
    padding: 1rem 2rem;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #000;
    margin-right: 10px;
}
.button--calypso::before {
    content: '';
    background: #ffffff;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0,68%,0) scale3d(0,0,0);
    position: absolute;
}
.button--calypso span {
    display: block;
    position: relative;
    z-index: 10;
    font-weight: 600;
}
.button--calypso::after {
    content: '';
    background: #ffffff;
    transform: translate3d(0,-100%,0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button--calypso:hover::before {
    transform: translate3d(0,0,0) scale3d(1,1,1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button--calypso:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
    color: #000;
}
@keyframes MoveScaleUpEnd{
	0% {
        transform: translate3d(0,100%,0) scale3d(1,2,1);
        opacity: 0;
	}
	100% {
        transform: translate3d(0,0,0);
        opacity: 1;
	}
}
@keyframes MoveScaleUpInitial{
	100% {
        transform: translate3d(0,-105%,0) scale3d(1,2,1);
        opacity: 0;
    }
}
.button--calypso:hover::after {
    transform: translate3d(0,0,0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}
.tstm-rw button.button.button--calypso {
    filter: invert(1);
}
.row.tr-mkp-sc {
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 90px;
}
.tr-mkp-rw {
    margin-top: 80px;
    background: radial-gradient(white -80%, #000000 90%);
    border-radius: 50px;
    padding: 0;
    position: relative;
}
.tr-mkp-cnt-dv {
    color: #fff;
}
.tr-mkp-cnt-dv h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.tr-mkp-cnt-dv p {
    margin-bottom: 25px;
    font-size: 18px;
}
.tr-mkp-cnt-dv .button--calypso span {
    font-size: 18px;
    font-weight: 700;
}
.tr-mkp-mg-dv {
    width: 80%;
    margin-left: auto;
    border-radius: 20px;
    position: relative;
}
img.rbn-mg {
    width: 15%;
    position: absolute;
    z-index: 0;
    opacity: 0.8;
}
.tr-mkp-mg-dv:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: 10s rttete linear infinite; 
    border-radius: 20px;
}
@keyframes rttete{
    0%, 50%, 100%{
        rotate: 0deg;
    }
    25%{
        rotate: 5deg;
    }
    75%{
        rotate: -5deg;
    }
}
img.tr-mkp-mg {
    display: block;
    position: relative;
    border-radius: 20px;
}
.srv-rw h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 50px;
    word-spacing: 15px;
}
.srv-rw {
    text-align: center;
    margin-top: 80px;
    padding: 20px;
}
.srv-cnt-dv {
    position: relative;
}
.srv-inr-cnt {
    position: absolute;
    padding: 20px;
    top: 25%;
    color: #fff;
    transition: 0.5s;
}
.srv-cnt-dv {
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    height: 430px;
    background-color: #00000091;
    background-blend-mode: overlay;
    transition: 0.5s;
}
.srv-1 {
    background-image: url(images/srv-two.jpg);
}
.srv-2 {
    background-image: url(images/srv-one.jpg);
}
.srv-3 {
    background-image: url(images/srv-three.jpg);
}
.srv-4 {
    background-image: url(images/srv-four.jpg);
}
.owl-carousel .owl-stage-outer{
    padding-block: 30px;
}
.srv-cnt-dv:hover {
    scale: 0.95;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: #fff;
    border: none;
    padding: 10px 20px!important;
    font: inherit;
    background: #000;
    border-radius: 60px;
    transition: 0.5s;
}
.owl-theme .owl-nav {
    margin-top: -20px;
    margin-bottom: 20px;
}
.srv-inr-cnt h3 {
    font-weight: 700;
}
.sty-dv {
    width: 60%;
    margin: auto; 
    background:#fff;
    color: #000;
    font-weight: bold;
    border-radius: 20px;
    transition: all 0.2s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 20px;
    box-shadow: 0 0 30px 5px #0003;
  margin-top:30px;
}
.sty-dv h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.vdo-dv {
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    display: block;
    position: relative;
}
.tstm-vdo-rw {
    margin-top: 50px;
    margin-bottom: 60px;
}
.tstm-vdo-rw h2 {
    font-size: 45px;
    font-weight: 700;
}
.tstm-rw {
    padding-block: 80px;
    margin-top: 40px;
    background-image: url(images/bnr-main.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color: #0005;
    background-blend-mode: overlay;
}
.tstm-cnt-dv {
    color: #fff;
    background: #0005;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px 2px #000;
    border-radius: 30px;
    padding: 30px;
}
.tstm-cnt-dv p {
    height: 100px;
    overflow: auto;
    font-weight: 500;
    text-align: center;
}
.tstm-rw h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    mix-blend-mode: difference;
    text-align: center;
}
.tstm-ph-dv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.tstm-ph-dv img {
    width: 18%!important;
}
.tstm-ph-dv h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}
.tstm-cnt-dv p::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
.tstm-cnt-dv p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.tstm-cnt-dv p::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.tstm-cnt-dv p::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.why-chs-dv .row {
    align-items: center;
}
.why-chs-dv {
    margin-top: 80px;
}
.why-chs-cnt h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
}
.why-chs-cnt ul li {
    margin-bottom: 20px;
    position: relative;
}
.why-chs-cnt ul {
    list-style: none;
    font-size: 20px;
}
.why-chs-cnt ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: url(images/check-icon.png);
    background-size: cover;
    left: -31px;
    margin-top: 2px;
}
.why-chs-mg img {
    border-radius: 50%;
    width: 90%;
    height: 550px;
    object-fit: cover;
    display: block;
    position: relative;
    margin: auto;
    padding: 20px;
    border: 2px solid #828282;
}
.faq-rw {
    margin-block: 80px;
}
h2.faq-mnhd {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.accordion-item {
    margin-bottom: 15px;
    background: #000;
    border-radius: 10px!important;
    overflow: hidden;
}
.accordion-body {
    color: #fff;
}
.accordion-button:focus {
    border: 0;
    box-shadow: none;
    background: #00000087;
    color: #fff;
}
.accordion-button:hover {
    background: #00000087;
    color: #fff;
}
.accordion-button {
    background: #000;
    border-radius: 10px!important;
    color: #fff;
    padding: 30px 20px;
    font-size: 25px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background: #d2d2d2;
}
footer {
    text-align: center;
    padding: 80px 20px;
    background: #000;
}
.ft-lg img {
    filter: invert(1);
}
.ft-cnt-dtl a {
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    padding-right: 10px;
    border-radius: 30px;
}
.ft-cnt-dtl svg {
    margin-right: 10px;
}
.cl-btn.stk{
    display: none;
}
.tnk-y-rw{
  	padding: 200px 0;
  	background: url(images/bnr-main.jpg);
  	background-attachment: fixed;
  	background-size: cover;
  	background-position: top center;
}
.tnk-y-dv a {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-size: 18px;
}
.tnk-y-dv h1 {
    font-size: 45px;
    font-weight: 700;
}
.tnk-y-dv {
    width: 50%;
    margin: auto;
    text-align: center;
    color: #fff;
    background: #00000075;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px 2px #000;
    border-radius: 30px;
    padding: 30px;
}
.mg-blk-pc{
	display: block;
}
.mg-blk-mb{
	display: none;
}
@media only screen and (min-width: 320px) and (max-width: 600px){
    .tr-mkp-rw .owl-theme .owl-nav{
        width: 100%!important;
    }
    .mg-blk-pc{
        display: none;
    }
    .mg-blk-mb{
        display: block;
    }
    .why-chs-mg img{
      height: 330px;
    }
    .tnk-y-dv h1{
      font-size: 35px;
    }
    .tnk-y-rw{
      padding: 90px 0;
    }
    img.pc-mg {
        display: none;
    }
    img.mb-mg {
        display: block;
    }
    .frm-dv {
        position: relative;
        width: 90%;
        margin-inline: auto;
        top: 0;
        right: 0;
        margin-top: 30px;
        background: #3f0014;
        box-shadow: 0 0 30px 6px #00000047;
    }
    .bnr-dv{
        background: none;
    }
    .cursor {
        display: none;
    }
    header {
        justify-content: center;
    }
    header img {
        width: 40%;
        position: relative;
        top: 7px;
    }
    .bk-btn-dv{
        width: 150px;
        height: 50px;
    }
    header .bk-btn-dv a{
        font-size: 8px;
    }
    header span.rnd-shp {
        width: 50px;
        height: 50px;
    }
    .abt-cnt-dv {
        text-align: center;
        left: 0;
        margin-top: 30px;
    }
    .tr-mkp-rw {
        width: 95%;
    }
    img.rbn-mg {
        width: 35%;    
    }
    .row.tr-mkp-sc {
        padding: 40px;    
    }
    .tr-mkp-cnt-dv {
        margin-bottom: 50px;
        text-align: center;
    }
    .tr-mkp-mg-dv {
        width: 100%;
        margin: auto;
    }
    .srv-rw h2 {
        margin-bottom: 0;
        font-size: 25px;
    }
    .sty-dv {
        width: 100%;
    }
    .sty-dv h2 {
        margin-bottom: 20px;;
    }
    .why-chs-cnt h2 {
        font-size: 27px;
    }
    h2.faq-mnhd {
        font-size: 30px;
    }
    .tstm-vdo-rw h2 {
        font-size:30px;
    }
    header .cl-btn {
        display: none;
    }
    .cl-btn.stk {
        gap: 5px;
        display: flex;
        position: fixed;
        bottom: 0;
        background: #fff;
        padding: 5px;
        width: 100%;
        box-shadow: 0 0 20px #0005;
        z-index: 999;
        justify-content: center;
    }
    .cl-btn.stk button {
        border-radius: 10px;
        margin-right: 0;
        padding: 10px 15px;
        font-size: 11px;
    }
}
