body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    overflow-x: hidden;
}
.img {
    width: 30%;
    max-width: 100%;
    max-height: 100%;
    /* margin: 1.6666%; */
    margin: calc(10%/6);
}

p {
    text-align: justify;
}

main {
    /* display: grid; */
    /* grid-template-areas: 'titlebar-cs', 'titlebar columnEnd'; */
    text-align: center;
    margin-top: 100px;
    max-width: 1004px;
    /* this is for the width of the container center */
    width: 100%;
    margin: 0 auto;

}
.main1 {
    text-align: center;
    margin-top: 100px;
    max-width: 1300px;
    /* this is for the width of the container center */
    width: 100%;
    margin: 0 auto;
    font-size: 21px;
}

h1 {
    text-align: center;
    margin-top: 70px;
}

/* input.btn {
    
    margin-right: 100px ;
} */

h3{
    text-align: center;
}



#section1{
    font-size: 21px;
}


.shareVideos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.video {
    text-align: center;
        margin-top: 100px;
        max-width: 1400px;
        /* this is for the width of the container center */
        width: 100%;
        margin: 0 auto;
}


@media (min-width: 720px) {
    .da-logo-icon 
    {
        display: block;
    }
}
.da-logo-icon {
    float: left;
    margin-right: 10px;
    width: 2.125em;
    height: 2.125em;
    border: 0;
    margin-top: -10px;
    vertical-align: middle;
}

#footer {
    text-align: center;
}

.mw-parser-output .ambox-content {
    border: 10px solid #f28500;
}


@media (min-width: 720px) {
    .mw-parser-output .ambox {
        margin: 0 10%;
    }
}

.mw-parser-output .ambox {
    border: 1px solid #a2a9b1;
    border-left: 10px solid red;
    background-color: #fbfbfb;
    box-sizing: border-box;
}

table {
    font-size: 100%;
}

.mw-parser-output .ambox .mbox-image {
    border: none;
    padding: 2px 0 2px 0.5em;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .vector-feature-zebra-design-disabled .mw-page-container {
    padding-left: 2.75em;
    padding-right: 2.75em;
    }
}

.mw-parser-output .ambox .mbox-image-div {
    width: 52px;
}

.vector-feature-zebra-design-disabled .mw-page-container {
    position: relative;
    z-index: 0;
    padding-top: 0.05px;
    padding-bottom: 0.05px;
    max-width: 99.75em;
    min-width: 31.25em;
    margin: 0 auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-color: #ffffff;
    box-sizing: border-box;
}

.mw-parser-output a:visited {
    color: #795cb2;
}
.mw-parser-output a{
    word-wrap: break-word;
    text-decoration: none;
    background: none;

}

.mw-parser-output a:hover {
    text-decoration: underline;
}


#video-container {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;  /* 16:9 aspect ratio (change as needed) */
    /* Adjust this value to maintain the video's aspect ratio */
    
}

#video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This maintains the video's aspect ratio while filling the container */

}



