/*================ 


**********************/

/************************************** 
01. Default CSS Here
**************************************/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

:root {
    --primary-font: 'El Messiri', sans-serif;
    --secondary-font: 'Outfit';
    --primary-color: #ff5b88;
    --secondary-color: #092136;
    --tertiary-color: #2B9BFF;
    --nevy-color: #001222;
    --white: #FFF;
    --black: #000;
    --text-color: #252525;
    --theme-white: #F6F6F6;
    --theme-white-second: #F3F3F3;
    --light-gray: #5C5C5C;
    --theme-transition: .4s all ease;
}

html,
body {
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    background-color: var(--black) !important;
    font-family: var(--primary-font) !important;
    scroll-behavior: smooth !important;
}

main {
    min-height: 100vh;
    display: block;
    width: 100%;
    clear: both;
}

footer {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 99;
}

.container {
    max-width: 1140px !important;
    --bs-gutter-x: 0 !important;
}

/*** list ***/

ul,
ol,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/*** link ***/

a {
    text-decoration: none !important;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: var(--primary-font);
    color: var(--white) !important;
}

h1 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 600;
}

h2 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
}

h3 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
}

h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--secondary-font);
    padding: 0;
    margin: 0;
    color: var(--white);
}

.gap-30 {
    gap: 30px;
}

