<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* RESET CSS START */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    position: relative;
    background-color: #f5f4f4;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

a,
button {
    font-family: "Poppins", sans-serif;
    transition: all .5s ease-in-out;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}

a:hover,
button:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    text-align: left;
    font-weight: 400 !important;
    color: #000 !important;
}
b, strong{
    font-weight: 500;
}
p,
span,
small {
    font-family: "Poppins", sans-serif;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

input,
select,
textarea {
    font-family: "Poppins", sans-serif;
}

ul,
ul.list-inline {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    /* list-style: none; */
    font-family: "Poppins", sans-serif;
}
dl, ol, ul{
    padding-left: 20px;
}
li a {
    font-family: "Poppins", sans-serif;
}


/* RESET CSS END */
/*---- HEADER STYLES-----*/
header {
    background-color: #ffffff !important;
    padding: 0px !important;
}
.navigation-list li a {
    padding: 10px 15px; /* Navigation item padding */
    color: #fff; /* Text color */
    transition: background-color 0.3s; /* Transition for hover effect */
}
#fullscreen_icon img {
  margin-bottom: 20px;
  height: inherit;
}
.win11 {
    color: #fff;
}
.navigation-list li a:hover {
    background-color: #1e3c72; /* Hover effect */
    color: #fff !important;
}

/* Contact Section Styling */
.contact-sec {
  background: linear-gradient(to right, #1e3c72, #2a5298); 
  padding: 60px 0;
}

.contact-form-container {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form-container h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

.contact-form-container p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

/* Form Inputs */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-weight: bold;
  color: #444;
}

.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #2a5298;
  box-shadow: 0 0 10px rgba(42, 82, 152, 0.2);
}

/* Submit Button */
.btn-submit {
  width: 100%;
  padding: 12px;
  background: #2a5298;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.btn-submit:hover {
  background: #1e3c72;
  box-shadow: 0 5px 15px rgba(30, 60, 114, 0.3);
}
/*-----Contact End-----*/
.centered-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  background-color: #f5f4f4;
}

.content-column {
  width: 80%;
  max-width: 900px;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow:1px 1px 5px #ccc;
  text-align: left;
}
.h1, h1{
  font-size: 2.1rem;
}
h2 {
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

/* h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #e63946;
  margin: 10px auto;
  border-radius: 3px;
} */

h3 {
  font-size: 20px;
  color: #e63946;
  margin-top: 20px;
  display: block;
  line-height: normal;
  margin-bottom: 0.5rem;
}
h3 strong {
    margin-bottom: 1rem !important;
    font-weight: 400;
    display: block;
    line-height: normal;
    margin-bottom: 0.5rem;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}
a.side-box {
    color: #000;
}
iframe {
  margin: 0 auto !important;
  display: block;
}  .copyright {
    background: #000;
    padding: 10px 0px;
}.copyright p {
    color: #fff !important;
}
.footer-menu a {
    color: #000;
    font-size: 14px;
}
i.fab {
  color: black;
  font-size: 20px;
  letter-spacing: 5px !important;
}
/*----- FOr FAQ's----*/
.faq-section {
    margin: 0 auto;
    margin-bottom: 50px !important;
    width: 80%;
    max-width: 900px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 1px 1px 5px #ccc;
    text-align: left;
}

.accordion {
  /* border: 1px solid #ccc; */
  border-radius: 5px;
}

.accordion-item {
    border-bottom: 0px solid #ccc;
    margin-bottom: 5px;
}

.accordion-header {
  background: #f5f4f4;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header[aria-expanded="true"] {
  background: #f5f4f4;
}
.accordion-body {
  display: none;
  padding: 15px;
  background: #fff;
}

.accordion-header[aria-expanded="true"] + .accordion-body {
  display: block;
}

.icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.accordion-header[aria-expanded="true"] .icon {
  transform: rotate(45deg);
}
/*-----FAQ's End-----*/
.navbar-nav {
    margin: 0 auto;
    /* Center align the menu */
    gap: 20px;
}

.navbar-nav li a {
    font-size: 20px;
    font-weight: 500;
}

.nav-link {
    font-weight: bold;
    /* Make text bolder */
    font-size: 1.2em;
    /* Make text bigger */
    color: black !important;
    /* Make text dark black */
}

.nav-link:hover,
.dropdown-item:hover {
    color: #000 !important;
    /* Maintain dark black color on hover */
}

.dropdown:hover .dropdown-menu {
    display: block;
    /* Show dropdown on hover */
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    /* Adjust dropdown margin */
    padding: 0rem 0;
    border-radius: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 8px 20px;
}

.navbar-nav li .dropdown-toggle::after {
    margin-left: 0.10em;
    vertical-align: .150em;
}

/* UTILITY CSS START */

.both {
    clear: both;
}


/* MAIN-BTNS */

.primary-btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 40px;
    text-align: center;
    z-index: 1;
    border-radius: 0;
    text-transform: capitalize;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border: 2px solid;
    outline: none;
    border-radius: 0px;
}

