* {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: black;
    margin: 0;
    padding: 0;
    font-weight: 10;
}

.navbar_bgimage {
    width: 100%;
    min-height: 100vh;
    background-image: url(images/WebsiteTestBG10.png);
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
    background-attachment:fixed
}

.box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.downcon{
    width:20px;
}
nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}

nav ul li {
    margin: 0 0px;
}

nav ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    z-index: 1;
    padding: 10px 25px;
    margin-top: 1px;
    border-radius: 10px;
    color: initial; 
}

nav ul li a:hover {
    background: rgba(0,0,0,0.05);
    transform: translateY(-2px);
    color: #454545;
}


nav {
    width: 550px;
    height: 60px;
    background-color: #f2f2f2;
    border-radius: 20px;
    justify-content: center;
    display:flex;
    background-attachment:fixed;
    z-index: 2;
    position:fixed;
    margin-top:60px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}


.icon {
    margin-right: 5px;
    margin-top:1px;
}



.quote{
    margin-top:190px;
    margin-left:50px;
}
.quote h2{
    margin: top 10%;
    font-weight: 100;
    font-size:100px;
    color:#ffffffe5;
    line-height: 150px;

}

.quote p{
    font-size:30px;
    margin-top:10px;
    color:#fff;
}

.quote span{
    font-weight: 600;
    margin: top 10%;
    font-size:100px;
    color:#ffffffe5;
    line-height: 150px;
}

.about-me{
    width:100%;
    padding-top: 100px;
    background-color:#e3e3e3;

}

.about-me img{
    height:auto;
    width:430px;
    
}

.about-text{
    width:550px;
}

.about-text h1{
    font-size: 60px;
    font-weight: 800;
    padding:20px;
}

.about-text p{
    background-color: #dbdbdb;
    border-radius: 20px;
    padding:20px;
}

.containment{
    width: 1130px;
    max-width:95%;
    margin: 0 auto;
    display:flex;
    align-items: center;
    justify-content: space-around;

}
.containment img{
    border-radius: 20px;

}
.containment2{
    padding: 80px 100px;
    color:#e3e3e3;


}

.containment3{
    padding: 100px 60px;
    color:#e3e3e3;


}

.row1{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.row2{
    display:flex;
    justify-content: right;
    flex-wrap:wrap;
}

.about-col-1{
    flex-basis:35%;
    justify-content: center;
    display:flex;

}

.about-col-1 video{
    height:100%;
    width:100%;
    border-radius: 5px;
    padding:10px;


    
}
.about-col-1 img{
    border-radius:15px;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    height:auto;
    max-width:100%;

}

.about-col-1 p {
    flex-basis: 60%;
    font-size: 20px;
    font-weight: 300;
    padding:20px;
    background-color: #dbdbdb;
    border-radius:10px;
    margin-top:10px;

}
.about-col-2{
    flex-basis: 60%;

}

.about-col-2 h1 {
    flex-basis: 60%;
    font-size: 60px;
    font-weight: 800;
    padding:20px;
    

}

.about-col-2 p {
    flex-basis: 60%;
    font-size: 20px;
    font-weight: 300;
    padding:20px;
    background-color: #dbdbdb;
    border-radius:10px;

}

.about-col-4 h1 {
    flex-basis: 60%;
    font-size: 60px;
    font-weight: 800;
    padding:20px;
    

}

.about-col-4 p {
    flex-basis: 60%;
    font-size: 20px;
    font-weight: 300;
    padding:20px;
    background-color: #dbdbdb;
    border-radius:10px;
    margin-top:10px;

}

.portfolioPart{
    padding:20px;
    align-items: center;
    justify-content: center;
    display:flex;
    background-image: linear-gradient(#e3e3e3, #b5b5b5);
    margin-top: 50px;
    margin-bottom:0px;
}

.portfolioPart h1{
    font-size: 90px;
    font-weight: 600;
}

.projects{
    width:100%;
    padding:100px 0px;
    background-color:#b5b5b5;
}

.about-col-3{
    flex-basis:35%;

}

.about-col-3 img{
    width: 100%;
    border-radius: 15px;

    
}

.about-col-4{
    flex-basis: 60%;

}

.fadeInLeft{
    -webkit-animation: fadeInLeft 1.2s both;
    -moz-animation: fadeInLeft 1.2s both;
    -o-animation: fadeInLeft 1.2s both;
    animation: fadeInLeft 1.2s both;
}

.fadeInRight{
    -webkit-animation: fadeInRight 1.2s both;
    -moz-animation: fadeInRight 1.2s both;
    -o-animation: fadeInRight 1.2s both;
    animation: fadeInRight 1.2s both;
}

.fadeInTop{
    -webkit-animation: fadeInTop 1.2s both;
    -moz-animation: fadeInTop 1.2s both;
    -o-animation: fadeInTop 1.2s both;
    animation: fadeInTop 1.2s both;
}


@-webkit-keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(-2px);

    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);

    }
}

