*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

@font-face
{
    font-family: "al";
    src: url("..//Fonts/Aljazeera.ttf");
}


body
{
    font-family: al;
     background-color:#d9d9d9;



}

.zx img
{
    border-radius: 5px;
}

.mainphoto
{
    
  
    
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    border-top:2px solid black;
    border-bottom: 2px solid black;
 
}
/*change background color for navbar*/
/* !important is really important*/


.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #f6f0e5 !important;

}


/*تغيير لون كلمة مدرسة الاخوة الى الأبيض*/
.navbar-brand 
{
    color:rgb(19, 92, 4);
    font-size:20px;
}

.navbar-brand:hover
{
    color:rgb(26, 134, 4);
    font-size:20px;
}


/*تغيير لون الصفحة الرئيسية الى الأبيض*/
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:rgb(0, 0, 0);
    font-size:20px;
}


/*عند تحديد على الصفحة الرئيسية يتغير اللون الى الأسود*/
.navbar-nav .nav-link.active:hover, .navbar-nav .nav-link.show {
    color:black;
    font-size:20px;
}


/*تغير لون باقي القوائم الى الأبيض*/
.nav-link {
    color:rgb(8, 6, 1);
    font-size:20px;
}

.nav-link:hover {
    color:rgb(26, 134, 4);
    font-size:20px;
}

.navbar i
{
    color:rgb(0, 0, 0);
    padding-left:5px;
    font-size:15px;
}

.navbar i:hover
{
    color:rgb(26, 134, 4);
    padding-left:5px;
    font-size:15px;
}

.navbar a  
{
    color:black;
    text-decoration: none;
    padding-left:50px;
    margin:auto;


}
.navbar a:hover  
{
    color:green;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #0f0f0f;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    text-align: right;
}

.dropdown-item:hover {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color:rgb(26, 134, 4);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    text-align: right;
}


.log
{
    background-color:#f5f1e6;
    border-top:1px solid rgb(255, 212, 19);
}
    

.car h1
{
    padding-top:10px;
    padding-bottom:10px;
    color:rgb(168, 126, 33);
}




.bigslide img
{
    height:500px;
    
}

.act
{
    margin-top:20px;
}




.act img:hover
{
   
   transform: scale(1.03,1.03);
  
   transition: all ease-in-out 1s;
    
}

.act img
{
   
   transform: scale(1,1);
   transition: all ease-in-out 1s;
    
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    background-color:#ffffff;
    color:rgb(26, 134, 4);
    margin-top:10px;
    transition: all ease-in-out 1s;
    cursor: pointer;
}

.card-body h5
{
    padding-top:10px;
    font-size:30px;
}

.card-body:hover {
    flex: 1 5 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    transition: all ease-in-out 1s;
    background-color:rgb(26, 134, 4);
    color:black;

}

.act .card {
    width: 24rem;
      background-color:#fae6ae;
}

.act .card-title
{
    margin-bottom: 20px;
}
.act .btt   
{
    background-color:#a87e21;
    color:white;
}
.act img
{
    border: 2px solid #a87e21;
    transition: ease-in-out 0.5s;
    margin-bottom:10px;
   
}

.act button
{
    line-height: 50px;
    font-size:30px;
}
.act a
{
    width:200px;
}

.btn-primary
{
    --bs-btn-bg:red;
    --bs-btn-border-color:none;
    --bs-btn-color: #fff;
    --bs-btn-bg: none;
    --bs-btn-border-color: #none;
    --bs-btn-hover-color: #none;
    --bs-btn-hover-bg: #none;
    --bs-btn-hover-border-color: #none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #a87e21;
    --bs-btn-active-border-color: #none;
    --bs-btn-active-shadow: inset 0 3px 5px #a87e21;
    --bs-btn-disabled-color: #none;
    --bs-btn-disabled-bg: #none;
    --bs-btn-disabled-border-color: #none;
}


.act .col
{
    margin:auto;
    margin-top:5px;
    width:auto;
}

.act .card
{
    width:24rem;
    background-color: #d9d9d9;
    border: none;
}


.sub h3
{
    margin-top:10px;
}

.card-img-top
{
    background-color:#d9d9d9;
}











