body {
    margin: 0px;
    padding: 0px;
    font-family: 'Sohne';
    font-weight: normal;
 }
 
:root {
   --main-title:#231F20;
  --text-blue:#1C7FF2;
  --bg-color-white:#ffffff;
  --bg-color-black:#000000;
  --title-fonts-size: 44px;
}
 
a{
     text-decoration: none !important;
}
 
ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
 
p{
     padding: 0;
     margin-bottom: 10px;
}
 
h1, h2, h3, h4, h5, h6{
     margin-bottom: 0px;
}
 

h1{
    font-weight: 600;
}
/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     max-width: 1450px;
 } */

/* ---------------------------------Header-css-start--------------------------------- */
.menu-box ul {
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 0;
}
.header-bg {
    background: #fafafa;
    padding: 18px 0;
}
.menu-box ul li a {
     padding: 0px 35px;
     color: #000000;
     font-family: 'Sohne';
     font-weight: 600;
     font-size: 18px;
}
.menu-box ul li a:hover {
     color: #1C7FF2;
     transition: .3s;
}
.menu-box ul li a img {
    width: 105px;
}

/* ---------------------------------Header-css-end--------------------------------- */



/* ---------------------------------search-css-start--------------------------------- */

.middle-search-section {
    padding: 40px 0 0;
    background: #ffffff;
}
.middle-search-section input {
     width: 100%;
     padding: 9px;
     border:1px solid #6b7885;
     border-radius: 3px;
 }
.search-btn button {
    background: #231f20;
    width: 100%;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 3px;
    font-weight: 600;
}
.middle-search-section input::placeholder {
     font-size: 18px;
     padding-left: 3px;
     font-weight: 500;
}


/* ---------------------------------search-css-end--------------------------------- */




/* ---------------------------------newsletter-css-start--------------------------------- */
 .newsletter-section{
     background-image: url(../image/newsletter-bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    padding: 50px 0 30px;
}
.news-title {
    padding-bottom: 20px;
}
div#error_subs {
    /* background: #ffffff;
    color: #1b66c0; */
    position: absolute;
    right: 63px;
    top: 105px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    /* width: 205px;
    height: 30px;
    text-align: center;
    line-height: 30px; */
}
.news-title p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.news-title h2 {
     text-align: left;
     font-weight: 700;
     color: #fff;
     font-size: 35px;
     padding-bottom: 10px;
     font-family: 'Reckless';
}
.row .newsletter-box {
     display: flex;
     justify-content: center;
}
.newsletter-box input {
     width: 100%;
     padding: 8px 10px;
     border-radius: 3px;
     border: 1px solid #CFCFCF;
     margin-bottom: 10px;
 }
.Subscribe-btn button {
     background: #231F20;
     color: #fff;
     width: 100%;
     padding: 7px;
     border: none;
     font-size: 20px;
     border-radius:3px;
     font-weight: 600;
    letter-spacing: .5px;
}
 .row.newsletter-box {
     padding: 0 50px;
}
.news-title-section .row {
    align-items: center;
    position: relative;
}





/* ---------------------------------newsletter-css-end--------------------------------- */





/* ---------------------------------collection-css-start--------------------------------- */

.middle-collection-section {
     padding: 35px 0;
     position: relative;
 }
 .middle-search-section .container {
    padding: 0 20px;
}
.coleection-image img{
     width: 100%;
     height: 240px;
     object-fit: contain;
     border-radius: 5px;
}
.collection-box {
     border-radius: 5px;
     margin-bottom: 0px;
     background: #fff;
     padding: 0 8px;
}
 .collection-content {
     padding: 10px 0 30px;
}
 .collection-content h4 {
    font-size: 14px;
    background: none;
    width: fit-content;
    padding: 8px 0px;
    font-weight: 600;
    color: #1666c2;
    text-transform: uppercase;
    letter-spacing: .6px;
}
 .collection-content p a{
    text-transform: capitalize;
    line-height: 30px;
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    padding: 0px 0 0px;
    cursor: pointer;
    letter-spacing: .6px;
}
.collection-content h3 {
    padding-top: 5px;
    font-size: 12px;
    color: #6b7885;
    font-weight: 600;
    font-family: 'AzeretMono';
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 1;
}

.collection-content h3 span {
     padding-left: 15px;
     display: none;
 }
 .right-gradint-box img {
     width: 432px;
     height: 432px;
     position: absolute;
     right: 0;
     top: 0;
     z-index: -1;
 }
 .middle-gradint-box img {
     width: 800px;
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     z-index: -1;
}
/* ---------------------------------collection-css-end--------------------------------- */



/* ---------------------------------footer-css-start--------------------------------- */
.deeper-footer-section {
     padding: 80px 0;
     background: #FAFAFA;
 }
.ftr-logo img{
     width: 350px;
}

