* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
  perspective: 1000px;
  
}

.home-page{
    width: 100%;  height: 100vh;
    background-image: url(../images/home\ page.jpg);
}

hr{height: 2px;}

.header1{
    width: 100%;
    background-color:rgb(254, 250, 246);
}

.list1{
    padding: 10px;
    margin-left: 70px;
    
}
  

.list1 li{
   display: inline;
   margin: 12px;
  position: relative;
  padding: 0px 2px;
}

.list1 li a {
    text-decoration: none;
    color: black;
    font-size: 22px ;

}

.list1 li::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 0px;
    top: 0;
    left: 0;
    background-color: rgb(165, 47, 47);
    transition: 0.7s;
    display: block;
    margin-left: -6px;

}

.list1  li:hover::after{
    height: 100%;
}

.list1 li::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 0px;
    bottom: 0;
    right: 0;
    background-color: rgb(165, 47, 47);
     transition: 0.7s;
    margin-right: -6px;
}

.list1  li:hover::before{
    height: 100%;
}

/* ///////////////////// */
.list2{
    padding: 10px;
    position: absolute;
    top: 0;
    left: 56%;
}

.list2 li{
   display: inline;
   margin: 12px;
  position: relative;
    padding: 0px 2px;
}

.list2 li a {
    text-decoration: none;
    color: black;
    font-size: 22px ;
}

.list2 li::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 0px;
    top: 0;
    left: 0;
    background-color: rgb(165, 47, 47);
    transition: 0.7s;
    margin-left: -6px;

}

.list2  li:hover::after{
    height: 100%;
}

.list2 li::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 0px;
    bottom: 0;
    right: 0;
    background-color: rgb(165, 47, 47);
    transition: 0.7s;
    display: block;
    margin-right: -6px;
}

.list2  li:hover::before{
    height: 100%;
}
/* //////////////////////////// */

.header-icons1{
    position: absolute;
    perspective: 1000px;
    top: 0;
    left: 78%;
    text-decoration: none;
}
  
.header-icons1 i{
    padding: 12px 10px ;
    font-size: 22px; 
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.7s, color 0.7s;
     cursor: pointer;
} 
.header-icons1 li{
   display: inline;
  position: relative;
  padding: 0px 2px;
  margin: 3px;
}

.header-icons1 li::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 0px;
    top: 0;
    left: 0;
    background-color: rgb(165, 47, 47);
    transition: 0.7s;
}
.header-icons1 li:hover::after{height: 100%;} 

  .header-icons1 li::before{
    content: "";
    position:absolute;
    width: 3px;
    height: 0px;
    bottom: 0;
    right: 0;
    background-color: rgb(165, 47, 47);
    transition: 0.7s;
    
} 
.header-icons1 li:hover::before{height: 100%} 

.header-icons1 li:hover i{transform: rotatey(180deg); color: blue;}
.header-icons1 .red-i:hover{transform: rotatey(180deg); color: red;}

/* //////////////////////////////////////////////////////////////// */
 
.header2{
    width: 100%;
    height: 80px;
  background-color:rgb(254, 250, 246);
}

.logo{
    margin-left: 90px;
    margin-top: 9px;
    border-radius: 50%;
}

 .p-main {
   font-size: 32PX;
   font-weight:bold ;
   position: absolute;
   top: 65px; left: 11%;
}

 .span-main {
    font-weight:normal; 
    color: rgb(73, 73, 73);
}

.list3{
    padding: 10px;
    position: absolute;
    top: 60px;
    left: 34%;
}

.list3 .li3{
   display: inline;
   margin: 2px;
  position: relative;
  padding: 10px;
}

.list3 .li3 .a3 {
    text-decoration: none;
    color: black;
    font-size: 22px ;
}

.list3 .li3:hover .a3 {color: rgb(165, 47, 47);}

.span1{
    position: absolute;
    top: 0 ; left: 0;
    width: 3px; height: 0px;
    background-color: rgb(165, 47, 47);
    transition: 0.7s;
}

.span2{
    position: absolute;
    bottom: 0 ; right: 0;
    width: 3px; height: 0px;
    background-color: rgb(165, 47, 47);
     transition: 0.7s;
}


.span3{
    position: absolute;
    top: 0 ; right: 0;
    width: 0px; height: 3px;
    background-color:rgb(165, 47, 47);
     transition: 0.7s;
}


.span4{
    position: absolute;
    bottom: 0 ; left: 0;
    width: 0px; height: 3px;
    background-color: rgb(165, 47, 47);
     transition: 0.7s;
}

