*{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: sans-serif;
}
h1 ,h2,h3 ,p{
    margin: 0;
}
header{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: black;
}
header .logo{
    width: 20%;
    height: 10vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .logo h1{
    font-size: 30px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 300;
}
header .link{
    width: 40%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .link ul{
    display: flex;
    gap: 30px;
    list-style: none;
}
header .link ul li a{
    text-decoration: none;
    color: rgb(194, 191, 191);
    font-size: 12px;
    letter-spacing: 2px;
}
header .link ul li a span{
    color: rgb(5, 214, 5);
}
header .link ul li a:hover{
    color: rgb(243, 230, 230); 
}
header .link ul li a span:hover{
    color: rgb(194, 191, 191);
}
header .icon{
    width: 30%;
    height: 10vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
header .icon a{
    text-decoration: none;
}
section{
    width: 100%;
    height: 143vh;
    background-color: black;
}

section .row1{
    margin-top: 20px;
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: space-evenly;
    /* background-color: orange; */
}
section .row1 .colum1{
    width: 30%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../photo/1.webp");
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: darken;
}
section .row1 .colum1:hover{
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: normal;
    transition: .5s;
}
section .row1 .colum1 h2{
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
section .row1 .colum1 button{
    padding: 9px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
section .row1 .colum1:hover button{
    color: gray;
    background-color: #fff;
    transition: .5s;
}

section .row1 .colum2{
    width: 30%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../photo/2.webp");
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: darken;
}
section .row1 .colum2:hover{
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: normal;
}
section .row1 .colum2 h2{
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
section .row1 .colum2 button{
    padding: 9px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
section .row1 .colum2:hover button{
    color: gray;
    background-color: #fff;
    transition: .5s;
}

section .row1 .colum3{
    width: 30%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../photo//3.jpg");
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: darken;
}
section .row1 .colum3:hover{
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: normal;
}
section .row1 .colum3 h2{
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
section .row1 .colum3 button{
    padding: 9px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
section .row1 .colum3:hover button{
    color: gray;
    background-color: #fff;
    transition: .5s;
}











section .row2{
    margin-top: 20px;
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: space-evenly;
    /* background-color: orange; */
}
section .row2 .colum1{
    width: 30%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../photo/4.jpg");
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: darken;
}
section .row2 .colum1:hover{
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: normal;
}
section .row2 .colum1 h2{
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
section .row2 .colum1 button{
    padding: 9px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
section .row2 .colum1:hover button{
    color: gray;
    background-color: #fff;
    transition: .5s;
}

section .row2 .colum2{
    width: 30%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../photo/5.jpg");
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: darken;
}
section .row2 .colum2:hover{
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: normal;
}
section .row2 .colum2 h2{
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
section .row2 .colum2 button{
    padding: 9px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
section .row2 .colum2:hover button{
    color: gray;
    background-color: #fff;
    transition: .5s;
}

section .row2 .colum3{
    width: 30%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../photo/6.jpg");
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: darken;
}
section .row2 .colum3:hover{
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: normal;
}
section .row2 .colum3 h2{
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
section .row2 .colum3 button{
    padding: 9px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
section .row2 .colum3:hover button{
    color: gray;
    background-color: #fff;
    transition: .5s;
}












section .row3{
    margin-top: 20px;
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: space-evenly;
    /* background-color: orange; */
}
section .row3 .colum1{
    width: 30%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../photo/7.jpg");
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: darken;
}
section .row3 .colum1:hover{
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: normal;
}
section .row3 .colum1 h2{
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
section .row3 .colum1 button{
    padding: 9px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
section .row3 .colum1:hover button{
    color: gray;
    background-color: #fff;
    transition: .5s;
}

section .row3 .colum2{
    width: 30%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../photo/3.jpg");
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: darken;
}
section .row3 .colum2:hover{
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: normal;
}
section .row3 .colum2 h2{
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
section .row3 .colum2 button{
    padding: 9px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
section .row3 .colum2:hover button{
    color: gray;
    background-color: #fff;
    transition: .5s;
}

section .row3 .colum3{
    width: 30%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../photo/4.jpg");
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: darken;
}
section .row3 .colum3:hover{
    background-color: rgba(122, 115, 115, 0.363);
    background-blend-mode: normal;
}
section .row3 .colum3 h2{
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
section .row3 .colum3 button{
    padding: 9px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
section .row3 .colum3:hover button{
    color: gray;
    background-color: #fff;
    transition: .5s;
}

::-webkit-scrollbar{
    width: 8px;
    background-color: gray;
}

::-webkit-scrollbar-thumb{
    background-color: rgb(194, 191, 191);
    border-radius: 20px;
}
