Şuanki Dizin: /home/wwwdreamtechnolo/www/vsacademysolapur.in/assets/css/ |
Şuanki Dosya : /home/wwwdreamtechnolo/www/vsacademysolapur.in/assets/css/style1.css |
*{ box-sizing: border-box; margin: 0; padding: 0 ; font-family: "Roboto Slab", serif; } .navbar-menu1 { display: flex !important; list-style: none !important; gap: 20px !important ; size:20px!important; } .navbar-menu1 li { margin-left: 20px !important; } .navbar-menu1 a { color: #fff !important; text-decoration: none !important; font-size: 1rem !important; transition: color 0.3s !important; font-weight: bold !important; padding: 10px 20px !important; font-size:20px !important; } .navbar-menu1 a:hover { color: #fff !important; background: #032b76 !important; font-size:20px !important; text-decoration: none !important; } .section-about{ width: 100%; } .section5{ width: 100%; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow here */ /* border: 2px solid #000; */ background: #faf9f9; } .tab-div{ display: flex; padding: 10px; align-items: center; gap: 20px; justify-content: center; } .links{ display: flex; align-items: center; gap: 20px; justify-content: center; } .q-link{ background: #f5a834; padding: 10px 20px; font-size: 18px; color: #fff; border-radius: 50px; } .links a{ font-size: 18px; color: #000; text-decoration: none; border-left: 2px solid #000; padding: 0px 10px; } hr{ width: 100%; } /* Carousel Container */ .carousel-item { width: 100% !important; height: 600px !important; /* Full viewport height */ background-size: 100% 100%; background-position: center center; position: relative; } /* Carousel Caption */ .carousel-caption { bottom: 30px; /* Adjust position */ left: 0; right: 0; /* text-align: center; */ padding: 0 15px; color: #fff; } .carousel-caption h2 { font-size: 5rem; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); } /* Carousel Indicators */ .carousel-indicators li { background-color: #fff; /* Indicator color */ border-radius: 50%; width: 12px; height: 12px; } .carousel-indicators .active { background-color: #007bff; /* Active indicator color */ } /* Carousel Controls */ .carousel-control-prev-icon, .carousel-control-next-icon { width: 60px; /* Increased width */ height: 60px; /* Increased height */ background-color: rgba(0, 0, 0, 0.5); /* Background color */ border-radius: 50%; background-size: 50%, 50%; background-repeat: no-repeat; background-position: center; } .carousel-control-prev-icon { background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3E%3Cpath d="M4.354 0.646a.5.5 0 0 0-.708 0L.646 3.646a.5.5 0 0 0 0 .708l2.646 2.646a.5.5 0 0 0 .708-.708L1.707 4 4.354 1.354a.5.5 0 0 0 0-.708z" fill="%23fff"%3E%3C/path%3E%3C/svg%3E'); } .carousel-control-next-icon { background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3E%3Cpath d="M3.646 7.354a.5.5 0 0 1 .708 0l2.646-2.646a.5.5 0 0 1 0-.708L4.354.646a.5.5 0 0 1 .708-.708L7.707 3.646a.5.5 0 0 1 0 .708L4.062 7.354a.5.5 0 0 1-.708 0z" fill="%23fff"%3E%3C/path%3E%3C/svg%3E'); } /* Offset Search Area */ .offset-search { position: fixed; top: 20px; right: 20px; background-color: #fff; padding: 10px; border-radius: 5px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); z-index: 1000; } .offset-search form { display: flex; align-items: center; } .offset-search input[type="text"] { border: 1px solid #ddd; border-radius: 5px; padding: 5px 10px; flex: 1; } .offset-search button { background-color: #007bff; border: none; border-radius: 5px; color: #fff; padding: 5px 10px; cursor: pointer; } .offset-search button i { margin: 0; } .offset-search button:hover { background-color: #0056b3; } /* Body Overlay */ .body_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; /* Adjust visibility based on your needs */ z-index: 999; } .carousel-dot { width: 20px; /* Adjust size as needed */ height: 20px; /* Adjust size as needed */ background-color: #ccc; /* Adjust color as needed */ border-radius: 50%; /* Makes it a circle */ margin: 20px auto; /* Center horizontally and adjust vertical spacing */ }.section-tagline { font-size: 16px; /* Adjust font size as needed */ color: #555; /* Adjust color as needed */ margin-top: 10px; /* Adjust spacing as needed */ font-weight: 400; /* Adjust weight as needed */ } .testimonial-area { position: relative; background: linear-gradient(145deg, #f3f3f3, #ffffff); padding: 60px 0; } .testimonial-area .section-title { margin-bottom: 40px; } .testimonial-area .section-title h2 { font-size: 2.8rem; font-weight: bold; color: #333; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); } .testimonial-content { display: flex; flex-direction: column; align-items: center; text-align: center; background: rgba(255, 255, 255, 0.9); padding: 2rem; border-radius: 10px; border: 1px solid #e1e1e1; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .testimonial-content:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); } .testimonial-img img { width: 140px; height: 140px; object-fit: cover; /* border: 4px solid #007bff;*/ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .testimonial-text { margin-top: 1.5rem; } .testimonial-text h3 { font-size: 1.5rem; color: #007bff; } .testimonial-text h4 { font-size: 1.2rem; color: #333; } .testimonial-text span { display: block; font-size: 0.9rem; color: #777; } .tst-carousel .owl-nav { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; transform: translateY(-50%); } .owl-prev, .owl-next { background: rgba(0, 123, 255, 0.8); color: #fff; border-radius: 50%; padding: 12px; font-size: 1.6rem; transition: background 0.3s ease; } .owl-prev:hover, .owl-next:hover { background: rgba(0, 123, 255, 1); } .owl-prev { left: 15px; } .owl-next { right: 15px; }
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4