.ftr-social-section ul li {
     padding: 0 25px;
}
.ftr-social-section ul {
     display: flex;
     justify-content: end;
}
.ftr-social-section ul li a i {
     font-size: 25px;
     color: #231F20;

}
.ftr-deeper-title p {
     text-align: right;
     padding: 15px 0;
     font-size: 18px;
     font-weight: 500;
}
.ftr-first {
     padding-bottom: 5px;
     border-bottom: 1px solid #c9c9c9;
}
.starlightpr-logo img{
     width: 180px;
}
.ftr-second {
     padding-top: 30px;
}
.starlightpr-box ul li a {
    color: #0047c5;
    font-size: 18px;
    font-weight: 500;
    padding: 4px 0;
    display: block;
}

.starlightpr-box ul li a:hover {
    transform: scale(1.0);
    font-weight: 600;
    transition: .2s;
}
.starlightpr-box ul {
     padding-top: 10px;
     
}
.starlightpr-box {
     border-right: 1px solid #c9c9c9;
}
.deeper-footer-text h3 {
     font-size: 35px;
     font-weight: 600;
     padding-bottom: 10px;
 }
 .deeper-footer-text {
     text-align: center;
     padding: 35px 0;
     border-right: 1px solid #c9c9c9;
     padding-right: 27px;
}
.deeper-footer-text p {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 400;
}
.las-deeper-ftr ul li a {
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 15px;
    display: block;

}
/* ---------------------------------footer-css-end--------------------------------- */



/* ---------------------------------blog-detail-css-start--------------------------------- */

.blog-main-image img{
     width: 100%;
     height: auto;
     object-fit: cover;
     border-radius: 8px;
     
}
.blog-main-image{
margin-bottom: 30px;
}
/* .blog-middle-section {
     padding: 0 100px;
} */
 .blog-detail-section {
     padding: 50px 0;
 }
 .blog-upper-part h4 {
    font-size: 14px;
    width: fit-content;
    font-weight: 500;
    color: #1666c2;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.055rem;
    font-family: 'Poppins';
 }
 .blog-upper-part h1 {
    font-size: 44px;
    padding: 15px 0 5px;
    color: #181A2A;
    font-weight: 700;
    letter-spacing: .6px;
}
.blog-upper-part p {
    font-size: 23px;
    color: #8f8f8f;
    font-weight: 500;
    /* font-style: italic; */
}
 .blog-upper-part h3 {
     font-size: 16px;
     color: #97989F;
     font-weight: 500;
 }
 .blog-upper-part h3 span {
     padding-left: 20px;
 }
 .blog-upper-part {
     padding-bottom: 15px;
 }
 .content ul li {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 10px;
    line-height:32px;
    letter-spacing: .8px;
    font-family: 'Tiempos';
 }
 .blog-detail-section .content ul {
    list-style: disc;
    padding-left: 25px;
}
.container h2,h3 {
    padding: 20px 0 6px;
    font-weight: 600;
    font-size: 28px;
    
}
 .content p {
    font-size: 18px;
    color: #121212;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 1.75;
    letter-spacing: .2px;
    font-family: 'Tiempos';
    padding-top: 8px;
 }
 .content h4 {
    padding: 0px 0 10px 0;
    font-size: 28px;
    color: #000;
    font-weight: 700;
 }
 /* .blog-newsletter-box{
     display: flex;
     justify-content: center;
 } */
 .newsletter-blog-section p {
     font-size: 22px;
    color: #3B3C4A;
    font-family: 'Sohne';
    line-height: 33px;
    padding-top: 28px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    
 }
 .newsletter-blog-section h3 {
     font-size: 35px;
     font-weight: 600;
     padding-bottom: 8px;
 }
 .newsletter-blog-section {
    width: 500px;
    margin: 10px auto;
    padding: 110px 20px;
    border: 8px solid #141241;
    border-radius: 50px;
    box-shadow: rgb(149 157 165 / 12%) 0px 6px 15px;
 }
 .newsletter-blog-section input {
    width: 100%;
    border: 1px solid #a9a9a9;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 20px 0;
    display: block;
 }
 .search-btn-blog button {
     background: #222222;
     width: 110px;
     color: #fff;
     border: none;
     font-size: 18px;
     padding: 5px;
     border-radius:3px;
     height: 36px;
     font-weight: 600;
    letter-spacing: .3px;
 }
 .blog-you-might-section h2 {
     font-size: 28px;
     font-weight: 600;
     color: #181A2A;
     padding-bottom: 10px;
     border-bottom: 1px solid #e9e9e9;
     margin-bottom: 30px;
 }
 .blog-you-might-section {
     padding-top: 55px;
 }
 .blog-detail-icon h4 {
     font-size: 20px;
     font-weight: 600;
 }
 .blog-detail-share ul {
     display: flex;
 list-style: none;
 padding: 0;
 }
 .blog-detail-share ul li a span {
    color: #373737;
    font-weight: 600;
    font-size: 15px;
}
 .blog-detail-share ul li a i {
  border: 2px solid #141241;
    font-size: 20px;
    color: #141241;
    padding: 0;
    margin: 0 12px;
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;

 }
 .blog-detail-icon {
     display: flex;
     align-items: center;
     padding:10px 0;
 }
