
body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
nav{
    background: rgb(18, 58, 68);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    width: calc(1200px + 148px);
    z-index: 1000;
    height: 40px;
    padding-top: 5px;
}
.mainMenu{
    margin-left: 200px;
}
.mainMenu a{
    margin: 0;
    text-align: center;
    padding: 12px 15px 12px 15px;
    background: rgb(18, 58, 68);
    color: white;
    display: block;
    text-decoration: none;
}
.mainMenu>li{
    display: inline-block;
}
.mainMenu li{
    border-right: 1px solid rgb(255, 206, 11);
}
.mainMenu li:last-child{
    border-right: none;
}
li:hover>a{
    background: rgb(5, 122, 143);
    cursor: pointer;
}
.subMenu{
    position: absolute;
    display: none;
}
.subMenu li{
    border-top: 1px solid #575F6A;
    border-bottom: 1px solid #6B727C;
    position: relative;
}
.mainMenu>li:hover .subMenu{
    display: block;
    z-index: 1000;
}
.SuperSubMenu{
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    transform:translate(100%,0);
    display: none;
}
.subMenu li:hover>.SuperSubMenu{
    display: block;
}

/***************arrow*************************/

nav .arrow{
    display: inline-block;
    border: 2px solid white;
    width: 8px;
    height: 8px;
    border-left: none;
    border-bottom: none;
    position: relative;
    right: 0;
    margin-left: 10px;

}
nav .arrow.arrowdown{
    transform:rotateZ(135deg) translate(0px, 3px);
}
nav .arrow.arrowright{
    transform: rotateZ(45deg);
}

/**********navbar 1*******************************************/





	/*************header style*************************/

	.header{
		display: flex;
		width: calc(1200px + 148px);
	}
	.header .phn{
		flex: 1;
		border: 1px solid rgba(247, 236, 197, 0.575);
		padding: 5px;
		text-align: center;
	}
	.header .mobile{
		flex: 1;
		border: 1px solid rgba(247, 236, 191, 0.575);
		padding: 5px;
		text-align: center;
	}
	.header .email{
		flex: 1;
		border: 1px solid rgba(247, 236, 191, 0.575);
		padding: 5px;
		text-align: center;
	}
	
	/**************end header**************************/
	/**************bg top******************************/
	
	.bg-top{
		margin-top:5px;
		height: 210px;
		width: 100%;
		background-image: linear-gradient(to bottom, #001e2d,rgb(228, 110, 9));
		position: relative;
		width: calc(1200px + 148px);
		display: flex;
	}
	
	.bg-top .logo{
		flex: 1;
		padding: 10px;
		position: relative;
	}
	.bg-top .logo .img-div{
		border-radius: 50%;
		position: absolute;
		overflow: hidden;
		top: 20%;
		left: 40%;
	}
	.bg-top .logo img{
		width: 150px;
	}
	.bg-top .school-name{
		flex: 3;
		text-align: center;
	}
	.bg-top .blanks{
		flex: 1;
	}
	.bg-top .school-name h3{
		color: white;
		letter-spacing: 3px;
	}
	.bg-top .school-name h1{
		font-size: 30px;
		font-family: 'Days One', sans-serif;
		color: white;
		letter-spacing: 2px;
		padding: 10px;
		text-shadow: 0 0 6px rgb(31, 30, 30);
	}
	.bg-top .school-name p{
		margin-top: -25px;
		color: white;
		padding: 10px;
		text-align: center;
		font-weight: bold;
		font-family: 'Poppins', sans-serif;
		letter-spacing: 1px;
	}
	
	/**************end bg top******************************/
	





/********************main content**************************************/

#main-banner{
    position: relative;
    top: 150px;
    padding: 5px;
}
.main{
    position: relative;
    top: 50%;
    left: 20%;
    width: 800px;
    height: 400px;
}

.main .layer1{
    width: 100%;
    height: 100%;
    background: #f80101;
    transform: skewX(-45deg);
    box-shadow: 0 0 0 10px #ffffff;
    transition: .5s;
}
.main .layer2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
    transition: 1s;
}
.main:hover .layer2{
    transform: scaleX(1.5) scaleY(.8);
}

.content{
    position: absolute;
    top: 20px;
    left:20px;
    bottom: 20px;
    right: 20px;
    background: rgb(255, 255, 255);
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
}

