/**
Theme Name: Dr. Alok Roy
Author: Raktim Banerjee
Author URI: https://mrraktim.com
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dr-alok-roy
Template: astra
*/

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.dm-sans-font {
    font-family: 'DM Sans', sans-serif;
}

.popping-font {
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration: none;
}

.section_padding {
    padding: 60px 0px;
}

@media (max-width:480px) { 
    .section_padding {
        padding: 60px 15px;
    }
}


/* Navbar */
.navbar .navbar-nav .nav-item .menu-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #606060;
    transition: 0.4s;
    /*border-bottom: 2px solid transparent;*/
    padding-left: 15px;
    padding-right: 15px;
}

.navbar .navbar-nav .nav-item:hover .menu-link {
    color: #b22024;
    transition: 0.4s;
    /*border-bottom: 2px solid yellow;*/
}

.navbar .navbar-nav .current_page_item .menu-link {
    color: #b22024;
    transition: 0.4s;
    /*border-bottom: 2px solid yellow;*/
}


/* Banner */
.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

@media (max-width:480px) { 
    .navbar .navbar-nav {
        margin: 0;
    }
    
    .navbar .navbar-nav li {
        padding: 10px;
    }
    
    .banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-position: -60px 0px;
    }
}
.menu img{width:auto;height:80px;}
.sticky-header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
  background: #F8F6E9;
  box-shadow: 0 2px 15px rgba(0,0,0,.1);
  transition: all 0.4s ease;
}
.sticky-header img{width:auto;height:50px !important;}

.banner .overlay {
    height: 750px;
    background-color: rgba(13, 13, 13, 0.3);
    transition: background .3s,border-radius .3s,opacity .3s;
}

/*.banner .title {*/
/*    font-family: 'DM Sans', sans-serif;*/
/*    font-weight: 400;*/
/*    letter-spacing: -3px;*/
/*    color: white;*/
/*}*/

.banner .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -3px;
    color: white;
}

.banner .title-1 {
    font-size: 3.5rem;
    margin-bottom: 0px;
    stroke: #000;
    text-shadow: 0 0 100px rgba(0,0,0,.68);
}

.banner .title-2 {
    font-size: 7rem;
    margin-top: -40px;
    margin-bottom: 0px;
    text-shadow: 0 0 100px rgba(0,0,0,.68);
}

.banner .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: white;
}

.banner .text-area {
    padding-top: 21rem;
}

@media (max-width:480px) {
    .banner .overlay {
        height: 500px;
    }
    .banner .title-1 {
        font-size: 2.5rem;
    } 
    .banner .title-2 {
        font-size: 4.5rem;
        margin-top: 8px;
        line-height: 0.90em !important;
    } 
    .banner .text {
        font-size: 18px;
    } 
    .banner .text-area {
        padding-top: 3rem!important;
    }
}

@media (max-width:1024px) { 
    .banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    
    .banner .title-2 {
        font-size: 5rem;
        margin-top: 2px;
        margin-bottom: 0px;
    }
    
    .page-banner {
        background-size: cover;
        background-position: 0px -100px;
    }

}

/* Content */
.content .title {
    font-family: 'Poppins', sans-serif;
    /*letter-spacing: -3px;*/
    font-size: 3.5rem;
    margin-bottom: 0px;
    /*stroke: #000;*/
    color: black;
    text-shadow: 0 0 100px rgba(0,0,0,.68);
    font-weight: 500;
    color: #18191a !important;
}

.content .text {
    text-align: center;
    color: #222223;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width:480px) {
.content .text {
        text-align: center;
        color: #222223;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
    }
}

/* Content Area 2 */
.content-2 i {
    font-size: 50px;
    width: 1em;
    height: 1em;
    font-weight: 900;
    position: relative;
    display: block;
    color: grey;
}

.content-2 p {
    font-size: 20px;
}

.content-2 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
}

/* Social Icons */
.social {
    background-color: #b22024;
}

.social .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 0px;
    stroke: #000;
    color: white;
    text-shadow: 0 0 100px rgba(0,0,0,.68);
}