/* ---------------------------------blog-detail-css-end--------------------------------- */

.search-bg {
     background: #fafafa;
     padding-top: 50px;
     padding-bottom: 50px;
     top: 62px;
     position: absolute;
     left: 0;
     width: 100%;
     z-index: 1;
     opacity: 0;
     transition: opacity .2s;
     visibility: hidden;
 }
 .search-bg .form-group {
     margin-bottom: 0;
     position: relative;
     border-bottom: 1px solid #e9ecef;
     padding-bottom: 10px;
 }
 .search-bg .form-group input.form-contarol {
     width: 100%;
     border: none;
     font-size: 20px;
     font-family: 'Dosis';
     padding: 10px 50px 10px 40px;
     height: auto;
     outline: none;
     background: none !important;
 }
 button.search-btn {
     position: absolute;
     left: 0;
     top: 8px;
     border: none;
     background: no-repeat;
     font-size: 21px;
     color: #6c757d;
     outline: none;
 }
 
 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
   appearance: none;
 }
 button.search-close {
     position: absolute;
     right: 0;
     background: transparent;
     outline: none;
     border: none;
     font-size: 23px;
     color: #6c757d;
     top: 6px;
 }
 .search-bg.show-search {
     opacity: 1;
     visibility: visible;
 }

.blog-middle-section .content {
    max-width: 600px;
    margin: auto;
    padding-top: 30px;
    
}
.blog-detail-icon .container {
    max-width: 600px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.bynews-wapper .container {
    max-width: 600px !important;
    padding: 0;
}
.bynews-wapper h3 {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.bynews-wapper h4 {
    font-size: 12px;
    padding-bottom: 5px;
    color: #6b7885;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'AzeretMono';
}
.bynews-wapper h4 span:after {
    content: '';
    width: 5px;
    height: 5px;
    background:#6b7885;
    position: absolute;
    left: 5px;
    border-radius: 10px;
    top: 6px;
}
.bynews-wapper h4 span {
    padding-left: 20px;
    position: relative;
}
.content p a {
    padding-bottom: 2px;
    color: #000;
    /* border-bottom: 2px solid #1666c2; */
}
.blog-detail-section .container {
    max-width: 1000px;
}

.content .container {
    max-width: 600px;
    padding: 15px 0 0 0;
}
.content .container p b {
    letter-spacing: 1px;
}
.blog-detail-section .content {
    padding-top: 10px;
}
.bynews-wapper {
    padding-top: 50px;
}
.starlightpr-box ul li a i.fa-solid.fa-arrow-right {
    padding-left: 8px;
}
button.request-btn {
     padding: 12px 30px;
    background: #141241;
    border-radius: 100px;
    border: none;
    width: max-content;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: auto;
    display: flex
;
    text-align: center;
    justify-content: center;
    margin-top: 35px;
}
.news-letter-logo img {
    width: 340px;
}
img.get-btn {
    transition: 1s;
}
img.btn-hover {
    position: absolute;
    bottom: 5px;
    right: 0;
    opacity: 0;
    transition: 1s;
}
button.request-btn:hover img.btn-hover{
    opacity: 1;
}
button.request-btn span {
    padding-left: 10px;
    position: relative;
}


button.request-btn:hover img.get-btn{
    opacity: 0;
}    
.news-letter-logo {
    text-align: center;
}



.blog-detail-share h3 {
    font-size: 16px;
    font-weight: 600;
        padding-bottom: 10px;
        text-align: center;
}





a.request-btn {
    width: max-content;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 18px 44px;
    background: rgb(20, 18, 65);
    border-radius: 100px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 25px auto auto;
}


a.request-btn span {
    padding-left: 10px;
    position: relative;
}

a.request-btn:hover img.btn-hover {
    opacity: 1;
}
.content p span {
    font-size: 18px ;
    color: #121212 ;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 1.75;
    letter-spacing: .8px;
    font-family: 'Tiempos';
     padding-top: 8px;
}
.content ul li span {
    font-size: 18px;
    color: #555555;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 32px;
    letter-spacing: .8px;
    font-family: 'Tiempos';
}
.blog-detail-section .content h3 span {
    font-size: 25px;
    font-weight: 700;
}
.coleection-image {
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}




figcaption.image-source p {
    padding: 8px 0 0px;
    font-style: italic;
    font-size: 12px;
}


.newsletter-blog-section a.request-btn:hover img.get-btn {
    opacity: 0;
}
.newsletter-blog-section a.request-btn{
   font-weight: 600;
}
.newsletter-blog-section img.btn-hover {
    position: absolute;
    bottom: 8px;
    right: 0;
    opacity: 0;
    transition: 1s;
}
.blog-newsletter-box a.request-btn {
    padding: 12px 44px;
}
.blog-detail-section .content h2 span {
    font-size: 25px;
}