@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 16px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Mildstones';
    src: url(../fonts/Mildstones-DEMO.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}
.theme_btn2 {
    background: #9902ff !important;
    border: 2px solid #ffffff !important;
}
.theme_btn2 span {
    background: #ffffff !important;
    margin-left: 15px !important;
}
.theme_btn {
    padding: 0 0 0 20px;
    border-radius: 8px;
    color: #ffffff;
    z-index: 1;
    background: transparent;
    position: relative;
    font-size: 15px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-flex;
    border: 2px solid #fdc912;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #fdc912;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}
.theme_btn span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdc912;
    border-radius: 6px 0 0 6px;
    /* margin-left: 15px; */
}

.theme_btn span img {
    width: 10px;
}

.theme_btn:hover span {}
.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Mildstones', Sans-Serif;
    font-size: 72px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'Mildstones', Sans-Serif;
    font-size: 50px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h3 {
    font-family: 'Mildstones', Sans-Serif;
    font-size: 32px;
    line-height: 1.2;
    color: #fdc912;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

h4 {
    font-family: 'Mildstones', Sans-Serif;
    font-size: 25px;
    line-height: 1.2;
    color: #fdc912;
    text-transform: uppercase;
}

h5 {
    font-family: 'Mildstones', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
header{
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 12px 0;
}
.header_logo img{
    width: 60%;
}
.menu_sec #menu li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.menu_sec #menu {
    justify-content: space-around;
    margin: 0;
}

.menu_sec #menu>li>ul {
    background: #000;
    width: 240px;
    position: absolute;
    top: -90px;
    padding: 20px 20px;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.menu_sec #menu>li:nth-child(3) {
    position: relative;
}

.menu_sec #menu>li>ul>li>a {
    color: #fff;
}

.menu_sec #menu>li:nth-child(3):after {
    position: absolute;
    content: "";
    background: #000;
    width: 10px;
    height: 10px;
    bottom: -14px;
    left: 10px;
    clip-path: polygon(52% 0, 0 100%, 100% 100%);
    transition: 0.3s all;
    opacity: 0;
}

.menu_sec #menu>li:nth-child(3):hover:after {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.menu_sec #menu>li:nth-child(3):hover ul {
    opacity: 1;
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 2;
    padding: 10px;
}
.menu_sec #menu>li:nth-child(3):hover ul li {
    margin-bottom: 11px;
    background: green;
    padding: 10px;
}

/*BANNER CSS*/
.banner_image{
    width: 100%;
    height: 900px;
    object-fit: cover;
}
.main_slider .carousel-caption {
    text-align: left;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.banner_text h6{
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fdc912;
}
.banner_img img {
    max-width: 170%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 2;
}

.banner_img {
    position: relative;
}

.carousel-caption::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 43%;
    background: #ffffff;
    bottom: 0px;
    right: 9%;
    border-radius: 40px 0 0 0;
    z-index: 1;
}
.banner_text p {
    color: #d2a6f9;
    line-height: 1.5;
    margin-bottom: 30px;
}
span.slide_number {
    position: absolute;
    font-size: 15vw;
    font-family: 'Mildstones';
    right: 10%;
    top: 14%;
    display: inline;
    line-height: 1;
    color: #ffffff2b;
/* Apply the gradient */
    background-image: linear-gradient(to bottom, #ffffff1c, #ffffff0d, #55408a00, #3a256f00);

  /* Clip the background to the text and make the text transparent */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Standard property for transparency */
}
.main_slider .carousel-indicators {
    position: absolute;
    right: 4%;
    bottom: 9%;
    left: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    width: auto;
    display: block;
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 12px;
        border-top: 0;
    border-bottom: 0;
    margin: 30px 0;
    position: relative;
}
.main_slider .carousel-indicators .active::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}
.carousel-control-next {
    width: 9%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 130px;
    background: #fff;
    opacity: 1;
    border-radius: 20px 0 0 0;
}
.carousel-control-next-icon {
    background-image: url(../images/button-arrow.png);
    width: 15px;
    height: 15px;
}
.fllow_us {
    position: absolute;
    bottom: 0;
    padding: 20px 10px 20px 19%;
    border-top: 1px solid #a836f7;
    width: 51%;
    z-index: 3;
}
.fllow_links span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.fllow_links ul i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b857fc;
    color: #b857fc;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