.regform
{
    width:300px;
    margin:auto;
    background-color:red;
    overflow: hidden;
}


.regform .form-control
{
    width:300px;
    margin:auto;
}


.regform button
{
   width:300px;
    margin:auto;
    text-align: center;
}

.maj img
{
    height: 500px;
    border:1px solid rgb(238, 185, 11);
}

.maj .col
{
   margin-bottom: 5px;
   margin-top:5px;
   
}


.reg 
{
    margin:auto;
   
    text-align: center;
    margin-top:20px;
}

.reg .form-control
{
    width:380px;
    margin:auto;
}
.reg .regbut
{
    width:350px;
    margin:auto;
    font-size:27px;
}

.reg h2
{
    color:white;
}

.reg .regbut:hover
{
    background-color:rgb(3, 8, 71);
}

.mtf .col
{
    margin-top:5px;
}

.mtf img
{
    border:2px solid rgb(243, 161, 8);
    border-radius: 5px;
}

.reg
{
    margin-bottom:25px;
}

.cp
{
    font-family :'al';

    font-size:16px;
     color:rgb(168, 126, 33);
}

.cp img
{
    
    margin-bottom: 30px;
}


.video-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Or desired height */
    overflow: hidden;
    background-color:rgba(0, 0, 0, 0.3);
}

.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Pushes video behind content */
    object-fit: cover; /* Ensures video covers area */
}

.content {
    z-index: 1; /* Ensures text is on top */
    background-color:rgba(0, 0, 0, 0.3);
    margin:auto;
   
}




.content  h1:first-child
{
    color:white;
    margin-top:150px;
}

.content  h2
{
   
    color:white;
  
}

.content button
{
    font-family: 'al';
    width : 200px;
    margin-top:30px;
    font-size:20px;

}
/*************************************/
.video-container1 {
    position: relative;
    width: 100%;
    height: 100vh; /* Or desired height */
    overflow: hidden;
    background-color:rgba(0, 0, 0, 0.5);
    margin-top:30px;
}

.back-video1 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Pushes video behind content */
    object-fit: cover; /* Ensures video covers area */
}


.video-container1
{

    animation: fadabdo5 linear;
    animation-timeline :view();
    animation-range: entry 0% cover 40%;
    }
    @keyframes fadabdo5
    {
    from
    {

    opacity: 0;
   


    }to
    {
    opacity: 1;
   
        
        
    }
}



.content1 {
    z-index: 1; /* Ensures text is on top */
    background-color:rgba(0, 0, 0, 0.5);
    
    margin:auto;
    border-radius: 2px;
}

.content1 p:first-child
{
    margin-top:100px;
}
.content1  p
{
    color:white;
    font-size:30px;
}

.content1  h2
{
    color:white;
}

.content1 button
{
    font-family: 'al';
    width : 200px;
    margin-top:30px;
    font-size:20px;

}
/************************************/


.new1
{
    margin-top:30px;
    width:350px;
}






 .act .card 
        {
          
          animation: fadabdo1 linear;
          animation-timeline :view();
          animation-range: entry 0% cover 40%;
        }
        @keyframes fadabdo1
        {
          from
          {
           
            opacity: 0;
            scale: 0.3;
           
            
          }to
          {
            opacity: 1;
            scale: 1;
              
              
          }
        }


.new1
{

    animation: fadabdo2 linear;
    animation-timeline :view();
    animation-range: entry 0% cover 40%;
    }
    @keyframes fadabdo2
    {
    from
    {

    opacity: 0;
    scale: 0.3;


    }to
    {
    opacity: 1;
    scale: 1;
        
        
    }
}


.tellus111
{

    animation: fadabdo3 linear;
    animation-timeline :view();
    animation-range: entry 0% cover 40%;
    }
    @keyframes fadabdo3
    {
    from
    {

    opacity: 0;
    scale: 0.3;


    }to
    {
    opacity: 1;
    scale: 1;
        
        
    }
}


.tel111
{

    animation: fadabdo8 linear;
    animation-timeline :view();
    animation-range: entry 0% cover 40%;
    }
    @keyframes fadabdo8
    {
    from
    {

    opacity: 0;
    scale: 0.3;


    }to
    {
    opacity: 1;
    scale: 1;
        
        
    }
}

