/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

 :root {
  --cl-tx: #f5f5f5;
  --cl-tx2: #d3d3d3;
  --cl-med: #76056a;
  --cl-acnt: #d91688;
  --cl-bg2: #442d7d;
  --cl-bg: #280254;
}

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     background-color: var(--cl-bg);
     color: var(--cl-tx);
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
}

a {
     color: var(--cl-tx2);
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: var(--cl-tx2);
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: var(--cl-tx2);
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

table, td, th {
     border: 1px solid var(--cl-tx);   
     padding: 5px; 
}

table {
     min-width: 50vw;
     max-width: 90vw;
     margin-left: auto;
     margin-right: auto;
}

td p {
     margin-bottom: 0px !important;
}

a {
     color: var(--cl-tx2);
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid var(--cl-bg);
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: var(--cl-med);
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: var(--cl-bg) !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 60px 0 20px;
     padding: 0 0 0 30px;
     border-left: 2px solid var(--cl-med);
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.padding_0{
    padding: 0px;
}

.layout_toc {
     padding-top: 22vh;
     padding-bottom: 2vh;
}

.layout_padding {
     padding-top: 2vh;
     padding-bottom: 1vh;
}

/* header section start */

.navbar {
     position: fixed;
     top: 0px;
     width: 100%;
     z-index: 3;
     min-height: calc(100vw * 128 / 1980);

}


.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/cosmo-lot_bg.webp); 
    height: 50vh;
    background-size: 100%;
}

.bg-light {
    background-image: url(../images/header-bg.webp);
    background-color: transparent !important;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 20px 60px 17px 70px;
}

}
.logo{ 
    max-height: calc(100vw * 60 / 1980);
    float: left;
}

.mr-auto, .mx-auto {
    margin-right: initial!important;
}


.topribbon {
    margin-left: auto; 
    margin-right: 0;

}

/* header section end */

/* banner section start */

.banner_section {
    padding-top: 40px;
    padding-bottom: 70px;
    border-bottom: 80px solid var(--cl-acnt);
    min-height: 55vh;
}
.banner_main {
    width: 64%;
    float: left;
    background: var(--cl-bg2);
    padding: 40px;
}

.banner_cosmo-lot {
    width: 100%;
    float: left;
    font-size: 48px;
    color: var(--cl-tx);
    font-weight: bold;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--cl-tx);
    margin: 0px;
}
.btn_main {
    width: 100%;
    display: flex;
    padding-top: 40px;
}
.contact_bt {
    width: 170px;
    float: left;
}
.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--cl-bg);
    background-color: var(--cl-tx);
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.contact_bt a:hover {
    color: var(--cl-bg);
    background-color:var(--cl-acnt);
}
.contact_bt.active a {
    color: var(--cl-bg);
    background-color:var(--cl-acnt);
}
.readmore_bt {
    width: 170px;
    float: left;
    margin-left: 20px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--cl-bg);
    background-color: var(--cl-tx);
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.readmore_bt a:hover {
    color: var(--cl-bg);
    background-color:var(--cl-acnt);
}

.carousel-indicators {
    bottom: -120px;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: var(--cl-bg);
}

.carousel-indicators .active {
    background-color: var(--cl-tx);
}

/* banner section end */

/* briard section start */
.briard_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.briard_image {
    width: 100%;
    float: left;
    padding-left: 22px;
    padding-top: 37px;
}
.briard_image::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 390px;
    background-color:var(--cl-acnt);
    left: 0px;
    right: initial;
    top: 0;
    z-index: -1;
}

.briard_cosmo-lot {
    float: left;
    font-size: 40px;
    color: var(--cl-tx2);
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.briard_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--cl-tx2);
    margin: 0px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--cl-tx2);
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

.briard_cosmo-lot_main {
    width: 100%;
    float: left;
    padding-top: 10vh;
}

.read_bt {
    width: 170px;
    float: right;
    padding-top: 64px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--cl-bg);
    background-color: var(--cl-tx2);
    text-align: center;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
}
.read_bt a:hover {
    color: var(--cl-bg);
    background-color:var(--cl-acnt);
}

/* briard section end */


/* cosmolot section start */
.cosmolot_section{
    width: 100%;
    float: left;
}
.cosmolot_img{
    width: 100%;
    float: left;
}
.cosmolot_cosmo-lot{
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--cl-tx2);
    font-weight: bold;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}
.cosmolot_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--cl-tx2);
    margin: 0px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}


/* cosmolot section end */



/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: var(--cl-tx2);
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--cl-bg);
    text-align: center;
    padding: 20px 0px;
    margin: 0px;
}

.copyright_text a {
    color: var(--cl-bg);
}
.copyright_text a:hover {
    color:var(--cl-acnt);
}


/* copyright section end */


.popup{
    background-color: var(--cl-acnt);
    width: 405px;
    max-width: 85vw;
    min-width: 39vw;   
    padding: 10px 10px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 15px;
    display: none; 
    text-align: center;
    z-index: 1;
}
.popup button{
    display: block;
    margin:  0 0 0 auto;
    font-size: 30px;
    color: var(--cl-bg);
    background: var(--cl-tx);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    line-height: normal;
}
.popup h2{
    margin-top: -20px;
}
.popup p{
    font-size: 2em;
    text-transform: uppercase;
    color: var(--cl-tx);
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
    line-height: 25px;
}
.popup a{
    display: block;
    width: 100%;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: var(--cl-bg);
    border-radius: 10px;
    color: var(--cl-tx2);
    text-decoration: none;
    font-size: 1.7em;
    font-weight: bold;
    padding: 8px 0;
}