@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Audiowide&family=Caprasimo&family=Delius&family=Galindo&family=Nosifer&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oldenburg&family=Rowdies:wght@300;400;700&family=Rubik+Dirt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Audiowide&family=Caprasimo&family=Delius&family=Galindo&family=Nosifer&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oldenburg&family=Rowdies:wght@300;400;700&family=Rubik+Dirt&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Audiowide&family=Caprasimo&family=Delius&family=Galindo&family=Nosifer&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oldenburg&family=Orbit&family=Rowdies:wght@300;400;700&family=Rubik+Dirt&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Audiowide&family=Caprasimo&family=Delius&family=Galindo&family=Nosifer&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oldenburg&family=Orbit&family=Rowdies:wght@300;400;700&family=Rubik+Dirt&family=Rubik:ital,wght@0,300..900;1,300..900&family=Russo+One&display=swap');
*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body
{
    height: 4250px;
    /* background: linear-gradient(90deg, #2e2e2e, #2d2929, #3a1f1ff6); */
    background: linear-gradient(90deg, #2e2e2e, #2d2929);
}
.home
{
    width: 100%;
    height: 100vh;
    /* background: linear-gradient(135deg, #2e2e2e, #2b2b2b, #3a1f1f); */
    position: relative;
    color:#fff;
}
.home .image_iro
{
    right: 2.7%;
    width: 530px;
    position: absolute;
    /* float: right; */
}
.header1
{
    width: 100%;
    height: 30px;
    z-index: 100;
    overflow: auto;
    font-size:14px;
    background: linear-gradient(135deg, #353434, #5e5656, #353535);
    font-family: "Rubik", sans-serif;

}
.header1 .ul1_header1
{
   list-style: none;
   margin-left: 100px;
   
}
.ul1_header1 li
{
   display: inline-block;
   float: left;
   margin-left: 0px;
   letter-spacing: .5px;
   position: relative;
   color: rgb(255, 255, 255);
   margin: 5px;
   margin: 8px 0 0 10px;
}

.li1{
    width: 80px;
    text-align: center;
}
.li2{
    text-align: center;

    width: 70px;
}
.li3{
    text-align: center;
    width: 45px;
}
.li4{
    text-align: center;
    padding: 0 4px;
    width: 60px;
}
.ul1_header1 .a_header1::before
{
    content: "";
    left: 0px;
    bottom: 0px;
    width: 1.5px;
    height: 0px;
    position: absolute;
    background: rgb(255, 255, 255);
    transition: 1s;
}
 .ul1_header1 li:hover .a_header1::before {
    height:100% ;
    width: 1.9px;
    transition: 1s;
}
 .ul1_header1 .a_header1::after {
    content: "";
    right: 0px;
    top: 0px;
    width: 1.5px;
    height: 0px;
    position: absolute;
    background: rgb(255, 255, 255);
    transition: 1s;
}
 .ul1_header1 li:hover .a_header1::after {
 height:100% ;
 width: 1.5px;
 transition: 1s;
}
.ul1_header1 li a ,.ul2_header1 li a
{
   text-decoration: none;
   color: rgb(223, 207, 175);
}
.header1 .ul2_header1
{
   list-style: none;
   margin-right: 114px;
   
}
.ul2_header1 li
{
   display: inline-block;
   float: right;
   margin-right: 20px;
   letter-spacing: .5px;
   position: relative;
   color: rgb(0, 0, 0);
   margin: 9px 9px 0 3px;
   text-align: center;
}
.li1_ul2
{
    width: 125px;
}
 .li2_ul2
 {
    width: 95px;
 }
 .icons
 {
    width: 25px;
    text-align: center;
    
 }
.ul2_header1 .a_header1::before
{
    content: "";
    width: 1.5px;
    height: 0px;
    top: 0;
    right: 0;
    position: absolute;
    background: rgb(255, 255, 255);
    transition:  1s ;
}
 .ul2_header1 li:hover .a_header1::before {
    height:100% ;
    width: 1.5px;
    transition:  1s ;
}
 .ul2_header1 .a_header1::after {
    content: "";
    width: 1.5px;
    left: 0;
    bottom: 0;
    height: 0px;
    position: absolute;
    background: rgb(255, 255, 255);
    transition:  1s ;
}
 .ul2_header1 li:hover .a_header1::after {

    width: 1.5px;
    height: 100%;
    transition:  1s ;
}
.icons5 i 
{
  transition: 1s;
}
.icons5:hover i 
{
    transform: rotateY(180deg);
    transition: 1s;
    text-rendering: auto;
}
.icons:hover .icons5{
    color: rgb(255, 213, 211);

}

.a_ic
{
    width: 40px;
    text-decoration: none;
    color: black;
    
}
.ic1
{
    padding-left: 20px;
    padding-top: 10px;
     float: right;
     font-size: 10px;
     width: 30px;
}
/* ------------------------header1--------------------------- */
 .header2
{
    background: linear-gradient(135deg, #353434, #5e5656, #353535);
    width: 100%;
    height: 70px;
    font-size:11px;
    border-top: 1px solid black;
    display: flex;
    justify-content: space-around;
    position: relative;
    font-family: "Rubik", sans-serif;

}
.header2 .ul1_header2
{
   list-style: none;
}
.header2 .ul2_header2
{
   list-style: none;
   margin-left: 0px;
}
.a_header2
{
   color: rgb(231, 228, 221);
   text-decoration: none;
   font-size: 15px;
   width: 30px;
   height: 30px;
}

.ul1_header2 li
{
   display: inline-block;
   float: left;
   margin-right: 20px;
   letter-spacing: .5px;
   position: relative;
   font-size: 15px;
   text-align: center;
   color: rgb(0, 0, 0);
   padding: 5px;
}
.ul1_header2
{
    margin-top: 22px;
}
.ul2_header2 li
{
   display: inline-block;
   float: left;
   margin-right: 20px;
   letter-spacing: .5px;
   position: relative;
   color: rgb(0, 0, 0);
}


.con_img
{
    width: 300px;
    height: 60px;
    padding: 20px;
    padding-left: 20px;
    margin-left: 70px;
    cursor: pointer;
    
}
.con_img .para
{
width: 120px;
position: absolute;
margin-left: -35px;
}
.con_img span
{
    width: 200px;
    height: 30px;
    font-size: x-large;
    position: absolute;
}
.con_img img
{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline;
  margin-top: 5px;
  position: absolute;
  margin-left: -80px;
  margin-top: -7px;
}
.ul1_header2 .ul1_li_header2 .a_header2::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0px 1px;
    border-color: rgb(254, 241, 241);
    border-style: solid;
    border-width: 2px;
    border-left:hidden ;
    border-right:hidden;
    width: 100%;
    height: 93%;
    transition: .73s;
    transform: scale(0,1);
    transform-origin: left;
    /* border-radius: 6px 10px; */
}
.ul1_header2
{
    font-size: 19px;
}
.ul1_header2 .ul1_li_header2 .a_header2:hover::before
{
    opacity: 1;
    transition: .73s;
    transform: scale(1,1);
    border-radius: 10px 5px;

}
.ul1_header2 .ul1_li_header2 .a_header2::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-color: rgb(230, 223, 212);
    border-style: solid;
    border-width: 1px 0px;
    border-width: 2px;
    border-bottom: none;
    border-top: none;
    width: 98%;
    height: 100%;
    transition: .73s;
    transform: scale(1,0);
    transform-origin: bottom;
    /* border-radius: 6px 10px; */

}
.ul1_header2 .ul1_li_header2 .a_header2:hover::after
{
    opacity: 1;
    transition: .5s;
    transform: scale(1,1);
    border-radius: 10px 5px;

}
.a_header22
{
    padding: 6px;
}
.icon_header2
{
    width: 180px;
    height: 50px;
    padding-top: 16px;
    margin-right: 12px;
}
.icons_header2 ul
{
    list-style:  none;
    overflow: auto;
}
.icons_header2 ul li
{ 
    display: inline-block;
    height: 30px;
}
.icons_header2 ul li:hover a
{ 
    text-align: center;
    color: #fffcd9;

}
.icons_header2 ul li a
{ 
    text-decoration: none;
    color:#dac9c9;
}
.i22
{
    cursor: pointer;
}
.ic2
{
    padding-left: 25px;
    padding-top: 10px;
     float: right;
     font-size: 13px;
}
.circle_on_icon
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:rgb(146, 135, 128);
    color: rgb(255, 248, 211);
    position: absolute;
    margin-left: 24px;
    margin-top: -7px;
    font-family:sans-serif;
    font-size: 13px;
    text-align: center;
    transition: .5s;
    cursor: pointer;
    padding-top: 1px;
}
.i_shop:hover .circle_on_icon
{
    transform: translateY(-4px);
    transition: .5s;
}



