
@font-face {
    font-family: Helvetica;
    src: url("../fonts/Helvetica.eot?") format("eot"), url("../fonts/Helvetica.ttf") format("truetype");
}

@font-face {
    font-family: nassim-regular;
    src: url("../fonts/Nassim-Regular.eot?") format("eot"), url("../fonts/Nassim-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Helvetica;
    src: url("../fonts/Helvetica.eot?") format("eot"), url("../fonts/Helvetica.ttf") format("truetype");
}
/* @font-face {
    font-family: montserrat;
    src: url("../fonts/Montserrat-Regular.eot?") format("eot"), url("../fonts/Montserrat-Regular.otf") format("opentype");
}

@font-face {
    font-family: montserrat-bold;
    src: url("../fonts/Montserrat-Bold.eot?") format("eot"), url("../fonts/Montserrat-Bold.otf") format("opentype");
} */

body {
    color: rgb(65, 72, 77);
    font-family: nassim-regular;
    font-weight: 300;
    line-height: 27px;
    overflow-x: hidden;
}

html,
/*body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #707070;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.4;
    font-weight: 300;
    font-family: nassim-regular;

    /* font-family: 'Roboto', sans-serif; */
    /* font-family: Arial, Helvetica, sans-serif !important; */
    margin: 0;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

p {
    line-height: 24px;
    margin: 0 !important;
    font-family: nassim-regular;
}

a {
    text-decoration: none !important;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

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

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 !important;
}
body {
    background: url('../images/Background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 4px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(24, 16, 15, .1);
}

.head_right ul a {
    color: #000;
    font-family: montserrat;
}

.head_right ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.head_right ul li {
    margin: 0 10px;
}

section.banner {
    height: 100vh;
    /* overflow: hidden; */
    position: relative;
    padding: 90px 0;
    /* background: #f4f6f9; */
    /* background: url('../images/Background.png') no-repeat center / cover; */
    padding-bottom: 52px;
}

.head_right ul a {
    color: #000;
    /* font-family: 'Helvetica'; */
    font-size: 18px;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-family: nassim-regular;
}

.banner_content {
    position: relative;
    width: 100%;
    z-index: 9;
    margin-top: 35px;
}

.banner_left h1 {
    /* color: #fff; */
    font-size: 4vw;
    font-family: 'Helvetica-bold';
}

/* section.banner::before {
    content: '';
    position: absolute;
    background: transparent linear-gradient(90deg, #000 0%, #02172900 100%) 0% 0% no-repeat padding-box;
    inset: 0;
    z-index: 1;
} */

.banner_right img:nth-child(1) {
    height: 600px;
}

.banner_right img:nth-child(2) {
    position: absolute;
    right: -39px;
    top: 50%;
    transform: translate(0, -50%);
    height: 385px;
}

.banner_right {
    position: relative;
}

.logo img {
    height: 55px;
}

.banner_content img {
    height: 100%;
}

.banner_content {
    position: relative;
    width: 100%;
    z-index: 9;
    margin-top: 35px;
    /* height: 100%; */
    display: flex;
    justify-content: center;
}
.banner_char {
    position: relative;
    text-align: center;
    /* animation: MoveUpDown 5s linear infinite; */
}


.banner_char img {
    height: auto;
    width: 100%;
    max-width: none;
    position: relative;
}
.swiper-wrapper.banner_content {
    margin: 0;
    padding: 50px 0 0;
}
/* .banner_content .banner_char:nth-child(1) {
    background-image: url(../images/Janaki-shadow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px -16px;
    height: 410px;
    opacity: .8;
}
.banner_content .banner_char:nth-child(2) {
    background-image: url(../images/Kartikaye-shadow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px -16px;
    height: 410px;
    opacity: .8;
}
.banner_content .banner_char:nth-child(3) {
    background-image: url(../images/Devrath-shadow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px -16px;
    height: 410px;
    opacity: .8;
}
.banner_content .banner_char:nth-child(4) {
    background-image: url(../images/Vandya-shadow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px -54px;
    height: 410px;
    opacity: .8;
}
.banner_content .banner_char:nth-child(5) {
    background-image: url(../images/Bhadra-shadow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px -58px;
    height: 410px;
    opacity: .8;
} */
.banner_char:nth-child(1) img {
    animation: MoveUpDown 5s linear infinite;
    margin-top: -4px;
}
.banner_char:nth-child(2) img {
    animation: MoveUpDown 6s linear infinite;
    margin-top: 95px;
}
.banner_char:nth-child(3) img{
    animation: MoveUpDown 6.55s linear infinite;
    margin-top: 38px;
}
.banner_char:nth-child(4) img{
    animation: MoveUpDown 5s linear infinite;
    margin-top: 34px;
}
.banner_char:nth-child(5) img{
    animation: MoveUpDown 5.5s linear infinite;
    margin-top: 28px;
}
@keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 30px;
    }
  }
