* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Start Fonts*/
@font-face {
    font-family: logoFont;
    src:url(../../fonts/Gasgass.woff);
}
@font-face {
    font-family: spanLogoFont;
    src:url(../../fonts/RushwellPersonalUseOnly.woff);
}
@font-face {
    font-family: fontWeb;
    src:url(../../fonts/Hacen-Saudi-Arabia.woff);
}
@font-face {
    font-family: choco;
    src:url(../../fonts/ChocolateBarDemo.woff);
} /* End Fonts*/
body {
    width: 100%;
    height: 100vh;
    background: url(../../imgs/bck\ \(2\).jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}
/* Start Header */
.header a {
    text-decoration: none;
}
.ul {display: none;}
.header {
    background: #192a56;
    padding: 6px 24px;
    color: #381460;
    margin: 0;
    letter-spacing: 1;
    font: caption;
    font-size: 24px;
    text-transform: uppercase;
}
.header h1 {
    position: relative;
    left: 45%;
    font-family: choco;
    cursor: pointer;
    color: red;
}
.header h1 .hvr-wobble-horizontal{
    position: absolute;
    left: -5%;
    transition: all .7s;
}
.header h1 span {
    font-family: spanLogoFont;
    color: #fff;
}
.header .icons i{ /* Start icon */
    position: absolute;
    float: right;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    margin-right: 6%;
    font-size: 30px;
}
.header .icons i:nth-child(1) {
    position: absolute;
    top: 4%;
    right: 0%;
}
.header .icons i:nth-child(1):hover {
    color: #DD4B39;
    transform: scale(1.2);
}
.header .icons i:nth-child(2) {
    position: absolute;
    top: 4%;
    right: 5%;
}
.header .icons i:nth-child(2):hover {
    color: #CD201F;
    transform: scale(1.2);
}
.header .icons i:nth-child(3) {
    position: absolute;
    top: 4%;
    right: 10%;
}
.header .icons i:nth-child(3):hover {
    color: #55ACEE;
    transform: scale(1.2);
}
.header .icons i:nth-child(4) {
    position: absolute;
    top: 4%;
    right: 15%;
}
.header .icons i:nth-child(4):hover {
    color: #3B5999;
    transform: scale(1.2);
} 
.header .icons span {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 3%;
    left: 5%;
    width: 125px;
    padding: 4px;
    border-radius: 75px;
    font-family: fontweb;
    font-size: 20px;
    cursor: pointer;
}
.header .icons span a {
    color: #55ACEE;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
}
.header .icons span i {
    position: absolute;
    padding-right: 4px;
    margin: 4px;
    top: 100%;
    color: #55ACEE;
    font-size: 25px;
}
.header .icons .follow i:hover {
    color: khaki;
}
.header .icons .search {display: none;}
/* End icon*/
/* End Header  */
/* Start Menu */
.checkbtn {
    font-size: 30px;
    color: white;
    float: left;
    line-height: 80px;
    margin-left: 40px;
    cursor: pointer;
    display: none;
}
#check {
    display: none;
}
.menu .header2 {display: none;}
.header3 {display: none;}
.menu {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #273c75;
    overflow: hidden;
    z-index: 10;
}
.menu ul li{
    list-style: none;
}
.menu ul li a{
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 1;
    float: left;
    color: #fff;
    text-align: center;
    padding: 16px 24px;
    transition: all .7s;
    font-family: fontWeb;
}
.menu ul li a:hover {
    color: #278ea5;
    opacity: .5;
    font-size: 19px;
    transform: scale(.8);
}
.search {
    position: absolute;
    top: 19%;
    right: 6%;
    display: inline-block;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    background-color: #fff;
}
.search:hover .search-text {
    width: 250px;
    padding: 0px 6px;
}
.search-btn {
    position: relative;
    top: 10%;
    right: -17%;
    width: 25px;
    height: 40px;
    color: #278ea5;
    float: right;
    border-radius: 50%;
}
.search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    font-size: 16px;
    color: #278ea5;
    transition: .4s;
    line-height: 20px;
    width: 0px;
    font-family: fontWeb;
    text-align: center;
}
/* End Menu */
.containear {
    position: relative;
    width: 100%;
    height: 83vh;
    overflow: hidden;
}
.containear .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    float: left;
    animation: animate 10s linear infinite;
}
.containear .slider .slide {
    position: relative;
    width: 20%;
    height: 100%;
    float: left;
}
.containear .slider .slide .caption {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
}
.containear .slider .slide .caption h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    transition: .5s;
    text-transform: uppercase;
    font-family: fontweb;
}
.containear .slider .slide .caption p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    transition: .5s;
    text-align: right;
    font-family: fontweb;
}
.containear .slider .slide.slide1 {
    position: sticky;
    background-image: url(../../imgs/maidway.jpg);
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
    font-family: tahoma;
}
.containear .slider .slide.slide2 {
    position: sticky;
    background-image: url(../../imgs/maleficent.jpg);
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
}
.containear .slider .slide.slide3 {
    position: sticky;
    background-image: url(../../imgs/faron.jpg);
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
    font-family: fontweb;
}
.containear .slider .slide.slide4 {
    position: sticky;
    background-image: url(../../imgs/lincoln.jpeg);
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
}
.top {
    position: fixed;
    top: 94%;
    left: 95.8%;
    background-color: rgba(0, 0, 0, .5);
    color: powderblue;
    padding: 12px 20px;
    z-index: 1;
}
.flims {
    width: 75%;
    margin: auto auto 1% auto;
    position: relative;
    background-color: rgba(0, 0, 0, .5);
}
.flims p:first-child {
    position: relative;
    width: 80%;
    margin: auto;
    height: auto;
    color: #fff;
    overflow: hidden;
    text-align: center;
    line-height: 3;
    font-size: 26px;
    background: rgba(0, 0, 0, 1);
    font-family: fontweb;
}
.film1 {
    position: relative;
    width: calc(90%/4);
    height: 300px;
    border-radius: 23px;
    cursor: pointer;
    overflow: hidden;
    float: left;
    margin-left: 2%;
    margin-top: 4%;
    /* box-shadow: 3px 3px 13px#fff,
    -3px -3px 8px #fff; */
}
.film1 img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.film1:before {
    content: "مشاهدة فيلم The Call of the Wild 2020 720p HDCAM مترجم";
    width: 100%;
    height: auto;
    position:absolute;
    bottom: 0;
    background: #262E3A;
    opacity: .8;
    font-family: fontweb;
    font-size: 12px;
    text-align: center;
    color: #fff;
    z-index: 1;
    transition: all .6s;
    visibility: hidden;
}
.film1:hover::before {
    visibility: visible;
}
.film1 img:hover {
    transform: scale(1.4) rotate(25deg);
}
.clear {
    clear: both;
}
.f2:before {
    content: "مشاهدة فيلم Brahms The Boy II 2020 720p HDCAM مترجم";
} 
.f3:before {
    content: "مشاهدة فيلم Jumanji The Next Level 2019 1080p BluRay مترجم";
}
.f4::before {
    content: "مشاهدة فيلم حملة فرعون 2019 1080 HD";
    padding: 10px 0 10px 0 ;
}
.f5::before {
    content: " مسلسل المؤسس عثمان 2019 Diriliş Osman مترجم ";
}
.f6::before {
    content: " Midway 2019 1080p HDRip مترجم مباشرة اون لاين مترجم";
}
.f7::before {
    content: " مشاهدة فيلم Frozen II 2019 1080p WEB-DL مترجم ";
}
.f8::before {
    content: " مسلسل Chernobyl 2019 الموسم الاول ";
    padding: 10px 0 10px 0 ;
}
.f9::before {
    content: "مسلسل Game of Thrones 2019 الموسم الثامن";
}
.f10::before {
    content: " مشاهدة فيلم  بنات ثانوي 2020 1080 HDTC ";
    padding: 10px 0 10px 0 ;
}
.f11::before {
    content: "مشاهدة فيلم Toy Story 4 2019 1080p BluRay مترجم";
}
.f12::before {
    content: "مشاهدة فيلم A South African Horror Story 2019 1080p WEB-DL مترجم";
}
.f13::before {
    content: " مشاهدة فيلم الفلوس 2019 1080 HDTC";
    padding: 10px 0 10px 0 ;
}
.f14::before {
    content: " مشاهدة فيلم Spies in Disguise 2019 720p HDCAM مترجم";
}
.f15::before {
    content: " مشاهدة فيلم ولاد رزق 2 عودة أسود الأرض 2019 1080 HDTV ";
}
.f16::before {
    content: " مسلسل The Originals الموسم الخامس 2018 ";
}
.f17::before {
    content: "  مشاهدة فيلم The Addams Family 2019 1080p WEBRip مترجم  ";
}
.f18::before {
    content: "  مشاهدة فيلم Just Mercy 2019 DVDSCR مترجم ";
}
.f19::before {
    content: " مسلسل Titans 2018 الموسم الاول ";
    padding: 10px 0 10px 0 ;
}
.f20::before{
    content: "  مشاهدة فيلم الفيل الأزرق  2019 1080 HDTV ";
    padding: 10px 0 10px 0 ;
}
.f21::before {
    content: "مشاهدة فيلم A Hidden Life 2019 1080p WEB-DL مترجم";
}
.f22::before {
    content: "مشاهدة فيلم Bloodshot 2020 720p HDCAM مترجم";
}
.f23::before {
    content: "مشاهدة فيلم كازابلانكا 2019 FULLHD";
    padding: 10px 0 10px 0 ;
}
.f24::before {
    content: "مشاهدة فيلم The Queen's Corgi 2019 1080p BluRay مترجم";
}
.footer {
    background: #273c75;
    opacity: .9;
}
.footer .containear4 {
    width: 50%;
    float: left;
    font-family: fontweb;
    color: #fff;
}
.footer .subscription {
    width: 50%;
    float: left;
}
.afilms {  /* films you can choose type of films */
    width: calc(80% / 3);
    margin: 10% 5% 10% 0;
    float: left;
}
.afilms p {
    font-size: 14px;
}
.afilms h3,p {
    text-align: right;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 5%;
}
.afilms h3:hover {
    color: #55ACEE;
}
.afilms p:hover {
    color: #55ACEE;
}
.subscription {   /*you can make account and subscribtion in website */
    width: 50%;
}
.subscription h1 {
    width: 100%;
    font-size: 50px;
    margin: 5% 5% 0 40%;
}
.subscription h1 .hvr-wobble-horizontal{
    transition: all .7s;
}
.subscription h1 {
    font-family: choco;
    cursor: pointer;
    color: red;
}
.subscription h1 span {
    font-family: spanLogoFont;
    color: #fff;
}
.subscription p {
    margin: 1% 10% 0 30%;
    font-family: fontweb;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: #fff
}
.subscription .search-area {
    width: 100%;
    margin: 1% 10% 0 38%;
}
.subscription input {
    padding: 4.5px;
    width: 200px;
    border: none;
    font-size: 16px;
    font-family: fontweb;
    border-radius: 25px 0 0 25px;
    float: left;
    text-align: center;
}
.subscription button {
    padding: 7px;
    border: none;
    font-size: 16px;
    background: #1b2a49;
    color: #fff;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    float: left;
} 
html {
    scroll-behavior: smooth;
}
@media (max-width:1080px) {
.checkbtn {
    font-size: 30px;
    color: white;
    float: left;
    line-height: 80px;
    margin-left: 40px;
    cursor: pointer;
    display: none;
}
#check {
    display: none;
}
.menu {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #273c75;
    overflow: hidden;
    z-index: 10;
}
.menu ul li{
    list-style: none;
}
.menu ul li a{
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 1;
    float: left;
    color: #fff;
    text-align: center;
    padding: 16px 14px;
    transition: all .5s;
    font-family: fontWeb;
}
.menu ul li a:hover {
    color: #278ea5;
    opacity: .5;
    font-size: 19px;
    transform: scale(.8);
}
.search {
    position: absolute;
    top: 25%;
    right: 6%;
    display: inline-block;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    transition: all .5s;
    background-color: #fff;
}
.search:hover .search-text {
    width: 250px;
    padding: 0px 6px;
}
.search-btn {
    position: relative;
    top: 10%;
    right: -17%;
    width: 25px;
    height: 40px;
    color: #278ea5;
    float: right;
    border-radius: 50%;
}
.search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    font-size: 14px;
    color: #278ea5;
    transition: all .5s;
    line-height: 20px;
    width: 0px;
    font-family: fontWeb;
    text-align: center;
}
}
@media (max-width:950px) {
.header {
    background: #192a56;
    padding: 6px 24px;
    color: #381460;
    margin: 0;
    letter-spacing: 1;
    font: caption;
    font-size: 24px;
    text-transform: uppercase;
    display: none;
}
/* End icon*/
/* End Header  */
/* Start Menu */
.flims p:first-child {
    font-size: 18.5px;
    /* text-align: center; */
}
.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: block;
}
#check {
    display: none;
}
.top {
    left: 91%;
}
.menu .header2 {
    margin: 0;
    letter-spacing: 1;
    font: caption;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}