.main .content .img-container{
    float: right;
    width: 100px;
    height: 110px;
    border: 1px solid black;
    box-shadow: 2px 5px 15px #262626;
    margin: 20px 0px 10px 10px;
}
.main .content .img-container img{
    width: 100px;
    height: 110px;
}
.main .content p{
    line-height: 21px;
    letter-spacing: 2px;
    text-align: justify;
}

.main .content h1{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
}
.main .content a{
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background: #f44336;
    color: #fff;
    transition: 0.2s;
}
.main .content a:hover{
    background: #e91e63;
}



/********************main content**************************************/

/*********************carousel style***********************************/
/* .carousel{
    position: relative;
    width: 1300px;
    height: 500px;
    margin: 20px;
    padding: 5px;
}

.carousel .carousel-container{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 20px rgb(44, 43, 43);
}

.carousel .carousel-container .slider{
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    animation: animate1 10s linear infinite;
}

.carousel .carousel-container .slider .slide{
    position: relative;
    width: 20%;
    height: 100%;
    float: left;
}

.carousel .carousel-container .slider .slide .caption{
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 30px;
    background: rgba(109, 0, 0, 0.5);
    box-sizing: border-box;
}
.carousel .carousel-container .slider .slide .caption h2{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
}
.carousel .carousel-container .slider .slide .caption p{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
}

.carousel .carousel-container .slider .slide.slide1{
    background-image: url(../img/1.jpg);
    background-size: cover;
    background-position: center; 
}
.carousel .carousel-container .slider .slide.slide2{
    background-image: url(../img/2.jpg);
    background-size: cover;
    background-position: center; 
}
.carousel .carousel-container .slider .slide.slide3{
    background-image: url(../img/3.jpg);
    background-size: cover;
    background-position: center; 
}
.carousel .carousel-container .slider .slide.slide4{
    background-image: url(../img/4.png);
    background-size: cover;
    background-position: center; 
}

@keyframes animate1{
    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%;
    }
} */



/* Slideshow container */

#carousel{
    margin-top: 15px;
    width: 1348px;
    height: 500px;
    position: relative;
    left: -19px;
    padding:0;
}
.slideshow-container {
  position: absolute;
  width: 1300px;
  right: -10px;
  top: -20px;
  margin: 20px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* ***************2nd div style************************* */
#IIn-section{
    width: 1348px;
    padding: 0;
    position: relative;
    top: 180px;
    height: 550px;
}

.IInd-container{
    margin: 20px;
    position: relative;
    height: 410px;
    width: 1300px;
}
.IInd-container .boxes{
    margin: 15px;
    position: relative;
    width: calc(100% / 3 - 30px);
    height: calc(410px - 30px);
    background: chartreuse;
    float: left;
    border-radius: 5px;
    box-shadow: 2px 5px 15px #262626;

}
.IInd-container .boxes{
    background: #001e2d;
    color: white;
    box-sizing: border-box;
    overflow: hidden;
    /* box-shadow: 0 20px 50px rgba(0,0,0,.5); */
}

.IInd-container .boxes::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.1);
    transition: 0.5s;
}

.IInd-container .boxes:hover::before{
    left: -50%;
    transform: skew(-5deg);
}
.IInd-container .boxes .content-2nd{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid #33ff00;
    padding: 30px;
    box-shadow: 0 0px 15px rgba(0, 255, 0, 0.5);
}
.IInd-container .boxes .content-2nd h1{
    font-size: 30px;
    margin: 0 0 10px;
}
.IInd-container .boxes span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.IInd-container .boxes span:nth-child(1){
    transform: rotate(0deg);
}
.IInd-container .boxes span:nth-child(2){
    left: 12px;
    transform: rotate(90deg);
}
.IInd-container .boxes span:nth-child(2)::before{
    animation-delay: -2s;
}
.IInd-container .boxes span:nth-child(3){
    transform: rotate(180deg);
}
.IInd-container .boxes span:nth-child(4){
    left: -12px;
    transform: rotate(270deg);
}
.IInd-container .boxes span:nth-child(4)::before{
    animation-delay: -2s;
}
.IInd-container .boxes span::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #00eeff;
    animation: animate2 4s linear infinite;
}
@keyframes animate2{
    0%{
        transform: scaleX(0);
        transform-origin: left;
    }
    50%{
        transform: scaleX(1);
        transform-origin: left;
    }
    50.1%{
        transform: scaleX(1);
        transform-origin: right;
    }
    100%{
        transform: scaleX(0);
        transform-origin: right;
    }
}

