



body{
    font-family: "Roboto", sans-serif;
    background-position: center;
    /* background-size: 150% 100%; */
  background-size: cover;
    background-repeat: no-repeat;
    background-color: #006E83;
}

 .main_wrapper {
    position: relative;
    max-width:100%;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto;  
 
}
@media screen and (min-width:1280px) {
    .main_wrapper {
      height: 100vh;
     
    }
}

body.index {
  
    background-image: url('../images/desk_bg.png');
   
}
.main_btns {
    margin-top: 35px;
}
.main_content {
    display: flex;
    flex-direction: column;
    max-width: 1230px;
    margin: auto;
    width: 100%;
    padding-top: 36px;
    padding-bottom: 32px;
}

.main_title {
    color: #fff;
    font-weight: 400;
    max-width: 790px;
    font-size: 34px;
}

.main_title strong {
    font-weight: 700;
}

.reg {
    color: #fff;
    font-weight: 500; 
    font-size: 32px;
    margin-top: 10px;
}

.main_btns {
     max-width: 400px;
}

.btn {
    margin-top: 17px;
    border-radius: 32px;
    background: #C0386A;
    color: #FFF;  
    font-size: 20px;
    padding: 13px 60px;
    border: 0;
    outline: none;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
   
    /* width: 100%; */
    cursor: pointer;
    text-decoration: none;
}
.index p.btn_text {
    margin: 0;
}

.btn_icon {
    margin-right: 10px;
}



.r sup {
    color: #F40400;
}

.r {
    text-align: center;
    font-size: 14px; 
    font-weight: 300;
    color: #FFF;
    padding: 10px 22px 0;
}

.r a {
    color: #fff; 
}

.email_pop {
    max-width: 510px;
    width: 100%;
    border-radius: 43px;
    background: #fff;
    padding: 65px 35px 45px; 
}

.pop_form {
    position: relative;
}

.close_pop {
    position: absolute;
    right: -5px;
    top: -35px;
    cursor: pointer;
}

.pop_title {
    font-size: 24px;
    color: #006E83; 
    text-align: center;
    font-weight: 700; 
    text-transform: uppercase;
}

.pop_input {
    border-radius: 25px;
    border: 1px solid #006E83; 
    background: #FFF;
    color: #006E83;
    height: 50px;
    display: flex;
    max-width: 400px;
    width: 100%;
    margin: 15px auto;
    padding-left: 25px;
    font-size: 16px;
}

.pop_input::-webkit-input-placeholder,
.pop_input::placeholder {
    color: #006E83;
}

