/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#particles-js{ 
	position:fixed; 
	width: 100%; 
	height: 100%; 
	background-color: #ffffff; 
	background-image: url(""); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: 50% 50%; 
}
/*body.home header.site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}*/
header.site-header .header-inner {
    max-width: 1400px;
}
header.site-header .header-inner .site-logo img {
    width: 360px;
    max-width: 100%;
}
header.site-header .header-inner nav.site-navigation  ul  li a {
    font-size: 14px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.5s;   
}
header.site-header .header-inner nav.site-navigation ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #fc4141;
	transition: all 0.5s;
}
header.site-header .header-inner .site-navigation ul.menu li.menu-item-has-children:after{
    content: "";
    background-image: url('images/down-arrow.png');
    width: 12px;
    height: 12px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: all 0.5s;
}
header.site-header .header-inner .site-navigation ul.menu li.menu-item-has-children:hover:after{
    transform: rotate(180deg);
    transition: all 0.5s;
}
header.site-header .header-inner .site-navigation ul.menu {
    align-items: center;
}
header.site-header .header-inner nav.site-navigation ul li{
    margin: 0 30px;
}
header.site-header .header-inner nav.site-navigation ul li.current-menu-item a, header.site-header .header-inner nav.site-navigation ul li:hover a{
	color: #fc4141;
	transition: all 0.5s;
}
header.site-header .header-inner nav.site-navigation ul li.current-menu-item a:before, header.site-header .header-inner nav.site-navigation ul li:hover a:before{
	width: 100%;
}
header.site-header .header-inner nav.site-navigation > ul > li:last-child a {
	font-weight: 700;
    display: inline-block;
    padding: 15px 40px;
    background: #fc4141;
    color: #fff;
    border-radius: 30px;
    transition: all 0.5s;
}
header.site-header .header-inner nav.site-navigation > ul > li:last-child:hover a, header.site-header .header-inner nav.site-navigation > ul > li.current-menu-item:last-child a{
	background: #1e1e1e;
	transition: all 0.5s;
}
header.site-header .header-inner nav.site-navigation >  ul > li:last-child{
    margin-left: 100px; 
    margin-right: 0
}
header.site-header .header-inner nav.site-navigation ul li.current-menu-item:last-child a:before, header.site-header .header-inner nav.site-navigation ul li:last-child:hover a:before, header.site-header .header-inner .site-navigation ul.menu li.menu-item-has-children:hover a:before {
	display: none;
}
header.site-header .header-inner .site-navigation ul.menu li ul {
    background: #fc4141;
    width: 100%;
    border-radius: 0 0 10px 10px;
}
header.site-header .header-inner .site-navigation ul.menu li ul.sub-menu li {
    padding: 10px 10px;
}
header.site-header .header-inner .site-navigation ul.menu li ul li {
    margin: 0;
    width: 100%;
}
header.site-header .header-inner .site-navigation ul.menu li ul li a {
    display: block;
    color: #fff;
    background: transparent;
}
header.site-header .header-inner .site-navigation ul.menu li ul li a:hover{
    background: transparent;
}



