/*
Theme Name: SAMPARK 
Version: 1.9.2
Author: R P B
*/
@font-face {
    font-family: 'Kalpurush';
    src: url('fonts/Kalpurush.woff2') format('woff2'),
        url('fonts/Kalpurush.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond';
    src: url('fonts/Garamond.woff2') format('woff2'),
        url('fonts/Garamond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond';
    src: url('fonts/Garamond-Bold.woff2') format('woff2'),
        url('fonts/Garamond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond';
    src: url('fonts/Garamond-Italic.woff2') format('woff2'),
        url('fonts/Garamond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
  box-sizing: border-box;
}
 
/* End demo styles */

html {
  scroll-behavior: smooth;
}


body{padding:0px; margin:0px;font-family: 'Garamond'; overflow-x: hidden;

    font-weight:400; color:#000; line-height:normal; font-size: 20px; background:#d8eaf6; /*background: url("images/bg1.jpg"); */ background-size: cover;
      background-position: center;
      background-repeat: no-repeat;}


	
a{text-decoration:none;	outline:none;}

img { margin: 0; height:auto; max-width: 100%; padding: 0;  border:0;}

h1, h2, h3, h4, h5, h6{	margin:0px;	padding:0px; font-weight:normal;}

ul, ol{list-style-type:none; margin: 0; padding: 0;} 

 section {
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      animation: fadeIn 1.5s ease-in forwards;
    }

    section:nth-of-type(2) {
      animation-delay: 0.5s;
    }

    section:nth-of-type(3) {
      animation-delay: 1s;
    }

    @keyframes fadeIn {
      to {
        opacity: 1;
      }
    }

    .bg1 {
      background-image: url("images/bg1.jpg");
    }

    .bg2 {
      background-image: url("images/bg2.jpg");
    }

    .bg3 {
      background-image: url("images/bg3.jpg");
    }
	.bg4 {
      background-image: url("images/bg4.jpg");
    }

 

/*Navigation*/

.leftnav{position: fixed; width: 15%; left: 5%; top: 0; z-index: 999; font-family: 'Kalpurush';}

.sidebar {
      width: 100%;
      color: #000;
      height: 100vh;
      padding: 20px;
      /*position: fixed;*/
      left: 0;
      top: 0; text-align: center;
      transition: transform 0.3s ease;
    }

    .sidebar a {
      color: #000;
      display: block;
      padding: 10px 0;
      text-decoration: none;
    }

    .content {
      margin-left: 250px;
      padding: 20px;
      flex: 1;
    }

    .hamburger {
      display: none;
      position: fixed;
      top: 15px;
      left: 15px;
      font-size: 30px;
      color: #000;
      z-index: 999;
      cursor: pointer;
    }

.sidebar ul li{position: relative; font-size: 15px; margin-bottom: 18px; font-weight: bold;}

.sidebar ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35%; /* Half width */
  height: 2px; /* Border thickness */
  background-color: #000;
}

    @media (max-width: 768px) {
      .sidebar {
        transform: translateX(-100%);
      }

      .sidebar.open {
        transform: translateX(0);
      }

      .hamburger {
        display: block;
      }

      .content {
        margin-left: 0;
      }
    }
 
/*navigation*/

.right-content{ padding: 10% 0 0 10%; font-size: 20px; line-height: 30px; text-align: justify;}

.right-content p{color: #1a1a18;}

.right-content p strong{font-weight: normal; color: #253482;}

.right-content h4{font-size: 16px; padding: 15px 0 0 25px;}

.right-content h3{text-align: center; font-size: 20px; color: #a5251a; font-weight: bold; padding: 15% 0 0;}

.right-content h3 a{  color: #a5251a; transition:all 0.3s ease;}

.right-content h3 a:hover{  color: #000; }

.logosec{padding: 20% 0 0 0; text-align: center;}

.logosec p{padding-bottom: 15px;}

.book-sec { padding:10px 0 0 50px;}

.book-sec img{margin: 15px 0 5px;}

.book-sec h5{font-size: 12px; font-weight: bold;}

.book-sec h6{font-size: 11px;}

.booktext p{font-size: 12px; text-align: center; color: #1a1a18; margin-bottom: 10px !important; }

.booktext p span{color:#554784; font-size: 14px; }

.booktext p strong{font-weight: normal; color: #253482;}

.booktext{margin: 10px 0 0;    position: relative;
  padding-top: 10px;
}

.booktext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%; /* Half width */
  height: 2px; /* Border thickness */
  background-color: #cd1316;
}

.booktext::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%; /* Half width */
  height: 2px; /* Border thickness */
  background-color: #cd1316;
}

.samparklogo{text-align: center; padding: 10px 0 25px;}
.mainbody-inner{/*background:#d8eaf6; */ padding:35px 0;  min-height:800px;    
      width: 100%;       
      opacity: 0;
      animation: fadeIn 1.5s ease-in forwards;}

.mainbody-inner h2{ color: #a5251a; font-size: 25px; padding-bottom: 15px;  } 

.mainbody-inner h2 strong{color: #39393a; font-weight: normal;}

.mainbody-inner h3{ font-size:20px; color:#8f0335; margin-bottom:15px; padding-top: 25px;   }

.mainbody-inner h3 strong{ color:#001070; font-weight: normal;}

.mainbody-inner h4{ font-size:18px; color:#8f0335; margin-bottom:15px; padding-top: 25px;   }

.mainbody-inner h4 strong{ color:#001070; }

.mainbody-inner h2 a{ color: #37308d; font-size: 30px; padding-bottom: 30px; }

.mainbody-inner h2 a span{ font-size: 18px; color: #000; padding: 0 0 0 15px;}

.mainbody-inner p{font-size:18px; color:#000; line-height:30px; text-align:justify; margin-bottom: 20px;} 

.mainbody-inner .wp-block-image.is-style-circle-mask img, .mainbody-inner .wp-block-image.is-style-rounded img{border-radius:15px!important;}

.mainbody-inner ul{margin-bottom: 30px;}

.mainbody-inner ul li{background:url(images/icon.jpg) 0 8px no-repeat; font-size:18px; color:#000; line-height:30px; text-align:justify; margin-bottom:10px; padding:0 0 0 30px;}

.alignleft { float: left; margin: 0 30px 30px 0;}

 

.woocommerce ul.products li.product .button{color:#ffe400; background:#cf1e11;  border-radius:10px; left:0; right:0; margin:auto; bottom:10%; transition:all 0.3s ease;}

.woocommerce ul.products li.product .button:hover{color:#ffe400; background:rgba(0,0,0,0.60); text-decoration:none;}


.woocommerce-loop-product__title{ color: #393089!important;  font-size: 18px!important; }

.woocommerce-loop-product__title span{ font-size: 12px !important; color: #000; display: block;}

.productpage h2 a{color: #393089!important; font-weight: bold!important;}

.productpage h2 a:hover{color: #000; text-decoration: none;}






.footer-wrap{ background: rgba(27,117,187,0.8); position: fixed; bottom: 0; left: 0; width: 100%;  padding: 5px 0; line-height: normal; font-size: 14px; text-align: center; color: #fff;}

.footer-wrap ul li{ display: inline-block; padding: 0 10px;}

.footer-wrap a{color: #fff;}

.footer-wrap a:hover{color: #ffea00;}

/*booksplugin*/
 
.wbg-details-wrapper .wbg-details-book-info .wbg-details-summary span.wbg-single-book-info{display: inline-block!important;}
.wbg-parent-wrapper{background: none!important; border: 0!important; max-width: 950px!important;}
.wbg-book-single-section{max-width: 950px!important;}
.wbg-book-single-section{background:none!important; }
.wbg-details-wrapper{width: 100%!important;}
.wbg-search-container .wbg-search-item a#wbg-search-refresh{display: none!important;}

/*popup*/

.enquiry_pop_wrp {
	min-width: 400px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	position: relative;
}
.enquiry_pop_wrp h4 {
	text-align: center;
	color: #000;
	font-size: 25px;
	margin-bottom: 25px;
}
.enquiry_cross {
	width: 15px;
	height: 15px;
	background: url(images/white_cross.png) no-repeat;
	border: none;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.enquiry_row {
	margin-bottom: 15px;
}
.callback_cross {
	width: 15px;
	height: 15px;
	background: url(images/white_cross.png) no-repeat;
	border: none;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.callback_row {
	margin-bottom: 15px;
}
/*table*/

.mainbody-inner table {
  border-collapse: collapse;
  width: 100%; font-size: 14px; font-family: 'Poppins', sans-serif;
}

.mainbody-inner table td, .mainbody-inner table th {
  border: 1px solid #dadada;
  padding: 10px; vertical-align: top; text-align: left; color: #747474;
}

.mainbody-inner table tr:nth-child(even){background-color: #dddddd;}

.mainbody-inner table tr:hover {background-color: #f2f2f2;}

.mainbody-inner table th {
  padding-top: 12px;
  padding-bottom: 12px; 
  background-color: #00715d;
  color: white;
}



/*woocommerce*/
.bg5{background:#d8eaf6; }

.woocommerce ul.products li.product a img{overflow:hidden; width: 342px!important;  height: 224px!important; margin-bottom: 33px;}
.shopbtn{position:absolute; color:#ffe400; background:#cf1e11; width:162px; line-height:40px; border-radius:10px; left:0; right:0; margin:auto; bottom:10%; transition:all 0.3s ease; }

.shopbtn:hover{color:#ffe400; background:rgba(0,0,0,0.60); text-decoration:none;}

#wrapper .button {color:#ffe400; background:#cf1e11;  border-radius:10px; left:0; right:0; margin:auto; bottom:10%; transition:all 0.3s ease;}

#wrapper .button:hover  {color:#ffe400; background:rgba(0,0,0,0.60); text-decoration:none;}

.woocommerce ul.products li.product .button{color:#ffe400; background:#cf1e11;  border-radius:10px; left:0; right:0; margin:auto; bottom:10%; transition:all 0.3s ease;}

.woocommerce ul.products li.product .button:hover{color:#ffe400; background:rgba(0,0,0,0.60); text-decoration:none;}

 .single-product-area .description > p{border-bottom: 1px dotted #c5c5c5;
margin-bottom: 0px;
margin-top: 10px;
padding-bottom: 8px;}

.productpage{padding: 80px 0 0;}

.productpage h2{color: #515151;
font-size: 17px;
  padding-left: 10px;
font-weight: bold;
text-transform: uppercase; padding-bottom:20px !important; margin: 0 !important;}

.woocommerce ul.products li{text-align: center;}

.woocommerce-loop-product__title{ color: #393089!important;  font-size: 18px!important; }

.woocommerce-loop-product__title span{ font-size: 14px !important; color: #000; display: block;}

.productpage h2 a{color: #393089!important; font-weight: bold!important;}

.productpage h2 a:hover{color: #000; text-decoration: none;}

.productpage p{color: #747474; font-size: 15px; line-height: normal; padding: 15px 0;}

.woocommerce div.product p.price, .woocommerce div.product span.price{display: none;}

.woocommerce ul.products li.product .price{ color: #ff0000 !important; font-size: 14px !important; line-height: normal;/*position: absolute; bottom: 5%; right: 0;*/}

.woocommerce ul.products li.product a img{overflow:hidden; width: 248px!important;  height: 374px!important; margin-bottom: 33px;}

.woocommerce ul.products li.product a:hover img{background: #fff;}

/*.woocommerce .summary{height: 100vh;}*/

@media only screen and (min-width: 769px) and (max-width: 1400px) {
	
	.right-content{  font-size: 18px;}
	
	.right-content p{ line-height: 30px;}
	.sidebar ul li{ margin-bottom: 10px; }
	
	
}

 @media screen and (max-width: 768px) { 
	 .leftnav{ width: 100%;   left: 0;  	}  
	 .sidebar{background:rgba(193, 185, 139, .45);}
	  section {height: auto; padding-bottom: 40px;}
	 .right-content{ padding: 5% ;}
	 .book-sec { padding:10px 0 0 0;}
}
