*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid red; */
}
body{
    perspective: 700px;
    background-color: black;
}
body h2{
    font-family: "Roboto Slab", serif;
}
body h3{
    font-family: "PT Serif", serif;
}
body p{
    font-family: "Signika Negative", sans-serif;
    font-size: 14px;
}
body button{
    font-family: "Rubik", sans-serif;
    font-size: 15px;
}
.header1{
    width: 100%;
    height: 30px;
    background-color: black;
    padding-top: 5px;
}
.header1 ul{
    list-style: none;
    display: flex;
}
.header1 ul a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.header1 .ul1 li{
    margin-left: 20px;
}
.header1 .ul1{
    margin-left: 90px;
}
.header1 .ul2 li{
    margin-left: 25px;
}
.header1 .ul2{
    margin-left: 1000px;
    margin-top: -18px;
}
.header1 ul li{
    position: relative;
}
.header1 ul li::after{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    top: 0;
    left: -5;
    background-color: red;
    transition: 1s;
}
.header1 ul li:hover::after{
    height: 100%;
    transition: 1s;
}
.header1 ul li::before{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    bottom: 0;
    right: -5;
    background-color: red;
    transition: 1s;
}
.header1 ul li:hover::before{
    height: 100%;
    transition: 1s;
}
.icons{
    margin-left: 1250px;
    margin-top: -17px;
}
.header1 .icons i{
    margin-left: 20px;
    cursor: pointer;
    color: rgb(158, 158, 158);
}
.header1 .icons i:hover{
    transform: rotateY(180deg);
    color: red;
}
.header1 .icons span{
    position: relative;
}
.header1 .icons span::after{
    content: "";
    position: absolute;
    width: 1px;
    transform: scalex(2);
    height: 0%;
    top: 0;
    left: 10;
    background-color: red;
    transition: 1s;
}
.header1 .icons span:hover::after{
    height: 120%;
    transition: 1s;
}
.header1 .icons span::before{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    bottom: 0;
    right: -10;
    background-color: red;
    transition: 1s;
}
.header1 .icons span:hover::before{
    height: 100%;
    transition: 1s;
}
.header2{
    width: 100%;
    height: 55px;
    background-color: black;
}
.header2 img{
    margin-left: 60px;
}
.header2 p{
    margin-left: 180px;
    margin-top: -35px;
    color: red;
    font-size: 18px;
    font-weight: bold;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
}
.header2 ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
}
.header2 ul a{
    text-decoration: none;
    color: rgb(240, 240, 240);
}
.header2 ul li{
    margin-left: 25px;
    position: relative;
}
.header2 ul li::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    top: -5;
    left: -10.5;
    background-color: red;
    transition: 1s;
}
.header2 ul li:hover::after{
    width: 151%;  
}
.header2 ul li::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5;
    right: -10;
    background-color: red;
    transition: 1s;
}
.header2 ul li:hover::before{
    width: 151%;  
}
.header2 span{
    position: relative;
}
.header2 span::after{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    bottom: -5;
    left: 15;
    background-color: red;
    transition: 1s;
}
.header2 span:hover::after{
    height: 151%;  
}
.header2 span::before{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    top: -5;
    right: -10;
    background-color: red;
    transition: 1s;
}
.header2 span:hover::before{
    height: 151%;  
}
/* =================================================== */
.header2 ul .li2:hover::after{
    width: 135%;  
}
.header2 ul .li2::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5;
    right: -10;
    background-color: red;
    transition: 1s;
}
.header2 ul .li2:hover::before{
    width: 135%;  
}
.header2 .span2{
    position: relative;
}
.header2 .span2::after{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    bottom: -5;
    left: 15.5;
    background-color: red;
    transition: 1s;
}
.header2 .span2:hover::after{
    height: 151%;  
}
.header2 .span2::before{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    top: -5;
    right: -10;
    background-color: red;
    transition: 1s;
}
.header2 .span2:hover::before{
    height: 151%;  
}
/* =================================================== */
.header2 ul .li3:hover::after{
    width: 150%;  
}
.header2 ul .li3::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5;
    right: -10;
    background-color: red;
    transition: 1s;
}
.header2 ul .li3:hover::before{
    width: 150%;  
}
.header2 .span3{
    position: relative;
}
.header2 .span3::after{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    bottom: -5;
    left: 15;
    background-color: red;
    transition: 1s;
}
.header2 .span3:hover::after{
    height: 151%;  
}
.header2 .span3::before{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    top: -5;
    right: -10;
    background-color: red;
    transition: 1s;
}
.header2 .span3:hover::before{
    height: 151%;  
}
/* ========================================= */
.header2 ul .li4:hover::after{
    width: 140%;  
}
.header2 ul .li4::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5;
    right: -10;
    background-color: red;
    transition: 1s;
}
.header2 ul .li4:hover::before{
    width: 140%;  
}
.header2 .span4{
    position: relative;
}
.header2 .span4::after{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    bottom: -5;
    left: 15.5;
    background-color: red;
    transition: 1s;
}
.header2 .span4:hover::after{
    height: 151%;  
}
.header2 .span4::before{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    top: -5;
    right: -10;
    background-color: red;
    transition: 1s;
}
.header2 .span4:hover::before{
    height: 151%;  
}
/* ======================================= */
.header2 ul .li5::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    top: -5;
    left: -10.8;
    background-color: red;
    transition: 1s;
}
.header2 ul .li5:hover::after{
    width: 165%;  
}
.header2 ul .li5::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5;
    right: -20;
    background-color: red;
    transition: 1s;
}
.header2 ul .li5:hover::before{
    width: 165%;  
}
.header2 .span5{
    position: relative;
}
.header2 .span5::after{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    bottom: -5;
    left: 15;
    background-color: red;
    transition: 1s;
}
.header2 .span5:hover::after{
    height: 151%;  
}
.header2 .span5::before{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    top: -5;
    right: -20;
    background-color: red;
    transition: 1s;
}
.header2 .span5:hover::before{
    height: 151%;  
}
/* ========================================= */
.header2 ul .li7::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    top: -5;
    left: -10.5;
    background-color: red;
    transition: 1s;
}
.header2 ul .li7:hover::after{
    width: 150%;  
}
.header2 ul .li7::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5;
    right: -20;
    background-color: red;
    transition: 1s;
}
.header2 ul .li7:hover::before{
    width: 150%;  
}
.header2 .span7{
    position: relative;
}
.header2 .span7::after{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    bottom: -5;
    left: 15;
    background-color: red;
    transition: 1s;
}
.header2 .span7:hover::after{
    height: 151%;  
}
.header2 .span7::before{
    content: "";
    position: absolute;
    width: 1px;
    transform: scaleX(2);
    height: 0%;
    top: -5;
    right: -20;
    background-color: red;
    transition: 1s;
}
.header2 .span7:hover::before{
    height: 151%;  
}