.banner_char h3 {
    color: #45818e;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: .4px;
}
section.about_uss {
    padding: 50px;
    /* background: url('../images/Background.png') no-repeat center / cover; */
}

.heading h2 {
    font-size: 45px;
    color: #0c343d;
    margin: 0;
}
.content p {
    color: #0c343d;
    font-size: 22px;
    padding: 8px 0;
}
.content {
    padding: 10px;
    background: #fff9;
    border-radius: 5px;
    margin-top: 31px;
}

.about_sketches img {
    width: 12.5%;
    height: 332px;
    object-fit: cover;
    overflow: visible;
}
.about_sketches {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.comic_form {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
.comic_form p {
    color: #294d55;
    font-size: 28px;
    line-height: 29px;
    padding: 11px 0;
}
.comic_form input {
    width: 100%;
    margin-bottom: 14px;
    padding: 8px 10px;
    font-family: nassim-regular;
    font-size: 18px;
    border: 1px solid #76a5afb0;
    border-radius: 10px;
}
.comic_form p a {
    color: #0c343d;
}
.comic_form button {
    background: #76a5af;
    width: 100%;
    padding: 5px;
    border-radius: 7px;
    border: none;
    color: #fff;
    font-family: 'nassim-regular';
    font-size: 24px;
}

.comic_imgs {
    display: flex;
    justify-content: space-between;
}
.com_imgs img {
    height: 300px;
    object-fit: cover;
}
.com_imgs {
    border: 2px solid #76a5af;
    padding: 3px;
    transition: .3s;
}
.com_imgs:hover {
    transform: scale(1.06);
}
.comic_left h3 {
    color: #5e1732;
    text-align: center;
    margin-top: 23px;
}
.char_left {
    display: flex;
    text-align: center;
}
.devrath{
    position: relative;
    z-index: 9;

}
.devrath img {
    height: 441px;
    width: auto;
    max-width: max-content;
    animation: MoveUpDown 5s linear infinite;
    position: relative;
}
.devrath p {
    font-size: 33px;
    color: #45818e;
}
.char_left .content {
    position: relative;
    left: -28px;
    padding: 30px;
}
.char_left.char_right .content {
    left: unset;
    right: -28px;
}
.devrath.other_Char img {
    height: 350px;
}
.footer_links ul {
    display: flex;
    flex-direction: column;
    height: 110px;
    flex-wrap: wrap;
}
.footer_links a {
    color: #7e98b2;
    font-size: 21px;
    display: block;
    margin-bottom: 4px;
    font-family: nassim-regular;
}
.footer {
    margin-top: 91px;
}
.maills p a {
    color: #7e98b8;
}
.maills p {
    color: #7e98b8;
    font-size: 21px;
    /* font-family: helvetica; */
    font-family: nassim-regular;
}

.socials ul li img {
    height: 47px;
}
.socials ul li i {
    font-size: 50px;
    color: #0c343d;
}
.socials ul li {
    width: 50%;
    margin-bottom: 16px;
}
.socials ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}
p.copyrightss {
    text-align: center;
    font-family: 'Helvetica';
    color: #7996bd;
    padding-top: 25px;
    letter-spacing: .2px;
}
.arrowws {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.left_arr img {
    transform: rotate(-135deg);
}
.right_arr img {
    transform: rotate(45deg);
}
span.dot {
    display: inline-block;
    margin: 0 15px;
    height: 7px;
    width: 7px;
    background: #475156;
    border-radius: 10px;
}
.ban_head h1 {
    color: #4c1130;
    font-size: 52px;
}
li.contact_us a {
    display: block;
    background: #4c1130;
    color: #fff;
    padding: 10px 14px;
    border-radius: 5px;
}
li.contact_us a:hover {
    background: #d8b2c7;
}
.devrath.janaki img{
    /* transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite; */
}

@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}

.devrath.other_Char.kartikaye img{
    /* transform-origin: 50% 0;
	animation: rotateY-anim 3s ease-in-out forwards infinite; */
}
.devrath.other_Char.bhadra img{
    /* transform-origin: 50% 0;
	animation: rotateY-anim 3s ease-in-out forwards infinite; */
}
@keyframes rotateY-anim {
	0% {
		transform: rotateY(0deg);
	}

	50% {
		transform: rotateY(30deg);
	}
    100% {
		transform: rotateY(0deg);
	}
}

.iconss img {
    height: 40px;
    margin: 0 7px;
}
.iconss {
    display: flex;
    align-items: center;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our_comform {
    margin-top: 55px;
}

.content.cont_dw8 {
    padding: 14px 14px;
    right: 0 !important;
    height: 425px;
}
.content.cont_dw8 p {
    font-size: 20px;
    line-height: 22px;
}

.arrowws.arrows__sdlo {
    position: absolute;
    left: 48.8%;
    top: 50%;
    width: auto;
    transform: translate(-50%,-50%) rotate(90deg);
}
.banner_char.swiper-slide {
    width: 20%;
}
/* .swiper-slide{
    width: 100% !important;
} */
section.banner.mobile_banner {
    display: none;
}


.sidenav a {
    color: #fff;
    display: block;
    margin: 14px 0;
}

.sidenav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #6b0139;
    top: 0;
    z-index: 99999;
    padding: 50px 40px;
    right: -130%;
    transition: .3s;
}
.sidenav.active_sidenav{
    right: 0;
}
.close {
    position: absolute;
    top: 6px;
    left: 14px;
    font-size: 25px;
    color: #fff;
}
.hamburger {
    font-size: 23px;
    color: #6f003c;
}
.commonerror {
    color: red;
    display: block;
    margin-top: -13px;
    margin-bottom: 10px;
}
/* img.shadow {
    position: absolute;
    opacity: .3;
    height: 427px;
    max-width: none;
    top: -39px;
} */
img.shadow {
    position: absolute;
    opacity: .6;
    height: 427px;
    max-width: none;
    top: -8px;
    box-shadow: none !important;
    margin-top: 0 !important;
}
.banner_char:nth-child(5) img.shadow {
    top: -125px;
}
.banner_char:nth-child(4) img.shadow {
    top: -128px;
}
.other_Char img {
    width: 250px;
    object-fit: contain;
}


@media screen and (min-width:320px) and (max-width:768px) {
    html {
        overflow-x: hidden;
    }
    header .col-md-8.d-flex.align-items-center.justify-content-end {
        display: none !important;
    }
    section.banner.desk_top {
        display: none;
    }
    .logo img {
        height: 40px;
    }
    .ban_head h1 {
        font-size: 32px;
    }
    .banner_content.desk_banner {
        display: none;
    }
    section.banner.mobile_banner {
        display: block;
        height: auto;
    }
    /* .swiper-slide{
        width:  unset !important;
    } */

    section.about_uss {
        padding: 47px 10px;
        /* background: url('../images/Background.png') no-repeat center / cover; */
    }
    .heading h2 {
        font-size: 26px;
    }
    .heading {
        flex-direction: column;
    }
    .iconss img {
        height: 23px;
        margin: 0 4px;
    }
    .iconss img {
        display: none;
    }
    .iconss img:nth-child(1) {
        display: block;
    }
    .iconss img:nth-child(2) {
        display: block;
    }
    .iconss img:nth-child(3) {
        display: block;
    }
    .iconss img:nth-child(4) {
        display: block;
    }
    .iconss img:nth-child(5) {
        display: block;
    }
    .iconss img:nth-child(6) {
        display: block;
    }
    .iconss img:nth-child(7) {
        display: block;
    }
    .iconss img:nth-child(8) {
        display: block;
    }
    .iconss img:nth-child(9) {
        display: block;
    }
    .iconss img:nth-child(10) {
        display: block;
    }
    .iconss img:nth-child(11) {
        display: block;
    }
    .content p {
        font-size: 18px;
        padding: 4px 0;
        line-height: 20px;
    }
    .comic_imgs {
        flex-wrap: wrap;
        justify-content: center;
    }
    .com_imgs {
        width: 48%;
        margin: 0 2px;
        margin-bottom: 3px;
    }
    .com_imgs img {
        height: 227px;
        width: 100%;
    }
    .comic_left h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .comic_form p {
        font-size: 20px;
        line-height: 20px;
        padding: 8px 0;
    }
    .comic_form input {
        margin-bottom: 10px;
        padding: 4px 9px;
    }
    .comic_form button {
        padding: 3px;
        font-size: 21px;
    }
    .comic_form {
        padding: 20px;
    }
    .char_left {
        flex-direction: column;
    }
    .char_left .content{
        left: 0;
    }
    .devrath img {
        height: 290px;
    }
    .char_left.char_right .content{
        right: 0;
    }
    .arrowws.arrows__sdlo {
        position: unset;
        transform: unset;
        justify-content: center;
        width: 100%;
        margin: auto;
    }
    .char_left.char_right .content{
        margin: 0;
    }
    .devrath.other_Char img {
        height: 270px;
    }
    .content.cont_dw8 {
        margin-bottom: 60px !important;
        margin-top: 22px !important;
    }
    .socials ul li {
        width: auto;
        margin-right: 20px;
    }
    .socials ul li img {
        height: 35px;
    }
    .socials ul li i {
        font-size: 36px;
    }
    .footer_links ul {
        margin: auto;
    }
    .maills p {
        font-size: 16px;
    }
    .footer_links a {
        font-size: 16px;
    }
    .devrath p {
        font-size: 28px;
    }
    /* .banner_wrapper.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
        width: 100%;
    } */
    section.banner{
        height: auto;
        overflow: hidden;
    }
    /* .banner_char.swiper-slide {
        width: 100% !important;
    } */
    .banner_content{
        justify-content: unset;
    }
    .about_sketches {
        flex-wrap: wrap;
    }
    .about_sketches img {
        width: 49%;
        height: 246px;
        margin-bottom: 65px;
    }
    .banner_char h3 {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: .2px;
    }
    .banner_char:nth-child(1) img {
        margin-top: -11px;
    }
    img.shadow {
        height: auto;
    }
    .banner_char:nth-child(4) img.shadow {
        top: -32px;
    }
    .banner_char:nth-child(5) img.shadow {
        top: -45px;
    }
    .content.cont_dw8 {
        height: auto;
    }
}

@media screen and (min-width:769px) and (max-width:1100px) {
    html{
        overflow-x: hidden;
    }
    .container, .container-md, .container-sm {
        max-width: 1000px !important;
    }
    img.shadow {
        position: absolute;
        opacity: .6;
        height: 260px;
        max-width: none;
        top: -39px;
        box-shadow: none !important;
    }
    .banner_char:nth-child(4) img.shadow {
        top: -134px;
    }   
    .heading {
        flex-direction: column;
    }
    .iconss img {
        height: 30px;
        margin: 0 7px;
        width: 30px;
    }
    .about_sketches {
        display: flex;
        align-items: center;
        margin-top: 70px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about_sketches img {
        width: 24.5%;
        height: 290px;
        object-fit: cover;
        overflow: visible;
        margin-bottom: 30px;
    }
    .comic_form p {
        color: #294d55;
        font-size: 20px;
        line-height: 24px;
        padding: 11px 0;
    }
    .the_Character .row .col-md-6{
        width: 100%;
    }
    .the_Character .row .col-md-4{
        width: 100%;
    }
    .socials ul li i {
        font-size: 30px;
        color: #0c343d;
    }
    .head_right ul a {
        color: #000;
        /* font-family: 'Helvetica'; */
        font-size: 15px;
        letter-spacing: .2px;
        text-transform: uppercase;
        font-family: nassim-regular;
    }
    .logo img {
        height: 40px;
    }
}