@-moz-keyframes fadeInLeft{
    0%{
        opacity:0;
        -moz-transform:translateX(-2px);

    }
    100%{
        opacity:1;
        -moz-transform:translateX(0);

    }
}
@-o-keyframes fadeInLeft{
    0%{
        opacity:0;
        -o-transform:translateX(-2px);

    }
    100%{
        opacity:1;
        -o-transform:translateX(0);

    }
}
@keyframes fadeInLeft{
    0%{
        opacity:0;
        transform:translateX(-2px);

    }
    100%{
        opacity:1;
        transform:translateX(0);

    }
}

@-webkit-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(2px);

    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);

    }
}

@-moz-keyframes fadeInRight{
    0%{
        opacity:0;
        -moz-transform:translateX(2px);

    }
    100%{
        opacity:1;
        -moz-transform:translateX(0);

    }
}
@-o-keyframes fadeInRight{
    0%{
        opacity:0;
        -o-transform:translateX(2px);

    }
    100%{
        opacity:1;
        -o-transform:translateX(0);

    }
}
@keyframes fadeInRight{
    0%{
        opacity:0;
        transform:translateX(2px);

    }
    100%{
        opacity:1;
        transform:translateX(0);

    }
}

.logo{
    position: absolute;
    width:10px;
    max-height:auto;
    top: 0;
    left: 0; 
    padding:0px 20px;
}

.separation{
    background-color:#c5c5c5;
    padding:1px;
    display:flex;
    align-items: center;
    height:7px;
    border-radius: 20px;
    width: 1330px;
    max-width:95%;
    margin: 0 auto;
    margin-top:60px;
    margin-bottom:5px;
    justify-content: space-around;

}

.separation2{
    background-color:#c5c5c5;
    padding:1px;
    display:flex;
    align-items: center;
    height:7px;
    border-radius: 20px;
    width: 700px;
    max-width:95%;
    margin: 0 auto;
    margin-top:60px;
    margin-bottom:5px;
    justify-content: space-around;

}

.cobus-images{
    cursor:pointer;
}
.cobus-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.485);
    padding: 10px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity:0;
    pointer-events: none;
    
}

.cobus-popup.active{
    pointer-events:all;
    opacity:1;

}

.modal{
    position: fixed;
    width: 1900px;
    height: 300px;
    max-width:80%;
    background: white;
    top:45%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s ease-in-out;
    z-index: 10;
    border-radius: 15px;
    z-index:3;
    
}

.modal2{
    position: fixed;
    width: 1900px;
    height: 300px;
    max-width:80%;
    background: white;
    top:25%;
    left:50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s ease-in-out;
    z-index: 10;
    border-radius: 15px;
    z-index:3;
    
}

.close-button{
    background:transparent;
    border:none;
}

.modal.active{
    transform: translate(-50%, -50%) scale(1);
}
.modal2.active{
    transform: translate(-50%, -50%) scale(1);
}


.top{
   display:flex;
   padding: 10px;
   justify-content:space-between;
   align-items:center;
   margin: 0 10px;
   font-size:30px;
    
}

.top p{
    font-size:27px;  
 }

.close-button{
    transition:0.3s;
    font-size:30px;
}

.close-button:hover{
    transform:scale(1.3);
    color:#5c5c5c;
    
}