.menu .header2 h1 {
    position: absolute;
    top: 21%;
    left: 30%;
    font-family: choco;
    cursor: pointer;
    color: red;
}
.menu .header2 h1 .hvr-wobble-horizontal{
    position: absolute;
    top: -15%;
    left: -25%;
    transition: all .7s;
}
.menu .header2 h1 span {
    font-family: spanLogoFont;
    color: #fff;
}
.menu .header2 .icons i{ /* Start icon */
    position: absolute;
    float: right;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    margin-right: 20%;
    margin-top: 2.5%;
    font-size: 29px;
}
.menu .header2 .icons i:nth-child(1) {
    position: absolute;
    top: 4%;
    right: 2%;
}
.menu .header2 .icons i:nth-child(1):hover {
    color: #DD4B39;
    transform: scale(1.2);
}
.menu .header2 .icons i:nth-child(2) {
    position: absolute;
    top: 4%;
    right: 9%;
}
.menu .header2 .icons i:nth-child(2):hover {
    color: #CD201F;
    transform: scale(1.2);
}
.menu .header2 .icons i:nth-child(3) {
    position: absolute;
    top: 4%;
    right: 14%;
}
.menu .header2 .icons i:nth-child(3):hover {
    color: #55ACEE;
    transform: scale(1.2);
}
.menu .header2 .icons i:nth-child(4) {
    position: absolute;
    top: 4%;
    right: 19.8%;
}
.menu .header2 .icons i:nth-child(4):hover {
    color: #3B5999;
    transform: scale(1.2);
} 
.menu .header2 .icons span {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 25%;
    left: 5%;
    width: 125px;
    height: 40px;
    padding: 4px;
    border-radius: 75px;
    font-family: fontweb;
    font-size: 20px;
    cursor: pointer;
}
.menu .header2 .icons span a {
    position: absolute;
    top: 18%;
    color: #55ACEE;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
}
.menu .header2 .icons .follow i {
    margin: 4px 4px 0 0;
    top: 16%;
    color: #55ACEE;
    font-size: 25px;
}
.menu .header2 .icons .follow i:hover {
    color: khaki;
}
    /* End icon*/
    /* End Header  */