.list3 .li3:hover .span1 , .list3 .li3:hover .span2 {
    height: 100%;
}

.list3 .li3:hover .span3 , .list3 .li3:hover .span4{
    width: 100%;
}
 .drop{
    position: relative;  
 }

 .drop-container{
    width: 300px; height: 200px;
    border: 2px solid black;
    border-radius: 20px;
    background: rgba(239, 222, 190, 0.95);
   position: absolute;
   top: 45px; left: -100px;
   visibility: hidden;
   transform: scale(0.1);
   transition: 0.8s;
 }

  .drop-fr-list{
   list-style: none;
    margin: 10px 2px;
 } 

.drop-li{
   padding-left: 10px;
    margin: 9px 2px 15px 2px;
}

.drop-li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.drop-p{
    padding-left:10px;
     color: rgb(73, 73, 73);
     font-size: 22px;
}

.drop-line1{
    height: 1.5px; width: 55px;
    background-color: #000;
    margin-top: 5px;
    margin-left: 8px;
}

.drop-li:hover a {
    color: rgb(165, 47, 47);
    font-size: 19px;
}

.drop-sd-list{
    position: absolute;
    list-style: none;
    top: 11px;  left: 180px;
}

.drop:hover .drop-container{visibility: visible; transform: scale(1);}

.drop-li1{margin-top: 12px ;}


.header-icons2{
    position: absolute;
    perspective: 1000px;
    top: 65px;
    left: 85%;
    text-decoration: none;
}
  
.header-icons2 i{
    padding: 12px 10px ;
    font-size: 24px; 
    position: relative;
     cursor: pointer;
} 
.header-icons2 li{
   display: inline;
  position: relative;
  padding: 0px 2px;
  margin: 3px;
}

.header-icons2 .li-shop::before{
    content: "2";
    color: white;
    text-align: center;
    position: absolute;
    width: 20px;
    height:20px;
    border-radius: 50%;
    top: -2;
    left: 17px;
    z-index:-1;
    background-color: rgb(165, 47, 47);
    transition: 1s;
}
  
.header-icons2 .li-shop:hover::before{top: -30px;}
.header-icons2 li:hover {color: rgb(165, 47, 47);}


/* /////////////////////////////////////////// */
.art{
    width: 100%; height: 30px;
    background-color: #000;
}

.art-p{
    color: white;
    text-align: center;
    font-size: 18px;
    padding-top: 3px;
}

.art-span{
     color:wheat;
    text-decoration: underline;
    font-style: italic;
}

.art-span:hover{
    letter-spacing: 1px;
    font-size: 19px;
}

.home-page-detials{
    width: 650px;
    height: 400px;
    text-align: center;
    margin-left: 70px;
    margin-top: 120px;
}


.p1{
    font-size: 30px;
    margin: 20px;
color: rgb(142, 5, 5);
font-family:'Great Vibes', cursive;
}

.p2{
    font-size: 34px;
    margin: 20px;
}

.p3{
    font-size: 18px;
    margin: 20px;
   color: rgb(64, 63, 63);
}

.home-btn{
    background-color: #000;color: white;
    width: 130px;
    height: 40px;
    margin: 20px;
    transition: color 0.7;
    font-size:17px;font-weight: 500;
     transition: 0.9s ;
}

.home-btn:hover{background-color: white; color: #000;}

/*////////////////////////////////////////////////// end of home page  */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////start section of Goods  */


.goods-container{
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.goods-parent{
 position: relative;
 width:400px; height: 450px;
/* background-image: url(../images/men.jpg);
background-size: cover; */
overflow: hidden;
transition: 0.7s;
}

.goods-parent img{transition: 0.6s;}
.goods-parent:hover img{ transform: scale(1.05); overflow: hidden;}

.goods-overlay{
   position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0,0.6), rgba(255, 255, 255,0.1));
}

.goods-cotent{
    width: 400px; height: 100px;
     transition: 1s;
     position: absolute;
     bottom: -100px;
     /* background-color: rgb(52, 59, 196); */
    
}
.goods-p1{
    font-size: 28px;
    color: white;
    text-align: center;
    margin-top: 370px;
    margin-bottom: 40px;
    position: absolute;
    top: -440px;
    left: 120px;

}

.goods-p1-2{
    font-size: 28px;
    color: white;
    text-align: center;
    margin-top: 370px;
    margin-bottom: 40px;
    position: absolute;
    top: -440px;
    left: 110px;

}
.goods-p1-3{
    font-size: 28px;
    color: white;
    text-align: center;
    margin-top: 370px;
    margin-bottom: 40px;
    position: absolute;
    top: -440px;
    left: 100px;

}