.fllow_links ul i:hover {
    transition: 0.3s ease-in-out;
    background: #fdc912;
    color: #9a00ff;
}
.fllow_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.fllow_links ul {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}


/*ABOUT SECTION*/
.about_bg_image{
    background-image: url(../images/about.jpg);
    padding-top: 10%;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.about_section {
    padding: 100px 0;
}

.about_content {
    background: #ffffffe6;
    padding: 40px;
    border-radius: 20px;
}

.about_content p {
    font-size: 14px;
    line-height: 1.4;
}


/*SERVICES SECTION*/

section.services_section .row {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 40px;
    padding-bottom: 20px;
    /* border: none; */
}
.Services_heading p {
    font-size: 14px;
    line-height: 1.4;
}
.service_box_content p{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines to display */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.5;
    color: #737373;
}
 
 .service_box {
    position: relative;
}
 .service_box img{
    border-radius: 30px; 
 }

.service_box  .service_box_content {
    position: absolute;
    bottom: 0;
    width: 85%;
    right: 1px;
    background: #fff;
    padding: 40px;
    border-radius: 30px 0 0 0;
}
.service_box_content a {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 600;
}
.services_row{
    justify-content: space-between;
    border: none !important;
}
.services_row .col-lg-4{
    width: 31%;
}
section.services_section {
    padding-bottom: 100px;
}


/*INSPIRE */
section.inspire_section {
    padding: 100px 0;
    background-image: url(../images/inspire-bg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
section.inspire_section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #9900ffc4;
    top: 0;
    left: 0;
}
section.inspire_section .container{
    position: relative;
}
.inspire_content h2{
    font-size: 80px;
    line-height: 1;
    color: #fff;
}

.inspire_content h6 {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fdc912;
}
.inspire_content p {
    color: #d2a6f9;
    line-height: 1.5;
    margin-bottom: 30px;
}






/* Wasay Css  */

/* Contact Css */

.contact-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

form.contact-form input {
    width: 100%;
    height: 50px;
    margin: 10px 0;
    padding: 0 20px;
    border: none;
    border-bottom: 1px solid #0000003d;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 0.7;
}

form.contact-form input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 0.7;
}

form.contact-form textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 0.7;
}

.contact-text {
    padding: 30px;
    background: #9a00ff;
    border-radius: 30px;
    margin-top: -250px;
    margin-bottom: 35px;
}

.contact-text h2 {
    color: #fff;
}

.contact-text p {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.8;
}

.contact-text h3 {
    text-transform: uppercase;
}

.sec {
    padding: 80px 0;
}

textarea {
    width: 100%;
    height: 100px;
    margin: 10px 0;
    padding: 60px 20px 0 20px;
    border: none;
    border-bottom: 1px solid #0000003d;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 0.7;
}

form.contact-form {
    padding: 30px 0 0 0;
}

/* Contact Css */

/* Testi Css */



p.auto {
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
}

ul.stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 0 10px;
}

ul.stars li a i {
    color: #fd8f00;
    font-size: 15px;
}

.testi-content h6 {
    font-family: 'Mildstones';
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.test-row p {
    font-size: 14px;
    margin: 0 !important;
}

img.testi-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.test-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testi-card p {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.8;
}

.testi-card {
    padding: 60px 20px;
    margin: 50px 10px;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.testi-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: #ffff;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
    transform: rotate(-5deg);
    opacity: 0;
    box-shadow: 0 0 5px 0 #00000030;
}

.testi-card::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    background-image: linear-gradient(140deg, rgb(153, 0, 255) 0%, rgb(253, 201, 18) 100%);
    transition: 0.3s ease-in-out;
    border-radius: 30px;
    opacity: 0;

}

