*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
     height: 6800px;
   
}
.header{
    width: 100%;
    height: 50px;
    position: absolute;
    position: fixed;
    z-index: 20;
    top: 0;
    background-color:rgba(204, 115, 134, 0.7);
}
.blog-list{
    position: absolute;
    z-index: 21;
    background-color: rgb(255, 249, 249);
     font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    margin-top: 5px;
display: none;
}
.link7:hover .blog-list{
    display: block;
}
.list2{
    list-style: none;
    text-align: center;
}
.list2 p{
    color: rgb(105, 95, 95);
    margin-right: 12px;
     
}
.blog-item1{
    margin-top: 18px;
}
.blog-item2{
    margin-top: 13px;
    margin-bottom: 13px;
}
.blog-item1,.blog-item2,.blog-item3{
    position: relative;
}
.blog-line1,.blog-line2,.blog-line3{
    width: 80px;
    height: 5px;
}
.blog-line1::after,.blog-line2::after,.blog-line3::after{
      position: absolute;
    content: "";
    height: 10%;
    width: 0;
    background-color: rgb(9, 106, 250);;
    bottom:0;
    left:0;
}
.blog-item1:hover .blog-line1::after,.blog-item2:hover .blog-line2::after,.blog-item3:hover .blog-line3::after{
    width: 100%;
    height:10%;
    transition: 0.7s;
}

.home-icon{
    font-size: 25px;
   margin-left: 15px;
   margin-top: 13px;
    color: white;
}
.search{
    position: absolute;
    margin-top: 11px;
    border: 0;
    margin-left: 17px;
    border-radius: 13px;
    width: 250px;
    height: 29px;
}
.search-icon{
    position: absolute;
    z-index: 1;
    margin-top: 18;
    margin-left: 240px;
    color: rgb(97, 97, 97);
}
.home-section{
    width: 100%;
    height: 100vh;
    background-image: url(../images/back3.jpg);
    background-size: cover;
}
.layer{
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.3);
}
.links{
    list-style: none;
  float: right;
  margin-right: 30px;
  margin-top: 14px;
}
.links li {
    display: inline-block;
    font-size: 20px;
    margin-left: 20px;
}
.links li a{
 color:white;
 text-transform: capitalize;
 text-decoration: none;
}
.home-content{
   width: 54%;
   position:absolute;
    top: 50%;
    left: 50%;
    text-align: center;
 transform: translate(-50%,-50%);
}
.home-content h1{
    text-transform: uppercase;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    margin-bottom: 6px;
    font-size:60px;
}
.home-content span{
color: rgb(212, 208, 208);
font-size: 20px;
text-transform: capitalize;
}
.home-btn1,.home-btn2{
    margin-top: 15px;
    width: 130px;
    height: 50px;
    border: 0;
    margin-left: 3px;
    border-radius: 15px;
    font-size: 19px;
    text-transform: capitalize;
}
.home-btn2{
    background-color:rgb(181, 101, 118);
    color: white;
}
.home-btn2:hover,.home-btn1:hover{
    opacity: 0.7;
}
.line1,.line2,.line3,.line4,.line5,.line6,.line7,.line8{
    width: 45px;
    height: 3px;
    margin-top: 1px;
}
.link1,.link2,.link3,.link4,.link5,.link6,.link7,.link8{
position: relative;
}
.line1::after,.line2::after,.line3::after,.line4::after,.line5::after,.line6::after,.line7::after,.line8::after{
   position: absolute;
    content: "";
    height: 10%;
    width: 0;
    background-color: rgb(0, 102, 255);
    bottom:0;
    left:0;
}
.link1:hover .line1::after,.link2:hover .line2::after,.link3:hover .line3::after,.link4:hover .line4::after,.link5:hover .line5::after,.link6:hover .line6::after,.link7:hover .line7::after,.link8:hover .line8::after{
 width: 100%;
 height: 10%;
    transition: 0.8s;
}
.welcome-section{
    height: 100vh;
}
.welcome-section h1{
    margin-top: 85px;
    text-align: center;
    font-size: 45px;
    margin-bottom: 10px;
}
.hr1{
    width: 270px;
    height: 5px;
    background-color: rgb(127, 127, 233);
    margin: auto;
    border-radius: 5px;
}
.item1{
    margin-top: 100px;
    float: left;
    width: 24%;
    height: 220px;
    margin-left: 7%;
    border-radius: 10px;
    border: 1px solid rgb(137, 137, 214);
    text-align: center;
    text-transform: capitalize;
     font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
     position: relative;
}
.item1 .icone{
    margin-top: 20px;
    font-size: 35px;
    color:  rgb(77, 77, 196) ;
  
}
.item1 p{
    color: gray;
     margin-top: 25px;
}
.item1:hover p{
    color: black;
}
.item1 a{
 text-decoration: none;
   color: rgb(58, 58, 187) ;
}
.item1::after{
   position: absolute;
   z-index: -1;
    content: "";
    width: 0;
    height: 0;
     top:0;
    left:0;
    background-color: rgb(137, 138, 223);
    border-radius: 10px;
    opacity: 0;
}
 .item-title{
    position: absolute;
    text-align: center;
    margin-left:60px;
 }