.title{
    margin: 20px;
    height: 80px;
    width: 1300px;
    padding: 0;
}
.title .title-heading{
    position: relative;
    text-align: center;
    font-size: 55px;

}
.title .title-heading::before{
    content: '';
    position: absolute;
    top: 63px;
    left: calc(50% - 125px);
    width: 240px;
    height: 5px;
    background: rgb(18, 58, 68);
}
.title .title-heading::after{
    content: '';
    position: absolute;
    top: 60px;
    left: calc(50% - 30px);
    height: 10px;
    width: 45px;
    border-radius: 50px;
    background-color: #fa0000;
}
/* ***************2nd div style************************* */


/*************************achievement style***************************/

#achievement{
    position: relative;
    top: 60px;
    width: 1348px;
    height: 450px;
    background-image: linear-gradient(to left, rgba(179, 255, 93, 0.575),rgba(29, 241, 248, 0.575)), url(../img/achievement4.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.achievement-container{
    position: absolute;
    top: 85px;
    left: 2px;
    right: 10px;
    width: 1345px;
    height: 300px;
}
.achievement-container .achievement-box{
    position: relative;
    width: calc(1345px / 4 - 38px);
    height: calc(300px - 25px);
    float: left;
    margin: 15px;
}
.achievement-container .achievement-box:last-child{
    margin:0px;
}
.achievement-container .achievement-box span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transition: 0.5s;
    animation: animate3 6s linear infinite;
}
.achievement-container .achievement-box:hover span:nth-child(1){
    border: none;
    background: rgba(255, 2, 255, 0.719);
}
/**********2nd*********************/
.achievement-container .achievement-box span:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transition: 0.5s;
    animation: animate3 4s linear infinite;
}
.achievement-container .achievement-box:hover span:nth-child(2){
    border: none;
    background: rgba(255, 2, 255, 0.719);
}
/**************************4th*********************************/
.achievement-container .achievement-box span:nth-child(3){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transition: 0.5s;
    animation: animate3 10s linear infinite;
}
.achievement-container .achievement-box:hover span:nth-child(3){
    border: none;
    background: rgba(255, 2, 255, 0.719);
}

/*****************color change on hover***************************/

.achievement-container .achievement-box:nth-child(2):hover span:nth-child(1){
    border: none;
    background: rgba(24, 197, 1, 0.719);
}
.achievement-container .achievement-box:nth-child(2):hover span:nth-child(2){
    border: none;
    background: rgba(24, 197, 1, 0.719);
}
.achievement-container .achievement-box:nth-child(2):hover span:nth-child(3){
    border: none;
    background: rgba(24, 197, 1, 0.719);
}
/**********2nd*****/
.achievement-container .achievement-box:nth-child(3):hover span:nth-child(1){
    border: none;
    background: rgba(0, 60, 255, 0.719);
}
.achievement-container .achievement-box:nth-child(3):hover span:nth-child(2){
    border: none;
    background: rgba(0, 60, 255, 0.719);
}
.achievement-container .achievement-box:nth-child(3):hover span:nth-child(3){
    border: none;
    background: rgba(0, 60, 255, 0.719);
}
/******3rd*******************************/
.achievement-container .achievement-box:nth-child(4):hover span:nth-child(1){
    border: none;
    background: rgba(255, 0, 0, 0.719);
}
.achievement-container .achievement-box:nth-child(4):hover span:nth-child(2){
    border: none;
    background: rgba(255, 0, 0, 0.719);
}
.achievement-container .achievement-box:nth-child(4):hover span:nth-child(3){
    border: none;
    background: rgba(255, 0, 0, 0.719);
}


/***************end color change on hover**************************/

@keyframes animate3
{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.achievement-container .achievement-box .achievement-content{
    position: relative;
    padding: 15px 60px;
    color: rgb(0, 0, 0);
    text-align: center;
    transition: 0.5s;
    z-index: 100;
}
.achievement-container .achievement-box .achievement-content a{
    position: relative;
    display: inline-block;
    margin-top: 5px;
    border: 2px solid rgb(0, 0, 0);
    padding: 6px 18px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 600;
    border-radius: 73% 27% 44% 56% / 49% 44% 56% 51%;
}

/*************************achievement style***************************/

/**********************angle div style***********************************/

#angle-div{
    position: relative;
    top: 130px;
    margin:0px;
    width: 1348px;
    height: 400px;
}