.primary-btn::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    transition: inherit;
    z-index: -1;
    border-radius: inherit;
    overflow: hidden;
    outline: none;
}

.primary-btn.primary-bg:hover::before {
    width: 100%;
    left: 100%;
}

.primary-btn.primary-bg {
    background: #fff;
    border: Solid 2px #000;
    color: #000 !important;
}

.primary-btn.primary-bg:hover {
    color: #000 !important;
    background-color: #fff;
}

/* UTILITY CSS END */

/* MOBILE-MENU CSS START */

.hamburger .hamburger-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25px;
}

.hamburger span:not(:last-child) {
    margin-bottom: 3px;
}

.hamburger span {
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 100px;
    transition: all .5s ease-in-out;
}

.hamburger:hover span {
    background: #000;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 100;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
}

.mobile-menu .mobile-close {
    text-align: right;
}

.mobile-menu .mobile-close a {
    display: inline-block;
    font-size: 30px;
    color: #000;
    transition: all .8s ease-in-out;
}

.mobile-menu .mobile-close a:hover {
    transform: rotate(360deg);
}

.mobile-menu .mobile-menu-body {
    max-height: 100%;
    overflow-y: scroll;
    padding: 30px 0;
}

.mobile-menu .mobile-menu-body .navigation-list {
    text-align: left !important;
}

.mobile-menu .mobile-menu-body ul li:not(:last-child) {
    margin-bottom: 5px;
}

.mobile-menu .mobile-menu-body .navigation-list li a {
    display: block;
    padding: 10px 20px 10px 10px;
    border: 1px solid #dfd8d8;
}

.mobile-menu .mobile-menu-body .navigation-list li .submenu_box li a {
    padding: 5px 20px 5px 10px;
    border: 1px solid #dfd8d8;
}

.mobile-menu .mobile-menu-body ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}

.mobile-menu.mobile-view {
    transform: translateX(0);
}

/* MOBILE-MENU CSS END */
/* HEADER CSS START */

.header {
    width: 100%;
    z-index: 1;
}

.header .bottom-row {
    position: relative;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #3f363659;
}

.header .bottom-row .logo a img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.logo a:hover {
    color: #000;
    text-decoration: none;
}

.header .bottom-row .navigation-list li a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    display: flex;
    align-items: end;
    gap: 5px;
}
.header .bottom-row .navigation-list li a:hover {
    color: #FFF !important
}

.header .bottom-row .navigation-list li a i {
    color: #000;
}
.header .bottom-row .navigation-list li :hover {
    color: #fff;
}

.header .bottom-row .navigation-list li:hover a,
.header .bottom-row .navigation-list li.active a {
    color: #000;
    /* border-color: #F14F0F; */
}

.header .bottom-row .navigation-list {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 0 !important;
    padding-left: 0px;
}

.header .bottom-row .navigation-list li {
    border-radius: 30px;
    background-color: transparent;
    position: relative;
    list-style: none;
}

.submenu:hover .submenu_box {
    display: block;
}

.submenu_box {
    display: none;
    position: absolute;
    z-index: 11;
    background: #fff;
    padding-top: 10px;
    top: 100%;
    padding-left: 0px;
}

.submenu_box li a {
    padding: 10px 20px 10px 10px;
    border: 1px solid #dfd8d8;
}

/* HEADER CSS END */

/* MAIN SECTION START */

.main-screen h1 {
    font-size: 35px;
    text-align: left;
    font-weight: 700;
    text-shadow: rgb(255 255 255) 2px 2px;
    margin: 20px 0;
}

.main-screen .img-screen img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    /* box-shadow: 1px 1px 5px #ccc; */
    height: 80px;
    margin-bottom: 20px;
}