/* ----------------------------------header2---------------------------   */
.header3
{
        background: linear-gradient(135deg, #524545, #292924, #5e4d4d);
    width: 100%;
    height:30px;
    overflow: auto;
    font-size:11px;
    text-align: center;
    padding-top: 3px;
}
.header3 a
{
color: rgb(205, 198, 173);
text-decoration: none;
font-size: 15px;
font-family:cursive;
border-bottom: 2px solid rgb(205, 198, 173) ;
transition: 1s;
}
.a_header3:hover
{
    letter-spacing: 3px;
    font-family:cursive;
    transition: .6s;
}
.header3 p{
    color: aliceblue;
    display: inline;
    font-size: 17px;
    font-family:cursive;
}

.line
{
    width:44px;
    margin-left: 848px;
    border: 1px solid rgb(205, 198, 173) ;
}
.middle_text
{
width: 600px;
height: 270px;
position: absolute;
top: 400px;
left: 25%;
transform: translate(-50%,-50%);
color: rgb(0, 0, 0);
text-align: center;
font-size: 20px;
font-family: "Audiowide", sans-serif;
line-height: 70px;
}
.middle_text .p1
{
   color:rgb(209, 236, 255);
   text-shadow: 1px 1px 7px rgb(157, 224, 255);
   font-size: 45px;
   font-family: "Audiowide", sans-serif;
  font-weight: 400;
}
.middle_text .p2
{
   color: rgb(216, 210, 190);
   font-weight: normal;
   font-size: 45px;
   /* text-shadow: 1px 1px 7px rgb(255, 201, 193); */

    font-family: "Russo One", sans-serif;

}
.div_p3
{
    width: 400px;
    height: 200px;
    margin: auto;
    line-height: 35px;
    margin-top: 10px;
}
.middle_text .p3
{
   color: rgb(194, 192, 192);
   font-size:larger;
   font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.div_button
{
    width: 170px;
    height: 80px;
    margin: auto;
    margin-top: -80px; 
    position: relative;
}
.middle_text button
{
    width: 140px;
    height: 58px;
    background-color: rgb(0, 0, 0);
    color: white;
    font-size: medium;
    transition: .5s;
    font-family: "Audiowide", sans-serif;
    border-radius: 6px;
}
.para
{
    font-family: "Audiowide", sans-serif;
}
.para b
{
    color: #8cb3d7;
}
.middle_text button:hover
{
    background: linear-gradient(135deg, #4a4f51, #674444);
    color: rgb(240, 240, 240);
    transition: .5s;    
    width: 145px;
    height: 64px;
}
.container_dives
{
    display: flex;
    position: relative;
    width: 90%;
    height: 420px;
    margin: auto;
    flex-flow: row wrap;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 30px;
}

 .it
 {
    position:relative ;
    width: 400px;
    text-align: center;
    height: 410px;
    overflow: hidden;
    border: none;
    box-shadow: 1px 1px 15px 2px rgb(77, 77, 77) ;
    line-height: 10px;
 }

.im
{   
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    display: block;
    transition: 1s;
    object-position: center top;
}
.it:hover .im
{
    transform: scale(1.2,1.2);
}

.it_text
{
    position: absolute;
    margin-top: 290px;
    padding-top: 52px;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.02));
    transition: 2s;

}
.it_text p
{
    padding-top: 30px;
    color: rgb(255, 255, 255);
    transition: 1s;
} 

 .it:hover .it_text p{
    transform: translatey(-40px);
    transition: 1s;
}
 .it .it_text a,.para1_it
    {
        color: rgb(252, 240, 214);
    }

 .para1_it {
    text-decoration: none;
    font-family: "Russo One", sans-serif;

    transition: 1s;
    font-size: x-large;
 }
 .para1_it:hover{
    transition: 1s;
 }
 .para2_it .para2_a_it{
    border-bottom: 1.6px solid rgb(252, 240, 214) ;
    padding-bottom: 4px;
    font-family: cursive;
    text-decoration: none;
    color: black;
    transition: 1s;
 }
 .para2_it .para2_a_it:hover{
    letter-spacing: 2px;
    transition: 1s;
 }
 .header_section2
 {
    width: 87.6%;
    height: 89px;
    z-index: 100;
    overflow: auto;
    font-size:10px;
    margin: auto;
    padding-top: 25px;
    border-bottom: 1px solid rgb(150, 150, 150);
 }
 .p_sec2
 {
    display: inline;    
    font-size: 27px;
    font-family: "Russo One", sans-serif;
    color: #c5c5c5;

 }
 .ul_header_section2
 {
   display: inline-block;
   margin-left: 0px;
   letter-spacing: .5px;
   position: relative;
   margin: 5px;
   margin: 9px 0 0 2px;
   float: right;
   text-align: center;
 }
 .li_sec2
 {
    display: inline-block;
    padding-left: 30px;
 }
 .li_sec2 .a_sec2
 {
    text-decoration: none;
    color: rgb(185, 185, 185);
    font-size: 16px;
    font-family: cursive;
    padding-bottom: 27px;
 }
 .li_sec2 .a2_sec2
 {
    color: rgb(149, 198, 231);
    font-weight: bold;
    border-bottom: 4.9px solid rgb(153, 209, 235);
}
.container_sec2
{
    perspective: 600px;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 50px;
}
.co
{
    width: 310px;
    height: 400px;
    margin-top: 19px;
    background-size: cover;
    position: relative;
    perspective: 600px;
    box-shadow: 1px 1px 15px 2px rgb(77, 77, 77) ;
}
.icon_fig1
{
    width: 60%;
    height: auto;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 20%;
    bottom: 10%;
    z-index: 100;
}
.co .icon_fig1  a {
    color: #16161a;
    width: calc(100% / 3);
    background: #fff;
    height: 50px;
    font-size: 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20%);
    transition: 1s;
    padding: 10px 0;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    border: 1px solid transparent;
}
.co:hover .icon_fig1 a {

    opacity: 1;
    visibility: visible;
    transform: translateY(-20%);
    transition: 1s;
}
.con1  .a_fig1:hover {
    color: white;

    background-color: #ff0000;
}
.con2 .a_fig2:hover {
    color: white;

    background-color: #00a2ff;
}
.con3 .a_fig3:hover {
    color: white;

    background-color: #ffa200;
}
.con4 .a_fig4:hover {
    color: white;

    background-color: #ff6200;
}
.fig_sec2
{
    margin-top: 410px;
    width: 100%;
    height: 50px;
    color: white;
    font-family: "Rubik", sans-serif;

}