.angle-div-container{
    position: absolute;
    margin: 25px 40px;
    width: calc(1348px - 80px);
    height: calc(400px - 50px);
    display: flex;
    box-shadow: 15px 15px 30px rgba(0,0,0,.5);
}
.angle-div-container .angle-div-content{
    width: calc(50% - 50px);
    height: 100%;
    background: #000;
    box-sizing: border-box;
    flex: 1;
}
.angle-div-container .angle-div-content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 45%;
    height: 100%;
    width: 100px;
    background: #000;
    transform: skew(-10deg);
}

.angle-div-container .angle-div-content h2{
    position: absolute;
    left: 20px;
    padding: 10px;
    font-size: 35px;
    color: #33ff00;
    font-weight: 700;
    letter-spacing: 2px;
    border-left: 5px solid #33ff00;
}
.angle-div-container .angle-div-content p{
    position: absolute;
    left: 40px;
    top: 100px;
    color: #fff;
    width: 40%;
    text-align: justify;
    padding: 5px;
    border-left: 1px dashed #33ff00;
}

.angle-div-container .angle-div-content a{
    position: absolute;
    top: 280px;
    left: 20px;
    padding: 10px;
    background: #33ff00;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    color: #000;
    font-weight: 700;
}

.angle-div-container .angle-div-imgbox{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    flex: 1;
}


/******************real achievement******************************/

#real-achievement{
    position: relative;
    top: 40px;
    width: 1348px;
    height: 1000px;
}

.blog-post{
    position: relative;
    background: #fff;
    width: calc(100% / 2 - 70px);
    height: 370px;
    float: left;
    margin: 35px;
    border-radius: 2px;
    display: flex;
    box-shadow: 2px 5px 25px #000;
}
.blog-post_img{
    position: absolute;
    top: 50px;
    left: -25px;
    width: calc(50% - 20px);
    height: calc(80% - 50px);
    overflow: hidden;
    border-radius: 2px;
    flex: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.blog-post_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.blog-post_img::before{
    
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 2, 255, 0.719), rgba(255, 2, 255, 0.719));
    z-index: 1;
    transition: 0.8s;
}
.blog-post:nth-child(3) .blog-post_img::before{
    background: linear-gradient(to right, rgba(24, 197, 1, 0.719),rgba(24, 197, 1, 0.719));
}
.blog-post:nth-child(4) .blog-post_img::before{
    background: linear-gradient(to right, rgba(0, 60, 255, 0.719),rgba(0, 60, 255, 0.719));
}
.blog-post:nth-child(5) .blog-post_img::before{
    background: linear-gradient(to right, rgba(255, 0, 0, 0.719),rgba(255, 0, 0, 0.719));
}

.blog-post:hover .blog-post_img::before{
    content: '';
    width: 0px;
}
.blog-post_info{
    position: absolute;
    top: 10px;
    left: 50%;
    right: 10px;
}
.blog-post_date span{
    display: block;
    color: rgba(0,0,0,.5);
    font-size: 18px;
    font-weight: 600;
    margin: .5rem 0;
}
.blog-post:nth-child(3) .blog-post_title{
    color: green;
}
.blog-post:nth-child(4) .blog-post_title{
    color: rgb(0, 60, 255);
}
.blog-post:nth-child(5) .blog-post_title{
    color: rgb(255, 0, 0);
}
.blog-post_title{
    font-size: 20px;
    margin:10px 0 5px;
    text-transform: uppercase;
    color: rgb(255, 2, 255);
}
.blog-post_text{
    color: rgba(0,0,0,.7);
    text-align: justify;
}
.blog-post_cta{
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(to right, rgba(194, 1, 1, 0.8), rgba(254, 0, 0, 0.8));
    border-radius: 2px;  
}
.blog-post:nth-child(2) .blog-post_cta{
    background: linear-gradient(to right, rgba(255, 2, 255, 0.856), rgba(173, 4, 173, 0.856));
}
.blog-post:nth-child(2) .blog-post_cta:hover{
    background: linear-gradient(to left, rgba(255, 2, 255, 0.856), rgba(173, 4, 173, 0.856));
}

.blog-post:nth-child(3) .blog-post_cta{
    background: linear-gradient(to right, rgba(30, 255, 1, 0.719),rgba(24, 197, 1, 0.719));
}
.blog-post:nth-child(3) .blog-post_cta:hover{
    background: linear-gradient(to left, rgba(30, 255, 1, 0.719),rgba(24, 197, 1, 0.719));
}