.goods-p2{
  transition: 0.4s;
color: rgb(255, 226, 184);
font-size: 20px;
text-align: center;
visibility: hidden;
cursor: pointer;
}

.goods-p2:hover{
    word-spacing:2px;
    font-size: 21px;
}
.goods-parent:hover .goods-cotent{bottom: -40px;}

.goods-p-line{
    text-align:center;
    height: 2px;width: 90px;
    margin-left: 155px;
    margin-top: 3px; 
    background-color:  rgb(255, 226, 184);
    transition: 0.3s;
    visibility: hidden;
    position: absolute;
}
.goods-p2:hover .goods-p-line{ height: 3px;width: 95px;}

.goods-parent:hover  .goods-p2 {visibility: visible;}
.goods-parent:hover  .goods-p-line {visibility: visible;}

/* ///////////////////////////////////////////////end of Goods section */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////// start of treanding */

.trending-container{
    height: 90vh;
    width: 100%;
    /* background-color: rgb(33, 115, 115); */
}

.trending-list{
    padding: 10px;
    position: absolute;
    top: 1380px;
    left: 70.5%;
}

.trending-list li{
   display: inline;
   margin: 2px;
   font-size: 22px;
  position: relative;
  padding: 10px;
}


.trend-a {
  color: black;
  text-decoration: none;
  font-size: 22;
  position: relative;
}

.trend-a::before{
    content: "";
    position: absolute;
    width: 0%; height: 3px;
    top :44px ; left: 0;
    background-color: rgb(142, 5, 5);
    transition: 1s;
}  
.trend-a:hover::before{width: 100%;}
.trend-a:hover{color: rgb(142, 5, 5)}

.trending-h{
    margin: 10px 84px ;
    font-size: 32px;
    margin-bottom: 20px;
    padding-top: 40px;
}

.trending-li-brown{color: rgb(142, 5, 5); font-weight:bold;}

.trending-line{
      height: 2px;
      width: 1340px;
      background-color: #000;
      margin-left: 85px;
    
}
.men-line{
     height: 3px;
      width: 50px;
      background-color:rgb(142, 5, 5);
      margin-left: 1085px;
      margin-top: -3px;
}

.trend-i-left{
  margin-left: -50px;
  margin-top: 200px;
  font-weight: bold;
  font-size: 32px;
}

.trend-i-right{
  margin-left: 340px;
  margin-top: 200px;
  font-weight: bold;
  font-size: 32px;
}


.trending-container-cards{
    display: flex;
    justify-content: flex-start; margin-left: 85px;
    /* align-items: center; */margin-top: 70px;
}

.trending-parent , .trending-front , .trending-back {
    width: 300px; 
    height: 400px;
    
}

.trending-parent{
     transform-style: preserve-3d;
    position: relative;
    transition: 1s ;
}

.trending-front{
    background-image: url(../images/front1.jpg);
    background-size: cover;
    position: absolute; 
}

.trending-back{
    position: absolute;
    transform: rotatey(90deg);
    backface-visibility: hidden;
   transition: 1.6s;
}

.trending-parent:hover .trending-back{
  transform: rotatey(360deg);
} 

.trending-back-icons{
 width: 210px;
 height: 50px;
 background-color:rgb(254, 250, 246) ;
 position: absolute;
 top: 320px;
 left: 50px;
 opacity: 0;
 transition: 2.4s;
}
.trending-parent:hover .trending-back-icons{opacity: 1;}

.trend-i{
    float: left;
    height: 50px;
    width: 70px;
}

.trending-back-icons i{
    text-align: center;
    padding: 12px 20px;
    font-size: 24px;
}

.trend-i1 , .trend-i2 ,.trend-i3 {transition: 0.6s;}

.trend-i1:hover{
    background-color:rgb(109, 16, 16);
    color: rgb(254, 250, 246);
}

.trend-i2:hover{
    background-color:rgb(109, 16, 16);
    color: rgb(254, 250, 246);
}
.trend-i3:hover{
    background-color:rgb(109, 16, 16);
    color: rgb(254, 250, 246);
}

.trending-card-discription1{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    transition: 1.2s;
}
.trending-front:hover .trending-card-discription1 {color:rgb(142, 5, 5);font-size: 21px; }