.item1:hover::after{
     height: 100%;
    width: 100%;
    transition: 0.6s;
    opacity: 0.4;
}
.item1:hover .item-title{
    color:rgb(255, 255, 255);
    z-index: 3;
}
.featured{
    height: 100vh;
    background-color: rgb(253, 249, 243);
   padding-top: 80px;
}
.featured-title,.offer-title{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 39px;
    text-align: center;
    text-transform: capitalize;
}
.featured-line,.offer-line{
    width: 210px;
    background-color: rgb(144, 144, 255);
    height: 4px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
     border-radius: 5px;
}
.featured-item1,.featured-item2,.featured-item3,.featured-item4,.featured-item5,.featured-item6{
    width: 280px;
    height: 200px;
    float: left;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: 25px;
}
.featured-item1,.featured-item4{
    margin-left:230px;
}
.featured-item1{
    background-image: url(../images/item4.jpeg);
    background-size: cover;
}
.featured-item2{
    background-image: url(../images/item2.jpeg);
    background-size: cover;
}
.featured-item3{
    background-image: url(../images/item6.jpeg);
    background-size: cover;
}
.featured-item4{
   background-image: url(../images/item5.jpeg);
    background-size: cover;
}
.featured-item5{
     background-image: url(../images/item1.jpeg);
    background-size: cover;
}
.featured-item6{
   background-image: url(../images/item3.jpeg);
    background-size: cover;
}
.content1,.content2,.content3,.content4,.content5,.content6{
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0,0.5);
    text-align: center;
    padding-top: 32px;
    display: none;
}
.content1 h3,.content2 h3 ,.content3 h3,.content4 h3,.content5 h3,.content6 h3{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 32px;
    color: rgb(190, 188, 188);
    text-transform: uppercase;
}
.content1 p,.content2 p ,.content3 p,.content4 p,.content5 p,.content6 p{
     font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 18px;
    color: white;
    font-size: 17px;
}
.content1 .icon,.content2 .icon,.content3 .icon,.content4 .icon,.content5 .icon,.content6 .icon{
    margin-top: 27px;
  font-size: 21px;
   color: rgb(173, 172, 172);
   background-color: white;
   width: 40px;
   height: 30px;
   text-align: center;
   padding-top: 5px;
   border-radius: 7px;
   margin-left: 3px;
}
.featured-item1:hover .content1,.featured-item2:hover .content2,.featured-item3:hover .content3,.featured-item4:hover .content4,.featured-item5:hover .content5,.featured-item6:hover .content6{
    display: block;
}
.offer-section{
    height: 100vh;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-top: 75px;
}