.fig
{
    width: 100%;
    height: 80px;
    position: relative;
    line-height: 30px;
}
.co img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    display: block;

}
.fig_sec2 .p11
{
    font-size: larger;
}
.co::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: 1s;
    position: absolute;
    transform-style:preserve-3d ;
}
.con1::after
{
    background: url(../images/wp1829292-flash-wallpapers.jpg) no-repeat center;
    background-size: cover;
}
.con2::after
{
        background: url(../images/349319-1080x1920-iphone-full-hd-superman-wallpaper-image.jpg);
    background-size: cover;
}
.con3::after
{
        background: url(../images/wp2554905.jpg) no-repeat ;
    background-size: cover;

}
.con4::after
{
        background: url(../images/thumb-1920-1013802.jpg)center;
    background-size: cover;
}
.co:hover::after{
    transition: 1s;
    transform: rotateY(0deg);
}

.con1:hover .fig .p11
{
    color: rgb(255, 171, 135);
}
.con2:hover .fig .p11
{
    color: rgb(118, 188, 238);
}
.con3:hover .fig .p11
{
    color: rgb(255, 223, 183);
}
.con4:hover .fig .p11
{
    color: rgb(255, 162, 162);
}
.drop_down
{
    
    width: 280px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50px;
    left: -100%;
    box-shadow: 1px 1px 5px 1px rgb(136, 137, 122) ;
    visibility: hidden;
    transform: scale(0, 0);
    z-index: 500;
    padding: 15px;
    /* background: linear-gradient(135deg,rgb(141, 141, 133),rgb(175, 175, 149),rgb(118, 112, 100)); */
    /* background: linear-gradient(135deg,rgb(141, 141, 133),rgb(131, 131, 116)); */
     background: radial-gradient(circle,rgb(141, 133, 133),rgb(172, 178, 182)0%,rgb(131, 116, 116))40%; 
    border-radius: 10px;
    font-family: "Rubik", sans-serif;
    transition: 1s;
}
.li_drop_down1
{
    color: #ffffff;

}
 .ul1_li_header2:hover  .drop_down 
{
    
    transform: scale(1,1);
    transition: 1s;
    visibility: visible;
}
.a_header22
{
    position: relative;
    z-index: 300;
}
.con_drop1
{
    width: 150px;
    height: auto;

}
.con_drop2
{
    width: 100px;
    height: auto;
    
}
.con_drop1 .pp1 
{
    margin-left: 5px;
    width: 90px;
    height: 23px;
    color: #3a1f1f;
    font-family: "Russo One", sans-serif;
    margin-bottom: 5px;
    transform-origin: center;
    transform: scale(1.1,1.1);

}
.pp1_1
{
    border-bottom: 1px dotted black;
    padding-bottom: 5px;
}
.con_drop2 .pp2
{    
    margin-left: 5px;
    color: #3a1f1f;
    font-family: "Russo One", sans-serif;
    width: 40px;
    height: 23px;
    margin-bottom: 5px;
}
.ul_drop1 .li_drop_down1
{
    transform-origin: center;
    cursor: pointer;
    transition: .5s;
    color:#000000;
}
.ul_drop1 .li_drop_down2
{
    transform-origin: center;
    cursor: pointer;
    transition: .5s;
    color:#000000;
}
.ul_drop1 .li_drop_down2:hover
{
    transform-origin: center;
    transform: scale(1.2,1.2);
    transition: .5s;
}
.ul_drop1 .li_drop_down1:hover
{
    transform-origin: center;
    transform: scale(1.2,1.2);
    transition: .5s;
}
.con_drop2
{
    width: 90px;
    height: auto;
}
.iiii4 a
{
    color: white;
}
.container_3
{
    width: 100%;
    background:linear-gradient(135deg,rgb(66, 66, 66),rgb(41, 38, 38));
    box-shadow: 1px 1px 5px 2px rgb(91, 87, 87);
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #c1c1c1;
    margin-top: 170px;

}
.con_sec3
{
    width: 75%;
    height: 80%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header_sec3
{
    font-size: xx-large;
    padding-bottom: 45px;
    font-family: "Audiowide", sans-serif;

}
.content_sec3
{
    font-size: 20px;

}
.phphph
{
    width: 700px;
    height: 100%;
    margin: auto;
}
.phpto_content
{
   width: 250px;
   height: 100px;
   font-size: small;
   margin: auto;
   display: flex;
   justify-content: space-evenly;
   align-items: center;
    margin-top: 50px;
   text-align: start;
    color: #c1c1c1;
    font-family: "Rubik", sans-serif;
}
.photo_sec3
{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url(../images/thumb-350-1354314.jpg) no-repeat center;
    background-size: cover;
}
.content_sec3{
    font-family: "Rubik", sans-serif;

}
.iiii 
{
    width: 80px;
    height: 80px;
    font-weight: 500px;
    font-size: 30px;
    margin-top: 60px;
}
.iiii a
{
    width: 80px;
    height: 80px;
    font-weight: 600px;
    font-size: 25px;
    margin-top: 60px;
    color: rgb(209, 206, 206);
}

.p111
{
    font-family: "Rubik", sans-serif;
    padding-top: 10px;
}


.sec4
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h2_sec4
{
    text-align: center;
    padding-top: 60px;
}
.iii
{
    width: 40px;
    height: 60px
}
.container_sec4
{
    perspective: 600px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 50px;
}
.iiii4
{
    width: 80px;
    height: 80px;
    font-weight: 500px;
    font-size: 30px;
    margin-top: 60px;
    color: black;
}
.h2_sec4
{
    color: rgb(190, 190, 190);
    font-size: xx-large;
    font-family: "Audiowide", sans-serif;

}
.coo {
    position: relative; 
    overflow: hidden; 
    box-shadow: none;
    width: 310px;
    height: 500px;
    margin-top: 70px;
}
.immmmma img
{
    width: 310px;
    height: 80%;
    object-fit: cover;
    border: none;
}
.wr2,.wr1,.wr3,.wr4
{

    margin-top: 415px;
    width: 310px;
    height: 70px;
    position: absolute;
    z-index: 107;
    text-align: center;
    font-family: "Audiowide", sans-serif;
    font-size: 23px;
    color: #a1a0a0;
    
}
.coo:hover .wr1 .p11
{
    color: #88a8ca;
}
.coo:hover .wr2 .p11
{
    color: #846a61;
}
.coo:hover .wr3 .p11
{
    color: #cf7373;
}
.coo:hover .wr4 .p11
{
    color: #2d8258;
}
.www .p111
{
    font-size: 19px;
}
.coo .icon_fig1  a {
    color: #16161a;
    width: calc(100% / 3);
    background: #fff;
    height: 50px;
    font-size: 25px;
    opacity: 0;
    visibility: hidden;
    /* transform: translateY(5%); */
    transition: 1s;
    padding: 10px 0;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    border: 1px solid transparent;
}
.coo:hover .icon_fig1 a {

    opacity: 1;
    visibility: visible;
    transform: translateY(-20%);
    transition: 1s;
}
.icon_fig6
{
    width: 60%;
    height: auto;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 20%;
    bottom: 26%;
    z-index: 100;
}
.coo::after{
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-size: cover;
    backface-visibility: hidden;
    transition: 1s;
    transform-style: preserve-3d;
    background-size: cover;
    transform: translateY(-100%); 
    opacity: 0; 
}

.coo:hover::after{
    opacity: 1;
    transition: 1s;
    transform: translateY(0);
}

.con5::after
{
    background: url(../images/HD-wallpaper-it-joker-evil-ends-here.jpg) no-repeat center;
    background-size: cover;
}
.con6::after
{
        background: url(../images/198.jpg.webp)center;
    background-size: cover;
}
.con7::after
{
        background: url(../images/890b8922de2ea3e58b0af7bee1b73f07.jpg) no-repeat center;
    background-size: cover;

}
.con8::after
{
        background: url(../images/creepy-villain-mysterio-r8e4vqsakn842q9i.jpg)center;
    background-size: cover;
}

 .con5:hover .fig .p11
{
    color: rgb(135, 185, 255);
}
.con6:hover .fig .p11
{
    color: rgb(206, 206, 206);
}
.con7:hover .fig .p11
{
    color: rgb(255, 186, 186);
}
.con8:hover .fig .p11
{
    color: rgb(145, 255, 202);
}
.con5  .a_fig1:hover {
    color: white;

    background-color: #82bdfb;
}
.con6 .a_fig2:hover {
    color: white;

    background-color: #878787;
}
.con7 .a_fig3:hover {
    color: white;

    background-color: #ff0000;
}
.con8 .a_fig4:hover {
    color: white;

    background-color: #01b44f;
}

.sec5
{
    width: 100%;
    height: 100vh;
    margin: auto;
    margin-top: 180px;
    text-align: center;
    padding-top: 30px;
    box-shadow: 1px 1px 5px 2px rgb(91, 87, 87);
    background:linear-gradient(135deg,rgb(66, 66, 66),rgb(41, 38, 38));

}
.container_sec5
{
    width: 90%;
    height: 600px;
    margin: auto;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #b3b2b2;
    margin-top: 20px;
    font-family: "Rubik", sans-serif;

}

.sec5 .h_2_sec5
{
    font-family: "Audiowide", sans-serif;
    color: #c1c1c1;
    font-size: xx-large;
    text-align: center;
}
.sec5 a
{
    text-decoration: none;
    font-size: 20px;
    transition: .4s;
    display: inline-block;
    border-bottom: 2px solid rgb(105, 105, 105);

}
.cooooo:hover .p_2_sec5
{
    color: #cb9b87;
}
.sec5 a:hover
{
    transform: scale(1.2,1.2);
    transition: .4s;
    transform-origin: center;
}
.p_2_sec5
{
    font-weight: bold;
    font-size: 20px;
    color: #c5e1fb;
}
.con1_sec5 .p_2_sec5 , .a1_sec5
{
    color: #95aabe;
}
.con2_sec5 .p_2_sec5 , .a2_sec5
{
    color: rgb(164, 127, 127);
}
.con3_sec5 .p_2_sec5 , .a3_sec5
{
    color: rgb(122, 176, 137);
}
.con1_sec5
{
   width: 400px;
   height: 570px;
    text-align: start;
    line-height: 25px;

}
.con1_sec5 p
{
   padding-bottom: 10px;

}
.images_sec5
{
    width: 390px;
    height: 400px;
    box-shadow: 1px 1px 5px 2px rgb(91, 87, 87);
    margin-bottom: 15px;
    position: relative;
    transition: .4s;
    margin-bottom: 30px;
}
.images_sec5:hover
{
    transform: scale(1.05,1.05);
    transition: .4s;
    transform-origin: center;
}
.overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0,.3);
}
.im_5
{
    background: url(../images/batman-vs-joker-movie-ohfu3ev0ryw3cg7x.jpg) center ;
    background-size: cover;
}
.im_6
{
    background: url(../images/venom-marvel-movie-spiderman-spider-man-hd-4k-walt-disney-company-28-10-2024-1730156164-hd-wallpaper.jpeg) center;
    background-size: cover;
}
.im_7
{
    background: url(../images/mysterio-and-spider-man-fan-art_3840x2161_xtrafondos.com.jpg)center ;
    background-size: cover;
}
.icons_sec6
{
    width: 100%;
    height: 300px;
    background:linear-gradient(135deg,rgb(66, 66, 66),rgb(45, 42, 42));
    box-shadow: 1px 1px 5px 2px rgb(91, 87, 87);
    display: flex;
    justify-content: space-around;
    align-items: center;    
    position: relative;
    overflow: hidden;
}
.ic6
{
    width: 250px;
    height: 180px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding-top: 60px;
    margin-top: 30px;
}
.ic6 h3
{
    padding-top: 10px;
}
.ul_sec6
{

    position: absolute;
    top: 2%;
    left: 32.5%;
    transform: translateY(-50%,-50%);
    display: flex;
}
.ul_sec6 li
{
    list-style: none;
    margin: 0 5px;
    display: inline-block;
}
.ul_sec6 li a
{
    width: 60px;
    height: 70px;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    display: inline-block;
    transition: .5s;
    overflow: hidden;
    text-decoration: none;
    padding-bottom: 10px;
}
.ul_sec6 li a i
{
    padding-top: 15px;
    display: block;
    width: 100%;
    color: rgb(180, 180, 180);
    transition: .5s;
}
.icons_sec6 .ic6:hover .ul_sec6 a i:nth-child(1)
{
    transform: translateY(-60px);
}
.icons_sec6 .ic6:hover .ul_sec6 a i:nth-child(2)
{
    transform: translateY(-50px);
    color: rgb(154, 189, 214);
}
.a_icon_sec6
{
    margin-left: 9px;

}

 .footer
{
    background-color: rgb(28, 28, 28);
    width: 100%;
    height: 580px;
    margin: auto;
    padding-top: 20px;
    font-family: "Rubik", sans-serif;
}