.main-screen .img-screen a&gt;img {
    width: 40px;
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 10px;
    border-radius: 0;
    box-shadow: none;
}

.main-screen .img-screen {
    /* border: 1px solid #00000024; */
    position: relative;
    /* height: 100%; */
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 500px !important;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-screen .img-screen .big-img {
    width: 100%;
    display: block;
    object-fit: cover !important;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #ccc;
    height: 100%;
}
.main-screen .img-screen .big-img img {
    height: 100%;
}
.fake-boxes .side-box {
    display: block;
}
.fake-boxes .side-box .side-box-content {
    width: 100%;
    text-align: center;
}
.img-screen-img {
    height: 100%;
}

.tgl-btn img {
    filter: brightness(0) invert(1);
}

.window-xp .xp-bg {
    height: 100%;
}

.side-boxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    overflow-y: auto;
    padding-right: 0px;
}

.side-boxes::-webkit-scrollbar,
.bottom-boxes::-webkit-scrollbar {
    width: 0.5em;
    height: 3px;
}

.side-boxes::-webkit-scrollbar-track,
.bottom-boxes::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 50px;
}

.side-boxes::-webkit-scrollbar-thumb,
.bottom-boxes::-webkit-scrollbar-thumb {
    background-color: rgb(191, 196, 196);
    border-radius: 50px;
}

.side-box {
    align-items: center;
    gap: 10px;
    position: relative;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    display: inline-flex;
}

.side-box:hover {
    background-color: #e8e4e3;
    border: 1px solid #00000024;
    text-decoration: none;
    color: #000;
    /* box-shadow: 2px 2px 4px rgb(0 0 0 / 60%); */
    border-radius: 10px;
}

.side-box&gt;.side-box:hover {
    background-color: transparent;
    border: 1px solid transparent;
}

