@import url(starting.css);

   

/* --------------------------------------main heading  area 
--------------------------------------------------------------------------- .*/
.main-head {
    background: linear-gradient(
        rgba(61, 60, 32, 0.9),
        rgba(224, 37, 156, 0.9)
       
    ) , url(../images/slide1.jpg);
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    background-attachment: fixed;
    object-fit: cover;
     
}

.main-head .content h1{
    color: #b9b7b7;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.main-head .content img{
    padding-top: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    height: 10%;
 
    
      
    }


    

/* --------------------------------------first-section  area 
--------------------------------------------------------------------------- */
section.first-section{
    background: #000000;
    width: 100%;
    height: 100vh;
}
section.first-section .container {
padding-top: 4rem;
}
section.first-section .container .wrapper-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
section.first-section .container .wrapper-div .right{
    background: #232fdf;
    position: relative;
}
section.first-section .container .wrapper-div .right .last-img{
    position: absolute;
    left: 15rem;
    top: 10rem;

}
section.first-section .container .wrapper-div .right .first-img{
    width: 60%;
    height: 70%;

}
section.first-section .container .wrapper-div .right img{
    width: 70%;
    height: 70%;
}
section.first-section .container .wrapper-div .right .circle{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #E100FF;
    display: inline-block;
    z-index: 9;
    position: absolute;
    top: 0rem;
    right: 0rem;
}
section.first-section .container .wrapper-div .right .circle1{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #E100FF;
    display: inline-block;
    z-index: 9;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
section.first-section .container .wrapper-div .left h1{
    font-size: 3rem;
    font-weight: 2rem;
    color: #cec6c3;
    text-align: center;
    padding-top: 8rem;
    font-family: 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

} 
section.first-section .container .wrapper-div .left h4{
    font-size: 1.4rem;
    font-weight: 1rem;
  text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #aeb8fd;
}
section.first-section .container .wrapper-div .left .contact-button{
    margin-top: 2rem;
    align-items: center;
    margin-left: 8rem;
    margin-bottom: 4rem;
    padding: 1rem;
 border-radius: 10px;
   line-height:0.8;
   font-size:1.2rem;
   cursor: pointer;
   background:rgb(16, 29, 209);
   color:var(--heaven); 
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   border:1px solid transparent; 
}
section.first-section .container .wrapper-div .left .contact-button:hover{
    background:#aeb8fd;
    color:var(--secondary); 
  
    transform: translateY(-4px);
}



    
/* --------------------------------------service area 
--------------------------------------------------------------------------- */
.service {

   
    background-color:rgb(243, 243, 243);
    width: 100%;
    padding-bottom: 5rem;
    position:relative;
}
.service .container .service-heading{
    padding-top: 50px;
    font-family: "Raleway-black";
    font-size: 2.5rem;
    font-weight: 1rem;
  line-height: 1.5;
  text-align: center;
}
.service .container .service-p{
    margin-top: 30px;
    font-family:"Raleway-semibold";
    font-size: 1rem;
    font-weight: 1rem;
  line-height: 1.5;
  text-align: center;
}
.service .container .card-wrap{

margin-top: 50px;
display: flex;
margin-right:2rem;


}

section.service .first-card{
    background:var( --pure);
    text-align: center;
    padding:2rem;
    margin-top: 5rem;
    padding-top:4rem;
    margin-right:2rem;
    position: relative;
    border-radius: 4px;
cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .3s ease-in-out
}
section.service .first-card:hover{
    background-color: #cec6c3 ;  
}
.service .container .card-wrap .first-card img{

    width: 100px;

    position: absolute;
    top:-45px;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%); 


}

.service .container .card-wrap .first-card h2{
    font-family: "Raleway-bold";
    font-size: 1.3rem;
    margin-bottom:1rem; 



}
.service .container .card-wrap .first-card p{
    line-height: 1.6;
    text-align: justify;
    margin-bottom:1rem;
}
.service .container .card-wrap .first-card button{
  
    padding: 1rem 1rem;
    border-radius: 1rem;
    border: none;
    background-color: rgb(94, 110, 255) ;
    color:var(  --secondary);
    cursor: pointer;
    font-size: 0.8rem;
    font-family:"Raleway-bold";
   
    margin-right: 0.1rem;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    
    
    }
    .service .container .card-wrap .first-card button:hover{
    background-color: rgb(192, 197, 248) ;
    }  


/* --------------------------------------third-section
--------------------------------------------------------------------------- */