.blog-post:nth-child(4) .blog-post_cta{
    background: linear-gradient(to right, rgba(0, 60, 255, 0.719),rgba(0, 39, 168, 0.719));
}
.blog-post:nth-child(4) .blog-post_cta:hover{
    background: linear-gradient(to left, rgba(0, 60, 255, 0.719),rgba(0, 39, 168, 0.719));
}

.blog-post:nth-child(5) .blog-post_cta{
    background: linear-gradient(to right, rgba(255, 0, 0, 0.719),rgba(163, 1, 1, 0.719));
}
.blog-post:nth-child(5) .blog-post_cta:hover{
    background: linear-gradient(to left, rgba(255, 0, 0, 0.719),rgba(163, 1, 1, 0.719));
}

/******************real achievement******************************/

/*********************end angle div style*********************************/

/*************************footer style***************************/

#Footer{
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.856),rgba(0, 0, 0, 0.856)), url(../img/pencil_wallpaper.jpg);
    background-size: cover;
    position: relative;
    top: 200px;
    width: 1348px;
    height: 600px;
    color: #fff;
}
.footer-section{
    position: relative;
    margin: 20px;
    width: calc(1348px / 3 - 15px * 3);
    height: calc(350px - 60px);
    float: left;
}
.footer-section h2{
    position: absolute;
    left: 15px;
    top: 10px;
}
.footer-section h2::before{
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 250px;
    height: 5px;
    border-radius: 2px;
    background: linear-gradient(to right, #fff,transparent);
}
.footer-section p{
    position: absolute;
    left: 15px;
    top: 70px;
    right: 15px;
    text-align: justify;
}
.footer-section ul{
    position: absolute;
    left: 50px;
    top: 80px;
    line-height: 30px;
    list-style: none;
}
.footer-section ul li{
    transition: 0.5s;
}
.footer-section ul li:hover{
    margin-left: 20px;
}
.social-icon{
    position: absolute;
    top: 350px;
    height: 150px;
    width: 100%;
}

.social-icon ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    display: flex;
}
.social-icon ul li a{
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    transition: 0.5s;
}

.social-icon ul li a span{
    position: absolute;
    transition: transform .5s;
}
.social-icon ul li a span:nth-child(1),.social-icon ul li a span:nth-child(3){
    width: 100%;
    height: 1px;
    background: #fff;
}

.social-icon ul li a span:nth-child(1){
    top: 0;
    left: 0;
    transform-origin: right;
}
.social-icon ul li a:hover{
    background-color: transparent;
}

.social-icon ul li a:hover span:nth-child(1){
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s;
}
/***************************2nd***************/
.social-icon ul li a span:nth-child(3){
    bottom: 0;
    left: 0;
    transform-origin: left;
}

.social-icon ul li a:hover span:nth-child(3){
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s;
}

/********************************3rd*********************************/

.social-icon ul li a span:nth-child(2),.social-icon ul li a span:nth-child(4){
    height: 100%;
    width: 1px;
    background: #fff;
}

.social-icon ul li a span:nth-child(2){
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
}

.social-icon ul li a:hover span:nth-child(2){
    transform: scaleY(1);
    transform-origin: top;
    transition: transform .5s;
}
/***************************2nd***************/
.social-icon ul li a span:nth-child(4){
    top: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: top;
}

.social-icon ul li a:hover span:nth-child(4){
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform .5s;
}


.copywrite-div{
    position: absolute;
    bottom: 0;
    background: rgba(41, 38, 38, 0.651);
    height: 100px;
    width: 100%;
}
.contact{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
}
.contact h2{
    display: inline-block;

}
.contact form{
    position: absolute;
    width: 350px;
    top: 80px;
    left: 10px;
    display: flex;
    flex-direction: column;
}
.contact form input,textarea,button{
    margin: 5px;
    padding: 10px;
}
.contact form input,textarea{
    border-radius: 25px;
    background-color: #262626;
    outline: none;
    border: none;
    color: #fff;
}
.contact form input:focus,textarea:focus{
    background-color: #000;
}
.contact form input{
    height: 30px;
}
.contact form textarea{
    height: 60px;
}
.contact form button{
    position: absolute;
    top:160px;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    width: 100px;
    height: 40px;
    font-weight: 700;
    margin-top: 15px;
    letter-spacing: 2px;
    background: rgb(41, 252, 13);
    outline: none;
    border: none;
    transition: 0.8s;
}
.contact form button:hover{
    /* background: linear-gradient(to left, rgb(2, 114, 21),rgb(2, 255, 44)); */
    background:red;
    color: #fff;
    cursor: pointer;
}

/*************************footer style***************************/