div#hero-section{
    position: relative;
}
div#hero-section:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 250px;
    background: #fc4141;
    filter: blur(200px);
}
div#hero-section:before {
    content: '';
    position: absolute;
    left: -150px;
    bottom: 0;
    top: inherit;
    width: 250px;
    height: 250px;
    background: #fc4141;
    filter: blur(200px);
}
footer#site-footer{
	padding-top: 0;
	padding-bottom: 0;
}
footer#site-footer .footer-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
footer#site-footer .footer-container .site-branding {
    border-top: 2px solid #fc4141;
    padding: 50px 0 0 0;
}
footer#site-footer .footer-container .site-logo {
    text-align: center;
}
footer#site-footer .footer-container .copyright {
/*	border-top: 2px solid #fc4141;*/
	padding: 10px 0;
}
footer#site-footer .footer-container .copyright p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
footer#site-footer .footer-inner {
    max-width: 100%;
    padding: 50px 0;
}
footer#site-footer .footer-inner .footer-col:first-child{
    width: 50%;
    padding-right: 50px;
}
footer#site-footer .footer-inner .footer-col{
    width: 25%;
}
footer#site-footer .footer-inner .footer-col h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fc4141;
    margin-bottom: 40px;
}
footer#site-footer .footer-inner .footer-col ul{
    list-style: none;
    padding: 0;
}
footer#site-footer .footer-inner .footer-col:first-child ul{
    column-count: 2;
}
footer#site-footer .footer-inner .footer-col ul li{
    margin-bottom: 10px;
}
footer#site-footer .footer-inner .footer-col ul li a{
    font-size: 14px;
    font-weight:500;
    text-transform: uppercase;
    transition: all 0.5s;
}
footer#site-footer .footer-inner .footer-col ul li a:hover{
	color: #fc4141;
	transition: all 0.5s;
}
footer#site-footer .footer-inner .footer-col ul.cnss-social-icon li i {
    font-size: 16px !important;
    text-align: center;
    line-height: 30px;
}
footer#site-footer .footer-inner .footer-col ul li {
    font-weight: 500;
}
main#content {
    position: relative;
    z-index: 9;
}
section.hero-section-gallery {
    background-image: url(images/galleryHero.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    width: 96%;
    margin: auto;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
section.hero-section-payment{
       background-image: url(images/payment.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    width: 96%;
    margin: auto;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

section.hero-section-gallery:before, section.hero-section-payment:before, section.hero-section-404:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #171717 8%, #FFFFFF00 100%);
    border-radius: inherit;
    z-index: -1;
}
section.hero-section-gallery .hero-container, section.hero-section-payment .hero-container, section.hero-section-404 .hero-container{
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
section.hero-section-gallery h1, section.hero-section-payment h1, section.hero-section-404 h1{
    font-size: 72px;
    font-weight: 700;
    padding: 0px 20px;
    color: #FFFFFF;
    margin: 0!important;
}
section.hero-section-gallery .page-header p, section.hero-section-payment .page-header p  {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    max-width: 50%;
    margin: 10px 0;
}
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 80px;
}
.gallery-grid article.post.gallery {
    width: calc(33.33% - 10px);
}
.gallery-grid article.post.gallery a {
    width: 100%;
    height: 400px;
    display: inline-block;
    position: relative;
    overflow: hidden;
      border-radius: 20px;
}

.gallery-grid article.post.gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s;
}
.gallery-grid article.post.gallery:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
}
.gallery-grid article.post.gallery h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
div#contactForm form input, div#contactForm form textarea {
    padding: 15px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    border-radius: 30px;
    border: 0;
    outline: 0;
}
div#contactForm form input.wpcf7-submit {
    background: #fc4141;
    padding: 15px 60px;
    color: #fff;
    border: 0;
    transition: all 0.5s;
}
div#contactForm form input.wpcf7-submit:hover {
    background: #fff;
    color: #1e1e1e;
    transition: all 0.5s;
}
div#contactForm form .wpcf7-response-output {
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}
body.page-template-image-detail-template main#content {
    max-width: 100%;
}
.gallerydetail {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 80px 10px;
}
.gallerydetail .galleryimage img.galleryimg {
    width: 100%;
    border-radius: 20px;
}
.gallerydetail .galleryimage {
    width: 40%;
}
.gallerydetail .gallerycontent {
    width: 60%;
    padding-left: 50px;
}
.gallerydetail .gallerycontent .descdiv p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.gallerydetail .gallerycontent .descdiv {
    margin-bottom: 50px;
}
.paysection {
    padding: 50px;
    background: #1e1e1e;
    color: #fff;
    border-radius: 20px;
}
.paysection p {
    font-weight: 500;
}
.paysection p select, .paysection p input {
    padding: 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}
.paysection input#submit-button-pay {
    padding: 15px 30px;
    border: 1px solid #ff9933;
    border-radius: 5px;
    background-image: linear-gradient(#fff0a8, #f9b421);
    display: block;
    position: relative;
    color: #253b80;
    font-weight: 700;
    font-size: 18px;
    font-style:italic;
}
.threepoint {
    background: #fc4141;
    padding: 50px;
}
.threepoint .container {
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.threepoint .container h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffff;
}
.threepoint .container ol {
    padding-left: 20px;
}
.success-message {
    padding: 80px 10px 10px;
    text-align: center;
}
.success-message h4 {
    font-size: 36px;
    font-weight: 600;
}
.success-message  p{
    font-weight: 500;
}

.descdiv {
    text-align: center;
    font-size: 26px;
}

.text-content {
    padding: 180px 0px;
    font-size: 22px;
}
.text-content a {
    font-size: 22px;
}
section.hero-section-gallery .page-header p{
    padding: 0px 20px;
}