/*** padding-top-bottom ***/
.pt-120 {
    padding: 120px 0px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

/*** margin-top-bottom ***/
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.common-para {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 26px;
}

.common-btn {
    display: block;
    width: fit-content;
    background: #ff5b88;
    border: 2px solid #fff;
    padding: 10px 30px;
    position: relative;
    transition: var(--theme-transition);
    -webkit-transition: var(--theme-transition);
    -moz-transition: var(--theme-transition);
    -ms-transition: var(--theme-transition);
    -o-transition: var(--theme-transition);
    border-radius: 30px 5px 30px 5px;
}

.common-btn span {
    color: var(--white);
    font-family: var(--primary-font);
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
}

.common-btn:hover {
    border-radius: 5px 5px 5px 5px;
    background-color: var(--white);
}

.common-btn:hover span {
    color: var(--primary-color);
    transition: var(--theme-transition);
}

/************************************** 
02. Fonts CSS Here
**************************************/

/* --- OUTFIT FONTS --- */
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/OutfitRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/OutfitMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/OutfitSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/OutfitBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* --- El Messiri FONTS --- */
@font-face {
    font-family: 'El Messiri';
    src: url('../fonts/eimessiri/ElMessiri-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'El Messiri';
    src: url('../fonts/eimessiri/ElMessiri-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'El Messiri';
    src: url('../fonts/eimessiri/ElMessiri-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'El Messiri';
    src: url('../fonts/eimessiri/ElMessiri-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/**************************************
03. Header Section CSS Here
**************************************/
.header-section .header-top {
    padding: 2px 0px;
}

.header-section .header-top img {
    width: 171px;
    height: 70px;
}

.header-section .header-btn {
    padding: 8px 30px;
}

.header-section .header-call-btn {
    background-color: transparent;
}

.header-section .header-call-btn span {
    color: #fff;
}

.header-section .header-call-btn:hover span {
    color: var(--white);
}

.header-section .header-call-btn:hover {
    background-color: var(--primary-color);
}

.header-section .header-menu ul li a {
    color: var(--white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--secondary-font);
}

.header-section .header-menu ul li a:hover {
    color: var(--primary-color);
}

.header-section .header-menu {
    padding: 6px 0;
    border-top: 1px solid #303030;
}

.header-section .header-menu ul li a.active {
    color: var(--primary-color);
}

.header-section .header-menu ul li .nav-link {
    padding-right: 30px;
}

.header-section .header-social-icon i {
    color: var(--white);
    padding-left: 20px;
    font-size: 20px;
}

.header-section .header-social-icon i:hover {
    color: var(--primary-color);
}

.mobile-header {
    display: none;
}

.mobile-header .toggle-header .btn-close {
    background-color: var(--primary-color);
    opacity: 1;
}

/**************************************
04. footer CSS Here
**************************************/
.footer-section {
    background: url(../image/footer-bg.webp) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-section .footer-card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 9;
    position: relative;
    padding: 65px 0px;
}

.footer-section .footer-card .footer-column-01 {
    width: 30%;
}

.footer-section .footer-card .footer-column-02,
.footer-section .footer-card .footer-column-03 {
    width: 13%;
}

.footer-section .footer-card .footer-column-04 {
    width: 22%;
}

.footer-section .footer-card .footer-logo {
    width: 50%;
}

.footer-section .footer-social li a {
    width: 36px;
    height: 36px;
    background: var(--tertiary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: transform .4s ease;
    border-radius: 50px;
}

.footer-section .footer-social li a:hover {
    transform: translateY(-8px);
}

.footer-section .footer-social {
    padding: 0;
}

.footer-section .footer-social li a:hover {
    background-color: var(--white);
    color: var(--tertiary-color);
}

.footer-section .footer-text {
    padding: 20px 0px;
    margin: 0;
}

.footer-section .footer-links .footer-title {
    font-size: 22px;
    line-height: 32px;
    color: var(--tertiary-color) !important;
}

.footer-section .footer-links ul li a {
    color: var(--white);
    font-family: var(--secondary-font);
}

.footer-section .footer-links ul li a:hover {
    color: var(--tertiary-color);
}

.footer-section .footer-links ul {
    padding: 20px 0px 0px 0px;
}

.footer-section .footer-links ul li {
    padding-bottom: 10px;
}

.footer-section .footer-contact li i {
    color: var(--tertiary-color);
    font-size: 22px;
}

.footer-section .footer-contact li {
    padding-bottom: 20px !important;
}

.footer-section .footer-contact li .location {
    margin: 0;
}

.footer-section .copyright {
    border-top: 1px solid #494949;
    padding: 25px 0px;
}

.footer-section .copyright p {
    margin: 0;
}

/**************************************
05. Home CSS Here
**************************************/
.heading-tertiary {
    color: var(--tertiary-color);
}

.common-subtitle {
    padding-left: 50px;
}

.common-section {
    padding-top: 40px;
}

.common-subtitle h5 {
    color: var(--primary-color) !important;
    font-size: 22px;
    line-height: 32px;
    position: relative;
    display: inline-block;
}

.common-subtitle h5::before,
.common-subtitle h5::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
    transform: translateY(-50%);
}

.common-subtitle h5::before {
    left: -50px;
}

.common-subtitle h5::after {
    right: -50px;
}

.common-sub-center {
    padding: 0;
    text-align: center;
}

.drop-text .drop-cap-letter {
    font-size: 50px;
    line-height: 51px;
    font-family: var(--secondary-font);
    color: var(--primary-color);
}

.drop-text {
    float: inline-start;
    text-align: center;
    margin-right: 10px;
}

.heading-main {
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--white);
}

.sign-wrapper .sign-card-main,
.service-wrapper .service-card-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.hero-wrapper {
    background: url(../image/hero-banner.webp) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-wrapper .hero-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: var(--white);
}

.hero-wrapper .hero-text {
    padding: 5px 0px 10px 0px;
}

.hero-wrapper .hero-banner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 100px;
}

.faq-wrapper .faq-img .service-zodiacimg {
    animation: spin 12s linear infinite;
}

.hero-wrapper .zodiac-circle-img {
    text-align: right;
}

.common-padding {
    padding: 50px 0px;
}

.about-wrapper .about-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.about-wrapper .about-main .about-content .about-text {
    padding: 10px 0px 18px 0px;
}

.about-wrapper .about-main .about-contact-list {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 32px;
    gap: 15px;
    margin-top: 20px;
}

.about-wrapper .about-main .about-contact-list .about-icon {
    font-size: 38px;
    color: var(--white);
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    padding: 23px;
}

.about-wrapper .about-main .about-contact-list .about-icon:hover {
    color: var(--white);
    background-color: var(--tertiary-color);
}

.about-wrapper .about-main .about-contact-list .about-icon a {
    width: 30px;
    height: 30px;
}

.about-wrapper .about-main .about-contact-list h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.about-wrapper .about-main .about-contact-list a {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--white);
}

.about-wrapper .about-main .about-contact-list .tel-number:hover {
    color: var(--primary-color);
}

.sign-wrapper {
    background: url(../image/zodiac-sign-bg.webp) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sign-wrapper .sign-card-padding {
    padding-top: 70px;
}

.sign-wrapper .sign-card-main .sign-card {
    position: relative;
    border: 2px solid #2B9BFF5C;
    border-radius: 8px;
    padding: 50px 20px 25px;
    text-align: center;
}

.sign-wrapper .sign-card-main .sign-card .sign-icon-bg {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--tertiary-color);
    padding: 18px;
    border-radius: 50%;
}

.sign-wrapper .sign-card-main .sign-card .sign-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 10px;
}

.sign-wrapper .sign-card-main .sign-card p {
    margin-bottom: 20px;
}

.sign-wrapper .sign-card .sign-btn {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--white);
}

.sign-wrapper .sign-card .sign-btn:hover {
    color: var(--primary-color);
}

.service-wrapper .service-card-main.service-padding {
    padding: 30px 0px;
}

.service-wrapper .service-card-main .service-box {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 30px 20px 30px 30px;
}

.service-wrapper .service-card-main .service-box img {
    width: 60px;
    height: 60px;
}

.service-wrapper .service-card-main .service-box .service-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: var(--primary-color) !important;
    padding-top: 20px;
}