/*Start Tell Us Section*/
.tellus
{
	margin-top:30px;
	background:url("../img/logo.png");
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	min-height:400px;
	font-family: 'al';
}


.tellus .tell
{
	background-color:rgba(2, 53, 15, 0.5);
	min-height:400px;
	color:rgb(2, 0, 0);
}

.tellus .tell h3
{

	padding-top:20px;
	color:rgb(253, 255, 253);
	font-size:35px;
}

.tellus .tell .form-group  .xxx .form-control
{
	width:380px;
	margin:5px auto;
	background-color:rgba(248, 241, 241, 0.5);
	color:rgb(0, 0, 0);
    font-weight: normal;
}

.tellus .tell .form-group  .yyy textarea
{
	width:380px;
	margin:0px auto;
	height:75px;
	background-color:rgba(248, 241, 241, 0.5);
	margin-bottom:5px;
	color:rgb(0, 0, 0);
}

.tellus .btn{
    /* display: block; */
    width: 380px;
    line-height:30px;
    margin-bottom:30px;
}
/*End Tell Us Section*/

.caro p
{
    font-size:22px;
    width:380px;
    margin:auto;
    color:green;
    
}


.tel
{
   
    margin-top:20px;
}

.tel ul {
    
    list-style-type: none; /* Removes bullet points */
    margin: 0;             /* Removes default browser margins */
    padding: 0;   
    margin-top:30px;         /* Removes default browser padding */
    overflow: hidden;      /* Helps with containing floats/flexbox */
    /* Adds a background color for the menu bar */
}

/* --- Styling the list items (li) --- */
.tel li {
    display: inline-block;
    padding:20px; /* Aligns list items horizontally */
    font-size:25px;
    font-weight: bold;
    color:green;
}

/* --- Styling the links (a) --- */
.tel li a {
    display: block;      /* Makes the whole link area clickable */
    color: white;        /* Text color */
    text-align: center;  /* Centers the text */
    padding: 14px 16px;  /* Adds spacing around the link text */
    text-decoration: none; /* Removes default underline from links */
}

/* --- Adding interactivity (hover effect) --- */
.tel li a:hover {
    background-color: rgba(255, 255, 255, 0.5); /* Changes background color on hover */
    border-radius: 10px;
}
.tel li a:active
{
     color:green;
  
}

.tel i
{
    color:green;
    font-size:20px;
}

.tel p
{
    color:green;
    font-size:20px;
    line-height: 20px;
    
}


.tel .xx
{
    color:rgb(0, 8, 0);
    font-size:20px;
   
    font-weight: normal;
}

.tel .zz
{
    color:rgb(0, 8, 0);
    font-size:20px;
    line-height: 30px;
    font-weight: normal;
}


.ab  
{
    height: 800px;
    width:350px;
    margin:auto;
}
.ab  
{
    background-image: url('../img/mm.png');
    min-height: 700px;
    min-width: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}


.video-container2 {
    position: relative;
    width: 100%;
    height: 100vh; /* Or desired height */
    overflow: hidden;
    background-color:rgba(0, 0, 0, 0.3);
}

.back-video2 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Pushes video behind content */
    object-fit: cover; /* Ensures video covers area */
}

.content2 {
    z-index: 1; /* Ensures text is on top */
    background-color:rgba(0, 0, 0, 0.3);
    margin:auto;
   
}




.content2  h1:first-child
{
    color:white;
    margin-top:150px;
}


.content2 {
    z-index: 1; /* Ensures text is on top */
    background-color:rgba(253, 242, 242, 0.0);
    margin:auto;
   
}




.content2  h1:first-child
{
    color:white;
    margin-top:75px;
}

.content2  h2
{
   
    color:white;
  
}

.content2 button
{
    font-family: 'al';
    width : 200px;
    margin-top:30px;
    font-size:20px;

}

.tel111   
{
    font-size:20px;

}

.act a
{
    color:white;
    font-style: normal;
    direction: none;
    text-decoration: none;
}

.act a:hover   
{
    color:yellow;
}