.trending-card-discription2{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: rgb(64, 63, 63);
     transition: 1.2s;
}
.trending-front:hover .trending-card-discription2 {color:rgb(0, 0, 0);font-size: 19px; font-weight: bold;}

.trending-card-discription3 {  
    color: rgb(64, 63, 63);
     transition: 1.2s;
     font-size: 18px; font-weight:normal ;
    }
.trending-front:hover .trending-card-discription3 {color: rgb(64, 63, 63);font-size: 18px; font-weight:normal ;}

.trending-container-cards2{
    display: flex;
    justify-content: flex-start; margin-left: 432px;
    /* align-items: center; */margin-top: -232px;
}
.trending-front2{
    background-image: url(../images/front2.jpg);
    background-size: cover;
    position: absolute; 
}


.trending-container-cards3{
    display: flex;
    justify-content: flex-start; margin-left: 780px;
    /* align-items: center; */margin-top: 0px;
}
.trending-front3{
    background-image: url(../images/front3.jpg);
    background-size: cover;
    position: absolute; 
}


.trending-container-cards4{
    display: flex;
    justify-content: flex-start; margin-left: 1127px;
    /* align-items: center; */margin-top: 0px;
}
.trending-front4{
    background-image: url(../images/front4.jpg);
    background-size: cover;
    position: absolute; 
}

/* ///////////////////////////////end of trending this week ////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////start of section customer testimonial/////////////////////// */

.customer-container{
     height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: aquamarine; */
    

}

.customer-background{
    height: 45vh;
    width: 100%;
    background-color:  rgb(255, 254, 246);
    position: relative;
}

.customer-content{
    text-align: center;
    width: 70%; 
    margin: auto;
}

.customer-line{
    width: 100%;
    height: 2px;
    background-color: #000;
}
.customer-line2{margin-top: 35px;}

.customer-h{
   font-size: 32px;
   margin: 30px;
}

.customer-p{
    color: rgb(64, 63, 63) ;
    font-size: 28px;
    margin: 35px 0px 30px 0px;
}