section.hero-section-404 {
    background-image: url(images/found.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    width: 96%;
    margin: auto;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.page-content-404{
    padding: 100PX 0PX;
    text-align: center;
}

@media (max-width: 1400px){
    header.site-header .header-inner {
        max-width: 100%;
        padding: 0 10px;
    }
    header.site-header .header-inner .site-logo img {
        width: 250px;
        max-width: 100%;
    }
    header.site-header .header-inner nav.site-navigation ul li {
        margin: 0 20px;
    }
}
@media (max-width: 1200px){
    header.site-header .header-inner nav.site-navigation ul li {
        margin: 0 10px;
    }
    header.site-header .header-inner nav.site-navigation > ul > li:last-child a {
        padding: 10px 30px;
    }
    header.site-header .header-inner nav.site-navigation > ul > li:last-child {
        margin-left: 50px;
    }
    header.site-header .header-inner .site-navigation ul.menu li.menu-item-has-children:after {
        width: 10px;
        height: 10px;
        margin-top: 4px;
    }
    footer#site-footer .footer-container{
        max-width: 100%;
        padding: 0 10px;
    }
}
@media (max-width: 1024px){
    header.site-header .header-inner .site-logo img {
        width: 200px;
        max-width: 100%;
    }
    header.site-header .header-inner nav.site-navigation > ul > li:last-child {
        margin-left: 20px;
    }
    .site-navigation ul.menu li.menu-item-has-children {
        padding-inline-end: 0;
    }
    header.site-header .header-inner .site-navigation ul.menu li.menu-item-has-children:after {
        margin-top: 0px;
    }

     body.page-id-150 .site-main{
        min-width: 800px!important;
    }

}
@media (max-width: 991px){
    header.site-header .header-inner nav.site-navigation ul li a {
        font-size: 12px;
    }
    header.site-header .header-inner nav.site-navigation > ul > li:last-child a {
        padding: 10px 20px;
    }
    header.site-header .header-inner nav.site-navigation > ul > li:last-child {
        margin-left: 0;
    }

      div#books-world .elementor-image-box-wrapper {
    flex-direction: column;
    align-items: baseline;
}


div#books-world .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 50%;
    margin: 0px;
    text-align: left;
}

div#books-world .elementor-image-box-content a {
        font-size: 20px;}

        .hero-container .page-header h1.entry-title {
    font-size: 46px;
    padding: 0px 20px;
}
   body.page-id-150 .site-main{
        min-width: 750px!important;
    }

.gallerydetail{

        flex-direction: column;
    }

.gallerydetail .galleryimage {
    width: 100%;
}

.gallerydetail .gallerycontent {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
}

}
@media (max-width: 767px){
    header.site-header .site-navigation-toggle-holder.show {
        padding: initial;
    }
    header.site-header .site-navigation-toggle-holder .site-navigation-toggle {
        background-color: rgb(251 65 65);
        color: #ffffff;
    }
    header.site-header .site-navigation-dropdown ul.menu li a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        color: #000;
        padding: 11px 10px;
    }
    header.site-header .site-navigation-dropdown ul.menu li:last-child a{
        box-shadow: none;
    }
    header.site-header .site-navigation-dropdown ul.menu li.current-menu-item a {
        background: #fc4242;
        color: #ffffff;
    }

    .site-navigation-dropdown ul.menu{
        z-index: 999;
        background: #fff;
    }

    .hero-container .page-header h1.entry-title {
    font-size: 28px;
}

section.hero-section-payment, section.hero-section-404{
    min-height: 450px;
}

section.hero-section-gallery .page-header p, section.hero-section-payment .page-header p{
    max-width: 100%;
}
.gallery-grid article.post.gallery {
    width: 100%;
}
.gallery-grid article.post.gallery h2{
    margin: 20px 0px;
    font-size: 24px;
}

   body.page-id-150 .site-main{
        min-width: 650px!important;
    }


    section.hero-section-gallery{
            width: 96%;
            min-height: 450px;
    }


    .paysection, .threepoint {
    padding: 24px;
}

    
}


@media (max-width: 667px){
    footer#site-footer .footer-inner .footer-col:first-child{
        width: 100%;
        padding-right: initial;
        margin-bottom: 20px;
    }
    footer#site-footer .footer-inner .footer-col{
        width: 50%;
    }

        div#books-world .elementor-image-box-wrapper figure.elementor-image-box-img {
        width: 100%;
       
    }
      body.page-id-150 .site-main{
        min-width: 480px!important;
    }

    footer#site-footer .footer-inner .footer-col h3 {    
        margin-bottom: 20px;

}

}
@media (max-width: 480px){
    footer#site-footer .footer-inner .footer-col:first-child ul{
        column-count: 1;
    }
     footer#site-footer .footer-inner .footer-col{
        width: 100%;
        margin-bottom: 20px;
    }
    footer#site-footer .footer-inner .footer-col:last-child{
        margin-bottom: 0;
    }

    div#vision-text h1 {
        font-size: 50px;
        z-index: 9;
        position: relative;
    }


      body.page-id-150 .site-main{
        min-width: 300px!important;
    }

}