.service-wrapper .service-card-main .service-box p {
    margin: 0 !important;
}

.benefit-wrapper {
    background-color: var(--nevy-color);
    padding: 135px 0;
}

.benefit-wrapper .benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.benefit-wrapper .benefit-img {
    position: relative;
}

.benefit-wrapper .benefit-img .benefit-circle {
    width: 70%;
    border-radius: 50%;
}

.benefit-wrapper .benefit-img .benefit-round {
    position: absolute;
    top: -25.5%;
    left: 1.5%;
    z-index: 1;
    animation: spin 12s linear infinite;
}

.testimonial-wrapper .testimonial-main .swiper {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}

.testimonial-wrapper .testimonial-main .swiper-slide {
    display: flex !important;
    justify-content: center;
}

.testimonial-wrapper .testimonial-card .testimonial-bg {
    background-color: var(--secondary-color);
    padding: 30px 30px 60px 30px;
    border-radius: 10px;
}

.testimonial-wrapper .testimonial-card .testimonial-bg img {
    width: 20%;
}

.testimonial-wrapper .testimonial-card .testimonial-bg p {
    margin: 25px 0px 20px;
}

.testimonial-wrapper .testimonial-card .testimonila-bio img {
    border-radius: 50%;
    margin-top: -50px;
    width: 25%;
}

.testimonial-wrapper .testimonial-card .testimonila-bio h5 {
    font-size: 22px;
    line-height: 32px;
    margin: 10px 0px 0px 0px;
}

.testimonial-wrapper .testimonial-card .testimonila-bio p {
    margin: 0;
}

.testimonial-wrapper .testimonial-swiper .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
    margin: 0 6px;
    width: 9px;
    height: 9px;
}

.testimonial-wrapper .testimonial-swiper .swiper-pagination-bullet-active {
    background-color: #62606b;
}

.cta-slideshow-wrapper .slideshow-main .heading-main {
    width: 81%;
}

.cta-slideshow-wrapper .slideshow-main .slideshow-text {
    width: 77%;
    padding: 20px 0px 45px 0px;
}

.cta-slideshow-wrapper .slideshow-main {
    width: 100% !important;
}

.blog-wrapper .blog-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 40px;
}