/* --------------------------------------client-say  area 
--------------------------------------------------------------------------- */

section.third-section {
    background-color:var(--light);
     
padding-bottom: 5rem;
   
    width: 100%;
   
  
}

section.third-section .container h1{

padding: 2rem 0rem;
    font-family: "Raleway-extrabold";
    font-size: 2.5rem;
    font-weight: 1rem;
  line-height: 1.5;
  text-align: center;
}
section.third-section .container .button-slider .shanami-wrapper .choose-slide .choose-images img{
    width: 50%;
    height: 50%;
    border-radius: 50%;

}
section.third-section .container .button-slider .shanami-wrapper .choose-slide .choose-images{
 padding-left: 180px;
}
section.third-section .container .button-slider .shanami-wrapper .choose-slide .choose-name h2{
    font-size: 2rem;
    font-weight: 1rem;
    font-family: "Raleway-semibold";
    padding: 2rem 2rem;
}
section.third-section .container .button-slider .shanami-wrapper .choose-slide .choose-name h3{
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-medium";
    text-align: center;
   
}

section.third-section .container .button-slider .shanami-wrapper .choose-slide{
    margin-right: 1rem;
    text-align: center;
justify-content: center;
margin-top: 100px;
border: 1px solid rgb(221, 218, 218);
transition: all 1s ease;

}
section.third-section .container .button-slider .shanami-wrapper .choose-slide:hover{
background: #8d8a8a;

}

section.third-section .container .button-slider .client-button .prev-button {
    border: none;
    outline:none;
  background-color: #7080ff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    cursor:pointer;
   padding: 1rem;
   transition: all 2s ease;
   
}
section.third-section .container .button-slider .client-button .prev-button:hover{
  
    transform: translateY(-10px); 
}
section.third-section .container .button-slider .client-button .next-button {
    border: none;
    outline:none;
  background-color: #7080ff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    cursor:pointer;
   padding: 1rem;
   transition: all 2s ease;
   
}
section.third-section .container .button-slider .client-button .next-button:hover{
  
    transform: translateY(-10px); 
}

section.third-section .container .button-slider{
    position: relative;
}

.prev-button{
    position:absolute;
    top:56%;
    left:-3rem;
    z-index: 1;
}
.next-button
{
    position:absolute;
    top:56%;
    right:-3rem;
    z-index: 1;
}


/* --------------------------------------forth-section
--------------------------------------------------------------------------- */

section.forth-section{
    background: #f5f2f2;
    width: 100%;
    height: 110vh;

}
section.forth-section .container .section-parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
section.forth-section .container .section-parent .left-section-div img{
    width: 90%;
    height: 90%;

}
section.forth-section .container .section-parent .left-section-div h2{
    font-size: 2rem;
    font-weight: 1rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    padding-top: 1rem;
}
section.forth-section .container .section-parent .left-section-div p{
    font-size: 1rem;
    font-weight: 1rem;
 font-family: monospace;
    text-align: center;
    padding-top: 1rem;
}
section.forth-section .container .section-parent .right-section-div h1{
    font-size: 2rem;
    font-weight: 2rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
    padding-top: 1rem;
}
section.forth-section .container .section-parent .right-section-div h4{
    font-size: 1rem;
    font-weight: 1rem;
    font-family:"Raleway-semibold";
    text-align: justify;
    padding-top: 1rem;
}



/* --------------------------------------footer  area 
--------------------------------------------------------------------------- */