.header2 ul .down{
    margin-left: 5px;
    margin-top: 4px;
    font-size: 12px;
    cursor: pointer;
    color: white;
}
.header2 ul .linksdown{
    width: 260px;
    height: 170px;
    background-color: white;
    border: 1px solid rgb(35, 35, 35);
    margin-top: 218px;
    margin-left: 230px;
    position: absolute;
    padding-left: 20px;
    display: flex;
    border: 1px solid black;
    border-radius: 20px 5px;
    opacity: 0;
    transition: 1s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.475);
    transform: translateY(20px) scale(0.05);
    z-index: 10;
}
.header2 ul .span5:hover ~ .linksdown{
    opacity: 1;
    transform: translateY(0) scale(1);
}
.header2 ul .linksdown:hover{
    opacity: 1;
    transform: translateY(0) scale(1);
}
.header2 ul .linksdown a{
    cursor: pointer;
}
.header2 ul .linksdown .links1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    margin-top: 55px;
    margin-left: -20px;
}
.header2 ul .linksdown .links1tit1{
    margin-top: 20px;
}
.header2 ul .linksdown .tit1line{
    width: 38px;
    height: 1px;
    transform: scaleY(2);
    background-color: black;
    position: absolute;
    margin-left: 0px;
    margin-top: 45px;
}
.header2 ul .linksdown .links2tit2{
    margin-top: 20px;
    margin-left: 100px;
}
.header2 ul .linksdown .tit2line{
    width: 40px;
    height: 1px;
    transform: scaleY(2);
    background-color: black;
    position: absolute;
    margin-left: 162px;
    margin-top: 45px;
}
.header2 ul .linksdown .links2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    margin-top: -10px;
    margin-left: 20px;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.header2 ul .linksdown .links1 a{ 
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    color: rgb(55, 55, 55);
}
.header2 ul .linksdown .links1 a:hover{
    color: red;
}
.header2 ul .linksdown .links2 a{
    margin-left: -220px;
    cursor: pointer;
    display: block;
    margin-top: 5px;
    color: rgb(55, 55, 55);
}
.header2 ul .linksdown .links2 a:hover{
    color: red;
}
.header2 .icons2{
    margin-left: 1320px;
    margin-top: -15px;
    position: relative;
    color: white;
}
.header2 .icons2 i{
    margin-left: 20px;
    font-size: 18px;
    cursor: pointer;
}
.header2 .icons2 span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: red;
    color: white;
    margin-top: -15px;
    margin-left: -16px;
    position: absolute;
    text-align: center;
    transition: 0.5s;
}
.header2 .icons2 .notification:hover + span{
    margin-top: -18px;
}
.header2 .icons2 i:hover{
    color: red;
}
.header3{
    width: 100%;
    height: 30px;
    text-align: center;
    background: -webkit-linear-gradient(top left , gray , white , white , white , white , white , gray);
    color: black;
    padding-top: 5px;
    box-shadow: 1px 1px 10px gray inset;
}
.header3 p span{
    text-decoration: underline;
    cursor: pointer;
    color: red;
}
.header3 p span:hover{
    letter-spacing: 1;
}