.blog-wrapper .blog-main .blog-card {
    background-color: var(--nevy-color);
    padding: 20px;
    border-radius: 10px;
}

.blog-wrapper .blog-main .blog-card img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 300ms ease;
    overflow: hidden;
}

.blog-wrapper .blog-main .blog-card img:hover {
    transform: scale(1.05) rotate(1deg);
}

.blog-wrapper .blog-main .blog-card .blog-title {
    font-size: 22px;
    line-height: 32px;
}

/* ALL PAGE BREADCUM */
.breadcum-section {
    background: url(../image/breadcum-img.webp) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0px;
}


/************************************** 
06. About Us CSS Here
**************************************/
.breadcum-title .hero-title {
    font-size: 64px;
    line-height: 74px;
}

.price-wrapper {
    background-color: var(--nevy-color);
}

.common-column-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.price-wrapper .pricing-column .pricing-card-odd {
    border: 2px solid #FF5B8859;
    border-radius: 10px;
    padding: 40px 20px;
}

.price-wrapper .pricing-column .pricing-card-odd:hover {
    border: 2px solid var(--primary-color);
}

.price-wrapper .pricing-column .pricing-card-even {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 40px 20px;
}

.price-wrapper .pricing-column .pricing-card-even:hover {
    background-color: var(--tertiary-color);
}

.price-wrapper .pricing-column .price-heading {
    font-size: 64px;
    line-height: 74px;
}