.customer-item{
    width: 300px;
    height: 100px;
    /* background-color: aqua; */
    margin: auto;
    padding: 15px;
}
.customer-img img{
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.customer-img , .customer-img-p-details{
    float: left;

}

.customer-img-p-details{
   padding: 10px;
}

.customer-img-p1{
    font-size: 18px;
    text-align: left;
    margin: 5px;

}

.customer-img-p2{
    font-size: 18px;
    text-align: left;
    margin: 5px;
    color: rgb(64, 63, 63);
}

.customer-i-left{
    position: absolute;
    top: 50%; 
    left: 5%;
    font-weight: bold;
  font-size: 32px;
}


.customer-i-right{
    position: absolute;
    top: 50%; 
    right: 5%;
    font-weight: bold;
  font-size: 32px;
}

/* /////////////////////////////////end of customer Testimonial//////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////start of section you may like ///////////////////////////*/

.like-container{
     height: 90vh;
    width: 100%;
    /* background-color: rgb(33, 115, 115); */

}

.like-header{
    text-align: center;
    font-size: 32px;
}

.like-parent{
   position: relative;
   width: 300px;
   height: 400px;
   background-color: black;
  margin-left: 85px;
   
}

.like-image-container {
   position: relative;
   width: 300px;
   height: 400px;
   overflow: hidden;
    display: flex;
    justify-content: flex-start; 
    /* align-items: center; */margin-top: 50px;
     
}

  .like-image-main {
    width:100% ;
    height: 100%;
    object-fit: cover;
   transition: 1s;
   display: block;
  }
        
  .like-image-utd {
   position: absolute;
   top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 1s ;
  }
.like-parent:hover .like-image-utd  {top: 0;opacity: 1;}

 .like-i-left{
 position: absolute;
 top: 50%;
 left: -52px;
  font-weight: bold;
  font-size: 32px; 
}

.like-i-right{
 position: absolute;
 top: 52%;

  margin-left: 340px;
  /* margin-top: 200px; */
  font-weight: bold;
  font-size: 32px;
}

.like-icons-container{
 width: 210px;
 height: 50px;
 background-color:rgb(254, 250, 246) ;
 position: absolute;
 top: 340px;
 left: 43px;
 opacity: 0;
 transition: 0.7s ease-out;
}

.like-parent:hover .like-icons-container{ 
  opacity: 1;
  transition: 1s ease-in; }

.like-i{
    float: left;
    height: 50px;
    width: 70px;
}

.like-icons-container i{
    text-align: center;
    padding: 12px 20px;
    font-size: 24px;
}

.like-i1 , .like-i2 ,.like-i3 {transition: 0.6s;}

.like-i1:hover{
    background-color:rgb(109, 16, 16);
    color: rgb(254, 250, 246);
}

.like-i2:hover{
    background-color:rgb(109, 16, 16);
    color: rgb(254, 250, 246);
}
.like-i3:hover{
    background-color:rgb(109, 16, 16);
    color: rgb(254, 250, 246);
}

.like-card-discription1{
    font-size: 20px;
    text-align: center;
    /* position: absolute;
    bottom: -30px;
    left: 200px; */
    margin-top: 20px;
    transition: 1.2s;
}
.like-parent:hover .like-card-discription1 {color:rgb(142, 5, 5);font-size: 21px;}

.like-card-discription2{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: rgb(64, 63, 63);
    transition: 1.2s;
}
.like-parent:hover .like-card-discription2 {color:rgb(0, 0, 0);font-size: 19px; font-weight: bold;}

.like-card-discription3 {  
    color: rgb(64, 63, 63);
     transition: 1.2s;
     font-size: 18px; font-weight:normal ;
    }
.like-parent:hover .like-card-discription3 {color: rgb(64, 63, 63);font-size: 18px; font-weight:normal ;}

.like-parent2{
  margin-top: -400px;
   margin-left: 432px;
}

.like-image-container2{
 display: flex;
    justify-content: flex-start; 
    /* align-items: center; */margin-top: -232px;
     
}

.like-parent3{
  margin-top: -400px;
  margin-left: 780px;
}

.like-image-container3{
 display: flex;
    justify-content: flex-start; 
    /* align-items: center; */margin-top: -232px;
     
}

.like-parent4{
  margin-top: -400px;
  margin-left: 1127px;
}

.like-image-container4{
 display: flex;
    justify-content: flex-start; 
    /* align-items: center; */margin-top: -232px; 
}

/* ///////////////////////////////////end of  you may like ///////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////start of section latest news////////////////// */

.news-container{
    width: 100%;
    height: 100vh;
    background-color:  rgb(255, 254, 246);
}

.news-flex{
      display: flex;
    justify-content: space-evenly; 
    align-items: center;
}

.news-line{
     width: 100%;
    height: 2px;
    background-color: #000;
}
.news-line2{margin-top: 50px;}


.news-h{
    text-align: center;
    font-size: 32px;
    margin: 25px 0px;
}

.parent-news{
    width: 400px;
    height: 600px;
}

.parent-news img {transition: 0.6s;}
.parent-news img:hover{transform: scale(1.05);}

.news-p1{
    font-size: 18px;
    margin: 15px 0px;
    color: rgb(64, 63, 63);
}

.news-p2{
    font-size: 20px;
    margin: 15px 0px;
    cursor: pointer;
    font-weight: 500;
}
.news-p2:hover{color:rgb(155, 14, 14)}
.parent-news:hover .news-p2{color:rgb(155, 14, 14)}

.news-p3{
    font-size: 18px;
    margin: 15px 0px;
    color: rgb(64, 63, 63); 
}

.news-p4{
    font-size: 19px;
    margin: 15px 0px;
    cursor: pointer;
    font-weight:500;
    transition: 0.4s;
}
.news-p4:hover{font-size: 20px;}

/* ///////////////////end of latest news ///////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/*//////////// start of section icons comuncation ////////////*/

.features-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  height: 45vh;
}

.feature-item {
  text-align: center;
  width: 23%;
  position: relative;
  perspective: 1000px; 
}

.icon-wrapper {
  position: relative;
  height: 80px; 
  margin-bottom: 15px;
  transform-style: preserve-3d; 
  overflow: hidden;
}

.icon-main, .icon-hover {
  font-size: 55px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.8s ;
  backface-visibility: hidden; 
}

.icon-main {
  color: #666;
  top: 0;
  transform: translateX(-50%) translateZ(0) rotateX(0deg);
  z-index: 2;
  transition-delay: 0.1s;
}

.icon-hover {
  color: #000;
  top: 100%;
  transform: translateX(-50%) translateY(20px) rotateX(-90deg);
  opacity: 0;
  z-index: 1;
  transition-delay: 0s;
}

.feature-item:hover .icon-main {
  transform: translateX(-50%) translateY(-20px) rotateX(90deg); 
  opacity: 0;
  transition-delay: 0s;
}