.overlay{
    width: 100%;
    height: 90vh;
    background: -webkit-radial-gradient(30% 30% , circle , rgba(0, 0, 0, 0.6) , rgba(0, 0, 0,9));
    color: white;
}
.main{
    height: 90vh;
    background-image: url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.main .mainsec1{
    width: 350px;
    height: 300px;
    text-align: center;
    margin: 200px 0px 0px 150px;
    padding-top: 20px;
    color: white;
}
.mainsec1 .maintit1{
    font-size: 30px;
    font-family: "Carattere", cursive;
    font-weight: 400;
    font-style: normal;
}
.mainsec1 .maintit2{
    margin: 20px 0px;
    letter-spacing: 1px;
    text-shadow: 2px 2px black;
    font-family: "Bricolage Grotesque", sans-serif;

}
.mainsec1 .mainp{
    font-size: 18px;
    font-family: "Bricolage Grotesque", sans-serif;
}
.mainsec1 .mainbt{
    width: 100px;
    height: 40px;
    margin-top: 20px;
    background: -webkit-linear-gradient(top left , rgb(255, 0, 136) , red , rgb(255, 0, 76));
    color: white;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid red;
}
.mainsec1 .mainbt:hover{
    color: red;
    background: gainsboro;
}
.mainsec1 .mainbt:hover{
    transform: scale(1.05);
}
.main .mainimage{
    width: 600px;
    height: 100%;
    margin-left: auto;
    margin-top: -500px;
    position: relative;
}
.main img{
    width: 400px;
    height: 80%;
    margin-left: 90px;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.575));
    position: absolute;
}
.main .img1{
    margin-top: 130px;
    filter: drop-shadow(0px 0px 5px rgba(255, 250, 250, 0.575));
}
.main .img2{
    margin-top: 95px;
    width: 370px;
}
.main .img4{
    margin-top: 464px;
    height: 30%;
    width: 300px;
    margin-left:100px;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}

.section1{
    height: 450px;
    background-color: 161a1d;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 10px gray inset;
}
.section1 .sec1image{
    width: 350px;
    height: 300px;
    position: relative;
    overflow: hidden;
    box-shadow: -5px 5px 15px  white;
}
.section1 img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.section1 .image2{
    margin: 0px 40px;
}
.section1 .imageinfo{
    position: absolute;
    margin-bottom: -20px;
    color: white;
    margin-left: 100px;
    text-align: center;
    bottom: 0;
    transition: 1s;
}
.section1 .imageinfo .lou{
    margin-left: -35px;
}
.section1 .imageinfo .wed{
    margin-left: -20px;
}
.section1 h2{
    margin-bottom: 20px;
}
.section1 a{
    color: aliceblue;
    margin-left: -10px;
}
.sec1image:hover .imageinfo{
    bottom: 40px;
    text-shadow: -2px 2px 5px red;
}
.sec1image:hover{
    box-shadow: -5px 5px 15px  red;
}
.section1:hover{
    box-shadow: 1px 1px 10px red inset;
}

.sec1image:hover img{
    transform: scale(1.1); 
}
.sec1image:hover a{
    visibility: visible;
    color: red;
}