section.footer {
    background: linear-gradient(
        rgba(78, 77, 43, 0.9),
        rgba(78, 43, 65, 0.9)
    ), url(../images/pic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    object-fit: cover;
     
}

section.footer .container .footer-section{
    display: flex;
    justify-content: space-between;

   
   
}

section.footer .container .footer-section .first-1{
    margin-right: 2rem;
    width: 60%;
padding-top: 2rem;
}

section.footer .container .footer-section .first-1 h1{
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 5rem;
   padding-bottom: 0.5rem;
   

}
section.footer .container .footer-section .first-1 hr{
    border: 2px solid rgb(167, 247, 167);
    border-radius: 10px;
    margin-bottom: 1rem;
   
  
    

}
section.footer .container .footer-section .first-1 .company-information img{
    width: 100%;
    height: 100%;
    padding: 1rem 0rem;

}
section.footer .container .footer-section .first-1 .company-information p{
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-medium";
    color: var(--heaven);
    text-align: justify;
}

section.footer .container .footer-section .first-2{
    padding-top: 2rem;
  
}

section.footer .container .footer-section .first-2 h1{
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 5rem;
   padding-bottom: 0.5rem;
   

}
section.footer .container .footer-section .first-2 hr{
    border: 2px solid rgb(167, 247, 167);
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 200px;
  
   
  
    

}
section.footer .container .footer-section .first-2 ul {
    list-style-type: none;
}

section.footer .container .footer-section .first-2 ul li{
    padding-top: 1rem;
}
section.footer .container .footer-section .first-2 ul li a {
    padding-top: 2rem;
    color:var(--pure);
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.footer .container .footer-section .first-2 ul li a {
    padding-left: 0.5rem;
    padding-top: 2rem;
    color:var(--pure);
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.footer .container .footer-section .first-2 ul li a:hover{
    color:#aeb8fd;
 
  
    transform: translateY(-4px);
}
section.footer .container .footer-section .first-2 ul li img{
    width: 5%;
}
section.footer .container .social-icons{
    padding: 5rem 5rem;
    text-align: center;
}
section.footer .container .social-icons  a img{
    width: 5%;
    height: 5% ;
    margin-right: 2rem;

}
section.footer  .copyright {
    padding: 0.5rem;
    background-color: #282730;
    text-align: center;
}
section.footer  .copyright p{
    color: var(--heaven);
    font-family: "Raleway-extrabold";
    font-weight: 1rem;
    font-size: 1rem;
}
section.footer  .copyright p  a .span{
    text-decoration: none;
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: #232fdf;
}

section.footer .container .footer-section .first-3{
    padding-top: 2rem;
}
section.footer .container .footer-section .first-3 h1{
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 5rem;
   padding-bottom: 0.5rem;
   

}
section.footer .container .footer-section .first-3 hr{
    border: 2px solid rgb(167, 247, 167);
    border-radius: 10px;
    margin-bottom: 1rem;
   
  
    

}
section.footer .container .footer-section .first-3 ul {
    list-style-type: none;
}
section.footer .container .footer-section .first-3 ul li{
    padding-top: 1rem;
    display: flex;
}

section.footer .container .footer-section .first-3 ul li a {
    margin-top: 2rem;
    padding-left: 0.5rem;
    margin-bottom: 2rem;
  
    color:var(--pure);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.footer .container .footer-section .first-3 ul li a:hover{
    color:#aeb8fd;
 
  
    transform: translateY(-4px);
}
section.footer .container .footer-section .first-3 ul li img{
    width: 13%;
    
}
section.footer .container .footer-section .first-3 ul li p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 1rem;
    color: var(--light); 
    padding-left: 1rem;
    padding-top: 1rem;
}
.project-detail .container .project-wrapper .project-right img{
    margin-left: 50px;
}
.project-detail .container .project-wrapper .project-left .counter-wrapper{
    margin-left: 100px;
}






.nav-background .mobile-logo{
    padding:1rem;
}
.nav-background .mobile-nav{
    padding:1rem;
}
.nav-background .mobile-nav ul{
    list-style-type: none;
}
.nav-background .mobile-nav ul li{
    margin-bottom:1rem;
}
.nav-background .mobile-nav ul li a{
    text-decoration: none;
    color:var(--secondary);
    font-family: "Raleway-medium";
}
.nav-background .mobile-nav ul li a:hover{
    color:var(--primary);
}
.nav-background .contact, .nav-background .time{
    padding:1rem;
    padding-left:0;
}
.nav-background .contact img, .nav-background .time img{
    margin-right:1rem;
}
.nav-background .contact h5,.nav-background .time h5{
    font-family:"Raleway-bold";
    margin-bottom:0.25rem;
    font-size:1rem;
}
.nav-background .contact h6, .nav-background .contact h6{
    font-size: 0.75rem;
}
.nav-background .cart{
    margin-bottom:2rem;
}
.nav-background .cart a{
    color:var(--secondary);
    text-decoration: none;
    font-family: "Raleway-bold";
}
.nav-background .cart img{
    margin-right:0.75rem;
    width:20px;
    height:20px;
}








/* --------------------------------------media-query
--------------------------------------------------------------------------- */

@media (max-width:1200px){

    section.first-section{
        height: auto;
    }
    section.first-section .container .wrapper-div{
        display: grid;
        grid-template-columns: 1fr ;
    }
   

    
}


@media (max-width:992px){
  
    .service .container .card-wrap{
        flex-direction: column;
    }
       
    section.second-section{
    
        height:auto;
        
    }
    section.second-section .container .mission-wrapper{
        padding: 3rem 5rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       
    }
    header.upper-header .container{
        flex-direction: column;
    }

     
    section.footer .container .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}
@media (max-width:768px){
    header.header1 .container .second-header-right{
        display: none;
    }
   

    header.header1 .second-header-left .logo img{
        margin-left: 1rem;
      }








section.footer .container .footer-section{
    display: flex;
    flex-direction: column;
} 


    header.upper-header{
        display: none;
    }
    
    nav.last-header{
        display: none;
    }
    .main-site-wrapper{
        position: relative;
    }
    
.main-site-wrapper .mobile-navbar{
    width: 100%;
    height: 100vh;
    background: #e7f5ff;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
   
   
    transform: translateY(-100%);
    transition: all 0.8s linear;
   
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 99999;

}
.open .mobile-navbar{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
 
  }



.main-site-wrapper .mobile-navbar .back{
    position: absolute;
    top: 1rem;
   right: 3rem;
   width: 4rem;
   height: 3rem;
   z-index: 1;
   cursor: pointer;
}
.main-site-wrapper .mobile-navbar ul{
    margin-top: 5REM;
    list-style-type: none;
    
}
.main-site-wrapper .mobile-navbar ul li{
    
    margin-top: 1rem;

}
.main-site-wrapper .mobile-navbar ul li  img{
    width: 5%;
    height: 5%;
}
.main-site-wrapper .mobile-navbar ul li .dropdown .dropdown-content{
    display: none;
    position: absolute;
    background-color: #f3f3f3;
    min-width: 155px;
    min-height: 100px;
    box-shadow: 0px 8px 16px 0px rgb(0,0,0,0.2);
    z-index: 99;
    cursor: pointer;
    top: -30%;
    right: 0%;
    left: 100%;
  
    border-radius:  0px 30px 30px 30px;

    
}
.main-site-wrapper .mobile-navbar ul hr{
    margin-top: 0.3rem;
 
}
.main-site-wrapper .mobile-navbar ul li a{
    text-decoration: none;
   font-size: 1rem;
 
}

    .mobile-menu-icons{
    display: block;
    position: absolute;
    top: 0.2em;
    right: 2rem;
    
    
    }
    .mobile-menu-icons .menu{
        width: 5rem;
        height: 3rem;
        cursor: pointer;
        z-index: 999;
    }

    .main-site-wrapper .mobile-navbar .down-logo img{
        position: absolute;
        top: 1rem;
       left: 1rem;
      
       z-index: 1;
       cursor: pointer;
        width: 60%;
        height: 7%;
    }


    .main-site-wrapper .mobile-navbar  .mobile-copyright {
        position: absolute;
        bottom: 3rem;
       right: 3rem;
       width: 4rem;
       height: 3rem;
       z-index: 1;
       cursor: pointer;
        width: 80%;
        height: 8%;
        padding: 0.5rem;
        background-color: #848882;
        text-align: center;
    }
    .main-site-wrapper .mobile-navbar   .mobile-copyright p{
        color: var(--heaven);
        font-family: "Raleway-extrabold";
        font-weight: 1rem;
        font-size: 1rem;
    }
    .main-site-wrapper .mobile-navbar    .mobile-copyright p  a .span{
        text-decoration: none;
        font-size: 1rem;
        font-weight: 1rem;
        font-family: "Raleway-extrabold";
        color: #232fdf;


    }

  
  /* The container <div> - needed to position the dropdown content */
  .main-site-wrapper .mobile-navbar .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .main-site-wrapper .mobile-navbar .dropdown  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .main-site-wrapper .mobile-navbar .dropdown  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .main-site-wrapper .mobile-navbar .dropdown .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .main-site-wrapper .mobile-navbar  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .main-site-wrapper .mobile-navbar .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

section.first-section{
    height: 170vh;
}


section.footer .container .footer-section .first-2{
    padding-top: 2rem;
    padding: 1rem 1rem;
  
}

section.footer .container .footer-section .first-3{
    padding-top: 2rem;
    padding: 1rem 1rem;
}

section.footer .container .footer-section .first-1 h1{
    font-size: 2rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 8rem;
   padding-bottom: 0.5rem;
   

}

section.footer .container .footer-section .first-2 h1{
    font-size: 2rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 7rem;
   padding-bottom: 0.5rem;
   

}
section.footer .container .footer-section .first-2 hr{
    border: 2px solid rgb(167, 247, 167);
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 300px;
  
   
  
    

}
}


@media (max-width:576px){

    

    .main-head {
      
        width: 100%;
        height: 24vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position:top;
        background-attachment: fixed;
        object-fit: cover;
         
    }
  
    
    section.service .first-card{
        background:var( --pure);
        text-align: center;
     
        margin-top: 5rem;
        padding-top:4rem;
    margin-left: 1.5rem;
        margin-right:0rem;
        position: relative;
        border-radius: 4px;
    cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        transition: all .3s ease-in-out
    }
    section.service .first-card:hover{
        background-color: #cec6c3 ;  
    }
    


  

    section.footer .container .footer-section .first-1{
      
        width: 100%;
    padding-top: 2rem;
    }
    
       section.footer .container .social-icons{
           display: flex;
           justify-content: center;
           align-items: center;
       }
       section.footer .container .social-icons  a img{
        width: 70%;
        height: 70% ;
        margin-right: 2rem;
    
    }
     
    
    section.footer .container .footer-section .first-2{
        padding-top: 2rem;
        padding: 1rem 1rem;
      
    }
    
    section.footer .container .footer-section .first-3{
        padding-top: 2rem;
        padding: 1rem 1rem;
    }
    
    section.footer .container .footer-section .first-1 h1{
        font-size: 2rem;
        font-weight: 1rem;
        font-family: "Raleway-extrabold";
        color: var(--pure);
       padding-top: 2rem;
       padding-left: 8rem;
       padding-bottom: 0.5rem;
       
    
    }
    
    section.footer .container .footer-section .first-2 h1{
        font-size: 2rem;
        font-weight: 1rem;
        font-family: "Raleway-extrabold";
        color: var(--pure);
       padding-top: 2rem;
       padding-left: 7rem;
       padding-bottom: 0.5rem;
       
    
    }
    section.footer .container .footer-section .first-2 hr{
        border: 2px solid rgb(167, 247, 167);
        border-radius: 10px;
        margin-bottom: 1rem;
        width: 300px;
      
       
      
        
    
 
 
    }


/* --------------------------------------first-section  area 
--------------------------------------------------------------------------- */
section.first-section{
    height: 120vh;
}
section.first-section .container {
padding-top: 0rem;
}

section.first-section .container .wrapper-div .right{
    background: #232fdf;
    position: relative;
    height: 38vh;
}
section.first-section .container .wrapper-div .right .circle0{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #E100FF;
    display: inline-block;
    z-index: 9;
    position: absolute;
    bottom: 0rem;
    right: 0rem;
}
section.first-section .container .wrapper-div .right .first-img{
    width: 50%;
    height: 50%;

}

section.first-section .container .wrapper-div .right .circle{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #E100FF;
    display: inline-block;
    z-index: 9;
    position: absolute;
    top: 0rem;
    right: 0rem;
}
section.first-section .container .wrapper-div .right .circle1{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #E100FF;
    display: inline-block;
    z-index: 9;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
section.first-section .container .wrapper-div .left h1{
    font-size: 2rem;
   
    padding-top: 4rem;

} 
section.first-section .container .wrapper-div .left h4{
    font-size: 1.4rem;
    font-weight: 1rem;
 
}




section.third-section .container h1{
    font-size: 1.5rem;
  
}
section.third-section .container .button-slider .shanami-wrapper .choose-slide .choose-images img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding-right: 5rem;

}
section.third-section .container .button-slider .shanami-wrapper .choose-slide .choose-images{
 padding-left: 100px;
}
section.third-section .container .button-slider .shanami-wrapper .choose-slide .choose-name h2{
    font-size: 1rem;
 padding: 1rem 1rem;
}


section.third-section .container .button-slider .shanami-wrapper .choose-slide{
 
margin-left: 3rem;
margin-right: 3rem;

}

.prev-button{
    left:2rem;
 
}
.next-button
{

    right:2rem;
}
section.forth-section{
    height: auto;
    padding: 5rem 1rem;
}
section.forth-section .container .section-parent .left-section-div h2{
    font-size: 1rem;
   
}
section.forth-section .container .section-parent .left-section-div p{
    font-size: 1rem;
 
}
section.forth-section .container .section-parent .right-section-div h1{
    font-size: 1rem;
    font-weight: 1rem;

}
section.forth-section .container .section-parent .right-section-div h4{
    font-size: 1rem;
    font-weight: 1rem;
 
}

}