.price-wrapper .pricing-column .price-heading {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.price-wrapper .pricing-column .price-heading span {
    font-size: 22px;
    line-height: 32px;
}

.price-wrapper .pricing-column img {
    width: 70px;
}

.price-wrapper .pricing-column li {
    color: var(--white);
    font-family: var(--secondary-font);
}

.price-wrapper .pricing-column .pricing-list {
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.benefit-wrapper-about {
    background-color: var(--black);
}

.price-wrapper .price-btn-white {
    background: transparent;
    border: 2px solid var(--white);
}

.price-wrapper .price-btn-white:hover span {
    color: var(--white);
}

.price-wrapper .price-btn:hover {
    background-color: transparent;
}



/************************************** 
07. Services CSS Here
**************************************/
.faq-wrapper .faq-main {
    display: grid;
    grid-template-columns: 400px auto;
    gap: 30px;

}

.faq-wrapper .faq-main .faq-img img {
    width: 310px;
    height: 310px;
}

.faq-wrapper .faq-main .faq-img .faq-text {
    margin: 20px 0px 30px 0px;
}

.faq-wrapper .faq-main .faq-content .accordion {
    --bs-accordion-bg: transparent;
    border-radius: 0px !important;
    --bs-accordion-border-width: 0;
}

.faq-wrapper .faq-content .accordion .accordion-item,
.faq-wrapper .faq-content .accordion .accordion-button {
    border-radius: 0px;
}

.faq-wrapper .faq-content .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.faq-wrapper .faq-content .accordion .accordion-button {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    background-color: #2B9BFF29;
    padding: 20px 30px;
    color: var(--primary-color);
}

.faq-wrapper .faq-content .accordion .accordion-body {
    color: var(--white);
    font-family: var(--secondary-font);
}

.faq-wrapper .faq-content .accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-wrapper .faq-content .accordion .accordion-button.collapsed {
    color: var(--primary-color);
}

.faq-wrapper .faq-content .accordion .accordion-item {
    margin-bottom: 20px;
}

.faq-wrapper .faq-content .accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

/************************************** 
08. Gallery CSS Here
**************************************/
.gallery-wrapper .gallery-main .gallery-box img {
    width: 360px;
    height: 360px;
    border-radius: 5px;
}

/************************************** 
09. Blogs CSS Here
**************************************/
.blog-page .blog-row-01 {
    padding: 0px;
}

.blog-page .blog-row-02 {
    padding-top: 30px;
}

/************************************** 
10. Contact Us CSS Here
**************************************/
.contact-wrapper .hero-title {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    padding-bottom: 30px;
}

.contact-wrapper .contact-info .contact-box {
    border: 1px solid #2B9BFF61;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-wrapper .contact-info .contact-box .info-icon i {
    color: var(--white);
    background-color: var(--tertiary-color);
    padding: 20px;
    font-size: 40px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.contact-wrapper .contact-info .contact-box .info-icon i:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.contact-wrapper .contact-info .contact-box .info-content h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 15px;
}

.contact-wrapper .contact-info .contact-box .info-content a {
    color: var(--white);
}

.contact-wrapper .contact-info .contact-box .info-content p {
    margin: 0;
}

.map-wrapper {
    padding-bottom: 50px;
}

.map-wrapper .map-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.map-wrapper .contact-map iframe {
    height: 556px;
    width: 100%;
    border-radius: 20px;
}

.map-wrapper .map-grid .contact-list .contact-form {
    border: 1px solid #2B9BFF61;
    border-radius: 10px;
    padding: 30px;
}

.map-wrapper .map-grid .contact-list .contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.map-wrapper .map-grid .contact-list .contact-form form input,
.map-wrapper .map-grid .contact-list .contact-form form textarea {
    width: 100%;
    background: transparent;
    padding: 15px 20px;
    border: 1px solid #2B9BFF61;
    font-family: var(--secondary-font);
    border-radius: 5px;
    color: var(--white);
    font-size: 16px;
}

.map-wrapper .form-btn button.form-button {
    font-size: 18px;
    font-weight: 600;
    width: auto;
    border: 2px solid transparent;
    line-height: 28px;
    background: var(--tertiary-color);
    color: var(--white);
    border-radius: 30px 5px;
    padding: 12px 30px;
    box-shadow: 0 5px 5px 0 rgba(66, 133, 244, .3);
}

.map-wrapper .form-btn button.form-button:hover {
    background-color: transparent;
    border: 2px solid var(--tertiary-color);
}

/************************************** 
11. Single Blog CSS Here
**************************************/
.single-blog-wrapper .single-blog-grid {
    display: grid;
    grid-template-columns: 2.5fr 1.5fr;
    gap: 40px;
}

.single-blog-wrapper .blog-left-row img {
    border-radius: 30px;
}

.single-blog-wrapper .blog-left-row .blog-date {
    color: var(--white);
}

.single-blog-wrapper .blog-right-row .related-blog,
.single-blog-wrapper .blog-right-row .blog-social {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    padding: 30px;
    border-radius: 20px;
}

.single-blog-wrapper .blog-right-row .two-column-blog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding-top: 20px;
}

.single-blog-wrapper .blog-right-row .two-column-blog img {
    border-radius: 20px;
}

.single-blog-wrapper .blog-right-row .two-column-blog p {
    margin: 0;
}

.single-blog-wrapper .blog-right-row .blog-social .site-info {
    display: flex;
    gap: 10px;
}

.single-blog-wrapper .blog-right-row .blog-social .site-info a {
    width: 42px;
    height: 42px;
    background: var(--tertiary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: var(--theme-transition);
    border-radius: 50px;
}

.single-blog-wrapper .blog-right-row .blog-social .site-info a i {
    font-size: 22px;
}

.single-blog-wrapper .blog-right-row .blog-social .site-info a:hover {
    background-color: var(--white);
    color: var(--tertiary-color);
}

.single-blog-wrapper .blog-left-row .blog-date-main {
    padding: 25px 0px 15px 0px;
}

/************************************** 
11. Single Blog CSS Here
**************************************/
.error-wrapper {
    background: url(../image/error-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    height: 100vh;
}

.error-wrapper .error-page-content h1 {
    font-size: 160px;
    line-height: 170px;
}

.error-wrapper .error-page-content {
    height: 100vh;
}

.error-wrapper .error-page-content .error-discripation {
    width: 46%;
    padding: 10px 0px 20px 0px;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.one{font-size:14px;}