.offer-item1,.offer-item2,.offer-item3,.offer-item4,.offer-item5,.offer-item6{
    width:300px ;
    height: 200px;
    float: left;
    margin-left: 60px;
    border: 1px solid rgb(145, 145, 241);
    border-radius: 15px;
    margin-top: 7px;
    margin-bottom: 25px;
    padding-left: 12px ;
    padding-top: 25px;
    position: relative;
}
.offer-item1,.offer-item2,.offer-item3{
    margin-top: 30px;
}
.offer-item1,.offer-item4{
margin-left: 160px;
}
.offer-section i{
    font-size: 30px;
    color:rgb(116, 116, 192);
    position: absolute;
    z-index: 2;

}
.offer-section h2{
    margin-left: 8px;
    text-transform: capitalize;
}
.offer-section p{
    color: rgb(145, 144, 144);
    margin-left: 8px;
    margin-top: 8px;
}
.content-item{
    position: absolute;
    margin-left: 37px;
      z-index: 1;
}
.offer-item1::after,.offer-item2::after,.offer-item3::after,.offer-item4::after,.offer-item5::after,.offer-item6::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgba(98, 98, 230,0.3);
    border-radius:15px ;
}
.offer-item1:hover::after,.offer-item2:hover::after,.offer-item3:hover::after,.offer-item4:hover::after,.offer-item5:hover::after,.offer-item6:hover::after{
    height: 100%;
    width: 100%;
    transition: 0.7s;
}
.offer-item1:hover h2,.offer-item2:hover h2,.offer-item3:hover h2,.offer-item4:hover h2,.offer-item5:hover  h2,.offer-item6:hover h2{
    color:rgb(54, 54, 175); ;

}
.offer-item1:hover i,.offer-item2:hover i,.offer-item3:hover i,.offer-item4:hover i,.offer-item5:hover  i,.offer-item6:hover i{
    color:rgb(92, 63, 197); ;

}
.offer-item1:hover p,.offer-item2:hover p,.offer-item3:hover p,.offer-item4:hover p,.offer-item5:hover  p,.offer-item6:hover p{
    color:black;

}
.why-section{
    background-color: rgb(252, 252, 255);
    height: 100vh;
    padding-top: 130px;
padding-left: 60px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.title-why-section{
    font-size: 42px;
    text-transform: capitalize;
}
.line-why-section{
    width: 210px;
    height: 4px;
margin-top: 7px;
margin-left: 30px;
    background-color: rgb(47, 112, 253);
    border-radius: 5px;
}
.content-section-why{
    width: 550px;
    float: left;
}
.content-section-why p{
    margin-top: 50px;
    color: rgb(151, 151, 151);
   line-height: 23px;
}
.list-reasons{
    margin-top: 30px;
    margin-left: 10px;
    list-style:none;
    line-height: 50px;
    color: rgb(107, 107, 107);
}
.mark{
    color: rgb(19, 93, 252);
}
.why-section-photo{
    float: left;
    height: 460px;
    width: 320px;
    margin-left: 300px;
}
.photo{
    width: 100%;
    height: 95%;
    background-image: url(../images/photo-section-why\ .jpeg);
    border-radius: 10px;
    background-size: cover;
      background-position: center;       
}
.point1,.point2,.point3{
    height: 15px;
    width: 15px;
    border-radius:50% ;
    background-color:rgb(173, 173, 173);
    margin:auto ;
    float: left;
    margin-top: 12px;
}
.point2{
    margin-left:  11px;
    margin-right: 11px;
}
.point1{
    margin-left: 130px;
}
.point1 {
    background-color: rgb(172, 88, 252);
}
.point2:hover,.point3:hover{
     background-color: rgb(172, 88, 252);
}
.animated-photo{
    background-image: url(../images/Gimi\ Totori\ _\ Freepik.jpeg);
    width: 100%;
   height: 420px;
    margin-top: 80px;
    margin-bottom: 110px;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 8px;
}
.layer-of-animated-photo{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.56);
    padding-left: 100px;
}
 
