@import url(https://db.onlinewebfonts.com/c/06981ce077f50507c144a35e8de65210?family=Malibu+Sunday+Serif);
@import url(https://db.onlinewebfonts.com/c/e38c4dc8a5d7717d684c921783ea0c38?family=Malibu+Sunday+Script);

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

body {
    overflow-x: hidden;
    background-color: #F5F7FA;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

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

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Roman.eot');
    src: url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeue-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff'),
        url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.eot');
    src: url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Thin.woff') format('woff'),
        url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-UltraLight.eot');
    src: url('../fonts/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-UltraLight.woff') format('woff'),
        url('../fonts/HelveticaNeue-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Black.eot');
    src: url('../fonts/HelveticaNeue-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Black.woff') format('woff'),
        url('../fonts/HelveticaNeue-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Heavy.eot');
    src: url('../fonts/HelveticaNeue-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Heavy.woff') format('woff'),
        url('../fonts/HelveticaNeue-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/*header*/
header{
       background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
header nav .navbar-brand{
    padding: 0;
    margin: 0;
    width: 15%;
}
header nav .navbar-brand img{
    filter: brightness(0) invert(1);
}
header nav #navbarSupportedContent ul{
    margin:0 auto 0 30%;
}
header nav #navbarSupportedContent ul li:first-child{
    margin: 0;
}
header nav #navbarSupportedContent ul li{
    margin: 0 0 0 30px;
}
header nav #navbarSupportedContent ul li a{
font-family: Helvetica Neue;
font-weight: 400;
font-size: 18px;
text-align: center;
padding: 0;
color: #fff;
transition:0.3s all ease-in-out;
}
header nav #navbarSupportedContent ul li a:hover{
      color:#CEAC52;
}
header nav #navbarSupportedContent ul li a.active{
      color:#CEAC52;
}
header nav #navbarSupportedContent form a img{
    margin: 0 0 0 8px;
}
header nav #navbarSupportedContent form a{
    border-radius: 63px;
    width: 198px;
    height: 50px;
    line-height: 50px;
    background: #FDFDFD;
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #00113A;
    display: block;
    transition:0.3s all ease-in-out;
}
header nav #navbarSupportedContent form a:hover{
     background:#CEAC52;
}

/*banner*/

.sec-home-banner{
    background-image: url(../images/main-banner.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 220px 0 130px;
}
.sec-home-banner h1 span{
  font-family: Malibu Sunday Script;
  font-size: 120px;
  letter-spacing: -1%;
}
.sec-home-banner h1{
    font-family: Malibu Sunday Serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 88px;
    letter-spacing: -4%;
    color: #FFFFFF;
    margin: 0 0 16px;
}
.sec-home-banner .tag-box{
    border-radius: 99px;
    width: 282px;
    height: 50px;
    line-height: 50px;
    background-color:transparent;
    border: 1px solid #FFFFFF;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-style: Italic;
    font-size: 32px;
    letter-spacing: -4%;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 30px;
    border: 1px solid #CEAC52;
}
.sec-home-banner  p{
    font-family: Helvetica Neue;
font-weight: 500;
font-size: 18px;
line-height: 24px;
color: #FDFDFD;
margin: 0 0 20px;
}
.sec-home-banner  h6{
    font-family: Helvetica Neue;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #FDFDFD;
margin: 10px 0 0;
}

.sec-home-banner .newsletter form{
position: relative;
}
.sec-home-banner .newsletter form input:placeholder{
    color: rgb(255 255 255 / 70%);
}
.sec-home-banner .newsletter form button img{
    margin: 0 0 0 8px;
}
.sec-home-banner .newsletter form button{
    border-radius: 63px;
    width: 249px;
    height: 48px;
    line-height: 48px;
    background: #FDFDFD;
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #00113A;
    display: block;
    position: absolute;
    right: 10%;
    top: 0;
    border: 1px solid #CEAC52;
    transition:0.3s all ease-in-out;
}
.sec-home-banner .newsletter form button:hover{
     background:#CEAC52;
}
.sec-home-banner .newsletter form input{
    width: 60%;
    border: 1px solid #CEAC52;
    height: 48px;
    line-height: 48px;
    border-radius: 63px;
    background: transparent;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    padding: 0 10% 0 20px;
    outline: none;
    color:#FFFFFF;
}

/*marquee-sec*/
.marquee-sec{
    padding: 22px 0;
    background-color: #FFFFFF;
    width:100%;
    overflow:hidden;
}
.marquee-sec .marqueee-slider{
    display:flex;
    gap:40px;
    width:max-content;
}
.marquee-sec .marqueee-slider .marquee-slide img{
    margin:0 40px 0 0;
}
.marquee-sec .marqueee-slider .marquee-slide{
font-family: Malibu Sunday Serif;
font-weight: 400;
font-size: 48px;
line-height: 100%;
letter-spacing: -4%;
color: #00113A;
width:max-content;
display:flex;
    align-items:center;
      white-space:nowrap;

}

/*quote-sec*/

.quote-sec{
    padding: 150px 0;
}
.quote-sec .quote-box:before{
    content: '';
    background: url(../images/quote-start.svg);
    width: 151px;
    height: 134px;
    position: absolute;
    top: -30%;
    left: -8%;
    z-index: -1;
}
.quote-sec .quote-box:after{
    content: '';
    background: url(../images/quote-end.svg);
    width: 151px;
    height: 134px;
    position: absolute;
    bottom: -20%;
    right: -1.5%;
    z-index: -1;

}
.quote-sec .quote-box p{
    font-family: Malibu Sunday Serif;
font-weight: 400;
font-size: 30px;
line-height: 40px;
margin: 0 0 35px;
color: #555555;
}
.quote-sec .quote-box{
    position: relative;
}


.book-feature .book-feature-box{
border: 1px solid #D3DAF0;
background: #D3DAF040;
padding: 50px 24px 24px;
border-radius: 48px;
}

.book-feature .book-feature-box .book-feature-main-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px 0;
}
.book-feature .book-feature-box .book-feature-main-content h2 span{
color: #CEAC52;
font-family: Malibu Sunday Script;
font-size: 120px;
letter-spacing: -4%;
margin: 0 15px 0 0;

}
.book-feature .book-feature-box .book-feature-main-content p{
    font-family: Helvetica Neue;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #555555;
width: 33%;
}
.book-feature .book-feature-box .book-feature-main-content h2{
    font-family: Malibu Sunday Serif;
font-weight: 400;
font-size: 72px;
line-height: 88px;
letter-spacing: -4%;
color: #151515;
margin: 0;
width: 50%;
}
.book-feature .book-feature-box .book-feature-content{
background-image: url(../images/book-feature-img.png);
backdrop-filter: blur(50px);
background-color: #0B041403;
border-radius: 32px;
position: relative;
background-size: cover;
background-position: 100% 100%;
background-repeat: no-repeat;
padding: 20px;
}

