html{
    scroll-behavior: smooth;
}
ul{
    list-style:none; 
    padding: 0;
    margin: 0;
}
.container{
width: 80%;
margin: auto;
overflow: hidden;
}
/* start header */
.header{
    background-color: #161C21;
    margin-bottom: -45px;
    top: 60px;
}
.header .container .phone{
float: left;
width: 50%;
}
.header .container .icons{
float: left;
width: 50%;
text-align: right;
}

.header .container .phone p span{
color: white;
padding: 10px;
}

.header .container .icons i{
color: violet;
font-size: 15px;
position: relative;
top: 20px;
display: inline-block;

}

/* end header */
/* start header2 */
.header2{
    background-color: rgb(34, 33, 33 ,0.6);
    height: 70px;
        margin-bottom: -10px;
        /* position: fixed; */
        width: 100%;
        /* z-index: 99; */
            margin-bottom: -67px;
    z-index: 4;
        top: 45px;
        /* bottom: 294px; */
        position: relative;
}
.header2 .container .logo{
float: left;
width: 50%;
color: white;
    font-size: 33px;
    font-weight: bold;
    margin-top: 14px;

}
.header2 .container .links{
float: left;
width: 50%;
}
.header2 .container{
    overflow: unset;
}

.header2 .container .links ul li{
display: inline-block;
margin-top: 25px;
}

.header2 .container .links ul li a{
text-decoration: none;
color: white;
font-size: 18px;
padding-right: 10px;
margin-left: 13px;
}
.header2 .links .rel {
    position: relative;
    padding-bottom: 20px;
}
.header2 .links .rel .menu{
    position: absolute;
   background-color: #e959e9bd;
    top: 40px;
    width: 144px;
    text-align: center;
display: none;
}

.header2 .links .rel .menu a{
    color: white;
    cursor: pointer;
    
     border-bottom: 2px solid grey;
}
.header2 .links .rel:hover .menu{
    display: block;
}

.header2 .container .links ul li a:hover{
    color: violet;
}

/* end header2 */

.background{
    background-image: url('../images/images.jfif');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    height: 600px;
    position: relative;
}
.background h1{
color: white;

    font-size: 62px;
    padding-top: 127px;
}
.background p{
color: white;
    font-size: 19px;
    line-height: 1.4;
    font-weight: normal;
}
.background input{
    width: 197px;
    height: 45px;
    background-color: transparent;
    color: violet;
    font-size: 26px;
    border: 1px solid violet;
    margin-bottom: 40px;
    cursor: pointer;
}

/* start photos */

.photos .container img{
    
     /* width: 20%; */
     
     margin-right: 100px;
     position: absolute;
      top: 700px;
      
}
.def{
    margin-top: 300px;
    margin-bottom: 70px;
}
.def .container .image{
    float: left;
    width: 40%;
    
    
}
.def .container .image img{
    margin-left: -21px;
    
}
.def .container .info{
    float: left;
    width: 60%; 
    overflow: hidden;
}
.def .container .info div{
    float: left;
    width: 40%;
    margin-left: 10%;
}
.def .container .info div p{
color: rgb(68, 67, 67);
line-height: 1.6;
}
.def .container .info div h4{
color: violet;
font-size: 20px;
}
/* end photos */
.pic{
    background-image: url('../images/images.jfif');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;

    
}


.pic p{
    color: white;
    font-size: 20px;
    padding-top: 84px;
}
.pic h2{
    color: white;
    font-size: 44px;
}
.pic img{
    margin-top: 20px;
        margin-left: 36px;
    margin-bottom: 30px;
}

.text{
text-align: center;

    background-color: #d9d9d9;
}
.text p{
font-size: 20px;
padding-top: 58px;
}
.text h2{
    font-size: 40px;
    padding-bottom: 47px;
    color: rgb(48, 47, 47);
}
 .line{
    
    border-bottom: 5px solid rgb(122, 31, 122);
}
.text img{
    /* width: 20%; */
margin-right: 20px;
margin-bottom: 30px;
}
.dddd{
    text-align: center;
}
.dddd p{
font-size: 20px;
padding-top: 58px;
}
.dddd h2{
font-size: 40px;
    padding-bottom: 47px;
    color: rgb(48, 47, 47);
}

.pppp img{
    margin-left: 66px;
    margin-bottom: 31px;
}