*{
    margin:0;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; color:blue}
}  
@keyframes animationthank{
    0%{color:violet;}
    10%{color:indigo;}
    20%{color:blue;}
    30%{color:green;}
    40%{color:yellow;}
    50%{color:orange;}
    60%{color:orangered;}
    70%{color:red;}
    80%{color:aqua;}
    90%{color:brown;}
    95%{color:darkcyan}
    100%{color:white;}
}
body{
    background-color:rgb(63, 60, 60);
}
a{
    text-decoration: none;
    color:whitesmoke; 
}
.navbar{
    height:85px;
    background-color: black;
    border-radius: 15px;
    display:flex;
    align-items: center;
    justify-content:space-evenly;
    color:whitesmoke;
    border-bottom: 4px solid blue;
    border-left: 2px solid blue;
    border-right: 2px solid blue;
}
.navbar:hover{
    border-bottom: 4px solid magenta;
    border-left: 2px solid magenta;
    border-right: 2px solid magenta;
}
#headerp1{
    position: relative;
    top:4.5px;
}
.navpageops p{
    display:inline;
    margin-left:100px;
    font-size: 1.2rem;
}
.pageops:hover{
    background-color: magenta;
    color:black;
    border-radius: 15px;
    padding: 0.3rem;
    font-size: 1.5rem;
    transition: margin-right 2s, color 1s;
}
/* space after header */
.space{
    height:80px;
}
/* Main Centre Part*/
.mcp{
    display:flex;
    align-items:center;
    justify-content:space-evenly; 
    height:400px;
    width:1350px;
}
.displaytext{
    color:whitesmoke;
    background-color: rgb(63, 60, 60);
    height: 100px;
    width: 475px;
    font-size: 2.5rem;
    padding: 50px;
    border:20px solid rgb(63, 60, 60);
    border-radius: 10px;
    animation:fadeIn 10s;
}
.displaytext:hover{
    font-weight: 700;
    color:magenta
}
/* display image */
.displayimg{
    background-image: url("dispimg.jpg");
    height: 400px;
    border-radius: 100px;
    width: 575px;
    background-size: cover;
    background-repeat: no-repeat;
    border:2px solid blue;
}
.displayimg:hover{
    border-radius: 30px;
    border:5px solid magenta;
}
.space1{
    height:300px;
}
/* Conainer Part */
.container{
    width:100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper{
    width:50%;
    height:400px;
    border:10px solid blue;
    border-radius: 50px;
    
}
.swiper:hover{
    width:80%;
    height:500px;
    border:12px solid maroon;
    border-radius: 50px;
    
}
.swiper-slide img{
    width:100%;
    height:100%;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color:green;
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover{
    color:maroon;
}
.swiper .swiper-pagination-bullet-active{
    background:white;
}
.swiper:hover .swiper-pagination-bullet-active{
    background:maroon;
}
.thank{
    height:100px;
    color:aliceblue;
    font-size:50px;
    font-weight:bolder;
    align-items: center;
    justify-content:center;
    display:flex;
    animation: animationthank 10s linear 2s infinite;
}
.backtotop{
    height:25px;
    margin:10px;
    align-items: center;
    justify-content:center;
    display:flex;
}
.backtotop1{
    color:whitesmoke;
    background-color: blue;
    font-size: 16px;
    width:78px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 10px;
    border:10px;
    border-color: magenta;
}
.backtotop1:hover{
    color:rgb(13, 78, 78);
    background-color: magenta;
    font-size: 25px;
    font-weight: 700;
    width:130px;
}
footer{
    height:255px;
    font-size:25px;
    font-weight: 800;
    color: whitesmoke;
    background-color: rgb(87, 89, 90);
    border-radius: 40px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 10px solid blue;
    border-left: 2px solid blue;
    border-right: 2px solid blue;
}
footer:hover{
    color: magenta;
    border-bottom: 15px solid magenta;
    border-left: 2px solid magenta;
    border-right: 2px solid magenta;
}
.connectopsicons{
    height:25px;
    border-radius: 10px;
    margin-left: 25px;
}
.connectopsicons:hover{
    height:30px;
    border-radius: 15px;
    margin-left: 25px;
}
.connectops p{
    display:inline;
}
.connectopspro p{
    display:inline;
}
#copyrightpart{
    width:1350px;
    height: 25px;
    font-size:20px;
    font-weight: 100;
    /* margin: 50px; */
    margin-top: 40px;
    align-items: center;
    justify-content:center;
    display:flex;
}
#create{
    width:1350px;
    height: 25px;
    margin: 0px;
    font-size:20px;
    font-weight: 100;
    color:aqua;
    align-items: center;
    justify-content:center;
    display:flex;
}