.first-icon,.second-icon,.third-icon,.fourth-icon{
    float: left;
    width: 150px;
    height: 120px;
    margin-left: 110px;
    margin-top: 180px;
    text-align: center;
}
.first-icon i,.second-icon i,.third-icon i,.fourth-icon i{
font-size: 40px;
color: rgb(181, 173, 211);
margin-bottom: 11px;

}
.first-icon p,.second-icon p,.third-icon p,.fourth-icon p{
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17;
}
.price{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 100vh;
}
.price-item2{
    margin:0 4%;
}
.price-item1{
    margin-left: 15.5%;
}
.price-title{
    font-size:40;
    text-align: center;
     margin-bottom: 7px;
     letter-spacing: 1px;
}
.price-line{
    width: 120px;
    height: 4px;
    border-radius: 3px;
    background-color: rgb(144, 144, 255);
    margin: auto;
}
.price-item1,.price-item2,.price-item3{
    text-align: center;
    padding-top: 30px;
    margin-top: 55px;
    float: left;
    width: 21%;
    height: 390px;
    border-radius: 10px;
    border: 1px solid rgb(155, 127, 255);
}
.circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid rgb(191, 174, 255);
    margin: auto;
    padding-top: 14px;
}
.num{
    font-size: 32px;
}
.cont{
    font-size: 17px;
}
.title-item1{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content-item1 p{
text-transform: capitalize;
margin-top: 25px;
}
.content-item1 button{
    margin-top: 25px;
    width: 180px;
    height: 30px;
    border-radius: 10px;
    border: 0;
    border: 2px solid rgb(139, 106, 255);
}
.price-item1,.price-item2,.price-item3{
    position: relative;
}
.all-content-item-price{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.price-item1::after,.price-item2::after,.price-item3::after{
    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(200, 192, 228, 0.5);
    border-radius: 10px;
}
.price-item1:hover .circle,.price-item2:hover .circle,.price-item3:hover .circle{
border: 2px solid  rgb(106, 43, 209);;
}
.price-item1:hover::after,.price-item2:hover::after,.price-item3:hover::after{
    width: 100%;
    height: 100%; 
    transition: 0.9s;
}
.price-item1:hover .title-item1,.price-item2:hover .title-item1,.price-item3:hover .title-item1{
color:  rgb(45, 36, 175);
}
.our-employees{
    width: 100%;
    height: 400px;
    border: 1px solid black;
    border-radius: 15px;
    background-image: url(../images/our-employee.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.our-employees .layer{
    background-color: rgba(0, 0, 0, 0.4);
     border-radius: 15px;
    padding-left: 170px;
}
.employee1,.employee2{
    width: 400px;
    float: left;
    margin-left: 80px;
    margin-top: 130px;
}
.name{
    text-transform: capitalize;
    color: white;
    font-size: 32;
}
.job{
    font-size: 20px;
     text-transform: capitalize;
     color: rgb(19, 54, 129);
    margin-top: 6px;
}
.about{
    text-transform: capitalize;
    font-size: 17px;
    margin-left: 5px;
    margin-top: 6px;
}
.info{
    position: relative;
}
.text{
     display: inline-block;
     margin-left: 20px;
     position: absolute;
     margin-top: 25px;
}
.photo-of-employee1,.photo-of-employee2{
   display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 10PX;
    background-image: url(../images/employee1.jpeg);
    background-position: center;
    background-size: cover;
}
.photo-of-employee2{
   background-image: url(../images/employee2.jpeg);
}
.our-team{
    height: 100vh;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-top:100px ;
}
.our-team .title{
    text-align: center;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.our-team .line{
    width: 120px;
    height: 4px;
    background-color:  rgb(153, 136, 212);
    border-radius: 3px;
    margin: auto;
}
.member1{
    margin-left: 160px;
}
.member2{
     margin:0 50px;
}
.member1,.member2,.member3{
    position: relative;
    margin-top: 70px;
    float: left;
    width: 315px;
    height: 335px;
   background-color: rgb(216, 215, 215);
    border-radius: 10px;
}
.photo-of-member1,.photo-of-member2,.photo-of-member3{
    margin-top: 18px;
    width: 86%;
    margin-left: 7%;
    height:230px ;
}
.photo-of-member1{
background-image: url(../images/member1.jpeg);
background-size: cover;

}
.photo-of-member2{
background-image: url(../images/member2.jpeg);
background-size: cover;
}
.photo-of-member3{
background-image: url(../images/member3.jpeg);
background-size: cover;
}
.member1 .name,.member2 .name,.member3 .name{
    text-align: center;
    color: black;
    margin-top: 10px;
    font-size: 25px;
      text-transform: capitalize;
}
.member1 .job,.member2 .job,.member3 .job{
    text-align: center;
    color: rgb(88, 88, 88);
    text-transform: uppercase;
    margin-top: 12px;
    font-size: 17px;
}
.icons{
   position: absolute;
   margin-left: 233px;
   z-index: 2;
     display: none; 
}
.icons a{
    text-decoration: none;
}
.icons i{
    display: block;
    width: 38px;
    line-height: 37px;
    font-size: 20px;
    text-align: center;
    color: white;
    background-color: rgb(13, 216, 216);  
       margin-left: auto;
}
.member1:hover .icons,.member2:hover .icons,.member3:hover .icons{
    display: block;
}
.member1::after,.member2::after,.member3::after{
    position: absolute;
    content: "";
    z-index: 1;
    top:0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.member1:hover::after,.member2:hover::after,.member3:hover::after{
     height: 100%;
    width: 100%;
    transition: 0.7s;
}
.member1:hover .name,.member2:hover .name,.member3:hover .name{
    color: white;
}
.member1:hover .job,.member2:hover .job,.member3:hover .job{
    color: rgb(31, 46, 252);
}
.recent-news{
    height: 100vh;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-top: 45px;

}
.recent-news .title{
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.recent-news .line{
    width: 180px;
    height: 4px;
    background-color: rgb(144, 144, 255);
    border-radius: 4px;
    margin: auto;
}
.new-member1{
margin-left: 155px;
}
.new-member2{
margin: 0 40px;
}
.new-member1,.new-member2,.new-member3{
    margin-top: 40px;
    width: 330px;
    height: 510px;
    border-radius: 15px;
    border: 1px solid rgb(153, 153, 216);
    float: left;
}
.photo-new-member1,.photo-new-member2,.photo-new-member3{
    margin:0 9%;
    width: 82%;
    height: 270px;
    border-radius: 15px;
    margin-top: 15px;
     background-size: cover;
}
.photo-new-member1{
    background-image: url(../images/new-member1.jpeg);
}
.photo-new-member2{
    background-image: url(../images/new-member2.jpeg);
    background-position: center;
}
.photo-new-member3{
    background-image: url(../images/new-member3.jpeg);
}

.icons-new-member{
    margin-top: 22px;
   margin-left: 50px;
}
.icons-new-member i{
    color:rgb(93, 93, 182);
    font-size: 18px;
    margin-right: 5px;
}
.icons-new-member span{
    margin-right: 15px;
    font-size: 17px;
}
.member-job{
text-align:center ;
text-transform: capitalize;
font-size: 22px;
margin-top: 15px;
}
.info-job{
    color: rgb(105, 105, 105);
    margin-top: 19px;
    text-align: center;
}
.more{
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
    color: rgb(102, 57, 145);
}
.new-member1 a,.new-member2 a,.new-member3 a{
    text-decoration: none;
}
.new-member1,.new-member2,.new-member3{
    position: relative;
}
.new-member1::after,.new-member2::after,.new-member3::after{
    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: 100%;
    height: 0;
    background-color:rgba(170, 170, 241, 0.4); 
    z-index: -1;
    border-radius: 15px;

}
.new-member1:hover::after,.new-member2:hover::after,.new-member3:hover::after{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.new-member1:hover .info-job,.new-member2:hover .info-job,.new-member3:hover .info-job{
    color: rgb(12, 12, 145);
}
.new-member1:hover .member-job,.new-member2:hover .member-job,.new-member3:hover .member-job{
    color: white
}
.closing{
    width: 100%;
    height: 360px;
    margin-top: 200px;
    background-color:rgb(235, 235, 235);
    padding-top: 33px;
}
.closing-photo{
    width: 290px;
    height: 200px;
    border-radius: 15px;
    background-image: url(../images/closing.jpeg);
    background-size: cover;
    margin: auto;
}
.closing-icons{
    margin-top: 20px;
    margin-left: 470px;
}
.closing-icons i{
    font-size: 35px;
    color: white;
    background-color: rgba(74, 142, 231,0.7);
    width: 58px;
    line-height: 58px;
    text-align: center;
    margin-left: 5px;
    border-radius: 50%;
    
}
.closing-icons i:hover{
 background-color: rgb(70, 135, 221) ;
}
.closing p{
    color: rgb(110, 110, 110);
text-align: center;
  margin-top: 13px;
}
.closing-photo .layer{
    width: 100%;
    height: 100%;
     border-radius: 15px;
     background-color: rgba(0, 0, 0,0.2);
}
.closing a{
    text-decoration: none;
}