.social .text {
    text-align: center;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.social .social-icon i {
    font-size: 50px;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    color: white;
}

.social .social-icon .text {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: white;
    margin-top: 10px;
}

/* Gallary */
.gallary {
    background-color: white;
}

/* Video */
.video .video-play{
    /*height: 590px;*/
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.video .text {
    text-align: center;
    color: #222223;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width:480px) {
    .video .video-play{
        height: auto;
    }
}

/* Footer */
footer {
    background-color: #70685D;
}

footer ul {
    list-style-type: none;
}

footer ul li {
    margin-top: 10px;
}

footer ul li a {
    font-family: 'Poppins', sans-serif;
    color: #cdcdcd;
    font-size: 18px;
    font-weight: 700;
}

footer ul li a:hover {
    color: white;
}

footer ul li::before {
    /*display: none !important;*/
    content: "\2022";
     /*Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #cdcdcd;
     /*Change the color */
    font-size: 24px;
    font-weight: bold;
     /*If you want it to be bold */
    display: inline-block;
     /*Needed to add space between the bullet and the text */
    width: 1em;
     /*Also needed for space (tweak if needed) */
    margin-left: -1em;
     /*Also needed for space (tweak if needed) */
}


/* Blog */
.blog .blog_title {
    font-family: 'Poppins', sans-serif;
    color: white;
}

.blog .publish_date {
    font-family: 'Poppins', sans-serif;
    color: #c2cdeae6;
}

.blog .description {
    color: #e0e2e7;
    font-size: 20px;
}

.blog p {
    color: #e0e2e7;
    font-size: 20px;
}

/* Swiper */

.swiper {
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-pagination-bullet {
    background-color: #FFFFFF;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #FFFFFF;
    right: 10px;
    padding: 21px;
    border-radius: 100%;
    color: black !important;
    font-weight: bolder;
    fill: black !important;
    stroke: black !important;
    /* border: 1px solid black; */
    transition: 0.4s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    box-shadow: 0px 0px 20px 0px white;
    transition: 0.4s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px !important;
    font-weight: bolder;
}


.page-banner {
    background-size: cover;
    background-position: 0px -160px;
}

@media (max-width:1024px) { 
    .page-banner {
        background-size: cover;
        background-position: 0px -100px;
    }
}


.page-banner .overlay {
    height: 350px;
    background-color: rgba(13, 13, 13, 0.1);
    transition: background .3s, border-radius .3s, opacity .3s;
    -webkit-transition: background .3s, border-radius .3s, opacity .3s;
    -moz-transition: background .3s, border-radius .3s, opacity .3s;
    -ms-transition: background .3s, border-radius .3s, opacity .3s;
    -o-transition: background .3s, border-radius .3s, opacity .3s;
}

.page-banner .title-2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 5rem;
    letter-spacing: -4px;
    margin-top: -40px;
    margin-bottom: 0px;
    text-shadow: 0 0 100px rgba(0, 0, 0, .68);
    color: white;
    font-weight: bolder;
}

@media (max-width:480px) {
    .page-banner {
        background-image: url('assets/images/banner.webp');
        background-size: cover;
        background-position: 0px 0px;
    }
    
    .page-banner .overlay {
        height: 300px;
        background-color: rgba(13, 13, 13, 0.1);
        transition: background .3s, border-radius .3s, opacity .3s;
        -webkit-transition: background .3s, border-radius .3s, opacity .3s;
        -moz-transition: background .3s, border-radius .3s, opacity .3s;
        -ms-transition: background .3s, border-radius .3s, opacity .3s;
        -o-transition: background .3s, border-radius .3s, opacity .3s;
    }

    .page-banner .title-2 {
        font-family: 'DM Sans', sans-serif;
        font-size: 3.5rem;
        letter-spacing: -4px;
        margin-top: -25px;
        margin-bottom: 0px;
        text-shadow: 0 0 100px rgba(0, 0, 0, .68);
        color: white;
        font-weight: bolder;
    }
}

blockquote {
    border-color: #2ea3f2 !important;
}

blockquote {
    margin: 20px 0 30px;
    border-left: 5px solid;
    padding-left: 20px;
}

blockquote p {
    font-family: 'Poppins', sans-serif;
    color: rgb(79, 79, 79);
    font-weight: 500 !important;
}

.quote {
    font-family: 'Poppins', sans-serif;
    color: rgb(79, 79, 79);
    font-family: 'Poppins', sans-serif;
    font-size: 31px;
    font-weight: bold;
    line-height: 44px;
    /*letter-spacing: -2px;*/
}

@media (max-width:480px) { 
    .quote {
        font-family: 'Poppins', sans-serif;
        color: rgb(79, 79, 79);
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -1px;
    }
    
    .content-area p {
        font-family: 'Poppins', sans-serif;
        font-size: 1rem !important;
        color: rgb(68, 62, 62);
        font-weight: 300;
        line-height: 30px;
    }
}

.contact .heading {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
}
.content-area h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
}
.content-area p{
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem !important;
    color: rgb(68, 62, 62);
    font-weight: 300;
    line-height: 30px;
}


/* Conatct details */
.contact .information {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: rgb(68, 62, 62);
    font-weight: 300;
    line-height: 30px;
}

.my-details .text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    color: rgb(68, 62, 62);
    font-weight: 700;
    line-height: 30px;
}

.my-details .text .inner-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: rgb(68, 62, 62);
    font-weight: 300;
    line-height: 30px;
}

/* Blog */
.blog .post .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700!important;
    font-size: 1.5rem;
}

.blog .post .description {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: rgb(68, 62, 62);
    font-weight: 300;
    line-height: 30px;
}

.blog .post .read-more a {
    padding: 10px 25px;
    background-color: #808285;
    color: white;
    border-radius: 5px;
}

.blog .post .info span {
    font-family: 'Poppins', sans-serif;
}


.archive .title {
    font-family: 'Poppins', sans-serif;
    color: rgb(68, 62, 62);
}

.archive ul {
    list-style-type: none;
    margin-left: 0px;
}

.archive li a {
    font-family: 'Poppins', sans-serif;
    color: rgb(68, 62, 62);
    font-size: 20px;
}

/* Single Post */

.post .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700!important;
    font-size: 1.7rem;
}

.post .info span {
    font-family: 'Poppins', sans-serif;
}

.post p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: rgb(68, 62, 62);
    font-weight: 300;
    line-height: 30px;
}

/* AnsPress Styles */
.ap-btn-ask {
    background-color: black!important;
}

#anspress .ap-filter-toggle {
    color: black!important;
}

.ap-cradit {
    display: none!important;
}

.ap-form-control {
    margin-right: 8px!important;
}

.ap-login {
    display: none!important;
}

/* Other */
#ast-scroll-top {
    background-color: black!important;
}


.wpcf7-form-control .wpcf7-submit .has-spinner .btn .btn-dark {
    background-color: black !important;
}


.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 300px;
  height: 300px;
}

.yt-video {
    height: 515px;
}

@media (max-width:480px) { 
   .img-magnifier-glass {
      position: absolute;
      border: 3px solid #000;
      border-radius: 50%;
      cursor: none;
      /*Set the size of the magnifier glass:*/
      width: 200px;
      height: 200px;
    }
    
    .yt-video {
        height: 230px;
    }
}
.navbar-dark .navbar-toggler{border:none;background:#b22024;}