.side-box .side-box-img{
    width: 50%;
}
.side-box .side-box-content {
    width: 50%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.side-box-img .box {
    width: 100%;
    height: 55px;
    border: 1px solid #00000024;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgb(0, 0, 0 / 60%);
}

.side-box:hover .box {
    box-shadow: none;
}

.side-box .side-box-content a {
    color: #000;
    font-size: 20px;
    transition: 0.8s ease-in-out;
    font-weight: 400;
}

.side-box .side-box-img .box.pink {
    background-color: pink;
}

.side-box .side-box-img .box.purple {
    background-color: purple;
}

.side-box .side-box-img .box.orange {
    background-color: orange;
}

.side-box .side-box-img .box.red {
    background-color: red;
}
.side-box .side-box-img .box.offwhite {
    background-color: #FAF9F6;
}
.side-box .side-box-img .box.green {
    background-color: lawngreen;
}

.side-box .side-box-img .box.blue {
    background-color: blue;
}

.side-box .side-box-img .box.yellow {
    background-color: yellow;
}

.side-box .side-box-img .box.black {
    background-color: black;
}

.side-box .side-box-img .box.white {
    background-color: white;
}

.side-box .side-box-img .box.purple {
    background-color: purple;
}

.side-box .side-box-img .box.zoom-lighting {
    background-color: #ffe5ce;
}

.bottom-boxes {
    height: 400px;
    overflow-y: auto;
    padding-right: 20px;
}

.bottom-boxes .bottom-box-content a {
    color: #000;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 400;
}


.bottom-box .bottom-box-content {
    margin-top: 10px;
}

.bottom-box .bottom-box-img .box {
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.bottom-box {
    position: relative;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.bottom-box:hover {
    background-color: #e8e4e3;
    border: 1px solid #00000024;
}

.bottom-box .bottom-box-img .box.white {
    background-color: white;
}

.bottom-box .bottom-box-img .box.black {
    background-color: black;
}

.bottom-box .bottom-box-img .box.red {
    background-color: red;
}

.bottom-box .bottom-box-img .box.green {
    background-color: green;
}

.bottom-box .bottom-box-img .box.blue {
    background-color: blue;
}

.sidebar-content h3 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
}

.sidebar-content select {
    border: 1px solid #00000024;
    border-radius: 0;
    height: 50px !important;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sidebar-content select:focus {
    box-shadow: none;
    border-color: #000;
}

.sidebar-content .input-select {
    margin-top: 20px;
}

.sidebar-content .input-select label {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    position: absolute;
    right: 5%;
    bottom: 0;
}

.sidebar-content .input-select input {
    border: none;
    background: transparent;
    border-bottom: 2px solid #000;
    width: 100%;
    text-align: center;
}

.sidebar-content .input-select input::placeholder {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.sidebar-content .input-select input:focus {
    outline: none;
}

/* MAIN SECTION END */
.sidebar-content .input-select input::placeholder {
    color: #000;
    font-size: 17px;
    font-weight: 400
}

.side-box-img .color-picker {
    cursor: pointer;
    position: relative
}

.side-box-img .color-picker:before {
    background: url(../images/color-picker.ae564c52e409d8552763.webp) 50%/20% no-repeat #fff;
    content: "";
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.side-box-img .color-picker input {
    background: #0000;
    height: 100%;
    opacity: 0;
    width: 100%
}


/* VIDEO SECTION START */
.video-sec {
    padding: 4% 0px;
    background-color: rgb(241 241 241);
}

.video-sidebar h4 {
    font-size: 20px;
    font-weight: 400;
}

.video-sidebar {
    margin-top: 30px;
}

.video-sidebar .input-timer {
    margin: 10px 0;
}

.video-sidebar .input-timer label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    position: absolute;
    right: 5%;
}

.video-sidebar .input-timer input {
    border: none;
    background: transparent;
    border-bottom: 2px solid #000;
    width: 100%;
    text-align: center;
}

.video-sidebar .input-timer input::placeholder {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.video-text h3 {
    font-size: 40px;
    text-align: center;
    margin: 20px 0 0;
    font-weight: 700;
    text-shadow: 3px 3px #ede2e2;
}

.video-screen {
    height: 520px;
}

.video-screen .window-11&gt;.img-screen-img {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.video-screen .img-screen-img&gt;a&gt;img {
    filter: brightness(0) invert(1);
}

.main-screen .img-screen.window-11 .content-1 {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.main-screen .img-screen.window-11 .content-2 {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.video-screen .window-10&gt;.img-screen-img {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0079d7;
}

.main-screen .img-screen.window-10 .content-1 {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.main-screen .img-screen.window-10 .content-2 {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.video-screen .window-10&gt;.img-screen-img&gt;a&gt;img {
    filter: brightness(0) invert(1);
}

.video-screen .window-xp .xp-logo {
    position: absolute;
    top: 30%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.video-screen .window-xp&gt;.main-screen .img-screen .xp-logo img {
    width: 80%;
    display: block;
    object-fit: cover;
}

.video-screen .window-xp .content-1 {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: right;
}

.main-screen .img-screen.mac-os {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}

.main-screen .img-screen.mac-os .apple-logo {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
}

.main-screen .img-screen.mac-os .apple-logo img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.main-screen .img-screen.mac-os .progress-upd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#update-percentage {
    height: 18px;
    bottom: 20vh;
    border: none;
    color: #fff;
    /* background: rgb(241 241 241 / 50%); */
    overflow: hidden;
    /* width: 20px; */
    text-align: center;
    margin: 0 0px;
}

#update-percentage:after {
    content: '';
    display: block;
    /* width: 20%; */
    height: 6px;
    /* background: #fff; */
    position: relative;
    /* bottom: 6px; */
}

.main-screen .img-screen.ubuntu {
    display: block;
    width: 100%;
    height: 100%;
    background: #2c0220;
}

.main-screen .img-screen.ubuntu .apple-logo img {
    width: 30%;
}

.main-screen .img-screen.ubuntu .apple-logo {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 85%;
    transform: translate(-50%, -50%);
}

.main-screen .img-screen.ubuntu .dot {
    width: 8px;
    height: 8px;
    margin: 0 18px
}

.main-screen .img-screen.ubuntu :root {
    --ubuntu-animation-duration: 10s
}

.main-screen .img-screen .big_img {
    border-radius: 20px;
    box-shadow: 1px 1px 5px #ccc;
    height: 93%;
    width: 100%;
}

@keyframes dotColorChange {

    0%,
    9% {
        background-color: #fff
    }

    10%,
    19% {
        background-color: #fc3d04
    }

    20%,
    29% {
        background-color: #fc3d04
    }

    30%,
    39% {
        background-color: #fc3d04
    }

    40%,
    49% {
        background-color: #fc3d04
    }

    50%,
    59% {
        background-color: #fc3d04
    }

    60%,
    69% {
        background-color: #fff
    }

    70%,
    79% {
        background-color: #fff
    }

    80%,
    89% {
        background-color: #fff
    }

    90%,
    99% {
        background-color: #fff
    }

    100% {
        background-color: #fff
    }
}

.main-screen .img-screen.ubuntu .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-screen .img-screen.ubuntu .dot {
    background-color: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin: 0 7px;
    animation: dotColorChange var(--ubuntu-animation-duration) infinite
}

.main-screen .img-screen.ubuntu .dot:nth-child(1) {
    animation-delay: 0s
}

.main-screen .img-screen.ubuntu .dot:nth-child(2) {
    animation-delay: calc(var(--ubuntu-animation-duration) * .1)
}

.main-screen .img-screen.ubuntu .dot:nth-child(3) {
    animation-delay: calc(var(--ubuntu-animation-duration) * .2)
}

.main-screen .img-screen.ubuntu .dot:nth-child(4) {
    animation-delay: calc(var(--ubuntu-animation-duration) * .3)
}

.main-screen .img-screen.ubuntu .dot:nth-child(5) {
    animation-delay: calc(var(--ubuntu-animation-duration) * .4)
}

/* FAKESCREEN START */

.side-boxes.bottom-boxes {
    overflow-y: hidden;
    flex-direction: row;
    height: auto;
    overflow-x: auto;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.side-boxes.bottom-boxes .side-box-img .box {
    width: 100%;
    height: 90px;
    border: 1px solid #00000024;
    border-radius: 10px;
    box-shadow: none;
    overflow: hidden;
}

.side-boxes.bottom-boxes .side-box-img .box img {
    width: 100%;
    height: inherit;
}

.side-boxes.bottom-boxes .side-box-img {
    width: 140px;
}


/* FAKESCREEN END */


/* MAIN-FORM CSS START */

.main-form .form-group {
    margin-bottom: 20px;
}

.main-form label {
    font-size: 14px;
    font-weight: 400;
    color: #121a18;
    margin-bottom: 5px;
}

.main-form label span {
    color: #ff0000;
    font-size: 12px;
}

.main-form input,
.main-form textarea {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    padding: 15px 20px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #a19d9d !important;
}

.main-form input:focus,
.main-form textarea:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #ad0c0c;
}

.remember-wrapper .checkbox input {
    margin-top: -5px;
    margin-right: 5px;
}

.remember-wrapper label,
.remember-wrapper a {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}

.remember-wrapper a:hover {
    color: #ad0c0c;
}

.contact-sec {
    padding: 3% 0;
}

/* MAIN-FORM CSS END */


/* MEDIA QUERIES */

@media only screen and (max-width: 991px) {

    .primary-btn {
        font-size: 16px;
        padding: 5px 40px;
    }

    .side-boxes {
        flex-direction: column;
        height: 550px;
        padding: 10px;
        margin-top: 0px;
    }

    .side-boxes .side-box {
        width: 100%;
        flex: 1;
    }

    .side-box .side-box-content a {
        color: #000;
        font-size: 14px;
        transition: 0.8s ease-in-out;
        font-weight: 400;
    }

    .sidebar-content .input-select label {
        font-size: 13px;
        right: 10%;
        bottom: -5px;
    }

    .sidebar-content .input-select input::placeholder {
        font-size: 14px;
    }

    .sidebar-content .input-select {
        margin-top: 10px;
    }

    .video-sidebar h4 {
        font-size: 12px;
        font-weight: 400;
    }

    .video-sidebar .input-timer input {
        text-align: left;
    }

    .video-sidebar .input-timer label {
        font-size: 12px;
        right: 5%;
        bottom: 5%;
    }

    .header .bottom-row .navigation-list li a {
        font-size: 13px;
        line-height: 15px;
    }

    .side-box .side-box-content {
        font-size: 13px;
        line-height: 23px;
    }

    .main-screen .img-screen {
        height: 450px !important;
    }

    .sidebar-content h3 {
        font-size: 22px;
        margin-bottom: -10px;
    }

    .sidebar-content select {
        font-size: 14px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .sidebar-content h4 {
        font-size: 18px;
    }

    .header .bottom-row .navigation-list{
        gap: 5px;
    }

    .navigation-list li a {
        padding: 5px;
    }
    .h1, h1 {
        font-size: 1.7rem;
    }
    .sidebar-content .input-select input{
        width: 80%;
    }
    p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .bottom-row .logo a img {
        width: 50%;
    }

    .header .bottom-row .navigation-list {
        display: none !important;
    }

    .submenu:hover .submenu_box {
        position: static;
        margin-bottom: 15px;
    }

    .mobile-menu .mobile-menu-body ul li a {
        margin-bottom: 5px;
    }

    .side-boxes {
        flex-direction: row;
        height: auto;
        padding: 0;
        margin-bottom: 20px;
    }

    .side-box-img {
        width: 100px;
    }

    .sidebar-content .input-select label {
        right: 0%;
    }

    .footer .logo img {
        width: 50%;
        height: auto;
    }

    .sidebar-content h3 {
        font-size: 13px;
        margin-bottom: -20px;
    }

    .sidebar-content select {
        margin-bottom: 5px;
    }

    .side-box .side-box-content {
        font-size: 13px;
        font-weight: 400;
    }

    .logo a {
        font-size: 40px;
    }

    .primary-btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    .login-btns li:first-child a {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-right: 20px;
    }

    .main-screen h1 {
        font-size: 30px;
    }

    .sidebar-content .input-select label {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        top: 0;
        position: relative;
    }


    .sidebar-content .input-select {
        margin-top: 0px;
    }

    .video-screen {
        height: 300px;
    }

    .bottom-boxes {
        display: flex;
        height: auto;
        margin-top: 20px;
        justify-content: space-between;
        flex-direction: row;
        padding-right: 0;
    }

    .bottom-boxes .bottom-box-content a {
        font-size: 11px;
    }

    .side-boxes::-webkit-scrollbar,
    .bottom-boxes::-webkit-scrollbar {
        width: 0.5em;
        height: 0.2em;
    }

    .main-screen .img-screen {
        height: 250px !important;
        margin-bottom: 20px;
    }
    iframe {
        width: 100% !important;
    }
    h2{
        font-size: 1.5rem;
    }
    .side-box-img .box {
        width: 55px;
    }
    ul.navigation-list {
        padding: 0px;
    }
    ul.navigation-list li {
        list-style: none;
        margin: 0px !important;
    }
    header .col-lg-3 .social-links {
        display: none;
    }

}

@media only screen and (max-width: 420px) {
    .main-screen h1 {
        font-size: 20px;
    }

    .primary-btn {
        font-size: 12px;
        padding: 10px 5px;
    }

    .login-btns li:first-child a {
        font-size: 12px;
    }

    .sidebar-content select {
        height: 35px !important;
        font-size: 13px;
    }

    .sidebar-content .input-select label {
        font-size: 12px;
        font-weight: 400;
        color: #000;
    }

    .side-boxes::-webkit-scrollbar,
    .bottom-boxes::-webkit-scrollbar {
        width: 0.5em;
        height: 0.2em;
    }

    .sidebar-content .input-select input,
    .sidebar-content .input-select input::placeholder,
    .video-sidebar .input-timer input,
    .video-sidebar .input-timer input::placeholder {
        font-size: 12px;
    }

    .main-screen .img-screen.window-10 .content-1,
    .main-screen .img-screen.window-10 .content-2,
    .main-screen .img-screen.window-11 .content-1,
    .main-screen .img-screen.window-11 .content-2 {
        font-size: 13px;
    }

    .video-sidebar h4 {
        font-size: 10px;
    }

    .video-sidebar .input-timer label {
        font-size: 10px;
    }
    .main-section{
        padding: 15px 0px !important;
        margin-bottom: 0 !important;
    }
    .h1, h1 {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    .sidebar-content select {
        padding: 0px !important;
    }
    .centered-section .content-column {
        width: 100%;
    }
    .faq-section{
        width: 90%;
    }
    .social-links.text-right {
        text-align: center !important;
        padding-top: 10px;
    }
}

/* New Styles for Enhanced Design */
body {
    background-color: #f5f4f4; /* Background color */
}

.main-section {
    padding: 50px;
    margin-bottom: 50px;
}

.primary-btn {
    background-color: #2a5298; /* Updated button color */
    color: #fff; /* Button text color */
    border: none; /* Remove border */
    padding: 10px 20px; /* Button padding */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Transition for hover effect */
}

.primary-btn:hover {
    background-color: #1e3c72; /* Darker shade on hover */
}

</pre></body></html>