@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Gulzar&display=swap');

@font-face {
  font-family: "KJV";
  src: url("/tiparoj/KJV 1611.otf") format("opentype")
}


@font-face {
  font-family: "Source Han";
  src: url("/tiparoj/SourceHanSerifCN-SemiBold.otf") format("opentype")
}
@font-face {
  font-family: "Garamond";
  src: url("/tiparoj/GaramondPremierProCaption.otf") format("opentype")
}


@font-face {
  font-family: "Source Han";
  src: url("/tiparoj/SourceHanSerifCN-SemiBold.otf") format("opentype")
}

html{
  background-color: #DEB887;
  background-attachment: fixed;
}

body{
  background-color: #FDF5E6;
  color: black;
  font-family:"Crimson Pro",Times,sans-serif;
  font-size: 18px;
  font-weight:500;
  line-height: 140%;
  width: auto;
  padding:0 25px 25px 25px;
  margin-left:10;
  margin-right:10;
  text-align: left;
  justify-content: center;
  border-style: solid;
  border-top: 10px solid #20B2AA;
border-bottom: 10px solid #20B2AA;
border-left: 10px solid #008B8B;
border-right: 10px solid #008B8B;
  float: none;
}

figcaption{
  text-align:center;
  font-style:italic;
  }
  
img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  max-width:525px;
  padding-bottom:15px
}

summary{
  color:#A0522D;
}
summary:hover{
  color:#008B8B;
}

details summary {
  display: block;
  position: relative;
  cursor: pointer;
}

/* Create the HR as a pseudo-element */
details summary::after {
  content: '';
  display: block;
  /* Your exact styles */
  height: 0;
  width: 80%;
  margin: 20px auto;
  border-top: 5px solid #20B2AA;
  border-bottom: 5px solid #008B8B;
  border-left: 5px solid #20B2AA;
  border-right: 5px solid #008B8B;
  border-left: none;
  border-right: none;
}

.details-content {
  padding-top: 10px;
}

b{
    font-weight:800;
  }
  strong{
        font-weight:800;
    }
header{
  padding-top:5px;
  text-align: center;
}

h1{
  font-size:50px;
  letter-spacing:0px;
  font-style:normal;
  font-weight:normal;
  line-height:150%;
  text-align: center;
  font-family: "KJV",Times,serif;
}

h2{
  font-size:30px;
  font-weight:bold;
  font-style:normal;
letter-spacing:2.5px;
  text-align: center;
  line-height:150%;
  font-family: "Crimson Pro",Times,serif;
}

h3{
  font-size:22px;
  font-weight:bold;  
  font-style:normal;
  line-height:150%;
  text-align: center;
  font-family: "Crimson Pro",Times,serif;
}

h4{
  font-size:18px;
  font-weight:bold;
  font-style:normal;
  line-height:150%;
  text-align: center;
  font-family: "Crimson Pro",Times,serif;
}

hr {
  height: 0; /* Thickness of the horizontal line */
  position: relative;
  width: 80%; /* Adjust to your desired width */
  margin: 20px auto; /* Center the line horizontally */
  overflow: visible;
    border-top: 5px solid #20B2AA;
border-bottom: 5px solid #008B8B;
border-left: 5px solid #20B2AA;
border-right: 5px solid #008B8B;
}


a:link{
  color: #A0522D;
  text-decoration:none;
}

a:visited{
  color: #008B8B;
  text-decoration:none;
}

a:hover{
  color: #008B8B;
  text-decoration:underline;
}
a:active{
  color: #A0522D;
  text-decoration:none;
}

table{
  border-collapse:collapse;
      text-align: center; 
    vertical-align: middle;
         table-layout:auto;
         width:100%;
         padding:5px;
         margin-bottom:20px;
         }

:lang(ar){
  font-family:"Gulzar";
  font-weight:normal;
}

.bsm{
  font-style:italic;
  text-align:center;
  }
.re{
  text-align:center;
  font-size:15;
  font-style:italic;
}

.br{
  border-right: 3px solid #A0522D;
}
.bb{
  border-bottom: 3px solid #A0522D;
}
.bg{
  background-color:#DEB887;
}
.bbl{
border-bottom: 3px solid #DEB887;
}
.brl{
border-right: 3px solid #DEB887;
}

li{ 
line-height:150%;
 page-break-inside:avoid;
}

.input:focus {
    outline: none !important;
    border:3px #6347FF;
    border-color:#B8B8FF;
  }