.sec2header{
    display: flex;
    justify-content:space-around;
    align-items: flex-end;
    width: 75%;
    height:100px;
    margin: auto;
    position: relative;
}
.section2 .sec2header .sec2tit{
    color: rgb(228, 228, 228);
}
.sec2header ul{
    list-style: none;
    display: flex;
    margin-left: auto;
}
.sec2header a{
    text-decoration: none;
    margin-left: 20px;
    position: relative;
    color: gray;
}
.sec2header a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    top: 26px;
    left: 0;
    background-color: red;
    border-radius: 0.5px;
}
.sec2header a:hover::after{
    width: 100%;
    transition: 0.5s;
}
.sec2header a:hover{
    color: red;
}
.sec2header .a2::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 26px;
    background-color: red;
    border-radius: 0.5px;
}
.sec2header .a2{
    color: red;
}
.sec2header::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 110px;
    background-color: gray;
}
.sec2images{
    width: 75%;
    height: 400px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.sec2images .sec2image1{
    width: 250px;
    height: 70%;
    position: relative;
    transition: 2s;
}
.sec2front , .sec2back{
    width: 100%;
    height: 300px;
    position: absolute;
}
.sec2front{
    z-index: 1;
    backface-visibility: hidden;
    box-shadow: 1px 1px 15px gray;
    border: 1px solid gray;
}
.sec2back{
    transition: 0.5s;
    transform-style: preserve-3d;
}
.sec2images img{
    width: 100%;
    height: 100%;
}
.sec2image1:hover .sec2back{
    transform: rotateY(180deg);
    z-index: 10;
    transition: 1s;
    border: 1px solid gray;
}
.sec2imageinfo{
    width: 75%;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: -60px;
    margin-left: 150px;
}
.sec2imageinfo .tom{
    color: gray;
    margin-left: 90px;
}
.sec2imageinfo .house{
    margin-left: 15px;
}
.sec2imageinfo .opp{
    margin-left: -40px;
}
.sec2imageinfo .dune{
    margin-left: 0px;
}
.sec2imageinfo p{
    color: gray;
}
.sec2image1:hover h3{
    color: rgb(255, 255, 255);
}
.sec2image1 h3{
    margin-top: 310px;
    z-index: 10;
    text-align: center;
    color: rgb(152, 152, 152);
}
.sec2image1 .sec2icon{
    position: absolute;
    margin-left: -50px;
    z-index: 10;
    text-align: center;
    margin: auto;
    display: flex;
    top: 100%;
    left: 50%;
    transform: translate(-50% , -50%);
    background-color: indianred;
    opacity: 0;
    transition: 1s;
}
.sec2image1 .sec2icon i{
    width: 45px;
    height: 40px;
    background-color: gray;
    color: rgb(228, 228, 228);
    line-height: 40px;
}
.sec2image1:hover .sec2icon{
    opacity: 1;
    transform: translate(-50% , -50px);
}
.sec2image1 .sec2icon .i1:hover{
    color: black;
    background-color: gainsboro;
    box-shadow: 1px 1px 10px black;
}
.sec2image1 .sec2icon .i2:hover{
    color: black;
    background-color: gainsboro;
    box-shadow: 1px 1px 10px black;
}
.sec2image1 .sec2icon .i3:hover{
    color: black;
    background-color: gainsboro;
    box-shadow: 1px 1px 10px black;
}
.section2{
    position: relative;
}
.section2 .sec2leftright{
    width: 78%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin-top: -250px;
    margin-left: 165px;
    cursor: pointer;
    color: white;
}
.section2 .sec2leftright .left{
    width: 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.section2 .sec2leftright .left:hover{
    background-color: rgba(68, 68, 68, 0.8);
}
.section2 .sec2leftright .right:hover{
    background-color: rgb(68, 68, 68 , 0.8);
}
.section2 .sec2leftright .right{
    width: 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin-top: -15px;
    margin-right: -15px;
    text-align: center;
    color: white;
    transition: 0.2s;
}

.section3{
    width: 100%;
    height: 45%;
    background-color: 343a40;
    margin-top: 50px;
    border: 1px solid silver;
}
.section3 .sec3info{
    width: 50%;
    height: 100%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}
.section3 .sec3info h2{
    color: rgb(200, 200, 200);
}
.section3 .sec3info p{
    letter-spacing: 1px;
    margin-top: 60px;
    color: silver;
    font-size: 18px;
}
.section3 .leftright{
    display: flex;
    justify-content: space-between;
    margin-top: -180px;
}
.section3 .leftright .left{
    margin-left: 150px;
    cursor: pointer;
}
.section3 .leftright .right{
    border-radius: 5px;
    margin-right: 150px;
    cursor: pointer;
}
.section3 .sec3circleimage{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 60px;
    margin-left: 650px;
}
.section3 .sec3circleimage img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.section3 .sec3imageinfo{
    margin-left: 100px;
    margin-top: -60px;
    text-align: center;
}
.section3 .sec3imageinfo h3{
    margin-left: -15px;
    color: rgb(135, 135, 135);
}
.section3 .sec3imageinfo p{
    opacity: 0.7;
    color: gray;
}

.section4{
    width: 100%;
    height: 500px;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}
.sec4images .sec4image1{
    width: 250px;
    height: 300px;
    position: relative;
    border: 1px solid gray;
}
.sec4images .sec4image1 h3{
    font-size: 17px;
}
.sec4images .sec4image1 p{
    font-size: 18px;
}
.sec4images .sec4image1 img{
    width: 100%;
    height: 100%;
}
.sec4images{
    width: 75%;
    height: 300px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.section4 .sec4tit{
    text-align: center;
    color: rgb(228, 228, 228);
}
.sec4images .sec4image1 .sec4icon i{
    width: 45px;
    height: 40px;
    line-height: 40px;
    background-color: gray;
    color: rgb(228, 228, 228);
}
.sec4images .sec4image1 .sec4icon{
    display: flex;
    justify-content: center;
    margin-top: -40px;
    margin-left: 57.5px;
    opacity: 0;
    transition: 1s;
    position: absolute;
}
.sec4images .sec4image1 h3{
    margin-top: 20px;
    color: rgb(200, 200, 200);
}
.sec4images .sec4image1 p{
    margin-top: 10px;
    color: rgb(130, 130, 130);
}
.sec4images .sec4image1:hover .sec4icon{
    opacity: 1;
    transform: translateY(-30px);
    z-index: 10;
}
.sec4images .sec4image1 .sec4icon i:hover{
    color: black;
    background-color: gainsboro;
    box-shadow: 1px 1px 10px black;
}
.sec4images .sec4image1:hover h3{
    color: white;
}
.sec4images .sec4image1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: url(../images/got1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
}
.sec4images .sec4image1:hover::after{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1s;
}
.sec4images .sec4image12{
    position: relative;
}
.sec4images .sec4image12::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: url(../images/bb.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
}
.sec4images .sec4image12:hover::after{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1s;
}
.sec4images .sec4image13{
    position: relative;
}
.sec4images .sec4image13::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: url(../images/shawshank.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
}
.sec4images .sec4image13:hover::after{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1s;
}
.sec4images .sec4image14{
    position: relative;
}
.sec4images .sec4image14::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: url(../images/Interstellar\ \(2014\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
}
.sec4images .sec4image14:hover::after{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1s;
}

.section4 .sec4leftright{
    width: 78%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: -150px;
    cursor: pointer;
}
.section4 .sec4leftright .left{
    width: 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.section4 .sec4leftright .left:hover{
    background-color: rgba(68, 68, 68, 0.8);
}
.section4 .sec4leftright .right:hover{
    background-color: rgb(68, 68, 68 , 0.8);
}
.section4 .sec4leftright .right{
    width: 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin-top: -15px;
    margin-right: -15px;
    text-align: center;
    color: white;
    transition: 0.2s;
}

.section5{
    width: 100%;
    height: 90vh;
    background-color: 161a1d;
    padding-top: 20px;
    border: 1px solid silver;
    color: white;
}
.section5 .sec5tit{
    text-align: center;
}
.section5 .sec5images{
    width: 75%;
    height: 400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section5 .sec5images .sec5image1{
    width: 320px;
    height: 370px;
    position: relative;
    box-shadow: -5px 5px 15px  rgb(225, 225, 225);
}
.section5 .sec5images .sec5image1:hover{
    box-shadow: -7px 7px 15px red;
}
.section5 .sec5images .sec5image1 img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.section5 .sec5images h4{
    margin-top: 60px;
    opacity: 0.5;
}
.section5 .sec5images h3{
    margin-top: 15px;
}
.section5 .sec5images p{
    margin-top: 15px;
    opacity: 0.5;
}
.section5 .sec5images .sec5link{
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.5s;
}
.section5 .sec5images .sec5image1:hover img{
    transform: scale(1.03);
}
.section5 .sec5images .sec5image1:hover + .sec5info .sec5image1tit{
    color: red;
}
.section5 .sec5images .sec5info .sec5image1tit:hover{
    color: red;
    cursor: pointer;
}
.section5 .sec5images .sec5link:hover{
    transform: scale(1.03 , 1.03);
    color: red;
}
.section5 .sec5images .sec5info{
    width: 320px;
    position: absolute;
    margin-top: 500px
}
.section5 .sec5images .sec5info2{
    width: 320px;
    position: absolute;
    margin-top: 500px;
    margin-left: 27%;
}
.section5 .sec5images .sec5info3{
    width: 320px;
    position: absolute;
    margin-top: 500px;
    margin-left: 54%;
}

.section6{
    width: 100%;
    height: 40%;
    background-color: gray;
    border: 1px solid silver;
    text-align: center;
    position: relative;
}
.section6 .sec6icons{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.section6 .sec6icons i{
    font-size: 40px;
    opacity: 1;
    transform: translateY(100%);
}
.section6 .sec6icons .icon1 i{
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.1s;
}
.section6 .sec6icons .icon1:hover i{
    transform: translateY(0%);
}
.section6 .sec6icons h3{
    margin-top: 10px;
    font-size: 15px;
}
.section6 .sec6icons .i2{
    transform: translateY(0%);
    opacity: 0.5;
}
.section6 .sec6icons .icon1:hover .i2{
    transform: translateY(-100%);
}
.sec6icon1:hover .i2{
    transform: translateY(-100%);
}
.sec6icon1:hover i{
    transform: translateY(0%);
}
.sec6icon2:hover .i2{
    transform: translateY(-100%);
}
.sec6icon2:hover i{
    transform: translateY(0%);
}
.sec6icon3:hover .i2{
    transform: translateY(-100%);
}
.sec6icon3:hover i{
    transform: translateY(0%);
}
.sec6icon4:hover .i2{
    transform: translateY(-100%);
}
.sec6icon4:hover i{
    transform: translateY(0%);
}
.section6 .sec6icons .icon1{
    position: relative;
    width: 50px;
    height: 40px;
    margin: auto;
    overflow: hidden;
}

.footer{
    width: 100%;
    height: 60%;
    background-color: 343a40;
    box-shadow: 0px 8px 20px rgb(220, 220, 220) inset;
}
.footer .footheader{
    width: 90%;
    height: 20%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.footer .footheader .footinfo{
    color: rgb(170, 170, 170);
}
.footer .footheader .footinfo h2{
    color: gainsboro;
}
.footer .footheader .enter{
    margin-left: -30px;
}
.footer .footheader .enter input{
    width: 300px;
    height: 40px;
    padding-left: 10px;
}
.footer .footheader .enter button{
    width: 100px;
    height: 40px;
    transition: 0.5s;
    background: -webkit-linear-gradient(top left , rgb(255, 0, 93) , red , red , rgb(255, 0, 93));
    color: rgb(228, 228, 228);
    border-radius: 1px;
}
.footer .footheader .enter button:hover{
    transform: scale(1.06);
}
.footer .footheader .footicons{
    font-size: 25px;
    color: white;
    cursor: pointer;
}
.footer .footheader .footicons i:hover{
    transform: scale(1.2);
    color: red;
}
.footer .footheader .footicons i{
    margin-left: 10px;
    transition: 0.3s;
}
.footer .footheader::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    top: 100%;
}
.footsection{
    width: 90%;
    height: 270px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    position: relative;
}
.footsection .footlogo{
    display: flex;
    color: rgb(228, 228, 228);
}
.footsection .footlogo img{
    margin-top: -30px;
}
.footsection .footlogo p{
    margin-top: 15px;
}
.footsection .footlinks{
    width: 1000px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.footsection .footlinks .footlink1 h3{
    margin-bottom: 20px;
    color: rgb(228, 228, 228);
}
.footsection .footlinks .footlink1 h4{
    margin-bottom: 10px;
    cursor: pointer;
    color: gray;
}
.footsection .footlinks .footlink1 h4:hover{
    transform: scale(1.1);
    text-decoration: underline;
    color: red;
}
.footsection::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    background-color: black;
}
.footer .copyright{
    text-align: center;
    margin-top: 30px;
}
.footer .copyright a{
    color: red;
}
.footer .copyright i{
    animation-name: change;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes change{
    0%{
        color: black;
    }
    50%{
        color: red;
        transform: scale(1.2);
    }
    100%{

    }
}
.footer .copyright a{
    text-decoration: none;
}
.footer .copyright a:hover{
    letter-spacing: 1;
    text-decoration: underline;
}