.close-button ion-icon{
    font-size:30px;
}
.center {
  padding: 2px 0px;
  white-space: nowrap;
  width: 100%;
  height:100%;
  display: table;
  background-color: #f5f5f5;
  border-radius: 15px;
  }
  
  .center-images{
    vertical-align: middle;
    display:table-cell;
    padding: 13px 13px;
  }

.center-images img{
    max-width:100%;
    max-height:100%;
    border-radius: 10px;
    transition:0.5s;
}

.center-images2 img{
    max-width:40%;
    max-height:40%;
    border-radius: 15px;
    transition:0.5s;
    padding:20px;
}

.center-images img:hover{
    transform:scale(1.5);
}

.center-images2 img:hover{
    transform:scale(1.5);
}

.about-col-4 button{
    padding:10px;
    margin-top: 20px;
    background-color: #b5b5b5;
    border-radius: 15px;
    text-decoration: none;
    transition: 0.5s;
    border-color: #ffffff00;
    cursor: pointer;
}

.about-col-4 button:hover{
    background-color: #cecece;

}

.about-col-4 button ion-icon{
    width:30px;
    font-size:25px;
    align-items:center;
    justify-content: center;
   

}

.tosoundspace ion-icon{
    width:30px;
    font-size:25px;
    align-items:center;
    justify-content: center;
}

.about-col-3 img{
    border-radius:15px;
    width:80%;
}

.disclamer h1{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#8b8b8b;
    margin-top:90px;
}

html, body{
    margin:0;
    padding:0;
    scroll-behavior: smooth;
}

#DMS103{
    padding:100px;
    align-items: center;
    justify-content: center;
    display:flex;
    background-image: linear-gradient(#e3e3e3, #b5b5b5);
    margin-top: 50px;
    margin-bottom:0px;
}

#DMS103 h1{
    font-size:60px;
}

.buttonshi {
    background-color: #afafaf; /* Example */
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 15px;
    border:none;
}

.buttonshi:hover {
    background-color: #e9e9e9; /* Example */
    transition: 0.5s;
}

.social-bar {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.social-bar a ion-icon {
    color: black;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
    margin-right: 5px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.social-bar a ion-icon:hover {
    transform: translateY(-4px);
    transition-duration: 0.5s;
    color:#454545; 
}

.carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 5px; /* Add spacing between images */
    padding: 5px; /* Add padding around the carousel */
}

.carousel-page {
    display: none;
    flex: 0 0 100%;
    justify-content: space-around;
}

.carousel-page.active {
    display: flex;
}

.carousel-page img {
    width: 20%; /* Adjust image width as needed */
    height: 100%; /* Maintain aspect ratio */
    border-radius: 15px; /* Rounded corners for images */
    margin: 0 2px; /* Add spacing between images */
}

.carousel-button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 50%; /* Make buttons circular */
    width: 40px; /* Button size */
    height: 40px; /* Button size */
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-button.prev {
    left: 10px;
}

.carousel-button.next {
    right: 10px;
}

.carousel-button:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Darken button on hover */
}

/* Improved Swiper Video Slider Styles */
.video-slider {
    width: 100%;
    max-width: 600px;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}

.video-slider .swiper {
    width: 100%;
    height: 100%;
}

.video-slider .swiper-wrapper {
    display: flex;
}

.video-slider .swiper-slide {
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.video-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Swiper navigation buttons */
.video-slider .swiper-button-next,
.video-slider .swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-slider .swiper-button-next:after,
.video-slider .swiper-button-prev:after {
    font-size: 20px;
}

.video-slider .swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.video-slider .swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

.overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal {
    background: white;
    padding: 20px;
    max-width: 80%;
    max-height: 80%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.content {
    text-align: center;
}

.content img {
    max-width: 500px;
    max-height: 400px;
    display: block;
    margin: 0 auto;
}

.arrow {
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

#caption {
    margin-top: 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #afafaf;
    color: #000;
    text-decoration: none;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    margin-top: 15px;
}

.btn:hover {
    background: #cecece;
    transform: translateY(-2px);
}