.feature-item:hover .icon-hover {
  top: 0;
  transform: translateX(-50%) translateY(0) rotateX(0deg);
  opacity: 1;
  transition-delay: 0.1s;
}

.feature-item h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  transition: transform 0.6s ease;
}

.feature-item p {
  font-size: 15px;
  color: #777;
  transition: transform 0.6s ease;
}

.feature-item:hover h3 {
  transform: translateY(-5px);
}

.feature-item:hover p {
  transform: translateY(5px);
}

/*/////////////////////////// end of section icons comuncation////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////start foooooooooooter//////////////////////////////////// */

.footer-container{
  width: 100%;
  height: 75vh;
  background-color:rgb(0, 0, 0);
}

.footer-section1{
     width: 90%;
     height: 15vh;
     position: relative;
     left: 75px;
     /* background-color: aqua; */
}

.footer-s1-p1{
   font-size: 24px;
   color: white;
   padding-top: 20px ;
   margin-bottom: 15px;
}

.footer-s1-p2{
   font-size: 20px;
   color: #999;
}


.footer-s1-email{
    width: 300px;
    height: 40px;
   padding: 10px;
   font-size: 20px;
   position: absolute;
   top: 30px;
   left: 550px;
}

.footer-s1-btn{
    width: 120px;
    height: 40px;
   font-size: 20px;
   background-color:rgb(155, 14, 14);
   color: white;
   position: absolute;
   top: 30px;
   left: 865px;
   transition: 0.6s;
   cursor: pointer;
}
.footer-s1-btn:hover{transform: scale(1.1);}

.footer-icons{
    position: absolute;
    top: 30px;
    left: 86.5%;
    text-decoration: none;
}
  
.footer-icons i{
    padding: 12px 10px ;
    font-size: 26px; 
    color: #777;
    transition: 0.7s;
    cursor: pointer;
} 

.footer-icons  i:hover {color: red; font-size: 28px;}
.footer-icons  .blue-i:hover {color: blue; font-size: 28px;}


.footer-icons li{
   display: inline;
   padding: 0px 2px;
   margin: 3px;
}
.hr-footer{
    margin-top: 24px;
    width: 1338px;
}

/* /////////////////////////////////////////////////////////////////////////////////// */

.footer-section2{
     width: 100%;
     height: 50vh;
     position: relative;
     /* background-color: aqua; */
}

.logo-footer{
    margin-left: 75px;
    margin-top: 75px;
}

.p-main-footer{
    margin-left: -18px;
    margin-top: 20px;
    color: white;
}

.span-main-footer{
    color: #777;
}

.footer-list-container{
    width: 1000px; height: 322px;
    /* background: rgba(239, 222, 190, 0.95); */
    position: absolute;
   top: 25px; left: 450px;
   display: flex;
   justify-content: space-around;
   align-items: center;
 }


.footer-fr-list , .footer-sd-list ,.footer-3th-list {
    list-style: none;
    margin-top: -40px ;
} 
.footer-4th-list{ list-style: none;}

.footer-li{
   padding-left: 10px;
    margin: 9px 2px 15px 2px;
}

.footer-li a{
    text-decoration: none;
    color: #999;
    font-size: 18px;
    transition: 0.5s;
}
.footer-li a:hover{ font-size: 19px; text-decoration:underline;}

.footer-p{
    padding-left:10px;
     color: rgb(255, 255, 255);
     font-size: 23px;
     margin: 25px 0px;
}

.hr-footer-section2 {
    margin-left: 75px;
    margin-top: 230px;
}
/* //////////////////////////////////////////////////////////////////////////////////// */

.footer-section3{
     width: 100%;
     height: 10vh;
     position: relative;
     /* background-color: aqua; */
      display: flex;
   justify-content: center;
   align-items: center;
     
}

.footer-section3-p{
    font-size: 18px;
    color: white;
  
}

.footer-section3 a{
    text-decoration: none;
    color:rgb(155, 14, 14);
    transition: 0.5s;
}
.footer-section3 a:hover{
    text-decoration: underline;
    word-spacing: 2px;
    font-size: 20px;
}

.heart-icon{
animation-name: heart;
animation-iteration-count: infinite;
animation-duration: 3s;
color: white;
font-size: 18px;

}

@keyframes heart {
   
    20%{
        color: red;
        font-size: 21px;
    }40%{
        color: white;
        font-size: 18px;
    }60%{
        color: red;
        font-size: 21px;
    }80%{
        color: white;
        font-size: 18px;
    }
    100%{
        color: red;
        font-size: 21px;
    }
} 






