.skip:link{
color:#FDF5E6;
  text-decoration:none;
}
.skip:visited{
color:#FDF5E6;
  text-decoration:none;
}

.skip:hover{
color:#FDF5E6;
  text-decoration:none;
}
.skip:active{
color:#FDF5E6;
  text-decoration:none;
}

.material-symbols-outlined{
      display: inline-flex;
    vertical-align: top;
  }

.num{
  white-space:nowrap;
}

.ver{
  padding:0;
  margin:0;
  text-indent: -10px;
margin-left: 10px
  }

 .hidden {
    display: none;
  }
  
  .hidden.content {
  padding: 0 10px;
  display: none;
  overflow: hidden;
}


/*||Collapsibles
----------------*/

.collapsible {
  background-color: transparent;
  cursor: pointer;
  color: #cc003d;
  margin-top:8px;
  margin-left:8px;
  padding: 10px;
  width: 100%;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #cc003d;
  text-align: center;
  text-indent:10px;
  font-size: 28px;
  font-family: "Crimson Pro",serif;
}

.sub.collapsible{
  font-size:22px;
  font-style:italic;
}

.collapsible:hover {
  color: #3c6c72;
}

.content {
  padding: 0 10px;
  display: none;
  overflow: hidden;
}

.categ{
  text-align:left;
}

.collapsible:after {
  content: "▸";
  font-style:normal;
  float: right;
  margin-left: 5px;
  margin-top:4px;
}

.active:after {
  content:"▾";
}


.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
    gap: 10px;
    padding: 10px;
}

.cube {
    background-color: #4CAF50;
    color: white;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cy{
  font-family:"Crimson Pro";
}

.v{
  text-indent:-10%;
  margin-left:10%;
  margin-bottom:0;
  padding-bottom:0;
  margin-top:0;
  padding-top:0;
}
.vb{
  text-indent:-10%;
  margin-left:10%;
  margin-top:0;
  padding-top:0;
}

.n{
  margin-bottom:0;
  padding-bottom:0;
  margin-top:0;
  padding-top:0;
}
.nb{
  margin-top:0;
  padding-top:0;
}
        /* Trigger Text Styling */
        .popup-trigger {
            text-decoration:underline;
text-decoration-style: dotted;
text-underline-offset:.25em;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .popup-trigger:hover {
            background-color: #DEB887;
        }
        
        /* Hide popup checkboxes */
        .popup-checkbox {
            display: none;
        }
        
        /* Popup Container */
        .popup {
            position: fixed;
            color:white;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(222,	184,	135, 0.25);
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        /* Popup Content */
        .popup-content {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform:  translateX(-50%) translateY(100%);
            width: 90%;
            max-width: 600px;
            background: rgba(160, 82, 45, 0.925);
            padding: 22.5px;
            transition: transform 0.4s ease-out;
        }
        
        /* Close Button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            background: none;
            border: none;
            font-size: 24px;
            color:white;
            cursor: pointer;
            padding: 5px;
            line-height: 1;
        }
        
        /* Show Popup when checkbox is checked */
        .popup-checkbox:checked + .popup {
            opacity: 1;
            visibility: visible;
        }
        
        .popup-checkbox:checked + .popup .popup-content {
            transform: translateX(-50%) translateY(0);
        }
        
  sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

.key:visited{
  color:#A0522D;
}

.key:hover{
  color:#008B8B;
}


#txt1{
    font-size: 14px;
  font-weight:normal;
  line-height: 150%;
  }
  
#myBtn {
      display: none; /* Hidden by default */
      position: fixed; /* Fixed/sticky position */
      bottom: 20px; /* Place the button at the bottom of the page */
      right: 30px; /* Place the button 30px from the right */
      z-index: 99; /* Make sure it does not overlap */
      border: none; /* Remove borders */
      outline: none; /* Remove outline */
      background-color: #20B2AA; /* Set a background color */
      color: white; /* Text color */
      cursor: pointer; /* Add a mouse pointer on hover */
      padding: 15px; /* Some padding */
      font-weight:bold;
      font-family: "Crimson Pro",Times,sans-serif;
      }
      #myBtn:hover {
      background-color: #008B8B; /* Add a dark-grey background on hover */
      }

@media screen and (min-width: 1000px){
  body{
    width:525px;
    padding: 0 35px 35px 35px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ml{
    columns:2
  }
}