.testi-card:hover::before {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.testi-card:hover::after {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.testi-slider .slick-slide {
    opacity: 1 !important;
}

.testi-slider .slick-slide.slick-current.slick-active+.slick-slide .testi-card::after {
    opacity: 1 !important;
}


.testi-slider .slick-slide.slick-current.slick-active+.slick-slide .testi-card::before {
    opacity: 1 !important;
}

/* Testi Css */

/* Find Css */
.find-text h3 {
    text-transform: uppercase;
}

.find-text p {
    color: #000;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.8;
}

.find-list-image {
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.find-list-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    content: '';
    background: #9900ff;
    height: 100%;
    opacity: 0.7;
}

ul.list {
    column-count: 2;
}

.find-list-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 130%;
    border: 10px solid #fff;
    overflow: hidden;
    border-radius: 25px;
}


img.find-list-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}


.find-list-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 60px 30px;
}

ul.list li p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

ul.list li {
    position: relative;
    z-index: 1;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0px;
}

ul.list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(../images/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    transform: translateY(-50%);
}

img.find-img {
    height: 550px;
    object-fit: cover;
    width: 100%;
    border-radius: 25px;
}
/* Find Css */


/* Wasay Css  */




.social-icons ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
    margin-top: 30px;
}

.footer {
    background-color: #9a00ff;
    color: #f1f1f1;
    padding: 70px 0 20px;
}

.footer .footer-logo {
    margin-bottom: 30px;
}
.footer .footer-logo img {
    width: 40%;
}
.social-icons i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b857fc;
    color: #b857fc;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
.social-icons i:hover {
    transition: 0.3s ease-in-out;
    background: #fdc912;
    color: #9a00ff;
}

.footer .quick-links a {
    color: #f1f1f1;
    text-decoration: none;
    display: block;
}

.footer .quick-links a:hover {
    color: #ffeb3b;
}

.footer .subscribe-btn {
    background-color: #fdc913;
    border: none;
    border-radius: 25px;
    margin-left: 10px;
    color: #9a00ff;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 0;
    right: 0;
}

.footer .subscribe-btn:hover {
    background-color: #ffeb3b;
}
.subscribe-form input {
    background: #8a01e7;
    color: #fff;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    border: unset;
    border-radius: 50px;
    color: #fff;
}
.subscribe-form input::placeholder {
    color: #ac62dd;
    text-transform: uppercase;
}
.subscribe-form {
    position: relative;
}
.footer .footer-bottom {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    color: #f1f1f1;
}

.footer .footer-bottom a {
    color: #d2a6f9;
    text-decoration: none;
}

.footer .footer-bottom a:hover {
    color: #ffeb3b;
}

.line-separator {
    border-bottom: 1px solid #ffffff24;
    margin: 20px 0;
}
.quick-links ul {
    column-count: 2;
    line-height: 40px;
}

.quick-links {
    border-right: 1px solid #ffffff24;
    border-left: 1px solid #ffffff24;
    padding: 0 100px;
}
.subscribe-wrap {
    padding-left: 50px;
}
.footer-bottom p {
    margin: 0;
}


footer.footer h4 {
    margin-bottom: 30px;
}
footer.footer p{
    font-size: 14px;
    color: #d2a6f9;
}
    

.height_footer{
    height: 100%;
}





@media only screen and (min-width: 1420px) and (max-width: 1600px){
    .banner_img img {
        max-width: 150%;
        position: relative;
        left: 31%;
        transform: translateX(-50%);
        top: 40px;
        z-index: 2;
    }
    .banner_image {
        height: auto;
    }
    .fllow_us {
        padding: 20px 10px 20px 9%;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1419px){
    h1 {
        font-size: 66px;    
    }
    .banner_text h6 {
        letter-spacing: 4px;
    }
    .banner_image {
        height: auto;
    }
    .banner_img img {
        max-width: 150%;
        left: 36%;
    }
    .fllow_us {
        padding: 20px 10px 20px 3%;
    }
    .carousel-caption::before {
        height: 42%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px){
    h1 {
        font-size: 66px;    
    }
    .banner_text h6 {
        letter-spacing: 4px;
    }
    .banner_image {
        height: auto;
    }
    .banner_img img {
        max-width: 135%;
        left: 36%;
    }
    .fllow_us {
        padding: 20px 10px 20px 5%;
    }
    .carousel-caption::before {
        height: 40%;    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){}
