@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Global Transition for Interactive Elements */
a, button, input, textarea, select, .footer-social ul i, .insta-slide a, .bridal-sec .row {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.btn-1 {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background 0.3s ease !important;
}

html {
    scroll-behavior: smooth;
}

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "megila";
    src: url(../fonts/megila.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

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

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

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

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

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: "megila";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "megila";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "megila";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "megila";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "megila";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "megila";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 0;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.menuSec ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #ffffff;
}

.menuSec ul li a:hover::after,
.menuSec ul li a.active::after {
    width: 100%;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.top-bar-center.text-center {
    border-left: 1px solid #b5b2b1;
    border-right: 1px solid #b5b2b1;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.topSec {
    background: #f7f3f0;
    position: relative;
}

.topSec .row {
    align-items: center;
}

.cont-info h6 {
    font-size: 12.4px;
    color: #8f8c8b;
    font-family: 'Roboto';
}

.cont-info a {
    font-size: 19.36px;
    color: #1d1c1e;
    font-weight: 500;
}

.cont-info {
    text-align: left;
}

.top-bar-right.text-end a {
    font-size: 24.52px;
    color: #000000;
    font-family: 'megila';
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid #000;
}

.menuSection.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    animation: slideDown 0.5s ease;
}

.menuSection {
    background: #1d1c1e;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.menuSection .row {
    align-items: center;
}

ul.heade-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

ul.heade-social h6 {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

ul.heade-social i {
    color: #fff;
    font-size: 18px;
    transition: transform 0.3s ease;
}

ul.heade-social li a:hover i {
    transform: scale(1.3) rotate(10deg);
    color: #ffffff;
}


/*header css start */


/* Home Banner */

.home-banner-sec {
    background: #f7f3f0;
    padding: 40px 0;
}

.hm-baner-slide {
    position: relative;
    z-index: 1;
}

.hm-baner-slide img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}

.hm-baner-content {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}

.home-banner-sec .slick-center img {
    animation: kenBurns 15s infinite alternate;
}

.hm-baner-content h3 {
    font-size: 80.89px;
    color: #ffffff;
    font-weight: 300;
    text-transform: capitalize;
}

.hm-baner-slide::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(0deg, rgba(29, 28, 30, 1) 0%, rgb(29 28 30 / 7%) 100%);
    opacity: 0;
}

.home-banner-sec .slick-slide {
    opacity: 1;
        overflow: hidden;
        margin: 0 12px;
}

.home-banner-sec .slick-center .hm-baner-slide::before {
    opacity: 1;
}

.home-banner-sec .slick-slide .hm-baner-content {
    opacity: 0;
}

.home-banner-sec .slick-center .hm-baner-content {
    opacity: 1;
}

/* New Keyframe Animations */
@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

@keyframes kenBurns {
    from { transform: scale(1) translate(0, 0); }
    to { transform: scale(1.15) translate(-2%, -2%); }
}

/* Home Banner */


/* About Section */

.about-sec {
    padding: 100px 0;
}

.about-sec .about-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 40px;
}

.about-sec .about-head h2 {
    font-size: 84.57px;
    color: #000000;
    text-transform: capitalize;
}

.about-sec .about-head p {
    font-size: 16px;
    color: #000000;
}


.about-bottom .row {
    align-items: center;
}

img.about1 {
    width: 287px;
    height: 196px;
    bottom: -150px;
}

img.about2 {
    width: 416px;
    height: 277px;
    bottom: -187px;
    left: 150px;
    z-index: 2 !important;
}

img.about3 {
    width: 550px;
    height: 350px;
    margin-left: -35px;
    max-width: 455px;
}

img.about4 {
    width: 411px;
    height: 274px;
    left: -150px;
}

img.about5 {
    width: 361px;
    height: 248px;
    bottom: -100px;
    right: -45px;
}

.about-bottom {
    position: relative;
    z-index: 1;
    height: 670px;
}

