.PageTop
{
    padding-top: 20px;
    padding-top: var(--main-padding);
    border-radius: 15px;
    display: grid;
    align-content: center;
    position: relative;
    overflow: hidden;
    padding-inline: var(--main-padding);
}
.PageTop img
{
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.PageCenter p
{
    padding-inline: var(--main-padding);
    font-size: 15px;
    padding-bottom: var(--main-padding);
}
.textContent
{
    padding-inline: var(--main-padding);
    font-size: 15px;
    padding-bottom: var(--main-padding);
}
.PageTopBack
{
    background: var(--main-color1);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.PageTop .BlockSubTitle,.PageTop .BlockTitle
{
    position: relative;
}
.ButtonIcon
{
    width: 25px;
    margin-left: 10px;
    height: 25px;
    display: block;
    transition: var(--ts-slow);
    position: relative;
}
.ButtonStyle2:hover .ButtonIcon
{
    padding-left: 15px;
}
/** About Us Styles **/
.AboutUs
{
    gap: 50px;
    justify-content: space-between;
    padding: var(--main-padding);
    padding-block: 0px;
    display: flex;
    align-items: center;
    padding-right: 0;
    background-attachment: fixed;
    margin-bottom: 100px;
    margin-top: 200px;
}
.AboutUsLeft,.AboutUsRight
{
    width: 50%;
}
.AboutUsLeft img
{
    width: 100%;
    background-color: white;
    background-image: url(/static/images/home/aboutusback1.png);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border-radius: 66% 34% 40% 60% / 49% 53% 47% 51%;
    background-attachment: fixed;
}
.AboutUs p
{
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 18px;
}
.AboutUsRight
{
    padding: 50px;
    width: 50% !important;
    height: 100%;
    border-top-left-radius: 15px;
    padding-right: var(--main-padding);
}

.AboutUsServices
{
    display: flex;
    gap:50px;
    justify-content: space-between;
    margin-inline: var(--main-margin);
    margin-block: var(--content-padding);
    align-items: center;
}
.AboutUsServicesTop
{
    padding-top: 50px;
}
.AboutUsServicesTop,.AboutUsServicesBottom
{
    display: grid;
    width: -webkit-fill-available;
    gap: 10px;
    margin-bottom: 10px;
    gap: 10px;
    align-items: start;
    align-content: start;
}
.AboutUsServicesIn
{
    width: 50%;
    background-color: white;
    padding: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    width: -webkit-fill-available;
    transition: var(--ts-slow);
    position: relative;
    overflow: hidden;
    height: 235px;
}
.AboutUsServicesIn *
{
    transition: var(--ts-slow);
}
.AboutUsServicesIn:hover
{
    background: var(--gradient1);
    cursor: pointer;
    transform: scale(1.15);
    z-index: 2;
}
.AboutUsServicesIn::before
{
    transition: var(--ts-slow);
}
.AboutUsServicesIn:hover::before
{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/static/images/home/AboutUsServicesinback.png);
    background-size: cover;
    cursor: pointer;
    transform: scale(1.2);
}
.AboutUsServicesIn:hover *
{
    color: white !important;
}
.AboutUsServicesIn:hover i
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.AboutUsServicesIn h2
{
    font-family: Lexend;
    font-weight: 500;
    word-break: break-word;
}
.AboutUsServicesIn h4
{
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 19px;
    opacity: 0.75;
    letter-spacing: 0.5px;
    line-height: 29px;
    margin: 0;
}
.AboutUsServicesLeft,.AboutUsServicesRight
{
    width: 50%;
}
.AboutUsServicesLeft p
{
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 19px;
    opacity: 0.75;
    letter-spacing: 0.5px;
    line-height: 29px;
    max-width: 400px;
}
.AboutUsServicesRight
{
    display: flex;
    gap: 10px;
}
.AboutUsServicesRight i
{
    font-size: 45px;
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.AboutUsServicesTop div:first-child,.AboutUsServicesBottom div:last-child
{
    background-color: var(--main-color1);
    color: white;
}
.AboutUsServicesTop div:first-child *,.AboutUsServicesBottom div:last-child *
{
    color: white;
}
.AboutUsServicesTop div:first-child i,.AboutUsServicesBottom div:last-child i
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/** **/

/** Faq Page **/

.FaqArea
{
    padding-inline: var(--main-padding);
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding-block: var(--content-padding);
}
.Faqs
{
    
}
.FaqAreaRight
{
    min-width: 500px;
}
.Faq
{
	position: relative;
	padding: 25px;
	background: white;
    border-radius: 5px;
    margin-bottom: 15px;
}
.Faq:hover
{
	cursor: pointer;
}
.QuestionArea
{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.QuestionArea h3
{
	font-family: Lexend;
    font-weight: 600;
    margin: 0;
    color: black;

}
.QuestionArea img
{
    padding: 5px;
    transition: 0.2s;
}
.AnswerArea
{
	height: 0px;
	overflow: hidden;
	transition: 0.2s;
}
.AnswerArea p
{
	font-family: Red Hat Display;
    color: black;
    opacity: 0.75;
    margin: 0;
    font-weight: 600;
}



/** **/

/** Contact Page Styles **/

.ContactBlock1
{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding-inline: var(--main-padding);
    padding-block: var(--content-padding);
}
.ContactBlock1In
{
    border-radius: 10px;
    background-color: white;
    padding: 25px;
    width: -webkit-fill-available;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ContactBlock1In i
{
    font-size: 60px;
    color: var(--main-color1);
    margin: auto;
    margin-bottom: 25px;
    display: block;
    width: fit-content;
}
.ContactBlock1In h2
{
    margin: auto;
    text-align: center;
    min-width: 300px;
    margin-bottom: 15px;
    width: fit-content;
}
.ContactBlock1In a
{
    display: block;
    margin: auto;
    color: black;
    font-family: Red Hat Display;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    width: 250px;
    font-size: 18px;
    width: fit-content;
}

.ContactBlock2
{
    display: flex;
    gap: 100px;
    background: var(--main-color1);
    justify-content: center;
    padding-inline: var(--main-padding);
    padding-block: var(--content-padding);
    position: relative;
}
.ContactBlock2::before
{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/static/images/home/contactback.png);
    background-size: cover;
    opacity: 0.5;
    width: 750px;
    height: 750px;
}
.ContactBlock2Left
{
    display: grid;
    grid-gap: 0px;
    width: 35%;
    padding: 75px;
    background-color: white;
    background-image: url(/static/images/home/aboutusback1.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 50px;
    border-top-right-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
}
.ContactBlock2Left::before
{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255,255,255,0.96);
}
label
{
    font-family: Lexend;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
input,textarea
{
    font-family: 'Red Hat Display';
    font-weight: 500;
    font-size: 17px;
    padding: 10px;
    min-width: 300px;
    border: none;
    outline: none;
    border-radius: 40px;
    margin-bottom: 25px;
    background: #f5560c1f;
    position: relative;
}
textarea
{
    border-radius: 10px;
    resize: none;
}

/** **/

.ServicesBlock1
{
    padding-inline: var(--main-padding);
    padding-block: var(--content-padding);
}
.ServicesBlock1Top h3,.ServicesBlock1Top h2
{
    text-align: center;
}
.ServicesBlock1Bottom
{
    margin-top: 100px;
}
.ServicesBlock1SwiperSlide
{
    position: relative;
    border-radius: 10px;
    margin-bottom: 45px;
}
.ServicesBlock1SwiperSlide img
{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: top;
    position: relative;
    margin-bottom: 50px;
}

.ServicesBlock1SwiperSlideContent
{
    padding: 50px;
    background: white;
    width: -webkit-fill-available;
    backdrop-filter: blur(5px);
    margin-top: 5px;
    border-radius: 15px;
    border-top-right-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 230px;
    position: absolute;
    bottom: 0;
}
.ServicesBlock1SwiperSlide i
{
    padding: 5px;
    background: var(--main-color1);
    color: white;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ServicesBlock1SwiperSlide h2
{
    color: var(--main-color1);
    margin-bottom: 12px;
    font-family: 'Asap';
    font-weight: 800;
}
.ServicesBlock1SwiperSlide p
{
    color: black;
    padding: 0;
    margin: 0;
    font-family: Lexend;
    font-weight: 300;
}
:root
{
    --swiper-pagination-bottom:0;
    --swiper-pagination-bullet-inactive-color:rgba(0,0,0,0.3) !important;
}
.ServicesBlock2
{
    display: flex;
    gap:50px;
    justify-content: space-between;
    margin-inline: var(--main-margin);
    margin-block: var(--content-padding);
    align-items: center;
}
.ServicesBlock2Top
{
    padding-top: 50px;
}
.ServicesBlock2Top,.ServicesBlock2Bottom
{
    display: grid;
    width: -webkit-fill-available;
    gap: 10px;
    margin-bottom: 10px;
    gap: 10px;
    align-items: start;
    align-content: start;
}
.ServicesBlock2In
{
    width: 50%;
    background-color: white;
    padding: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    width: -webkit-fill-available;
    transition: var(--ts-slow);
    position: relative;
    overflow: hidden;
    height: 235px;
}
.ServicesBlock2In *
{
    transition: var(--ts-slow);
}
.ServicesBlock2In:hover
{
    background: var(--gradient1);
    cursor: pointer;
    transform: scale(1.15);
    z-index: 2;
}
.ServicesBlock2In::before
{
    transition: var(--ts-slow);
}
.ServicesBlock2In:hover::before
{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/static/images/home/Services.ServicesBlock2inback.png);
    background-size: cover;
    cursor: pointer;
    transform: scale(1.2);
}
.ServicesBlock2In:hover *
{
    color: white !important;
}
.ServicesBlock2In:hover i
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ServicesBlock2In h2
{
    font-family: Lexend;
    font-weight: 500;
}
.ServicesBlock2In h4
{
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 19px;
    opacity: 0.75;
    letter-spacing: 0.5px;
    line-height: 29px;
    margin: 0;
}
.ServicesBlock2Left,.ServicesBlock2Right
{
    width: 50%;
}
.ServicesBlock2Left p
{
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 19px;
    opacity: 0.75;
    letter-spacing: 0.5px;
    line-height: 29px;
    max-width: 400px;
}
.ServicesBlock2Right
{
    display: flex;
    gap: 10px;
}
.ServicesBlock2Right i
{
    font-size: 45px;
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ServicesBlock2Top div:first-child,.ServicesBlock2Bottom div:last-child
{
    background-color: var(--main-color1);
    color: white;
}
.ServicesBlock2Top div:first-child *,.ServicesBlock2Bottom div:last-child *
{
    color: white;
}
.ServicesBlock2Top div:first-child i,.ServicesBlock2Bottom div:last-child i
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ContactState
{
    background: white;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: black;
  }
    .loader:before,
    .loader:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: 50%;
      transform: rotateX(70deg);
      animation: 1s spin linear infinite;
    }
    .loader:after {
      color: #FF3D00;
      transform: rotateY(70deg);
      animation-delay: .4s;
    }
.ContactOk
{
    background: white;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 25px;
    position: absolute;
    inset: 0;
    align-content: center;
    justify-items: center;
    display: none;
}
.ContactOk span
{
    font-family: Lexend;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    max-width: 65%;
}
.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: var(--main-color1);
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--main-color1);
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotateZ(360deg);
    }
  }

  @keyframes rotateccw {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }

  @keyframes spin {
    0%,
    100% {
      box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
      box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
      box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
      box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
      box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
      box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
      box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
      box-shadow: .2em -.2em 0 0 currentcolor;
    }
  }

@media screen and (min-width:1100px) and (max-width: 1450px)
{
}
@media screen and (min-width:800px) and (max-width: 1300px)
{
    .ServicesBlock2
    {
        display: block;
    }
    .ServicesBlock2Right
    {
        width: -webkit-fill-available;  
    }
    .ServicesBlock2Top, .ServicesBlock2Bottom
    {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 50px;
    }
    .ServicesBlock2Left br
    {
        display: none;
    }
    .ServicesBlock2Left
    {
        width: max-content;
    }
    .ServicesBlock2Left p
    {
        max-width: 550px;
    }
    .AboutUs 
    {
        flex-wrap: wrap;
    }
    .AboutUsRight
    {
        width: max-content !important;
        padding-left: 0;
    }
    .AboutUsServices
    {
        flex-wrap: wrap;
    }
    .AboutUsServicesLeft
    {
        width: 100%;
    }
    .AboutUsServicesLeft p
    {
        max-width: max-content;
    }
    .AboutUsServicesRight
    {
        width: max-content;
    }
    .AboutUsLeft img
    {
        background-attachment: local;
    }
    .FaqArea
    {
        flex-wrap: wrap;
        gap: 50px;
        margin-bottom: 100px;
    }
    .FaqAreaRight
    {
        min-width: -webkit-fill-available;
    }
    .FaqAreaRight *
    {
        text-align: center;
    }
    .ContactBlock1
    {
        flex-wrap: wrap;
        gap: 10px;
    }
    .ContactBlock1In
    {
        font-size: 25px;
        min-width: 0px;
        width: 25%;
    }
    .ContactBlock1In a
    {
        width: fit-content !important;
    }
    .ContactBlock1In .BlockTitle
    {
        font-size: 25px;
        min-width: 0;
    }
    .ContactBlock2
    {
        flex-direction: column-reverse;
        align-items: center;
        padding-block: 60px;
        margin-block: 100px;
        gap: 20px;
        flex-wrap: wrap;
    }
    .ContactBlock2Left
    {
        width: 500px;
    }
}
@media screen and (min-width:200px) and (max-width: 799px)
{
    .AboutUs
    {
        margin-top: 15px;
        flex-wrap: wrap;
        width: -webkit-fill-available;
        padding: var(--main-padding);
    }
    .AboutUsLeft
    {
        width: max-content;
    }
    .AboutUsLeft img
    {
        background-attachment: local;
    }
    .AboutUsRight
    {
        width: max-content !important;
        padding: var(--main-padding);
    }
    .AboutUsServices
    {
        flex-wrap: wrap;
    }
    .AboutUsServicesLeft
    {
        width: max-content;
    }
    .AboutUsServicesRight
    {
        width: max-content;
        flex-wrap: wrap;
    }

    /*** ***/

    .ContactBlock1,.ContactBlock2
    {
        flex-wrap: wrap;
        gap: 20px;
    }
    .ContactBlock2
    {
        flex-direction: column-reverse;
        align-items: center;
        padding-block: 60px;
        margin-block: 100px;
    }
    .ContactBlock1In h2
    {
        font-size: 28px;
    }
    .ContactBlock2Left
    {
        width: max-content;
        padding: 30px;
    }
    .FaqArea
    {
        flex-wrap: wrap;
        gap: 50px;
        margin-bottom: 100px;
    }
    .FaqAreaRight
    {
        min-width: -webkit-fill-available;
    }
    .FaqAreaRight *
    {
        text-align: center;
    }
    .ServicesBlock1SwiperSlide
    {
        height: 725px;
    }
    .ServicesBlock1Bottom
    {
        margin-top: 0;
    }
    .ServicesBlock1Top
    {
        margin-block: 100px;
    }
    .ServicesBlock1SwiperSlideContent
    {
        height: 285px;
    }
    .ServicesBlock1SwiperSlideContent
    {
        padding: 25px;
    }
    .ServicesBlock2
    {
        flex-wrap: wrap;
        margin-bottom: 75px;
    }
    .ServicesBlock2Left
    {
        width:max-content;
    }
    .ServicesBlock2Right
    {
        width: max-content;
        flex-wrap: wrap;
    }
}