.pop_btn {
    border-radius: 25px; 
    background: #C0386A;
    color: #fff;
    border: none;
    outline: none;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin: 15px auto; 
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.pop_overlay {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #2c2c2c50;
}

.book {
    display: none;
}

@media (max-width: 1280px) {
    .main_content {
        padding-left: 20px; 
        padding-right: 20px; 
    }
}

@media (max-width: 991px) {
   .main_wrapper {
        height: 100%;
       
        background-position: center;
        background-size: cover;
    }
    body.index{
        background-image: none; 
    }
   .index  .main_wrapper  {
       
        background-image: url('../images/mob_bg.png');
        background-position: center ;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
   .index .main_content {
        text-align: center;
        height: 1280px;
    }
    .main_title {
        max-width: unset;
    }
    .main_btns {
        margin: 0 auto;
    }
}

@media (max-width: 610px) {
    .main_title {
        font-size: 30px;
    }
   .index .main_content {
        padding-left: 25px; 
        padding-right: 25px; 
        padding-top: 16px;
        height: 1380px;
    }
    .pop_input {
        max-width: 300px;
            width: 100%;
            margin: 0 auto;
            
        }
    .reg {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .btn {
        font-size: 18px;
        width: auto;
    }
    .email_pop {
        width: 80%;
        position: fixed;
        top: 35%;
    }
}
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto",
    sans-serif;
    color: #fff;
    background-color: #006E83;
}
 
a{
    color: #fff;
}
.books .main_wrapper {
    position: relative;
    /* max-width: 1920px; */
    width: 100%;
    margin: auto; 
    background-position: center center;
    background-size: cover;
    background-color: #006E83;
 
}

.books .main_content {
    max-width: 1780px;
    margin: auto;
    width: 100%;
    padding: 75px 15px;
    display: block;
    position: relative;
}



.video .main_title { 
    font-weight: 400; 
    font-size: 34px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.title_text {
    font-size: 24px; 
    text-align: center;
    font-weight: 400;
    max-width: 1085px;
    margin: auto;
}

.main_title strong {
    font-weight: 700;
}

.to_books {
    display: block;
    margin: 30px auto;
}

ol {
    list-style: none;
}

.book_list {
    max-width: 1130px;
    margin: auto;
    display: flex;
flex-direction: column;
gap: 33px;

}

.book_column {
    width: 100%;
    background-color:#C0386A ;
margin: 0 auto;
    padding: 40px;
    justify-content: center;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

 

.books .col_title {
    font-size: 30px;
    margin-bottom: 20px;
    width: 100%;
    background-color:#C0386A ;
    text-align: center;
}

.book_column li {
    font-size: 24px;
    font-weight: 300;
}

.book_column li a {
    text-decoration: none;
}




.bookname {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.to_back {
    max-width: 50px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.back_btn {
    position: absolute;
    left: 25px;
    top: 65px;
}

.back_btn a {
    text-decoration: none;
}

.book_buy {
    background-color: #B2124D;
    max-width: 220px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border: 2px solid #fff;
    font-size: 24px;
    font-weight: 400;
    margin: auto;
    text-decoration: none;
}

@media (max-width: 1200px) {
  
    .book_column {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
.book_column {

    width: auto;
}
.book_list {
    padding: 25px;
}
.col_title {
    width: 100%;
    font-size: 26px;
}
.main_content {
    padding: 40px 15px;
}
.main_title br,
.title_text br {
    display: none;
}

.to_back {
    max-width: 20px;
    
}
.back_btn p {
    font-size: 10px;
}

.back_btn {
    position: absolute;
    left: 15px;
    top: 15px;
    
}
.back_btn a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
}



.books .main_wrapper {
    position: relative;
    /* max-width: 1920px; */
    width: 100%;
    margin: auto; 
  
    background-position: center center;
    background-size: cover;
    background: #006E83;
}

.video .main_content {
    max-width: 1780px;
    margin: auto;
    width: 100%;
    padding: 75px 15px;
    display: block;
    position: relative;
}



.books .main_title { 
    font-weight: 400; 
    font-size: 34px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.title_text {
    font-size: 24px; 
    text-align: center;
    font-weight: 400;
    max-width: 1060px;
    margin: auto;
}

.main_title strong {
    font-weight: 700;
}

.to_videos {
    display: block;
    margin: 30px auto;
}

.video ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 10px;
    align-items: flex-start;
}

.video_list {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    background-color: #C0386A;
    padding: 50px 65px;
    justify-content: center;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.video_column {
   
    width: 48.3%;
}

.video_column:nth-child(1),
.video_column:nth-child(2),
.video_column:nth-child(3) {
    margin-bottom: 30px;
}

.col_title {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    width: 100%;
    text-align: start;
}

.video_column li {
    font-size: 24px;
    font-weight: 300;
}

.video_column li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: start;
}

.player {
    max-width: 1130px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.player iframe {
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.videoname {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.to_back {
    max-width: 50px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.back_btn {
    position: absolute;
    left: 25px;
    top: 65px;
}

.back_btn a {
    text-decoration: none;
}

@media (max-width: 1200px) {
    .video_column {
        width: 50%;
    }
    .video_column {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
.video_column {
    width: 100%;
}
.video .col_title {

    text-align: center;
}

.video_list {
    padding: 25px;
}
.col_title {
    width: 100%;
    font-size: 26px;
}
.main_content {
    padding: 40px 15px;
}
.main_title br,
.title_text br {
    display: none;
}

.to_back {
    max-width: 20px;
    
}
.back_btn p {
    font-size: 10px;
}

.back_btn {
    position: absolute;
    left: 15px;
    top: 15px;
    
}
.back_btn a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
}

@media screen and (max-width:380px) {
    .index .main_content {
        padding-left: 15px; 
        padding-right: 15px; 
        padding-top: 16px;
        height: 1790px;
    }
}