.menu {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #273c75;
    overflow: hidden;
}
.menu ul {display: none;}
.menu .ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #192a56;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    z-index: 15;
    display: block;
}
.menu .ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: reverse;
    margin: 10px;
    line-height: 42px;
}
.menu ul li a{
    padding: 10px 10px;
}
#check:checked ~ ul {
    left: 0;
}
.search {
    position: absolute;
    top: 25%;
    right: 13%;
    display: inline-block;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    background-color: #fff;
    transition: all .5s;
}
.search:hover .search-text {
    width: 220px;
    padding: 0px 6px;
}
.search-btn {
    top: 10%;
    position: relative;
    right: -17%;
    width: 25px;
    height: 40px;
    color: #278ea5;
    float: right;
    border-radius: 50%;
}
.search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    font-size: 14px;
    color: #278ea5;
    transition: .4s;
    line-height: 20px;
    width: 0px;
    font-family: fontWeb;
    text-align: center;
}
.checkbtn {
    position: relative;
    display: block;
    font-size: 38px;
}
#check {
    display: none;
}
.footer .containear4 {
    width: 50%;
    float: left;
    font-family: fontweb;
    color: #fff;
}
.footer .subscription {
    width: 50%;
    float: left;
}
.afilms {  /* films you can choose type of films */
    width: calc(80% / 3);
    margin: 10% 5% 10% 0;
    float: left;
}
.afilms p {
    font-size: 14px;
}
.afilms h3,p {
    text-align: right;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 5%;
}
.afilms h3:hover {
    color: #55ACEE;
}
.afilms p:hover {
    color: #55ACEE;
}
.subscription {   /*you can make account and subscribtion in website */
    width: 50%;
}
.subscription h1 {
    width: 100%;
    font-size: 50px;
    margin: 5% 5% 0 30%;
}
.subscription h1 .hvr-wobble-horizontal{
    transition: all .7s;
}
.subscription h1 {
    font-family: choco;
    cursor: pointer;
    color: red;
}
.subscription h1 span {
    font-family: spanLogoFont;
    color: #fff;
}
.subscription p {
    margin: 1% 10% 0 30%;
    font-family: fontweb;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: #fff
}
.subscription .search-area {
    width: 100%;
    margin: 1% 10% 0 30%;
}
.subscription input {
    padding: 4.5px;
    width: 200px;
    border: none;
    font-size: 16px;
    font-family: fontweb;
    border-radius: 25px 0 0 25px;
    float: left;
    text-align: center;
}
.subscription button {
    padding: 7px;
    border: none;
    font-size: 16px;
    background: #1b2a49;
    color: #fff;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    float: left;
}
}
@media (max-width:680px) {
    .flims p:first-child {
        font-size: 14px;
    }
}
@media (max-width:680px) {
.film1 {
    width: calc(92% / 3);
    margin-left: 2%;
}
.menu .ul {
    height: 100vh;
    display: block;
}
.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 60px;
    margin-right: 65px;
    cursor: pointer;
    display: block;
}
#check {
    display: none;
}
.head2 {
    background: #192a56;
    padding: 6px 24px;
    color: #381460;
    margin: 0;
    letter-spacing: 1;
    font: caption;
    /* font-size: 15px; */
    text-transform: uppercase;
    display: block;
    height: auto;
}
.head2 h1 {
    position: relative;
    top: -5%;
    left: 45%;
    font-family: choco;
    cursor: pointer;
    color: red;
    visibility: hidden;
}
.head2 h1 .hvr-wobble-horizontal{
    position: absolute;
    left: -5%;
    transition: all .7s;
}
.head2 h1 span {
    font-family: spanLogoFont;
    color: #fff;
}
.head2 .icons i{ /* Start icon */
    position: absolute;
    float: right;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    margin: -2.5% 45% 8% 5%;
    font-size: 30px;
}
.head2 .icons i:nth-child(1) {
    position: absolute;
    top: 4%;
    right: 0;
}
.head2 .icons i:nth-child(1):hover {
    color: #DD4B39;
    transform: scale(1.2);
}
.head2 .icons i:nth-child(2) {
    position: absolute;
    top: 4%;
    right: 8%;
}
.head2 .icons i:nth-child(2):hover {
    color: #CD201F;
    transform: scale(1.2);
}
.head2 .icons i:nth-child(3) {
    position: absolute;
    top: 4%;
    right: 15%;
}
.head2 .icons i:nth-child(3):hover {
    color: #55ACEE;
    transform: scale(1.2);
}
.head2 .icons i:nth-child(4) {
    position: absolute;
    top: 4%;
    right: 22%;
}
.head2 .icons i:nth-child(4):hover {
    color: #3B5999;
    transform: scale(1.2);
} 
.head2 .icons span {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 1%;
    left: 5%;
    width: 125px;
    padding: 4px;
    border-radius: 75px;
    font-family: fontweb;
    font-size: 20px;
    cursor: pointer;
}
.head2 .icons span a {
    color: #55ACEE;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
}
.head2 .icons span i {
    position: absolute;
    padding-right: 4px;
    margin-right: -6px;
    top: 100%;
    color: #55ACEE;
    font-size: 25px;
}
.head2 .icons .follow i:hover {
    color: khaki;
}
.head2 .icons .search {
    position: absolute;
    top: .7%;
    right: 8%;
    display: block;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    background-color: #fff;
    display: block;
}
.head2 .icons .search:hover .search-text {
    width: 200px;
    padding: 0px 6px;
}
.head2 .icons .search-btn {
    position: relative;
    top: 0;
    right: -25%;
    width: 25px;
    height: 40px;
    color: #278ea5;
    float: right;
    border-radius: 50%;
}
.head2 .icons .search-btn .sa {
    color: #278ea5;
    font-size: 20px;
}
.head2 .icons .search-btn .sa:hover {
    color: #fff;
}
.head2 .icons .search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    font-size: 13px;
    color: #278ea5;
    transition: .4s;
    line-height: 20px;
    width: 0px;
    font-family: fontWeb;
    text-align: center;
}
.header2 .icons {
    display: none;
}
/*  */
.menu {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #273c75;
    overflow: hidden;
    z-index: 10;
}
.menu .header2 h1 {
    position: absolute;
    top: 10%;
    left: 30%;
    font-family: choco;
    cursor: pointer;
    color: red;
}
.menu .header2 h1 .hvr-wobble-horizontal{
    position: absolute;
    top: -15%;
    left: -25%;
    transition: all .7s;
}
.menu .header2 h1 span {
    font-family: spanLogoFont;
    color: #fff;
}
.menu ul li{
    list-style: none;
}
.menu .ul {
    position: fixed;
    height: 100vh;
    top: 13.5%;
}
.menu ul li a{
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 1;
    float: left;
    color: #fff;
    text-align: center;
    padding: 16px 24px;
    transition: all .7s;
    font-family: fontWeb;
}
.menu ul li a:hover {
    color: #278ea5;
    opacity: .5;
    font-size: 19px;
    transform: scale(.8);
}
.search {
    display: none;
}
.footer .containear4 {
    width: 50%;
    float: left;
    font-family: fontweb;
    color: #fff;
}
.footer .subscription {
    width: 50%;
    float: left;
}
.afilms {  /* films you can choose type of films */
    width: calc(80% / 3);
    margin: 10% 5% 10% 0;
    float: left;
}
.afilms p {
    font-size: 14px;
}
.afilms h3,p {
    text-align: right;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 5%;
}
.afilms h3:hover {
    color: #55ACEE;
}
.afilms p:hover {
    color: #55ACEE;
}
.subscription {   /*you can make account and subscribtion in website */
    width: 50%;
}
.subscription h1 {
    width: 100%;
    font-size: 40px;
    margin: 5% 5% 0 10%;
}
.subscription h1 .hvr-wobble-horizontal{
    transition: all .7s;
}
.subscription h1 {
    font-family: choco;
    cursor: pointer;
    color: red;
}
.subscription h1 span {
    font-family: spanLogoFont;
    color: #fff;
}
.subscription p {
    margin: 1% 10% 0 10%;
    font-family: fontweb;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: #fff
}
.subscription .search-area {
    width: 100%;
    margin: 1% 10% 0 10%;
}
.subscription input {
    padding: 4.5px;
    width: 200px;
    border: none;
    font-size: 16px;
    font-family: fontweb;
    border-radius: 25px 0 0 25px;
    float: left;
    text-align: center;
}
.subscription button {
    padding: 7px;
    border: none;
    font-size: 16px;
    background: #1b2a49;
    color: #fff;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    float: left;
}
}
@media (max-width:590px) {
    .caption {display: none;}
}
@media (max-width:530px) {
    .head2 .icons span {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 1%;
    left: 0;
    width: 125px;
    padding: 4px;
    border-radius: 75px;
    font-family: fontweb;
    font-size: 20px;
    cursor: pointer;
}
.head2 .icons span a {
    color: #55ACEE;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
}
.head2 .icons span i {
    position: absolute;
    padding-right: 4px;
    margin-right: 5px;
    top: 100%;
    color: #55ACEE;
    font-size: 25px;
}
.head2 .icons .follow i:hover {
    color: khaki;
}
.head2 .icons .search {
    position: absolute;
    top: .7%;
    right: 10%;
    display: block;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    background-color: #fff;
    display: block;
}
.head2 .icons .search:hover .search-text {
    width: 200px;
    padding: 0px 6px;
}
.head2 .icons .search-btn {
    position: relative;
    top: 0;
    right: -20%;
    width: 25px;
    height: 40px;
    color: #278ea5;
    float: right;
    border-radius: 50%;
}
.head2 .icons .search-btn .sa {
    color: #278ea5;
    font-size: 20px;
}
.head2 .icons .search-btn .sa:hover {
    color: #fff;
}
.head2 .icons .search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    font-size: 13px;
    color: #278ea5;
    transition: .4s;
    line-height: 20px;
    width: 0px;
    font-family: fontWeb;
    text-align: center;
}
.head2 .icons i{ /* Start icon */
    position: absolute;
    float: right;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    margin: -4% 38% 20% 5%;
    font-size: 30px;
}
.head2 .icons i:nth-child(1) {
    position: absolute;
    top: 4%;
    right: -12%;
}
.head2 .icons i:nth-child(1):hover {
    color: #DD4B39;
    transform: scale(1.2);
}
.head2 .icons i:nth-child(2) {
    position: absolute;
    top: 4%;
    right: -1%;
}
.head2 .icons i:nth-child(2):hover {
    color: #CD201F;
    transform: scale(1.2);
}
.head2 .icons i:nth-child(3) {
    position: absolute;
    top: 4%;
    right: 8%;
}
.head2 .icons i:nth-child(3):hover {
    color: #55ACEE;
    transform: scale(1.2);
}
.head2 .icons i:nth-child(4) {
    position: absolute;
    top: 4%;
    right: 18%;
}
.head2 .icons i:nth-child(4):hover {
    color: #3B5999;
    transform: scale(1.2);
} 
.flims p:first-child {font-size: small;line-height: 1.5;}
.footer .containear4 {
    width: 100%;
    float: left;
    font-family: fontweb;
    color: #fff;
}
.footer .subscription {
    width: 100%;
    float: left;
}
.afilms {  /* films you can choose type of films */
    width: calc(80% / 3);
    margin: 10% 5% 10% 0;
    float: right;
}
.afilms p {
    font-size: 14px;
}
.afilms h3,p {
    text-align: right;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 5%;
}
.afilms h3:hover {
    color: #55ACEE;
}
.afilms p:hover {
    color: #55ACEE;
}
.subscription {   /*you can make account and subscribtion in website */
    width: 50%;
}
.subscription h1 img {width: 60px;height: 50px;}
.subscription h1 .hvr-wobble-horizontal{
    transition: all .7s;
}
.subscription h1 {
    font-family: choco;
    cursor: pointer;
    color: red;
}
.subscription h1 {
    width: 100%;
    font-size: 50px;
    margin: 5% -10% 0 20%;
}
.subscription h1 span {
    font-family: spanLogoFont;
    color: #fff;
}
.subscription p {
    margin: 1% 10% 0 5%;
    font-family: fontweb;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: #fff
}
.subscription .search-area {
    width: 100%;
    margin: 1% 50% 0 30%;
}
.subscription input {
    padding: 4.5px;
    width: 150px;
    border: none;
    font-size: 14px;
    font-family: fontweb;
    border-radius: 25px 0 0 25px;
    float: left;
    text-align: center;
}
.subscription button {
    padding: 7px;
    border: none;
    font-size: 16px;
    background: #1b2a49;
    color: #fff;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    float: left;
}
}
@media (max-width:320px) {
.subscription h1 {
    width: 100%;
    font-size: 30px;
    margin: 5% 5% 0 25%;
}
.subscription p {
    width: 100%;
    margin: 1% 12% 0 19%;
}
.subscription .search-area {
    width: 100%;
    margin: 1% 10% 0 20%;
}
.footer .containear4 {
    width:100%;
    float: left;
    font-family: fontweb;
    color: #fff;
}
.footer .subscription {
    width: 70%;
    float: left;
}
.afilms {  /* films you can choose type of films */
    width: calc(76% / 3);
    margin: 10% 7% 10% 0;
    float: left;
}
.afilms p {
    font-size: 14px;
}
.afilms h3,p {
    text-align: right;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 5%;
}
.afilms h3:hover {
    color: #55ACEE;
}
.afilms p:hover {
    color: #55ACEE;
}
.containear .slider .slide .caption {
    display: none;
}
.top{
    left: 0;
    padding: 12px 14px;
}
.film1 {
    width: calc(94%/2);
    margin-left: 2%;
}
.menu .header2 h1 {
    top: 13%;
    left: 16%;
}
.menu .header2 h1 .hvr-wobble-horizontal {
    position: absolute;
    left: -36%;
}
.menu .ul {
    top: 20%;
    height: 100vh;
    display: block;
}
.menu .checkbtn {
    margin-top: 2.5%;
    margin-right: 50px;
}
.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 60px;
    margin-right: 65px;
    cursor: pointer;
    display: block;
}
#check {
    display: none;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 60px;
    margin-right: 65px;
    cursor: pointer;
    display: block;
}
#check {
    display: none;
}
.head2 {
    background: #192a56;
    padding: 6px 24px;
    color: #381460;
    margin: 0;
    letter-spacing: 1;
    font: caption;
    font-size: 45px;
    text-transform: uppercase;
    display: block;
    height: auto;
}
.head2 h1 {
    position: relative;
    top: -5%;
    left: 55%;
    font-family: choco;
    font-size: 30px;
    cursor: pointer;
    color: red;
    line-height: 2.5;
    visibility: hidden;
}
.head2 h1 .hvr-wobble-horizontal{
    position: absolute;
    left: -5%;
    transition: all .7s;
}
.head2 h1 span {
    font-family: spanLogoFont;
    color: #fff;
}
.head2 .icons i{ /* Start icon */
    position: absolute;
    float: right;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    margin: 7% 45% 8% 5%;
    font-size: 30px;
}
.head2 .icons i:nth-child(1) {
    position: absolute;
    top: 4%;
    right: -24%;
}
.head2 .icons i:nth-child(1):hover {
    color: #DD4B39;
    transform: scale(1.2);
}
.head2 .icons i:nth-child(2) {
    position: absolute;
    top: 4%;
    right: -8%;
}
.head2 .icons i:nth-child(2):hover {
    color: #CD201F;
    transform: scale(1.2);
}
.head2 .icons i:nth-child(3) {
    position: absolute;
    top: 4%;
    right: 7%;
}
.head2 .icons i:nth-child(3):hover {
    color: #55ACEE;
    transform: scale(1.2);
}
.head2 .icons i:nth-child(4) {
    position: absolute;
    top: 4%;
    right: 22%;
}
.head2 .icons i:nth-child(4):hover {
    color: #3B5999;
    transform: scale(1.2);
} 
.head2 .icons span {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 1%;
    left: 18%;
    width: 125px;
    padding: 4px;
    border-radius: 75px;
    font-family: fontweb;
    font-size: 20px;
    cursor: pointer;
}
.head2 .icons span a {
    color: #55ACEE;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
}
.head2 .icons span i {
    position: absolute;
    padding-right: 4px;
    margin-right: 15px;
    top: 100%;
    color: #55ACEE;
    font-size: 25px;
}
.head2 .icons .follow i:hover {
    color: khaki;
}
.head2 .icons .search {
    position: absolute;
    top: .7%;
    right: 14%;
    display: block;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    background-color: #fff;
    display: block;
}
.head2 .icons .search:hover .search-text {
    width: 200px;
    padding: 0px 6px;
}
.head2 .icons .search-btn {
    position: relative;
    top: 0;
    right: -20%;
    width: 25px;
    height: 40px;
    color: #278ea5;
    float: right;
    border-radius: 50%;
}
.head2 .icons .search-btn .sa {
    color: #278ea5;
    font-size: 20px;
}
.head2 .icons .search-btn .sa:hover {
    color: #fff;
}
.head2 .icons .search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    font-size: 13px;
    color: #278ea5;
    transition: .4s;
    line-height: 20px;
    width: 0px;
    font-family: fontWeb;
    text-align: center;
}
.header2 .icons {
    display: none;
}
}
@keyframes animate { /*New animation movies */
    0% {
        left: 0;
    }
    20% {
        left: 0;
    }
    25%{
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    
    75% {
        left: -300%;
    }   
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}
@keyframes hvr-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
}
.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}