﻿/*header xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.header {
   position: fixed;
   left: 0;
   right: 0;
   margin: auto;
   top: 0px;
   background-color: #012847;
   border-radius: 6px;
   color: white;
   font-family: 'Roboto', sans-serif;

}

/* If the screen size is 1101px wide or more, set the font-size of <div> to 36px */
@media screen and (min-width: 1025px) {
  .header {
    font-size: 20px;
    width:80%;
    height: 80px;
    line-height: 130px;
  }
}
  
/* If the screen size is 601px wide or more, but less than 1101 set the font-size of <div> to 30px */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header {
    font-size: 18px;
    width:100%;
    height: 65px;
    line-height: 105px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 18px */
@media screen and (max-width: 768px) {
  .header {
    font-size: 16px;
    width: 98%;
    height: 50px;
    line-height: 70px;
  }
}


/*banner image xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

img.resp {
    background-color: #012847;
    border-radius: 6px;
}


/* If the screen size is 1101px wide or more, set the font-size of <div> to 36px */
@media screen and (min-width: 1025px) {
  img.resp {
    width:auto;
    height: 80px;
  }
}

  
/* If the screen size is 601px wide or more, but less than 1101 set the font-size of <div> to 30px */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  img.resp {
    width: auto;
    height: 65px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 18px */
@media screen and (max-width: 768px) {
  img.resp {
    width: auto;
    height: 50px;
  }
}


/*blog title xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.blogtitle {
  position: relative;
  margin: auto;
  font-family: 'Bona Nova', serif;
  font-style: italic;
  font-weight: bold;                                                                                   
  color: #012847;
  
  }
  
  
  /* If the screen size is 601px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width: 1025px) {
  .blogtitle {
    font-size: 24px;
    width:60%;
    margin-top: 100px;
    
  }
}

  
/* If the screen size is 601px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .blogtitle {
    font-size: 22px;
    width:80%;
    top: 80px;

  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 18px */
@media screen and (max-width: 768px) {
  .blogtitle {
    font-size: 18px;
    width: 96%;
    top: 65px;

  }
}

/*blog date xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.blogdate {
  position: relative;
  margin: auto;  
  color: #012847;
  font-family: 'Roboto', sans-serif;
  
  }
  
  /* If the screen size is 601px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width: 1025px) {
  .blogdate {
    font-size: 16px;
    width:60%;
    margin-top: 0px;

  }
}
  
/* If the screen size is 601px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .blogdate {
    font-size: 14px;
    width:80%;
    margin-top: 80px;

  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 18px */
@media screen and (max-width: 768px) {
  .blogdate {
    font-size: 12px;
    width: 96%;
    margin-top: 63px;

  }
}

/*mainblock xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.main {
  position: relative;
  margin: auto;
  text-align: justify;
  color: #012847;  
  border-radius: 4px;
  /*line-height: 1.15em;*/
  /*border: 1px solid red;*/
  
  }
  
  /* If the screen size is 1101px wide or more, set the font-size of <div> to 18px */
@media screen and (min-width: 1025px) {
  .main {
    font-size: 18px;
    width:60%;
    
  }
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width:769px) and (max-width: 1024px) {
  .main {
    font-size: 18px;
    width:80%;
   
    
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 18px */
@media screen and (max-width: 768px) {
  .main {
    font-size: 14px;
    width: 96%;
    
   
  }
}

/*mainblock xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.mainVid {
  position: relative;
  margin: auto;
  text-align: justify;
  color: #012847;  
  border-radius: 4px;
  line-height: 1.15em;
  /*border: 1px solid red;*/
  
  }
  
  /* If the screen size is 1101px wide or more, set the font-size of <div> to 18px */
@media screen and (min-width: 1025px) {
  .mainVid {
    font-size: 18px;
    width:40%;
    
  }
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width:769px) and (max-width: 1024px) {
  .mainVid {
    font-size: 18px;
    width:60%;
   
    
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 18px */
@media screen and (max-width: 768px) {
  .mainVid {
    font-size: 14px;
    width: 96%;
    
   
  }
}

 @media screen and ( min-width: 1025px ) {
			.scroll5 { font-size: 14px;
			           /*height: 500px;*/
				  }
		}
		@media screen and ( min-width:769px ) and ( max-width: 1024px ) {
			.scroll5 { font-size: 12px;
					   /*height: 400px;*/
				  }
		}
		@media screen and ( max-width: 768px ) {
			.scroll5 { font-sixe: 12px;
					  height: 450px;
				  }
		}

/*mainblock xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.disclaimer {
  position: relative;
  margin: auto;
  text-align: justify;
  font-family: 'DM Sans', sans-serif;
  background: #ccc;
  color: #004040;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  
  
  }
  
  /* If the screen size is 1101px wide or more, set the font-size of <div> to 18px */
@media screen and (min-width: 1025px) {
  .disclaimer {
    font-size: 14px;
    
    
  }
}

  
/* If the screen size is 601px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width:769px) and (max-width: 1024px) {
  .disclaimer {
    font-size: 14px;
   
    
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 18px */
@media screen and (max-width: 768px) {
  .disclaimer {
    font-size: 12px;
    
  }
}

p i {

  font-family: 'Libre Baskerville', serif;

  /*font-family: "Times New Roman", Times, serif;*/
  font-style: italic;
  color: #03002e;
  font-size: 90%;
  /*font-weight: bold;*/
  
  /* Safe resets to protect your text-align: justify layout */
  display: inline;
  margin: 0;
  padding: 0;
}



.scroll5 {
     
            overflow-x: hidden;
            /*overflow-y: auto;*/
            text-align: justify;
            scrollbar-width: none;
            line-height: 1.1em;
            border: 1px solid gainsboro;
            border-radius: 8px;
            padding: 10px 10px 0px 10px;
            color: #012847;
            font-family: 'DM Sans', sans-serif;
            margin-bottom: 10px;
            
            
           
        }
        
       


@media screen and ( min-width: 1025px ) {
		.synopsis { font-size: 16px; }
	}
	
	@media screen and ( min-width:769px ) and ( max-width: 1024px ) {
		.synopsis { font-size: 16px; }
	}
	
	@media screen and ( max-width: 768px ) {
		.synopsis { font-size: 14px; }
	}
	
	    .synopsis {
				font-family: 'DM Sans', sans-serif;
				color: #012847;
				text-align: justify; 
				font-family: 'DM Sans', sans-serif;
				/*border: 1px solid #aaa;*/
				padding: 15px 15px 5px 15px; 
				border-radius: 4px;
				line-height: 1.6rem;}

.curve {
	
	height: auto;
	float: right;
	margin-left: 1.5rem; 
	border-radius: 50%;
	shape-outside:circle();
}

  /* If the screen size is 1101px wide or more, set the font-size of <div> to 18px */
@media screen and (min-width: 1025px) {
  .curve {
    
    width: 12%;
    
  }
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width:769px) and (max-width: 1024px) {
  .curve {
    
    width: 16%;
   
    
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 18px */
@media screen and (max-width: 768px) {
  .curve {
    
    width: 23%;
    
   
  }
}


@media screen and ( min-width: 1025px ) {
img.responsiveQ { width: 3.75%;
				  }
}
@media screen and ( min-width:769px ) and ( max-width: 1024px ) {
img.responsiveQ { width: 6%;
				  }
}
@media screen and ( max-width: 768px ) {
img.responsiveQ { width: 9%;
				  }
}
img.responsiveQ { height: auto;
				  margin-bottom: 0px;		  
				 
 }

.button {

  background-color: #012847;
  border: 1px solid #012847;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 25px;
  display: inline-block;
  margin: 4px 2px;
  cursor: default;
  font-family: 'Oswald', sans-serif;
  /*font-weight: bold;*/
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px 0px, rgba(0, 0, 0, 0.22) 0px 15px 12px 0px;
  
}

 /* If the screen size is 1101px wide or more, set the font-size of <div> to 18px */
@media screen and (min-width: 1025px) {
  .button {
    font-size: 18px;
    
    
   
  }
}

  
/* If the screen size is 601px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width:769px) and (max-width: 1024px) {
  .button {
    font-size: 16px;
    
    
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 18px */
@media screen and (max-width: 768px) {
  .button {
    font-size: 12px;
    
  }
}

@media screen and ( min-width: 1025px ) {
img.responsiveG { width: 50%; }
}
@media screen and ( min-width:769px ) and ( max-width: 1024px ) {
img.responsiveG { width: 50%; }
}
@media screen and ( max-width: 768px ) {
img.responsiveG { width: 100%;
				  margin-bottom: 5px;
				   }
}
img.responsiveG { height: auto;
				 margin-left: 10px;
				 float: right;
				 border-radius: 4px;
				
				 
 }	



 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      display: flex;
      flex-direction: column;
      align-items: center;
      /*padding: 40px 20px;*/
      /*background-color: #1a1a1a;*/
      font-family: Arial, sans-serif;
      color: #fff;
    }

    /* --- TAB NAVIGATION BUTTONS --- */
    .tab-navigation {
      display: flex;
      gap: 10px;
      /*margin-bottom: 25px;*/
    }

    .tab-btn {
      /*padding: 10px 24px;
      font-size: 1rem;
      font-weight: bold;*/
      color: #012847;
      background-color: #ffffff;
      border: 2px solid #021847;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .tab-btn:hover {
      color: #666;
      border-color: #666;
    }

    .tab-btn.active {
      color: #fff;
      background-color: #b04c12;
      border-color: #b04c12;
      
    }

    /* --- TAB CONTENT CONTAINERS --- */
    .tab-content {
      display: none; /* Hide non-active tabs */
      width: 100%;
      /*max-width: 640px;*/
    }

    .tab-content.active {
      display: block; /* Show active tab */
    }
    
    /* --- ISOLATED VIDEO SWITCHER CSS --- */
    .isolated-video-switcher .video-container {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      background-color: #000;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    .isolated-video-switcher video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.5s ease-in-out;
    }

    .isolated-video-switcher video.active {
      opacity: 1;
      pointer-events: auto;
    }

    .isolated-video-switcher video::cue {
      background-color: rgba(0, 0, 0, 0.75);
      color: #ffffff;
      font-size: 1rem;
      font-family: Arial, sans-serif;
      border-radius: 4px;
    }

    /* Switcher Controls (Same-line Row Layout) */
    .isolated-video-switcher .switcher-wrapper {
      margin-top: 5px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: left;
      gap: 15px;
      cursor: pointer;
      user-select: none;
     
    }

    .isolated-video-switcher .switcher-image {
      object-fit: cover;
      border-radius: 6px;
      /*border: 2px solid #fff;*/
      transition: transform 0.2s ease, border-color 0.2s ease;
      flex-shrink: 0;
    }
    
    @media screen and ( min-width: 1025px ) {
 	.switcher-image { width: 10%;
				  }
	}
	@media screen and ( min-width:769px ) and ( max-width: 1024px ) {
 	.switcher-image { width: 14%;
				  }
	}
	@media screen and ( max-width: 768px ) {
 	.switcher-image { width: 14%;
				  }
	}
 	.switcher-image { height: auto;
				  margin-bottom: 0px;		  
				 
 	}


    .isolated-video-switcher .switcher-wrapper:hover .switcher-image {
      transform: scale(1.05);
    }

    
    .isolated-video-switcher .switcher-text {
  /*font-size: 1.2rem;*/
  /*font-weight: bold;*/
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  transition: color 0.3s ease;
  white-space: nowrap;        /* Keeps text on a single line */
  
  color: #ffffff;
  border-radius: 4px;
  padding: 6px 30px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px 0px, rgba(0, 0, 0, 0.22) 0px 15px 12px 0px;

  
}


    .isolated-video-switcher .switcher-wrapper.state-video1 .switcher-text {
      background: #1f75f8;
      border: 1px solid #1f75f8;
    }

    .isolated-video-switcher .switcher-wrapper.state-video2 .switcher-text {
      background: #ec1223;
      border: 1px solid #ec1223;
    }
    
    
 /* Dark background overlay spanning the whole viewport */
.custom-media-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999; /* Higher than your existing tabs and layouts */
  
  /* Flexbox configuration handles the centering perfectly on all screens */
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* Hidden by default */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* Toggle state via class */
.custom-media-overlay.custom-media-active {
  opacity: 1;
  pointer-events: auto;
}

/* The actual white box inside the overlay */
.custom-media-dialog {
  background: #ffffff;
  width: 90%;
  max-width: 550px;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}

/* Formatting internals to keep headers separated */
.custom-media-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 20px;
  border-bottom: 1px solid #eeeeee;
}

.custom-media-title {
  margin: 0;
  font-size: 1.25rem;
  color: #333333;
}

.custom-media-close {
  background: none;
  border: none;
  font-size: 1.75rem;
  cursor: pointer;
  line-height: 1;
  color: #aaaaaa;
}
.custom-media-close:hover {
  color: #000000;
}

.custom-media-body {
  padding: 0px 20px 0 20px;
}

/* General button look */
.custom-media-btn {
  padding: 2px 20px;
  margin: 5px;
  cursor: pointer;
}

.textblock{
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	color: #012847;
	text-align: justify;
	border-radius: 4px;
	/*border-top:none;*/
	margin-bottom: 10px;
	line-height: 1.2em;
}

    

@media screen and ( min-width: 1025px ) {
		.yr { font-size: 10px; }
	}
	
	@media screen and ( min-width:769px ) and ( max-width: 1024px ) {
		.yr { font-size: 9px; }
	}
	
	@media screen and ( max-width: 768px ) {
		.yr { font-size: 8px; }
	}
	
	    .yr {
				font-family: 'DM Sans', sans-serif;
				font-weight: bold;
				text-align: left; 
				padding-left: 5px;}

spanD{

    display:inline-block;
    font-weight: bold;
    font-size: 140%;
    font-family: 'Oswald', sans-serif;
    color: #012847;
	}


spanQ3{

    display: inline-block;
    padding-top: 0px;
    color: #b04c12;                                            
    font-family: 'Oswald', sans-serif;
	font-size: 110%;
    font-weight: bold;

}

spanZZ{
    		display:inline-block;
    		color: #012847;
    		font-family: 'Libre Baskerville', serif;
			font-size: 100%;
			font-style: italic;
}

		spanQ2{

    		display:inline-block;
    		color: #ffffff;
    		border-bottom:2px solid #ffffff;
    		padding-bottom:4px;
    		font-weight: bold;
    		font-family: 'Roboto', sans-serif;
    		font-size: 130%;

}


.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}




 
		



		 


		

























