added new slide section

This commit is contained in:
victorAnumudu
2024-02-01 00:12:36 +01:00
parent bd3d945f55
commit e13d973b30
4 changed files with 109 additions and 15 deletions
+24
View File
@@ -8594,4 +8594,28 @@ LND PAGE STYLE STARTS HERE
.banner_text h1{
font-size: 30px;
}
}
/* -----------Interface_Section-Css-Start----------------- */
/* interface wraper */
.interface_section .screen_slider {
margin-top: 35px;
min-height: 720px;
}
/* interface images */
.interface_section .owl-item .screen_frame_img img {
transform: scale(.9);
border: 2px solid #000;
border-radius: 20px;
transition: 1s all;
margin: 0 auto;
}
.interface_section .owl-item.center .screen_frame_img img {
transform: scale(1);
border: 3px solid #000;
}