.book-feature .book-feature-box .book-feature-content .book-feature-glass{
background: linear-gradient(138.3deg, rgba(255, 255, 255, 0.15) 1.11%, rgba(153, 153, 153, 0.15) 98.26%);
padding: 32px;
position: relative;
border-radius: 16px;
z-index: 1;

}
.book-feature .book-feature-box .book-feature-content .book-feature-glass::before{
content:"";
position:absolute;
inset:0;
padding:1px;
border-radius:16px;

background: linear-gradient(138.3deg, rgba(255, 255, 255, 0.15) 1.11%, rgba(153, 153, 153, 0.15) 98.26%);
z-index: -1;
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
}
.book-feature .book-feature-box .book-feature-content .book-feature-glass ul li{
    font-family: Helvetica Neue;
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #FFFFFF;
margin: 0 0 20px 20px;
position: relative;

}
.book-feature .book-feature-box .book-feature-content .book-feature-glass ul li:before{
    content: '';
    background-image: url(../images/bulliet-arrow.svg);
    background-size: cover;
    width: 9px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -20px;
}
.book-feature .book-feature-box .book-feature-content  a img{
    filter: brightness(0) invert(1);
    margin: 0 0 0 8px;
}
.book-feature .book-feature-box .book-feature-content  a:before{/* content:""; */position:absolute;inset:0;padding:0.5px;border-radius:70px;background: linear-gradient(170deg, #FFFFFF 15.05%, rgba(255, 255, 255, 0.3) 52.7%, #FFFFFF 94.48%);-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);-webkit-mask-composite: xor;mask-composite: exclude;}
.book-feature .book-feature-box .book-feature-content  a{position: absolute;top: 20px;right: 20px;background: #FFFFFF40;backdrop-filter: blur(24px);font-family: Helvetica Neue;font-weight: 400;font-size: 18px;line-height: 48px;text-align: center;color: #fff;display: block;width: 160px;border-radius: 70px;height: 48px;border: 1px solid #CEAC52;  transition:.3s all ease-in-out;}
  .book-feature .book-feature-box .book-feature-content a:hover{
         background:#CEAC52;
    }
.book-feature .book-feature-box .book-feature-content .book-feature-glass h6{
    font-family: Malibu Sunday Serif;
font-weight: 400;
font-size: 32px;
line-height: 40px;
letter-spacing: -4%;
color: #FFFFFF;
margin: 0 0 20px;
}

/*gallery-sec*/
.gallery-sec{
    padding: 100px 0;
}
.gallery-sec h3 span{
    font-family: Malibu Sunday Script;
font-size: 108px;
letter-spacing: -4%;
color: #CEAC52;
}
.gallery-sec h3{
    font-family: Malibu Sunday Serif;
font-weight: 400;
font-size: 72px;
line-height: 88px;
letter-spacing: -4%;
text-align: center;
color: #151515;
margin:  0 0 50px;
}
.gallery-sec .gallery-marquee{
    margin: 0 0 24px;
}
.gallery-sec .gallery-marquee , .gallery-sec .gallery-marquees{
        display: flex;
    gap: 24px;
    width: max-content;
}
.gallery-sec .gallery-content{
width: 40%;
margin: 50px auto 0;
}
.gallery-sec .gallery-content .gallery-btn{
    display: flex;
    align-items: center;
    gap:16px;
    justify-content: center;
}
.gallery-sec .gallery-content .gallery-btn a img{
    filter: brightness(0) invert(1);
    margin: 0 0 0 8px;
     transition:.3s all ease-in-out;
}
.gallery-sec .gallery-content .gallery-btn a:last-child img{
    filter: inherit;
}
.gallery-sec .gallery-content .gallery-btn a:last-child:hover{
     background:#CEAC52;
     color:#00113A;
}
.gallery-sec .gallery-content .gallery-btn a:last-child{
    color:#00113A;
    background: transparent;
    border: 1px solid #CEAC52;
}
.gallery-sec .gallery-content .gallery-btn a:hover{
       background: transparent;
    border: 1px solid #CEAC52;
    color:#00113A;
}
.gallery-sec .gallery-content .gallery-btn a:hover img{
    filter: brightness(0);
}
.gallery-sec .gallery-content .gallery-btn a{
    background: #00113A;
     border: 1px solid #00113A;
    width: 198px;
    height: 48px;
    line-height: 48px;
    border-radius:63px;
    font-family: Helvetica Neue;
font-weight: 700;
font-size: 18px;
text-align: center;
color: #FFFFFF;
 transition:.3s all ease-in-out;
}
.gallery-sec .gallery-content p{
    font-family: Helvetica Neue;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: center;
color:#555555;
margin: 0 0 24px;

}

/*author*/
.author-sec{
    padding: 0 0 100px;
}
.author-sec h3{
    font-family: Malibu Sunday Serif;
font-weight: 400;
font-size: 56px;
line-height: 54px;
text-transform: uppercase;
margin: 0 0 16px;
}
.author-sec p{
    font-family: Helvetica Neue;
font-weight: 500;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
margin: 0 0 32px;

}
.author-sec .author-biography-social{
padding: 14px 24px; 
display: flex;
align-items: center;
justify-content: center;
background: #F1F1F1;
border-radius: 56px;
width: 82%;
margin: 0 0 24px;
}
.author-sec .anchor-tag img{
    margin: 0 0 0 8px;
}
.author-sec .anchor-tag{
    border: 1px solid #CEAC52;
    border-radius: 63px;
    background: transparent;
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    color: #00113A;
    display: block;
    height: 48px;
    width: 170px;
    text-align: center;
     transition:.3s all ease-in-out;
}
.author-sec .anchor-tag:hover{
    background:#CEAC52;
}
.author-sec .author-biography-social img:first-child{
    margin: 0 20px 0 0;
}

/*watch*/
.watch{
    padding:0 0 70px 0;
    position: relative;
    z-index: 1;
}
.watch .watch-box{
    background-color:#D3DAF040;
    border-radius: 48px;
    border: 1px solid #D3DAF0;
    padding:16px;
}
.watch .watch-box .watch-top-text .content-with-button{
    width: 40%;
}
.watch .watch-box .watch-top-text .content-with-button p{
    font-family: Helvetica Neue;
font-weight: 500;
font-size: 18px;
line-height: 24px;
color: #727272;
    margin: 0 0 16px;

}
.watch .watch-box .watch-top-text .content-with-button a img{
    margin: 0 0 0 8px;
}
.watch .watch-box .watch-top-text .content-with-button a{
        border-radius: 63px;
        background: transparent;
        font-family: Helvetica Neue;
        font-weight: 700;
        font-size: 18px;
        line-height: 48px;
        color: #00113A;
        display: block;
        height: 48px;
        width: 235px;
        text-align: center;
        border: 1px solid #CEAC52;
         transition:.3s all ease-in-out;
}
.watch .watch-box .watch-top-text .content-with-button a:hover{
    background:#CEAC52;
}
.watch .watch-box .watch-top-text h3 span{
    font-family: Malibu Sunday Script;
font-size: 72px;
color: #CDAB51;
text-transform: capitalize;
}
.watch .watch-box .watch-top-text h3{
font-family: Malibu Sunday Serif;
font-weight: 400;
font-size: 56px;
line-height: 100%;
text-transform: uppercase;
color: #00113A;
width: 70%;

}

.watch .watch-box .video-thumbnail .video-thumbnail-btn a img{
    width: 40px;
    height: 40px;
}
.watch .watch-box .video-thumbnail .video-thumbnail-btn a{
    background: #ceac5233;
    backdrop-filter: blur(52px);
    height: 88px;
    width: 88px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 80px;
    border: 1px solid #CEAC52;
}
.watch .watch-box .video-thumbnail .video-thumbnail-btn{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;

}
.watch .watch-box .video-thumbnail{
    position: relative;
}

.watch .watch-box .watch-top-text{
    display: flex;
    justify-content: space-between;
    padding: 32px;
}


footer{
    padding: 50px 0 0;
    background: #D3DAF08F;
    overflow: hidden;

}
footer .footer-follow-bar h3 span{
    font-family: Malibu Sunday Script;
font-size: 108px;
color: #CDAB51;
}
footer .footer-follow-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer-follow-bar h3{
font-family: Malibu Sunday Serif;
font-weight: 400;
font-size: 72px;
line-height: 88px;
letter-spacing: -4%;
color: #151515;
}

footer .footer-follow-bar ul.social{}
footer .footer-follow-bar ul.social li:first-child{
    margin: 0;
}
footer .footer-follow-bar ul.social li{
    display: inline-block;
    margin: 0 0 0 8px;
}
footer .footer-follow-bar ul.social li a:hover img{
    filter: brightness(0) invert(1);
}
footer .footer-follow-bar ul.social li a:hover{
    background: #CDAB51;
    border: 1px solid #CDAB51;
    transform: translateY(-5px);
     width: 40px;
    height: 40px;
    line-height: 35px;

}
footer .footer-follow-bar{
    margin: 0 0 30px;
}
footer .footer-follow-bar ul.social li a{
    width: 45px;
    height: 45px;
    border: 1px solid #0D0D0D;
    display:block;
    text-align: center;
    line-height: 38px;
    background: transparent;
    border-radius: 50%;
    transition: .2s all ease-in-out;
}
footer .main-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .main-footer img{
    width: 15%;
    filter: brightness(0);
}
footer .main-footer ul.links li:first-child{
    margin: 0;
}
footer .main-footer ul.links li{
    display: inline-block;
    margin: 0 0 0 32px;
}
footer .main-footer ul.links li a{
font-family: Helvetica Neue;
font-weight: 400;
font-size: 18px;
line-height: 100%;
text-align: center;
color: #0D0D0D;
transition:.3s all ease-in-out;
}
footer .main-footer ul.links li a:hover{
    color:#CEAC52;
}
footer .main-footer ul.links li a.active{
    color:#CEAC52;
}
footer p{
    font-family: Helvetica Neue;
font-weight: 400;
font-size: 18px;
line-height: 100%;
text-align: center;
margin: 0;
}
footer p a:hover{
     color: #CEAC52;
}
footer p a{
    color: #CEAC52;
}
footer hr{
    background: #CEAC52;
    opacity: 1;
    margin: 24px 0 20px;
}
footer .giodano-buy{
margin: 300px 0 0;
position: relative;
    cursor: none;
}
footer .giodano-buy .giordano-logo{
margin: 0 auto;
display: table;
width: 100%;
}
footer .giodano-buy .three-books img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
footer .giodano-buy .three-books{
    transform: translate(0, 500px);
}
footer .giodano-buy .three-books img:nth-child(2){
z-index: 99;
}
footer .giodano-buy .three-books img:nth-child(3){
    right: -12%;
    transform:translate(-60px, 0);
} 
footer .giodano-buy .three-books img:nth-child(1){
    left: -11%;
    transform:translate(60px, 0);
}
footer .giodano-buy .buy-now img{
    filter: brightness(0);
}
/*.buy-now{
  position: fixed;
  top:0;
  left:0;
  width:0;
  height:0;
  line-height:150px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  opacity:0;
  pointer-events:none;
  overflow:hidden;
  z-index:9999;
  background: #FDF4E040;
  backdrop-filter: blur(24px);
  border: 0.5px solid #FFFFFF47;
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #0D0D0D;
}*/
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: opacity 0.1s ease;
    background: #FDF4E040;
  backdrop-filter: blur(24px);
  border: 0.5px solid #FFFFFF47;
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #0D0D0D;
    line-height:150px;
    width: 150px;
    height: 150px;
  border-radius:50%;

}
.cursor:hover{
    color: #0D0D0D;
    
}

.inner-author , .inner-author-book{
    padding: 100px 0;
}
.author-sec.inner-author-book h3{
    text-transform: capitalize;
}
.author-sec.inner-author-book h3 span{
        font-family: Malibu Sunday Script;
    font-size: 82px;
    color: #CDAB51;
    text-transform: capitalize;
}
.author-sec.inner-author-book p{
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    margin: 0 0 20px;
}

/*contact*/

.contact{
    padding: 100px 0;
}
.contact .contact-box{
    border: 1px solid #D3DAF0;
    background: #D3DAF040;
    padding: 50px 24px 24px;
    border-radius: 32px;
}
.contact .contact-box h2{
        font-family: Malibu Sunday Serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 88px;
    letter-spacing: -4%;
    color: #151515;
    margin: 0;
}
.contact .contact-box h2 span{
    color: #CEAC52;
    font-family: Malibu Sunday Script;
    font-size: 120px;
    letter-spacing: -4%;
    margin: 0 15px 0 0;
}
.contact .contact-box p{
        font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.contact .contact-box .custom-input input::placeholder{
    color: #555555;
}
.contact .contact-box textarea::placeholder{
    color: #555555;
}
.contact .contact-box .custom-input input{
        border: 1px solid #CEAC52;
    height: 48px;
    line-height: 48px;
    border-radius: 63px;
    background: transparent;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    padding: 0 15px;
    outline: none;
    color: #555555;
    width: 100%;
    margin: 0 0 30px;
}

.contact .contact-box  textarea{
        border: 1px solid #CEAC52;
    height: 150px;
    border-radius: 32px;
    background: transparent;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 15px;
    outline: none;
    color: #555555;
    width: 100%;
    margin: 0 0 30px;
    resize: none;
}
.contact .contact-box button img{
    margin: 0 0 0 10px;
}
.contact .contact-box button:hover{
    background: #CEAC52;
}
.contact .contact-box button{
    border-radius: 63px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #FDFDFD;
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #00113A;
    border: 1px solid #CEAC52;
    transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1395px) and (max-width: 1535px) {
    .sec-home-banner{
            padding: 150px 0 90px;
    }
    .sec-home-banner h1{
        font-size: 62px;
    }
    .sec-home-banner h1 span{
        font-size: 90px;
    }
    .quote-sec .quote-box p{
        font-size: 26px;
    }
    .author-sec p{
            font-size: 22px;
    line-height: 30px;
    }
    .author-sec .author-biography-social{
        width: 96%;
    }
}

@media only screen and (min-width: 1227px) and (max-width: 1394px) {
    .sec-home-banner{
            padding: 150px 0 90px;
    }
    .sec-home-banner h1{
        font-size: 62px;
    }
    .sec-home-banner h1 span{
        font-size: 90px;
    }
    .quote-sec .quote-box p{
        font-size: 26px;
    }
    .author-sec p{
            font-size: 22px;
    line-height: 30px;
    }
    .author-sec .author-biography-social{
        width: 96%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1226px) {
        .sec-home-banner{
            padding: 100px 0 90px;
    }
    .sec-home-banner h1{
             font-size: 52px;
        line-height: 68px;
    }
    .sec-home-banner h1 span{
               font-size: 76px;
    }
    .quote-sec .quote-box p{
                font-size: 24px;
        line-height: 35px;
    }
    .author-sec p{
           font-size: 20px;
        line-height: 27px;
    }
    .author-sec .author-biography-social{
        width: 100%;
    }
    .sec-home-banner .newsletter form button{
            right: 0;
    }
    .book-feature .book-feature-box .book-feature-main-content h2{
        font-size: 62px;
    }
    .book-feature .book-feature-box .book-feature-main-content h2 span{
        font-size: 100px;
    }
    .book-feature .book-feature-box .book-feature-main-content p{
            font-size: 14px;
    line-height: 18px;
    width: 40%;
    }
    header nav #navbarSupportedContent ul {
    margin: 0 auto 0;
    }
    .book-feature .book-feature-box .book-feature-content{
            background-position: 55% 100%;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass ul li{
        font-size: 16px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass ul li:before{
            background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 12px;
    top: 7px;
    }
    .gallery-sec .gallery-content{
        width: 50%;
    }
    .author-sec h3{
        font-size: 46px;
        line-height: 46px;
    }
    .watch .watch-box .watch-top-text h3{
        font-size: 40px;
    }
    .watch .watch-box .watch-top-text h3 span{
        font-size: 56px;
    }
    .watch .watch-box .watch-top-text .content-with-button p{
            font-size: 14px;
    line-height: 20px;
    }
    footer .footer-follow-bar h3{
        font-size: 66px;
    }
    footer .footer-follow-bar h3 span{
            font-size: 88px;

    }
    footer .footer-follow-bar ul.social li a{
            width: 40px;
    height: 40px;
    line-height: 35px;
    }
    footer .giodano-buy {
    margin: 35% 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
      header nav .navbar-brand{
        width: 40%;
    }
    header nav .navbar-toggler{
        width: 18%;
        box-shadow: inherit;
    }
     header nav button.navbar-toggler:focus:not(:focus-visible){
        box-shadow: inherit;
    }
    header nav #navbarSupportedContent ul{
        margin: 0 auto;
    }
    header nav #navbarSupportedContent ul li:first-child{
        margin: 0 0 5px;
    }
    header nav #navbarSupportedContent ul li{
        margin: 0 0 5px;
    }
    header nav #navbarSupportedContent form a{
    margin: 10px auto 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    }
    header nav #navbarSupportedContent{
    background: #000;
    padding: 20px 0;
    border-radius: 18px;
    margin: 10px 0 0;
    }
    .sec-home-banner{
        background-position: left top;
        padding: 140px 0 70px;
    }
    .sec-home-banner h1 span{
        font-size: 66px;
        margin: 0 8px 0 0;
    }
    .sec-home-banner h1{
    font-size: 47px;
    line-height: 55px;
    text-align: center;
    }
    .sec-home-banner .tag-box{
        margin: 0 auto 20px;
    }
    .sec-home-banner p{
        text-align: center;
    }
    .sec-home-banner .newsletter form button{
        margin: 20px auto 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }
    .sec-home-banner .newsletter form input{
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .marquee-sec .marqueee-slider .marquee-slide{
    font-size: 24px;
}
.marquee-sec .marqueee-slider{
    gap:15px;
}
.marquee-sec .marqueee-slider .marquee-slide img{
    margin:0 15px 0 0;
}
.quote-sec{
    padding: 50px 0;
}
.quote-sec .quote-box p{
        font-size: 19px;
        text-align: center;
        line-height: 25px;
        margin: 0 0 15px;

}
.quote-sec .quote-box:before{
        background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
    top: -30px;
    left: 0;
}
.quote-sec .quote-box:after{
        background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
    bottom: -30px;
    right: 0;
}
.book-feature .book-feature-box .book-feature-main-content{
    flex-direction: column;
    justify-content: center;
}
 .book-feature .book-feature-box .book-feature-main-content h2 span{
        font-size: 76px;
        margin: 0 8px 0 0;
    }
    .book-feature .book-feature-box .book-feature-main-content h2{
    font-size: 48px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    }
    .book-feature .book-feature-box .book-feature-main-content p{
        width: 100%;
        margin: 15px 0 0;
        text-align: center;
    }
    .book-feature .book-feature-box{
        padding: 30px 10px 10px;
    border-radius: 18px;
    }
    .book-feature .book-feature-box .book-feature-content{
            border-radius: 10px;
    background-position: 40% 100%;
    padding: 10px;
    }
    .book-feature .book-feature-box .book-feature-content a{
            width: 90%;
            font-size: 26px;
            line-height: 50px;
            height: 50px;
            margin: 15px auto;
            position: relative;
            top: 0;
            right: 0;
           
    }
  
    .book-feature .book-feature-box .book-feature-content .book-feature-glass:before{
        border-radius: 8px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass{
            padding: 16px;
    border-radius: 8px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass h6{
            font-size: 32px;
            line-height: 30px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass ul li{
        font-size: 16px;
        line-height: 20px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass ul li:before{
        background-size: contain;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        position: absolute;
        top: 5px;
        left: -4%;
    }
    .gallery-sec{
        padding: 50px 0;
    }
    .gallery-sec h3 span{
        font-size: 74px;
        margin: 0 8px 0 0;
    }
    .gallery-sec h3{
    font-size: 46px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
    }
    .gallery-sec .gallery-content{
        width: 100%;
        margin: 30px auto 0;
    }
    .gallery-sec .gallery-content .gallery-btn a{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .author-sec{-height: 46px;
        padding: 0 0 50px;
    }
    .author-sec h3{
            font-size: 42px;
    line-height: 46px;
        margin: 0 0 10px;
        text-align: center;
    }
    .author-sec p{
            font-size: 18px;
            line-height: 25px;
            margin: 0 0 15px;
            text-align: center;
    }
    .author-sec .author-biography-social{
        border-radius: 45px;
        margin: 0 0 15px;
        width: 100%;
    }
    .author-sec .author-biography-social img:first-child {
    margin: 0 10px 0 0;
}
.author-sec .anchor-tag{
     height: 50px;
     line-height: 50px;
     font-size: 18px;
     margin: 0 auto 20px;
}
.watch .watch-box{
    border-radius: 20px;
}
.watch .watch-box .watch-top-text {
    padding: 0;
    flex-direction: column;
    margin: 0 0 15px;
}
.watch .watch-box .watch-top-text h3{
        font-size: 36px;
        width: 100%;
        text-align: center;
        line-height: 40px;
}
.watch .watch-box .watch-top-text h3 span{
    font-size: 44px;
}
.watch .watch-box .watch-top-text .content-with-button{
    width: 100%;
}
.watch .watch-box .watch-top-text .content-with-button p{
    text-align: center;
}
.watch .watch-box .watch-top-text .content-with-button a{
         height: 50px;
         line-height: 50px;
         font-size: 18px;
         margin: 0 auto 0;
}
.watch .watch-box .video-thumbnail .video-thumbnail-btn a{
   border: 1px solid #FFFFFF33;
   height: 50px;
   width: 50px;
   line-height: 45px;
}
.watch .watch-box .video-thumbnail .video-thumbnail-btn a img{
    width: 20px;
    height: 20px;
}
footer .footer-follow-bar{
    flex-direction: column;
}
footer .footer-follow-bar h3{
            font-size: 36px;
    text-align: center;
    line-height: 40px;
}
footer .footer-follow-bar h3 span{
        font-size: 44px;
}
footer .main-footer{
    flex-direction: column;
}
footer .main-footer img{
  width: 55%;
  filter: brightness(0);
  margin: 0 0 15px;
}
footer p{
    font-size: 16px;
}
footer .giodano-buy .three-books img:nth-child(1){
    display: none;
}
footer .giodano-buy .three-books img:nth-child(3){
    display: none;
}
footer .giodano-buy {
    margin: 55% 0 0;
    position: relative;
}
.gallery-sec .gallery-marquee, .gallery-sec .gallery-marquees{
    gap:10px;
}
.gallery-sec .gallery-marquee{
    margin: 0 0 10px;
}
.gallery-sec .gallery-marquee .gallery-slide img, .gallery-sec .gallery-marquees .gallery-slide img{
    width: 300px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  header nav .navbar-brand{
        width: 40%;
    }
    header nav .navbar-toggler{
        width: 18%;
        box-shadow: inherit;
    }
     header nav button.navbar-toggler:focus:not(:focus-visible){
        box-shadow: inherit;
    }
    header nav #navbarSupportedContent ul{
        margin: 0 auto;
    }
    header nav #navbarSupportedContent ul li:first-child{
        margin: 0 0 5px;
    }
    header nav #navbarSupportedContent ul li{
        margin: 0 0 5px;
    }
    header nav #navbarSupportedContent form a{
    margin: 10px auto 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    }
    header nav #navbarSupportedContent{
    background: #000;
    padding: 20px 0;
    border-radius: 18px;
    margin: 10px 0 0;
    }
    .sec-home-banner{
        background-position: left top;
        padding: 140px 0 70px;
    }
    .sec-home-banner h1 span{
        font-size: 66px;
        margin: 0 8px 0 0;
    }
    .sec-home-banner h1{
    font-size: 47px;
    line-height: 55px;
    text-align: center;
    }
    .sec-home-banner .tag-box{
        margin: 0 auto 20px;
    }
    .sec-home-banner p{
        text-align: center;
    }
    .sec-home-banner .newsletter form button{
        margin: 20px auto 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }
    .sec-home-banner .newsletter form input{
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .marquee-sec .marqueee-slider .marquee-slide{
    font-size: 24px;
}
.marquee-sec .marqueee-slider{
    gap:15px;
}
.marquee-sec .marqueee-slider .marquee-slide img{
    margin:0 15px 0 0;
}
.quote-sec{
    padding: 50px 0;
}
.quote-sec .quote-box p{
        font-size: 19px;
        text-align: center;
        line-height: 25px;
        margin: 0 0 15px;

}
.quote-sec .quote-box:before{
        background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
    top: -30px;
    left: 0;
}
.quote-sec .quote-box:after{
        background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
    bottom: -30px;
    right: 0;
}
.book-feature .book-feature-box .book-feature-main-content{
    flex-direction: column;
    justify-content: center;
}
 .book-feature .book-feature-box .book-feature-main-content h2 span{
        font-size: 76px;
        margin: 0 8px 0 0;
    }
    .book-feature .book-feature-box .book-feature-main-content h2{
    font-size: 48px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    }
    .book-feature .book-feature-box .book-feature-main-content p{
        width: 100%;
        margin: 15px 0 0;
        text-align: center;
    }
    .book-feature .book-feature-box{
        padding: 30px 10px 10px;
    border-radius: 18px;
    }
    .book-feature .book-feature-box .book-feature-content{
            border-radius: 10px;
    background-position: 40% 100%;
    padding: 10px;
    }
    .book-feature .book-feature-box .book-feature-content a{
            width: 90%;
            font-size: 26px;
            line-height: 50px;
            height: 50px;
            margin: 15px auto;
            position: relative;
            top: 0;
            right: 0;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass:before{
        border-radius: 8px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass{
            padding: 16px;
    border-radius: 8px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass h6{
            font-size: 32px;
            line-height: 30px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass ul li{
        font-size: 16px;
        line-height: 20px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass ul li:before{
        background-size: contain;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        position: absolute;
        top: 5px;
        left: -4%;
    }
    .gallery-sec{
        padding: 50px 0;
    }
    .gallery-sec h3 span{
        font-size: 74px;
        margin: 0 8px 0 0;
    }
    .gallery-sec h3{
    font-size: 46px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
    }
    .gallery-sec .gallery-content{
        width: 100%;
        margin: 30px auto 0;
    }
    .gallery-sec .gallery-content .gallery-btn a{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .author-sec{-height: 46px;
        padding: 0 0 50px;
    }
    .author-sec h3{
            font-size: 42px;
    line-height: 46px;
        margin: 0 0 10px;
        text-align: center;
    }
    .author-sec p{
            font-size: 18px;
            line-height: 25px;
            margin: 0 0 15px;
            text-align: center;
    }
    .author-sec .author-biography-social{
        border-radius: 45px;
        margin: 0 0 15px;
        width: 100%;
    }
    .author-sec .author-biography-social img:first-child {
    margin: 0 10px 0 0;
}
.author-sec .anchor-tag{
     height: 50px;
     line-height: 50px;
     font-size: 18px;
     margin: 0 auto 20px;
}
.watch .watch-box{
    border-radius: 20px;
}
.watch .watch-box .watch-top-text {
    padding: 0;
    flex-direction: column;
    margin: 0 0 15px;
}
.watch .watch-box .watch-top-text h3{
        font-size: 36px;
        width: 100%;
        text-align: center;
        line-height: 40px;
}
.watch .watch-box .watch-top-text h3 span{
    font-size: 44px;
}
.watch .watch-box .watch-top-text .content-with-button{
    width: 100%;
}
.watch .watch-box .watch-top-text .content-with-button p{
    text-align: center;
}
.watch .watch-box .watch-top-text .content-with-button a{
         height: 50px;
         line-height: 50px;
         font-size: 18px;
         margin: 0 auto 0;
}
.watch .watch-box .video-thumbnail .video-thumbnail-btn a{
   border: 1px solid #FFFFFF33;
   height: 50px;
   width: 50px;
   line-height: 45px;
}
.watch .watch-box .video-thumbnail .video-thumbnail-btn a img{
    width: 20px;
    height: 20px;
}
footer .footer-follow-bar{
    flex-direction: column;
}
footer .footer-follow-bar h3{
            font-size: 36px;
    text-align: center;
    line-height: 40px;
}
footer .footer-follow-bar h3 span{
        font-size: 44px;
}
footer .main-footer{
    flex-direction: column;
}
footer .main-footer img{
  width: 55%;
  filter: brightness(0);
  margin: 0 0 15px;
}
footer p{
    font-size: 16px;
}
footer .giodano-buy .three-books img:nth-child(1){
    display: none;
}
footer .giodano-buy .three-books img:nth-child(3){
    display: none;
}
footer .giodano-buy {
    margin: 55% 0 0;
    position: relative;
}
.gallery-sec .gallery-marquee, .gallery-sec .gallery-marquees{
    gap:10px;
}
.gallery-sec .gallery-marquee{
    margin: 0 0 10px;
}
.gallery-sec .gallery-marquee .gallery-slide img, .gallery-sec .gallery-marquees .gallery-slide img{
    width: 300px;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    header nav .navbar-brand{
        width: 50%;
    }
    header nav .navbar-toggler{
        width: 25%;
        box-shadow: inherit;
    }
     header nav button.navbar-toggler:focus:not(:focus-visible){
        box-shadow: inherit;
    }
    header nav #navbarSupportedContent ul{
        margin: 0 auto;
    }
    header nav #navbarSupportedContent ul li:first-child{
        margin: 0 0 5px;
    }
    header nav #navbarSupportedContent ul li{
        margin: 0 0 5px;
    }
    header nav #navbarSupportedContent form a{
    margin: 10px auto 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    }
    header nav #navbarSupportedContent{
    background: #000;
    padding: 20px 0;
    border-radius: 18px;
    margin: 10px 0 0;
    }
    .sec-home-banner{
        background-position: left top;
        padding: 120px 0 70px;  
    }
    .sec-home-banner h1 span{
        font-size: 56px;
        margin: 0 8px 0 0;
    }
    .sec-home-banner h1{
    font-size: 32px;
    line-height: 45px;
    text-align: center;

    }
    .sec-home-banner .tag-box{
        margin: 0 auto 20px;
    }
    .sec-home-banner p{
        text-align: center;
    }
    .sec-home-banner .newsletter form button{
        margin: 20px auto 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }
    .sec-home-banner .newsletter form input{
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .marquee-sec .marqueee-slider .marquee-slide{
    font-size: 24px;
}
.marquee-sec .marqueee-slider{
    gap:15px;
}
.marquee-sec .marqueee-slider .marquee-slide img{
    margin:0 15px 0 0;
}
.quote-sec{
    padding: 50px 0;
}
.quote-sec .quote-box p{
        font-size: 19px;
        text-align: center;
        line-height: 25px;
        margin: 0 0 15px;

}
.quote-sec .quote-box:before{
        background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
    top: -30px;
    left: 0;
}
.quote-sec .quote-box:after{
        background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
    bottom: -30px;
    right: 0;
}
.book-feature .book-feature-box .book-feature-main-content{
    flex-direction: column;
    justify-content: center;
}
 .book-feature .book-feature-box .book-feature-main-content h2 span{
        font-size: 62px;
        margin: 0 8px 0 0;
    }
    .book-feature .book-feature-box .book-feature-main-content h2{
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    }
    .book-feature .book-feature-box .book-feature-main-content p{
        width: 100%;
        margin: 15px 0 0;
        text-align: center;
    }
    .book-feature .book-feature-box{
        padding: 30px 10px 10px;
    border-radius: 18px;
    }
    .book-feature .book-feature-box .book-feature-content{
            border-radius: 10px;
    background-position: 40% 100%;
    padding: 10px;
    }
    .book-feature .book-feature-box .book-feature-content a{
            width: 90%;
        font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 15px auto;
    position: relative;
    top: 0;
    right: 0;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass:before{
        border-radius: 8px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass{
            padding: 16px;
    border-radius: 8px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass h6{
            font-size: 28px;
    line-height: 30px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass ul li{
        font-size: 15px;
        line-height: 20px;
    }
    .book-feature .book-feature-box .book-feature-content .book-feature-glass ul li:before{
        background-size: contain;
        width: 8px;
        height: 11px;
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        left: -20px;
    }
    .gallery-sec{
        padding: 50px 0;
    }
    .gallery-sec h3 span{
        font-size: 60px;
        margin: 0 8px 0 0;
    }
    .gallery-sec h3{
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
    }
    .gallery-sec .gallery-content{
        width: 100%;
        margin: 30px auto 0;
    }
    .gallery-sec .gallery-content .gallery-btn a{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .author-sec{-height: 46px;
        padding: 0 0 50px;
    }
    .author-sec h3{
            font-size: 42px;
    line-height: 46px;
        margin: 0 0 10px;
        text-align: center;
    }
    .author-sec p{
            font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px;
    text-align: center;
    }
    .author-sec .author-biography-social{
        border-radius: 15px;
        flex-direction: column;
    margin: 0 0 15px;
    width: 100%;
    }
    .author-sec .author-biography-social img:first-child {
    margin: 0 0 10px;
}
.author-sec .anchor-tag{
     height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 0 auto 20px;
}
.watch .watch-box{
    border-radius: 20px;
}
.watch .watch-box .watch-top-text {
    padding: 0;
    flex-direction: column;
    margin: 0 0 15px;
}
.watch .watch-box .watch-top-text h3{
        font-size: 26px;
    width: 100%;
    text-align: center;
    line-height: 30px;
}
.watch .watch-box .watch-top-text h3 span{
    font-size: 34px;
}
.watch .watch-box .watch-top-text .content-with-button{
    width: 100%;
}
.watch .watch-box .watch-top-text .content-with-button p{
    text-align: center;
}
.watch .watch-box .watch-top-text .content-with-button a{
         height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 0 auto 0;
}
.watch .watch-box .video-thumbnail .video-thumbnail-btn a{
   border: 1px solid #FFFFFF33;
    height: 40px;
    width: 40px;
    line-height: 35px; 
}
.watch .watch-box .video-thumbnail .video-thumbnail-btn a img{
    width: 15px;
    height: 15px;
}
footer .footer-follow-bar{
    flex-direction: column;
}
footer .footer-follow-bar h3{
            font-size: 36px;
    text-align: center;
    line-height: 40px;
}
footer .footer-follow-bar h3 span{
        font-size: 44px;
}
footer .main-footer{
    flex-direction: column;
}
footer .main-footer img{
  width: 75%;
    filter: brightness(0);
    margin: 0 0 15px;  
}
footer p{
    font-size: 16px;
}
footer .giodano-buy .three-books img:nth-child(1){
    display: none;
}
footer .giodano-buy .three-books img:nth-child(3){
    display: none;
}
footer .giodano-buy {
    margin: 50% 0 0;
    position: relative;
}
.gallery-sec .gallery-marquee, .gallery-sec .gallery-marquees{
    gap:10px;
}
.gallery-sec .gallery-marquee{
    margin: 0 0 10px;
}
.gallery-sec .gallery-marquee .gallery-slide img, .gallery-sec .gallery-marquees .gallery-slide img{
    width: 250px;
}
}