.about-bottom img {
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.about-bottom img {
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.about-bottom img:hover {
    transform: translateY(-15px) scale(1.05) rotate(1deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    z-index: 10 !important;
}

/* About Section */


/* Courses Section */
.courses-sec {
    position: relative;
    z-index: 1;
    background: #201f21;
    overflow: hidden;
}

.course-image {
    margin-left: -23%;
}

.courses-sec .row {
    align-items: center;
}

.course-content h2 {
    font-size: 68.2px;
    color: #ffffff;
    text-transform: capitalize;
}

.course-content p {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto';
    margin: 15px 0;
}

.btn-1 {
    font-size: 14px;
    color: #3f0d0c;
    text-transform: uppercase;
    font-family: 'Montserrat';
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 6px 6px 6px 25px;
    border: 0;
    border-radius: 50px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.btn-1::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255,255,255,0.4);
    transform: rotate(30deg);
    transition: none;
}

.btn-1:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.btn-1:hover::after {
    left: 150%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-1 span {
    background: #000000;
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border-radius: 70px;
}
.course-content {
    padding-left: 50px;
}

/* Courses Section */

/* Bridal Section */
.bridal-sec {
    padding: 130px 0;
    background: #f7f3f0;
    position: relative;
}

.bridal-sec .row {
    background: #ffffff;
    align-items: center;
}

.bridal-sec .row .col-lg-6 {
    padding: 0;
}

.bridal-content {
    padding: 0 50px;
}

.bridal-content h2 {
    font-size: 60px;
    color: #000000;
    text-transform: capitalize;
}

.bridal-sec .row:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
}

.bridal-image, .bridal-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* Bridal Section */
/* PhotoShot Section */
.photoshot-sec {
    position: relative;
    z-index: 1;
    background: #201f21;
    overflow: hidden;
}

.photoshot-content {
    padding-right: 50px;
}

.photoshot-sec .row {
    align-items: center;
}

.photoshot-content h2 {
    font-size: 68.2px;
    color: #ffffff;
    text-transform: capitalize;
}

.photoshot-content p {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto';
    margin: 15px 0;
}

.photoshot-imag {
    width: 140%;
}

.photoshot-imag img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.photoshot-imag img:hover {
    transform: scale(1.03);
}
/* PhotoShot Section */

/* Contact Section */
.contact-sec {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.contact-sec .row {
    align-items: center;
    padding: 50px 0 60px 30px;
    position: relative;
    z-index: 1;
}

.form-group {
    position: relative;
    z-index: 1;
}

.form-group input, .form-group textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    background: transparent;
    color: #666;
    margin: 15px 0;
}

.form-group input::placeholder, .form-group textarea::placeholder {
    color: #828282;
    text-transform: uppercase;
}

.form-group i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    display: grid;
    place-content: center;
    font-size: 19px;
    color: #acaaa8;
}

.form-group textarea {
    height: 150px;
    resize: unset;
}

.form-group button {
    border: 2px solid #000;
}

.form-group button:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.hm-contact-text {
    background-color: #1b1b1b;
    padding: 70px 60px;
}

.hm-contact-text h3 {
    font-size: 106px;
    color: #ffffff;
    font-weight: 100;
}

.hm-contact-text h3 span.mob-d {
    display: none;
}

.hm-contact-text h3.deskt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    /* padding-top: 15px; */
    /* margin-top: 20px; */
}

.hm-contact-text h3.deskt::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: .65;
}

.hm-contact-text h3.deskt p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    opacity: .75;
}

.hm-contact-text h3.deskt span {
    width: 550px;
}

.contact-sec form .row {
    width: 100% !important;
}

.contact-sec .row::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #f7f3f0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.contact-sec form .row::before {
    display: none;
}
/* Contact Section */

/* Instagram Section */
section.instagram-sec .sec-head h3 {
    font-size: 40.81px;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
}

section.instagram-sec .sec-head h3 i {
    font-size: 50px;
}

.insta-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s all;
}

.insta-slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slick-slide {
    margin: 0 1px;
    opacity: 1;
}

.insta-slide a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #1b1b1be0;
    color: #fff;
    font-size: 70px;
    display: grid;
    place-content: center;
    transition: .5s all;
    opacity: 0;
}

.insta-slide:hover img {
    transform: scale(1.3);
}

.insta-slide:hover a {
    opacity: 1;
}
/* Instagram Section */

/* Footer  */
footer {
    background: #f7f3f0;
    padding: 100px 0 0 0;
}

.footer-lgoo {
    text-align: center;
}

.footer-lgoo p {
    font-size: 14px;
    color: #595756;
    width: 70%;
    margin: 15px auto 0;
}

.footer-form input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: 1px solid #8a8988;
    color: #8a8988;
    background: transparent;
    padding-right: 220px;
}

.footer-form input::placeholder {
    color: #8a8988;
}

.footer-form {
    position: relative;
    z-index: 1;
    margin: 25px 0;
}

.footer-form button {
    font-size: 16px;
    color: #fff;
    background: #1d1c1e;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 70px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-social ul i {
    font-size: 20px;
    color: #949290;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    border: 1px solid #949290;
    border-radius: 70px;
    transition: .5s all;
}

.footer-social ul i:hover {
    background: #1d1c1e;
    color: #fff;
    border-color: #1d1c1e;
    transform: translateY(-5px) rotate(15deg);
}

.footer-nav {
    padding: 15px;
    background: #1d1c1e;
    text-align: center;
    margin-top: 70px;
}

.footer-nav p {
    font-size: 15px;
    color: #ffff;
}
/* Footer  */