.footer_top
{
    width: 90%;
    height: 90px;
    margin: auto;
    color: rgb(187, 187, 187);
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.uff .ul_footer h2
{
    font-family: "Audiowide", sans-serif;
    color: #898989;

}
.imgff
{
    font-family: "Audiowide", sans-serif;
    cursor: pointer;
}
.imgff p strong
{
    color: #837474;

}
.head_ff
{
    width: 500px;
    height: 70px;
    line-height: 35px;
}
.input_ff
{
    width: 600px;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
 .input_ff input
{
    width: 400px;
    height: 55px;
    padding-top: 5px;
}
.ic6 h3
{
    font-family: "Audiowide", sans-serif;
    font-size: 20px;
    color: #b8b8b8;
}
.ic6 p
{
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    color: #8d8d8d;
}
::placeholder
{
    font-size: 20px;
    padding-left: 15px;
}
.input_ff input
{
    background-color: rgb(218, 218, 218);
    border: none;
    padding-left: 10px;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
}
 .input_ff button
{
    width: 170px;
    height: 55px;
    font-size: 20px;
    margin-left: 10px;    
    background:linear-gradient(135deg,rgb(57, 53, 53),rgb(106, 101, 101));
    border: none;
    color: white;
    transition: .5s;

}
 .input_ff button:hover
{
    transform-origin: center;
    transform:scale(1.12,1.12);
    transition: .5s;
}
.icons_ff
{
    width: 120px;
    height: 30px;
    font-size: large;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.icons_ff i
{
    display: inline-block;
    cursor: pointer;
    font-size: 23px;
    transition: .4s;
    color: #878787;
}
.icons_ff i:hover
{
    transform-origin: center;
    transform: scale(1.19,1.19);
    color: white;
    transition: .4s;
}
.container_ff
{
    width: 90%;
    margin: auto;
    height: 400px;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.imgff{
    margin-top: -150px;
    width: 260px;
    height: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.imgff p{
   display: inline-block;
   color: white;
   font-size: 25px;
}
.imgff img
{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.uff h2{
   color: beige;
   padding-bottom: 20px;
}
.uff li 
{
    list-style: none;
}
.uff li a
{
    text-decoration: none;
    font-size: 15px;
    color: white;
    line-height: 35px;
    letter-spacing: 1.5px;
    transition: .4s;
    text-align: center;
}
.uff li:hover a
{
   transform-origin: center;
   transform: scale(1.1,1.1);
   transition: .4s;
   display: inline-block;
   color: #ff9494;
}
.last_word
{
    margin: auto;
    width: 900px;
    margin-top: 10px;
    text-align: center;
    color: rgb(203, 202, 202);

}
.last_word span
{
    padding-left: 5px;

}
.last_word span a
{
    color: rgb(202, 84, 84);
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    transform-origin: center;
    display: inline-block;
    transition: .5s;
}
.last_word span:hover a
{
    transform: scale(1.1,1.1);
    border-bottom: 1px solid beige;
    transition: .5s;
}
.last_word i
{
    animation-name: move;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-play-state: running;
    animation-iteration-count: infinite;
    color: rgb(227, 50, 50);
}
@keyframes move
{
    0%
    {
       transform: scale(0,0);
       transition: .5s;
    }
    50%
    {
       transform: scale(1,1);
       transition: .5s;

    }
    100%
    {
       transform: scale(1.3,1.3);
       transition: .5s;

    }
}